CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
MultiCandGenEvtSelector.h
Go to the documentation of this file.
1 #ifndef _HI_DiMuonSkimmer_h__
2 #define _HI_DiMuonSkimmer_h__
3 
5 
7 public:
9  ~MultiCandGenEvtSelector() override { ; }
10  bool filter(HepMC::GenEvent *) override;
11 
12  double ptMin_;
13  double etaMax_;
14  int st_;
15  int pdg_;
16  int nTrig_;
17 };
18 
19 #endif
MultiCandGenEvtSelector(const edm::ParameterSet &)
bool filter(HepMC::GenEvent *) override