Skip to content
Snippets Groups Projects
Commit 9417f59c authored by Mike Hance's avatar Mike Hance Committed by Graeme Stewart
Browse files

avoid TriggerTower decoration if doCalo is False (CaloRec-03-00-37-04)

parent 681be34d
No related branches found
No related tags found
No related merge requests found
......@@ -321,5 +321,5 @@ if rec.doWritexAOD():
#L1Calo Trigger tower decoration
if globalflags.DataSource()=='data' and rec.doESD():
if globalflags.DataSource()=='data' and rec.doESD() and rec.doCalo():
include("TrigT1CaloCalibTools/DecorateL1CaloTriggerTowers_prodJobOFragment.py")
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