Skip to content
Snippets Groups Projects
Commit a4e33ec6 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'make-l1-jet-roi-FS' into 'master'

Fix the Jet RoI descriptor to be realy the FS one

See merge request atlas/athena!14073

Former-commit-id: 7984323a21af45d584f5bf6508db4c63b6428653
parents 0eb7bbb9 5d6b7bae
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ StatusCode JRoIsUnpackingTool::unpack( const EventContext& ctx,
// Additional FS RoI tagged with the decisions of all chains
auto trigFSRoIs = std::make_unique< TrigRoiDescriptorCollection >();
trigFSRoIs->push_back( new TrigRoiDescriptor() ); // the argument-less c'tor is crating the FS RoI
trigFSRoIs->push_back( new TrigRoiDescriptor( true ) ); // the c'tor for the FS RoI
auto fsDecisionOutput = std::make_unique<DecisionContainer>();
auto fsDecisionAux = std::make_unique<DecisionAuxContainer>();
fsDecisionOutput->setStore( fsDecisionAux.get() );
......
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