src
SimMuon
MCTruth
interface
CSCTruthTest.h
Go to the documentation of this file.
1
#ifndef MCTruth_CSCTruthTest_h
2
#define MCTruth_CSCTruthTest_h
3
4
#include "
DataFormats/CSCRecHit/interface/CSCRecHit2DCollection.h
"
5
#include "
FWCore/Framework/interface/ConsumesCollector.h
"
6
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
7
#include "
FWCore/Framework/interface/stream/EDAnalyzer.h
"
8
#include "
SimMuon/MCTruth/interface/MuonTruth.h
"
9
10
class
CSCTruthTest
:
public
edm::stream::EDAnalyzer
<> {
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
;
17
const
edm::ParameterSet
&
conf_
;
18
edm::ConsumesCollector
consumeCollector_
;
19
const
edm::EDGetTokenT<CSCRecHit2DCollection>
cscRecHitToken_
;
20
};
21
22
#endif
CSCTruthTest::cscRecHitToken_
const edm::EDGetTokenT< CSCRecHit2DCollection > cscRecHitToken_
Definition:
CSCTruthTest.h:19
CSCRecHit2DCollection.h
CSCTruthTest::conf_
const edm::ParameterSet & conf_
Definition:
CSCTruthTest.h:17
CSCTruthTest
Definition:
CSCTruthTest.h:10
EDAnalyzer.h
edm::EDGetTokenT< CSCRecHit2DCollection >
Frameworkfwd.h
MuonTruth.h
CSCTruthTest::CSCTruthTest
CSCTruthTest(const edm::ParameterSet &)
Definition:
CSCTruthTest.cc:6
CSCTruthTest::consumeCollector_
edm::ConsumesCollector consumeCollector_
Definition:
CSCTruthTest.h:18
CSCTruthTest::analyze
void analyze(const edm::Event &, const edm::EventSetup &) override
Definition:
CSCTruthTest.cc:11
edm::EventSetup
Definition:
EventSetup.h:56
edm::stream::EDAnalyzer
Definition:
EDAnalyzer.h:31
CSCTruthTest::~CSCTruthTest
~CSCTruthTest() override=default
edm::ParameterSet
Definition:
ParameterSet.h:47
edm::Event
Definition:
Event.h:73
ConsumesCollector.h
edm::ConsumesCollector
Definition:
ConsumesCollector.h:45
Generated for CMSSW Reference Manual by
1.8.14