LArCellMonAlg: optimize trigger decision access
Use ChainGroup::isPassed
to check if any trigger passed. This is
faster than calling isPassed
for each chain, which internally
creates a new chain group.
Relates to ATR-23427.
GitLab jobs artifacts no longer stored forever as of Monday, November 4th 08:30h. Further information under https://cern.ch/otg0152576
Use ChainGroup::isPassed
to check if any trigger passed. This is
faster than calling isPassed
for each chain, which internally
creates a new chain group.
Relates to ATR-23427.