Skip to content
Snippets Groups Projects
Commit f356195b authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'ntup_prod' into 'master'

Remove obsolete NtupleProductionFlags (ATR-21892)

See merge request atlas/athena!35581
parents 1f366f4b b554bf3b
No related branches found
No related tags found
No related merge requests found
...@@ -28,13 +28,11 @@ if len(athenaCommonFlags.PoolESDInput())>0 or len(athenaCommonFlags.PoolAODInput ...@@ -28,13 +28,11 @@ if len(athenaCommonFlags.PoolESDInput())>0 or len(athenaCommonFlags.PoolAODInput
TriggerFlags.dataTakingConditions.set_Value_and_Lock('Lvl1Only') TriggerFlags.dataTakingConditions.set_Value_and_Lock('Lvl1Only')
DQMonFlags.doHLTMon.set_Value_and_Lock(False) # now that some hltmon moved to ESDtoAOD DQMonFlags.doHLTMon.set_Value_and_Lock(False) # now that some hltmon moved to ESDtoAOD
DQMonFlags.useTrigger.set_Value_and_Lock(False) DQMonFlags.useTrigger.set_Value_and_Lock(False)
TriggerFlags.NtupleProductionFlags.ProductionLocation.set_Value_and_Lock('')
if hasHLT and not hasLVL1: if hasHLT and not hasLVL1:
log.error("This pool file does not contain LVL1 trigger information ") log.error("This pool file does not contain LVL1 trigger information ")
log.info("Disabling trigger ntuples and trigger aware DQMonitoring but not HLT monitoring.") log.info("Disabling trigger ntuples and trigger aware DQMonitoring but not HLT monitoring.")
TriggerFlags.dataTakingConditions.set_Value_and_Lock('HltOnly') TriggerFlags.dataTakingConditions.set_Value_and_Lock('HltOnly')
TriggerFlags.NtupleProductionFlags.ProductionLocation.set_Value_and_Lock('')
DQMonFlags.useTrigger.set_Value_and_Lock(False) DQMonFlags.useTrigger.set_Value_and_Lock(False)
DQMonFlags.doLVL1CaloMon.set_Value_and_Lock(False) DQMonFlags.doLVL1CaloMon.set_Value_and_Lock(False)
DQMonFlags.doCTPMon.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 ...@@ -56,7 +54,6 @@ if len(athenaCommonFlags.PoolESDInput())>0 or len(athenaCommonFlags.PoolAODInput
DQMonFlags.useTrigger.set_Value_and_Lock(False) DQMonFlags.useTrigger.set_Value_and_Lock(False)
DQMonFlags.doLVL1CaloMon.set_Value_and_Lock(False) DQMonFlags.doLVL1CaloMon.set_Value_and_Lock(False)
DQMonFlags.doCTPMon.set_Value_and_Lock(False) DQMonFlags.doCTPMon.set_Value_and_Lock(False)
TriggerFlags.NtupleProductionFlags.ProductionLocation.set_Value_and_Lock('')
try: try:
from MuonDQAMonFlags.MuonDQAProperFlags import MuonDQADetFlags from MuonDQAMonFlags.MuonDQAProperFlags import MuonDQADetFlags
MuonDQADetFlags.doTGCL1Mon.set_Value_and_Lock(False) 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