CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HeavyQuarkFromMPIFilterAlgo.h
Go to the documentation of this file.
1 #ifndef HeavyQuarkFromMPIFilterAlgo_h
2 #define HeavyQuarkFromMPIFilterAlgo_h
3 
8 // system include files
9 #include <memory>
10 
11 // user include files
18 
20 
21 
22 
24  public:
27 
28  bool filter(const edm::Event& iEvent);
29  bool hasMPIAncestor( const reco::GenParticle*);
30 
31  private:
34 };
35 #endif
bool filter(const edm::Event &iEvent)
int iEvent
Definition: GenABIO.cc:243
bool hasMPIAncestor(const reco::GenParticle *)
HeavyQuarkFromMPIFilterAlgo(const edm::ParameterSet &)