Skip to content
Snippets Groups Projects
Commit 7dfd6beb authored by Olga Igonkina's avatar Olga Igonkina Committed by Atlas Nightlybuild
Browse files

Merge branch '21.1-dev-test' into '21.1-dev'

Circumvent problem with the TrigDecisionTool Feature retrieval

See merge request atlas/athena!15243

(cherry picked from commit 2dd21e2a49ed12c424032996e5a49c602873be06)

dc7f6545 Circumvent problem with the TrigDecisionTool Feature retrieval
parent de644d5c
No related branches found
No related tags found
No related merge requests found
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100755 to 100644
......@@ -1199,6 +1199,8 @@ void AnalysisConfig_Ntuple::loop() {
// std::cout << "decidion type " << decisiontype << std::endl;
#endif
/// if the chain did not pass, skip this chain completely
if ( !(*m_tdt)->isPassed( chainName, _decisiontype ) ) continue;
// Get chain combinations and loop on them
// - loop made on chain selected as the one steering RoI creation
......
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