Skip to content
Snippets Groups Projects
Commit b554bf3b authored by Stewart Martin-Haugh's avatar Stewart Martin-Haugh
Browse files

Remove obsolete NtupleProductionFlags (ATR-21892)

parent d719d119
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!35581Remove obsolete NtupleProductionFlags (ATR-21892)
......@@ -28,13 +28,11 @@ if len(athenaCommonFlags.PoolESDInput())>0 or len(athenaCommonFlags.PoolAODInput
TriggerFlags.dataTakingConditions.set_Value_and_Lock('Lvl1Only')
DQMonFlags.doHLTMon.set_Value_and_Lock(False) # now that some hltmon moved to ESDtoAOD
DQMonFlags.useTrigger.set_Value_and_Lock(False)
TriggerFlags.NtupleProductionFlags.ProductionLocation.set_Value_and_Lock('')
if hasHLT and not hasLVL1:
log.error("This pool file does not contain LVL1 trigger information ")
log.info("Disabling trigger ntuples and trigger aware DQMonitoring but not HLT monitoring.")
TriggerFlags.dataTakingConditions.set_Value_and_Lock('HltOnly')
TriggerFlags.NtupleProductionFlags.ProductionLocation.set_Value_and_Lock('')
DQMonFlags.useTrigger.set_Value_and_Lock(False)
DQMonFlags.doLVL1CaloMon.set_Value_and_Lock(False)
DQMonFlags.doCTPMon.set_Value_and_Lock(False)
......@@ -56,7 +54,6 @@ if len(athenaCommonFlags.PoolESDInput())>0 or len(athenaCommonFlags.PoolAODInput
DQMonFlags.useTrigger.set_Value_and_Lock(False)
DQMonFlags.doLVL1CaloMon.set_Value_and_Lock(False)
DQMonFlags.doCTPMon.set_Value_and_Lock(False)
TriggerFlags.NtupleProductionFlags.ProductionLocation.set_Value_and_Lock('')
try:
from MuonDQAMonFlags.MuonDQAProperFlags import MuonDQADetFlags
MuonDQADetFlags.doTGCL1Mon.set_Value_and_Lock(False)
......
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