Skip to content

Commit

Permalink
Don't save flat nano in the ECAL ALCANANO wf
Browse files Browse the repository at this point in the history
  • Loading branch information
tvami authored Jun 26, 2022
1 parent eb7dbed commit 9b140d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def customise(process):
process.schedule.remove(process.ALCARECOStreamEcalPhiSymByRunOutPath)
if "ALCARECOStreamEcalPhiSymByLumiOutPath" in process.pathNames():
process.schedule.remove(process.ALCARECOStreamEcalPhiSymByLumiOutPath)
process.ALCARECOStreamEcalPhiSymOutNanoPath = cms.EndPath(ecal_phisym_output(process, save_flatnano=True)[0])
process.ALCARECOStreamEcalPhiSymOutNanoPath = cms.EndPath(ecal_phisym_output(process, save_flatnano=False)[0])
process.schedule.append(process.ALCARECOStreamEcalPhiSymOutNanoPath)

return process

0 comments on commit 9b140d1

Please sign in to comment.