Main Page
Namespaces
Classes
Package Documentation
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 "
FWCore/Framework/interface/Frameworkfwd.h
"
5
#include "
FWCore/Framework/interface/stream/EDAnalyzer.h
"
6
#include "
SimMuon/MCTruth/interface/MuonTruth.h
"
7
8
class
CSCTruthTest
:
public
edm::stream::EDAnalyzer
<> {
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
;
17
const
edm::ParameterSet
&
conf_
;
18
19
};
20
21
#endif
CSCTruthTest::conf_
const edm::ParameterSet & conf_
Definition:
CSCTruthTest.h:17
CSCTruthTest
Definition:
CSCTruthTest.h:8
CSCTruthTest::~CSCTruthTest
~CSCTruthTest() override
Definition:
CSCTruthTest.cc:12
EDAnalyzer.h
Frameworkfwd.h
MuonTruth.h
CSCTruthTest::CSCTruthTest
CSCTruthTest(const edm::ParameterSet &)
Definition:
CSCTruthTest.cc:7
CSCTruthTest::analyze
void analyze(const edm::Event &, const edm::EventSetup &) override
Definition:
CSCTruthTest.cc:17
edm::EventSetup
Definition:
EventSetup.h:52
edm::stream::EDAnalyzer
Definition:
EDAnalyzer.h:33
edm::ParameterSet
Definition:
ParameterSet.h:36
edm::Event
Definition:
Event.h:70
Generated for CMSSW Reference Manual by
1.8.11