Skip to content

Commit

Permalink
Remove dead code from Mixing2DB
Browse files Browse the repository at this point in the history
  • Loading branch information
makortel committed Oct 7, 2020
1 parent f57bdcb commit 69faafb
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions SimGeneral/MixingModule/plugins/Mixing2DB.cc
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,7 @@ Mixing2DB::~Mixing2DB() {
//

// ------------ method called for each event ------------
void Mixing2DB::analyze(const edm::Event& iEvent, const edm::EventSetup& iSetup) {
using namespace edm;

#ifdef THIS_IS_AN_EVENT_EXAMPLE
Handle<ExampleData> pIn;
iEvent.getByLabel("example", pIn);
#endif

#ifdef THIS_IS_AN_EVENTSETUP_EXAMPLE
ESHandle<SetupData> pSetup;
iSetup.get<SetupRecord>().get(pSetup);
#endif
}
void Mixing2DB::analyze(const edm::Event& iEvent, const edm::EventSetup& iSetup) {}

// ------------ method called once each job just before starting event loop ------------
void Mixing2DB::beginJob() {}
Expand Down

0 comments on commit 69faafb

Please sign in to comment.