Skip to content
Snippets Groups Projects

21.3 hlt integration of new L1Calo output

Merged Joerg Stelzer requested to merge stelzer/athena:21.3-HLTintegration into 21.3
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -1069,8 +1069,8 @@ const std::vector< JetEnergyRoI >& Lvl1ResultAccessTool::createJetEnergyThreshol
if( ! ignoreThreshold ) {
ATH_MSG_DEBUG( threshold->name << " is of type " << threshold->type
<< ( threshold->type == TotalEtRoI ? "TotalEtRoI" :
( threshold->type == MissingEtRoI ? "MissingEtRoI" : METSignificanceRoI) )
<< ( threshold->type == TotalEtRoI ? "TotalEtRoI" :
( threshold->type == MissingEtRoI ? "MissingEtRoI" : "METSignificanceRoI") )
<< " and etSumType " << etSumType << "(" << (etSumType==0 ? "full range" : "restricted range") << ")");
roiET.setType(MissingOrTotalEtRoI);
Loading