CMS 3D CMS Logo

CSCTruthTest.h
Go to the documentation of this file.
1 #ifndef MCTruth_CSCTruthTest_h
2 #define MCTruth_CSCTruthTest_h
3 
7 
9 
10 public:
11  explicit CSCTruthTest(const edm::ParameterSet&);
12  ~CSCTruthTest() override;
13 
14 private:
15 
16  void analyze(const edm::Event&, const edm::EventSetup&) override;
18 
19 };
20 
21 #endif
const edm::ParameterSet & conf_
Definition: CSCTruthTest.h:17
~CSCTruthTest() override
Definition: CSCTruthTest.cc:12
CSCTruthTest(const edm::ParameterSet &)
Definition: CSCTruthTest.cc:7
void analyze(const edm::Event &, const edm::EventSetup &) override
Definition: CSCTruthTest.cc:17