Skip to content
Snippets Groups Projects
Commit 277c45d3 authored by James Beacham's avatar James Beacham
Browse files

Merge branch '21.0-SwitchOffFTKSlice2byDefault-Nov2018' into '21.0'

1 line fix to FTKBytestreamTool to change default of m_decodeAux to False

See merge request atlas/athena!15926

Former-commit-id: 627e6f4cfe23bf8d346de9ee7189169a794da428
parents c777cce1 f74fac7a
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ FTK::TrigFTKByteStreamTool::TrigFTKByteStreamTool( const std::string& type, cons
m_decoder("FTK::FTKByteStreamDecoderEncoderTool"),
m_decoderAux("FTK::FTKByteStreamDecoderEncoderAuxTool"),
m_AuxFormat(0x0001),
m_decodeAux(true)
m_decodeAux(false)
{
declareInterface< FTK::TrigFTKByteStreamTool >( this );
declareProperty("AuxDataFormatID", m_AuxFormat);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment