Skip to content

Commit

Permalink
Code check
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunanda authored and bsunanda committed Sep 10, 2021
1 parent bccec68 commit b7aef17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@

class AlCaEcalHcalReadoutsProducer : public edm::global::EDProducer<> {
public:
explicit AlCaEcalHcalReadoutsProducer(const edm::ParameterSet &);
explicit AlCaEcalHcalReadoutsProducer(const edm::ParameterSet&);

void produce(edm::StreamID, edm::Event &, const edm::EventSetup &) const override;
void produce(edm::StreamID, edm::Event&, const edm::EventSetup&) const override;

private:
// ----------member data ---------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ Calibration/HcalIsolatedTrackReco/src/SubdetFEDSelector.cc

class AlCaHcalNoiseProducer : public edm::one::EDProducer<> {
public:
explicit AlCaHcalNoiseProducer(const edm::ParameterSet &);
explicit AlCaHcalNoiseProducer(const edm::ParameterSet&);
~AlCaHcalNoiseProducer() override;

void produce(edm::Event &, const edm::EventSetup &) override;
void produce(edm::Event&, const edm::EventSetup&) override;

private:
// ----------member data ---------------------------
Expand Down

0 comments on commit b7aef17

Please sign in to comment.