CMS 3D CMS Logo

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