Skip to content
Snippets Groups Projects
Commit c371d338 authored by Kenji Hamano's avatar Kenji Hamano Committed by Graeme Stewart
Browse files

ATR-14987 with config file (TrigL2MissingET-00-01-17)

parent be64bc1f
No related merge requests found
......@@ -20,6 +20,7 @@ class L2MissingET_Fex ( PESA__T2MissingET ) :
time.TimerHistLimits = [0, 50]
self.METLabel = "T2MissingET"
self.AthenaMonTools = [ time, validation, online, cosmic ]
self.DecodeDetMask=True
class L2CaloMissingET_Fex ( T2CaloMissingET ) :
__slots__ = []
......@@ -64,4 +65,4 @@ class L2CaloMissingET_Fex_ReadL2L1 ( T2CaloMissingET ) :
self.AthenaMonTools = [ online,validation,time ]
#self.AthenaMonTools = [ online,time ]
\ No newline at end of file
......@@ -255,6 +255,7 @@ HLT::ErrorCode T2MissingET::hltExecute(std::vector<std::vector<HLT::TriggerEleme
m_TileExtBarCside=true;
m_L1Calo=true;
if(m_decodeDetMask) {
uint64_t mask64 = pEvent->detectorMask();
if(msgLvl() <= MSG::DEBUG){
......
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