From 30d7362a73da7aa0fc656d6be4894ea399e974b3 Mon Sep 17 00:00:00 2001 From: Marcel R Date: Mon, 5 Aug 2019 17:46:33 +0200 Subject: [PATCH] Add verbose flag to HGCalAnalysis in NTUP template. (#71) --- templates/partGun_NTUP_template.py | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/partGun_NTUP_template.py b/templates/partGun_NTUP_template.py index 9935418edeb24..90486eab76181 100644 --- a/templates/partGun_NTUP_template.py +++ b/templates/partGun_NTUP_template.py @@ -14,6 +14,7 @@ detector = cms.string("all"), inputTag_HGCalMultiCluster = cms.string("DUMMYMULCLUSTAG"), rawRecHits = cms.bool(True), + verbose = cms.bool(True), readCaloParticles = cms.bool(True), readGenParticles = cms.bool(False), storeGenParticleOrigin = cms.bool(DUMMYSGO),