Skip to content

Commit

Permalink
Code check
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunanda committed Sep 11, 2021
1 parent 615cfb3 commit 763b72a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions RecoLocalCalo/HcalRecAlgos/test/HcalRecHitReflagger.cc
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ class HcalRecHitReflagger : public edm::one::EDProducer<> {
//
// constructors and destructor
//
HcalRecHitReflagger::HcalRecHitReflagger(const edm::ParameterSet& ps) :
tokTopo_(esConsumes<HcalTopology, HcalRecNumberingRecord>()),
tokChan_(esConsumes<HcalChannelQuality, HcalChannelQualityRcd>(edm::ESInputTag("", "withTopo"))) {
HcalRecHitReflagger::HcalRecHitReflagger(const edm::ParameterSet& ps)
: tokTopo_(esConsumes<HcalTopology, HcalRecNumberingRecord>()),
tokChan_(esConsumes<HcalChannelQuality, HcalChannelQualityRcd>(edm::ESInputTag("", "withTopo"))) {
//register your products
produces<HFRecHitCollection>();

Expand Down
7 changes: 4 additions & 3 deletions RecoLocalCalo/HcalRecAlgos/test/HcalSevLvlAnalyzer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,12 @@ class HcalSevLvlAnalyzer : public edm::one::EDAnalyzer<> {
//
// constructors and destructor
//
HcalSevLvlAnalyzer::HcalSevLvlAnalyzer(const edm::ParameterSet& iConfig) :
HcalSevLvlAnalyzer::HcalSevLvlAnalyzer(const edm::ParameterSet& iConfig)
:
#ifdef THIS_IS_AN_EVENTSETUP_EXAMPLE
totkSet_(esConsumes()),
totkSet_(esConsumes()),
#endif
tokSev_(esConsumes()) {
tokSev_(esConsumes()) {
//now do what ever initialization is needed

// initialize the severity level code
Expand Down

0 comments on commit 763b72a

Please sign in to comment.