Skip to content

Commit e254b2a

Browse files
lietavashahor02
authored andcommitted
ctpinputs-decoding-ctf to ignore-ctpinputs-decoding-ctf
1 parent 8d38e3b commit e254b2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Detectors/CTP/workflow/src/EntropyDecoderSpec.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ void EntropyDecoderSpec::finaliseCCDB(o2::framework::ConcreteDataMatcher& matche
4444
void EntropyDecoderSpec::init(o2::framework::InitContext& ic)
4545
{
4646
mCTFCoder.init<CTF>(ic);
47-
bool decodeinps = ic.options().get<bool>("ctpinputs-decoding-ctf");
47+
bool decodeinps = !ic.options().get<bool>("ignore-ctpinputs-decoding-ctf");
4848
mCTFCoder.setDecodeInps(decodeinps);
4949
LOG(info) << "Decode inputs:" << decodeinps;
5050
}
@@ -95,7 +95,7 @@ DataProcessorSpec getEntropyDecoderSpec(int verbosity, unsigned int sspec)
9595
outputs,
9696
AlgorithmSpec{adaptFromTask<EntropyDecoderSpec>(verbosity)},
9797
Options{{"ctf-dict", VariantType::String, "ccdb", {"CTF dictionary: empty or ccdb=CCDB, none=no external dictionary otherwise: local filename"}},
98-
{"ctpinputs-decoding-ctf", VariantType::Bool, false, {"Inputs alignment: true - CTF decoder - has to be compatible with reco: allowed options: 10,01,00"}},
98+
{"ignore-ctpinputs-decoding-ctf", VariantType::Bool, false, {"Inputs alignment: false - CTF decoder - has to be compatible with reco: allowed options: 10,01,00"}},
9999
{"ans-version", VariantType::String, {"version of ans entropy coder implementation to use"}}}};
100100
}
101101

0 commit comments

Comments
 (0)