From 08b1513308c796441c1e71e2ce07cf5c43e37488 Mon Sep 17 00:00:00 2001 From: Slava Krutelyov Date: Tue, 26 Oct 2021 16:58:51 -0700 Subject: [PATCH] default initialize HiPuRhoProducer::postOrphan_ --- RecoHI/HiJetAlgos/plugins/HiPuRhoProducer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RecoHI/HiJetAlgos/plugins/HiPuRhoProducer.cc b/RecoHI/HiJetAlgos/plugins/HiPuRhoProducer.cc index b6d2e3fccec71..190bc65570a94 100644 --- a/RecoHI/HiJetAlgos/plugins/HiPuRhoProducer.cc +++ b/RecoHI/HiJetAlgos/plugins/HiPuRhoProducer.cc @@ -85,7 +85,7 @@ class HiPuRhoProducer : public edm::stream::EDProducer<> { // This checks if the tower is anomalous (if a calo tower). virtual void inputTowers(); - bool postOrphan_; + bool postOrphan_ = false; bool setInitialValue_; const bool dropZeroTowers_;