Skip to content

Commit

Permalink
updated code-format checks
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgilbert committed Dec 4, 2019
1 parent 95a65f0 commit 461162c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions GeneratorInterface/GenFilters/plugins/LHEPtFilter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ class LHEPtFilter : public edm::global::EDFilter<> {
bool filter(edm::StreamID, edm::Event&, const edm::EventSetup&) const override;

private:

// ----------member data ---------------------------

edm::EDGetTokenT<LHEEventProduct> src_;
Expand Down Expand Up @@ -71,7 +70,6 @@ LHEPtFilter::~LHEPtFilter() {

// ------------ method called to skim the data ------------
bool LHEPtFilter::filter(edm::StreamID, edm::Event& iEvent, const edm::EventSetup& iSetup) const {

edm::Handle<LHEEventProduct> EvtHandle;
iEvent.getByToken(src_, EvtHandle);

Expand Down

0 comments on commit 461162c

Please sign in to comment.