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 
8 
10 public:
11  explicit CSCTruthTest(const edm::ParameterSet &);
12  ~CSCTruthTest() override;
13 
14 private:
15  void analyze(const edm::Event &, const edm::EventSetup &) override;
18 };
19 
20 #endif
const edm::ParameterSet & conf_
Definition: CSCTruthTest.h:16
~CSCTruthTest() override
Definition: CSCTruthTest.cc:9
CSCTruthTest(const edm::ParameterSet &)
Definition: CSCTruthTest.cc:7
edm::ConsumesCollector consumeCollector_
Definition: CSCTruthTest.h:17
void analyze(const edm::Event &, const edm::EventSetup &) override
Definition: CSCTruthTest.cc:11