Skip to content

Add SCTHitEffMonAlg, SCTErrMonAlg, SCTHitsNoiseMonAlg to SCTMonitoringConfig.py

Susumu Oda requested to merge oda/athena:master-SCT-DQ-v2 into master
  • Add SCTHitEffMonAlg.py to SCTMonitoringConfig.py to run SCTHitEffMonAlg in the new job configuration framework and fix bugs of SCTHitEffMonAlg.py
  • Implement SCTErrMonAlg.py and add it to SCTMonitoringConfig.py to run SCTErrMonAlg in the new job configuration framework.
  • Implement SCTHitsNoiseMonAlg.py and add it to SCTMonitoringConfig.py to run SCTHitsNoiseMonAlg in the new job configuration framework.
Reco_tf.py --AMI=q431 --preExec 'DQMonFlags.doNewMonitoring=True;DQMonFlags.doHLTMon=False' --athenaopts='--threads=1'

was tested. I confirmed histograms are filled but didn't check if those are identical to ones produced with the old job configuration framework.

Add @eschopf

Edited by Susumu Oda

Merge request reports