Skip to content

Commit

Permalink
adding VBF MJJ enrichment for DY
Browse files Browse the repository at this point in the history
  • Loading branch information
gimandor committed Sep 6, 2017
1 parent a3dacb3 commit bc4af68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GeneratorInterface/GenFilters/interface/VBFGenJetFilter.h
Expand Up @@ -29,9 +29,9 @@
class VBFGenJetFilter : public edm::EDFilter {
public:
explicit VBFGenJetFilter(const edm::ParameterSet&);
~VBFGenJetFilter();
~VBFGenJetFilter() override;

virtual bool filter(edm::Event&, const edm::EventSetup&);
bool filter(edm::Event&, const edm::EventSetup&) override;
private:

// ----------memeber function----------------------
Expand Down

0 comments on commit bc4af68

Please sign in to comment.