Skip to content
Snippets Groups Projects
Commit bccb393c authored by Margherita Spalla's avatar Margherita Spalla
Browse files

triggerDecisionTree name removed from JO

Former-commit-id: 0ba4bddafc1273cfc841f94df4be15f143bdb5e2
parent bd0afc2d
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ MiniNoiseBurstFlagging_FEBs = ["barrelAft09slot02","barrelAft09slot14","barrelAf
NewlyNoisy_FEBs = ["barrelCft02slot14","barrelCft01slot14","barrelCft07slot09","barrelCft07slot11","barrelCft06slot14"]
NoisyRegionsInOuterWheel_FEBs = ["endcapCft21slot04","endcapCft21slot02","endcapCft02slot04","endcapCft02slot02","endcapCft09slot02","endcapCft09slot03","endcapAft21slot04","endcapAft21slot02","endcapAft21slot03"]
NotNoisyRegionForComparison_FEBs = ["endcapAft02slot04"]
FEBs_from_DQ_run_350440 = ["endcapAft19slot12","endcapAft19slot09","endcapAft20slot09"]
###### LArNoiseCorrelationMon Configuration ###############
......@@ -26,11 +26,12 @@ theLArNoiseCorrelationMon = LArNoiseCorrelationMon(name="LArNoiseCorrelationMon"
LArBadChannelMask = theLArBadChannelsMasker,
ProcessNEvents = EventBlockSize,
TriggerChain = "HLT_noalg_zb_L1ZB, HLT_noalg_cosmiccalo_L1RD1_EMPTY",
TrigDecisionTool = "Trig::TrigDecisionTool/TrigDecisionTool",
FEBsToMonitor = NotNoisyRegionForComparison_FEBs+NoisyRegionsInOuterWheel_FEBs+NewlyNoisy_FEBs+MiniNoiseBurstFlagging_FEBs,
FEBsToMonitor = NotNoisyRegionForComparison_FEBs+NoisyRegionsInOuterWheel_FEBs+NewlyNoisy_FEBs+MiniNoiseBurstFlagging_FEBs+FEBs_from_DQ_run_350440,
IsCalibrationRun = False
)
from AthenaCommon.BeamFlags import jobproperties
if jobproperties.Global.DataSource.get_Value() == 'data':
theLArNoiseCorrelationMon.LArPedestalKey='Pedestal'
......
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