Skip to content
Snippets Groups Projects
Commit 0b6a22de authored by Matthew Thomas Anthony's avatar Matthew Thomas Anthony :speech_balloon: Committed by Adam Edward Barton
Browse files

update test config to have everything physval might need for plots

parent 33fed78f
No related branches found
No related tags found
5 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!51674Fixing hotSpotInHIST for Run3 HIST,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45334update test config to have everything physval might need for plots
...@@ -21,11 +21,12 @@ jobproperties.CaloRecFlags.doCaloTopoCluster.set_Value_and_Lock(True) ...@@ -21,11 +21,12 @@ jobproperties.CaloRecFlags.doCaloTopoCluster.set_Value_and_Lock(True)
from RecExConfig.RecAlgsFlags import recAlgs from RecExConfig.RecAlgsFlags import recAlgs
recAlgs.doEFlow.set_Value_and_Lock(True) recAlgs.doEFlow.set_Value_and_Lock(True)
#Disable reco of trigger, egamma, muons #Disable reco of trigger
from RecExConfig.RecFlags import rec from RecExConfig.RecFlags import rec
rec.doTrigger.set_Value_and_Lock(False) rec.doTrigger.set_Value_and_Lock(False)
rec.doEgamma.set_Value_and_Lock(False) # enable egamma and muon reco
rec.doMuon.set_Value_and_Lock(False) rec.doEgamma.set_Value_and_Lock(True)
rec.doMuon.set_Value_and_Lock(True)
#Disable linking of FE to taus - we run tau reco via UserAlgs and so will have to also run the linking there directly #Disable linking of FE to taus - we run tau reco via UserAlgs and so will have to also run the linking there directly
from eflowRec.eflowRecFlags import jobproperties from eflowRec.eflowRecFlags import jobproperties
...@@ -47,7 +48,7 @@ rec.doCaloRinger.set_Value_and_Lock(False) ...@@ -47,7 +48,7 @@ rec.doCaloRinger.set_Value_and_Lock(False)
#Disable VertexCnvAlg #Disable VertexCnvAlg
from InDetRecExample.InDetJobProperties import jobproperties from InDetRecExample.InDetJobProperties import jobproperties
jobproperties.InDetJobProperties.doxAOD.set_Value_and_Lock(False) jobproperties.InDetJobProperties.doxAOD.set_Value_and_Lock(True)
#Disable AllExecutedEvents #Disable AllExecutedEvents
rec.doFileMetaData.set_Value_and_Lock(False) rec.doFileMetaData.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