Skip to content
Snippets Groups Projects

Fixes for LAr DT monitoring. Including: fixing bug in assignment of detector...

Merged Ellis Kay requested to merge ekay/athena:LArDTMonFixes into 24.0
3 files
+ 13
9
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -442,6 +442,16 @@ def LArDigitalTriggMonConfig(flags,larLATOMEBuilderAlg, nsamples=32, streamTypes
ybins=partybins,
pattern=[(part)])
partGroup_sc.defineHistogram('SC_part_time;OfflineLATOMEtime_'+thisSel,
title='LATOME #tau from Offline Computation '+selStrPart[thisSel]+';#tau [ns]; Evts;',
type='TH1F',
cutmask='SC_part_'+thisSel,
path=thisTopPath,
xbins=100,xmin=-25,xmax=25,
pattern=[(part)])
if not flags.Common.isOnline: continue # Skip the remaining histos if we are running offline
#### HERE - plots which should only be booked for the nominal selection
if thisSel != "passSCNom": continue
@@ -481,13 +491,6 @@ def LArDigitalTriggMonConfig(flags,larLATOMEBuilderAlg, nsamples=32, streamTypes
xbins=200,xmin=-10,xmax=10,
pattern=[(part)])
partGroup_sc.defineHistogram('SC_part_time;OfflineLATOMEtime_'+thisSel,
title='LATOME #tau from Offline Computation '+selStrPart[thisSel]+';#tau [ns]; Evts;',
type='TH1F',
cutmask='SC_part_'+thisSel,
path=thisTopPath,
xbins=100,xmin=-25,xmax=25,
pattern=[(part)])
partGroup_sc.defineHistogram('SC_part_et_onl;SC_ET_Onl_'+thisSel,
title='SC eT [GeV] '+selStrPart[thisSel],
Loading