Skip to content

Commit

Permalink
Added one more const variable and reran code checks and code format
Browse files Browse the repository at this point in the history
  • Loading branch information
atishelmanch committed Dec 1, 2021
1 parent b7bb3b7 commit c703efd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Calibration/EcalCalibAlgos/interface/miscalibExample.h
Expand Up @@ -48,8 +48,7 @@ class miscalibExample : public edm::one::EDAnalyzer<> {
const std::string correctedHybridSuperClusterProducer_;
const std::string correctedHybridSuperClusterCollection_;
int read_events;

edm::EDGetTokenT<reco::SuperClusterCollection> correctedHybridSuperClusterToken_;
const edm::EDGetTokenT<reco::SuperClusterCollection> correctedHybridSuperClusterToken_;

TH1F* scEnergy;
};
Expand Down

0 comments on commit c703efd

Please sign in to comment.