diff --git a/DPGAnalysis/L1TNanoAOD/plugins/CaloTPTableProducer.cc b/DPGAnalysis/L1TNanoAOD/plugins/CaloTPTableProducer.cc index ff8a31118fd72..b73e43d2285c6 100644 --- a/DPGAnalysis/L1TNanoAOD/plugins/CaloTPTableProducer.cc +++ b/DPGAnalysis/L1TNanoAOD/plugins/CaloTPTableProducer.cc @@ -50,7 +50,6 @@ class CaloTPTableProducer : public edm::stream::EDProducer<> { public: explicit CaloTPTableProducer(const edm::ParameterSet&); - ~CaloTPTableProducer() override; static void fillDescriptions(edm::ConfigurationDescriptions& descriptions); @@ -59,11 +58,6 @@ class CaloTPTableProducer : public edm::stream::EDProducer<> { void produce(edm::Event&, const edm::EventSetup&) override; void endStream() override; - //void beginRun(edm::Run const&, edm::EventSetup const&) override; - //void endRun(edm::Run const&, edm::EventSetup const&) override; - //void beginLuminosityBlock(edm::LuminosityBlock const&, edm::EventSetup const&) override; - //void endLuminosityBlock(edm::LuminosityBlock const&, edm::EventSetup const&) override; - // ----------member data --------------------------- const double ecalLSB_; @@ -76,17 +70,6 @@ class CaloTPTableProducer : public edm::stream::EDProducer<> { const edm::ESGetToken decoderToken_; }; -// -// constants, enums and typedefs -// - -// -// static data member definitions -// - -// -// constructors and destructor -// CaloTPTableProducer::CaloTPTableProducer(const edm::ParameterSet& iConfig) : ecalLSB_(iConfig.getUntrackedParameter("ecalLSB", 0.5)), ecalTPsToken_(consumes(iConfig.getParameter("ecalTPsSrc"))), @@ -100,13 +83,6 @@ CaloTPTableProducer::CaloTPTableProducer(const edm::ParameterSet& iConfig) //now do what ever other initialization is needed } -CaloTPTableProducer::~CaloTPTableProducer() { - // do anything here that needs to be done at destruction time - // (e.g. close files, deallocate resources etc.) - // - // please remove this method altogether if it would be left empty -} - // // member functions // @@ -213,38 +189,6 @@ void CaloTPTableProducer::endStream() { // please remove this method if not needed } -// ------------ method called when starting to processes a run ------------ -/* -void -CaloTPTableProducer::beginRun(edm::Run const&, edm::EventSetup const&) -{ -} -*/ - -// ------------ method called when ending the processing of a run ------------ -/* -void -CaloTPTableProducer::endRun(edm::Run const&, edm::EventSetup const&) -{ -} -*/ - -// ------------ method called when starting to processes a luminosity block ------------ -/* -void -CaloTPTableProducer::beginLuminosityBlock(edm::LuminosityBlock const&, edm::EventSetup const&) -{ -} -*/ - -// ------------ method called when ending the processing of a luminosity block ------------ -/* -void -CaloTPTableProducer::endLuminosityBlock(edm::LuminosityBlock const&, edm::EventSetup const&) -{ -} -*/ - // ------------ method fills 'descriptions' with the allowed parameters for the module ------------ void CaloTPTableProducer::fillDescriptions(edm::ConfigurationDescriptions& descriptions) { edm::ParameterSetDescription desc;