CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MuScleFitGenFilter.h
Go to the documentation of this file.
1 // System include files
2 // --------------------
3 #include <memory>
4 #include <vector>
5 #include <string>
6 
7 // User include files
8 // ------------------
15 
16 // Class declaration
17 // -----------------
18 
19 class MuScleFitGenFilter : public edm::EDFilter {
20  public:
21  explicit MuScleFitGenFilter(const edm::ParameterSet&);
23 
24  private:
25  virtual bool filter(edm::Event&, const edm::EventSetup&);
26  virtual void endJob() {};
27 
28  std::string genParticlesName_;
29  unsigned int totalEvents_;
30  unsigned int eventsPassingTheFilter_;
31 };
virtual void endJob()
unsigned int eventsPassingTheFilter_
std::string genParticlesName_
virtual bool filter(edm::Event &, const edm::EventSetup &)
MuScleFitGenFilter(const edm::ParameterSet &)