CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
CSCTruthTest.h
Go to the documentation of this file.
1 #ifndef MCTruth_CSCTruthTest_h
2 #define MCTruth_CSCTruthTest_h
3 
7 
9 public:
10  explicit CSCTruthTest(const edm::ParameterSet &);
11  ~CSCTruthTest() override;
12 
13 private:
14  void analyze(const edm::Event &, const edm::EventSetup &) override;
16 };
17 
18 #endif
const edm::ParameterSet & conf_
Definition: CSCTruthTest.h:15
~CSCTruthTest() override
Definition: CSCTruthTest.cc:9
CSCTruthTest(const edm::ParameterSet &)
Definition: CSCTruthTest.cc:7
void analyze(const edm::Event &, const edm::EventSetup &) override
Definition: CSCTruthTest.cc:11