Main Page
Namespaces
Classes
Package Documentation
RecoEgamma
EgammaMCTools
interface
PizeroMCTruthFinder.h
Go to the documentation of this file.
1
#ifndef PizeroMCTruthFinder_h
2
#define PizeroMCTruthFinder_h
3
4
#include "
SimDataFormats/Track/interface/SimTrack.h
"
5
#include "
SimDataFormats/Track/interface/SimTrackContainer.h
"
6
#include "
SimDataFormats/Vertex/interface/SimVertex.h
"
7
#include "
SimDataFormats/Vertex/interface/SimVertexContainer.h
"
8
9
#include "
RecoEgamma/EgammaMCTools/interface/PizeroMCTruth.h
"
10
#include "
RecoEgamma/EgammaMCTools/interface/PhotonMCTruth.h
"
11
#include "
RecoEgamma/EgammaMCTools/interface/ElectronMCTruth.h
"
12
13
14
class
PhotonMCTruthFinder
;
15
class
ElectronMCTruthFinder
;
16
class
PizeroMCTruthFinder
{
17
18
public
:
19
20
PizeroMCTruthFinder
();
21
22
virtual
~PizeroMCTruthFinder
();
23
24
std::vector<PizeroMCTruth>
find
(
const
std::vector<SimTrack>&
simTracks
,
const
std::vector<SimVertex>&
simVertices
);
25
26
private
:
27
28
void
fill
(
const
std::vector<SimTrack>& theSimTracks,
const
std::vector<SimVertex>& theSimVertices);
29
30
std::map<unsigned, unsigned>
geantToIndex_
;
31
PhotonMCTruthFinder
*
thePhotonMCTruthFinder_
;
32
ElectronMCTruthFinder
*
theElectronMCTruthFinder_
;
33
34
};
35
36
#endif
PizeroMCTruthFinder::~PizeroMCTruthFinder
virtual ~PizeroMCTruthFinder()
Definition:
PizeroMCTruthFinder.cc:16
SimTrack.h
PizeroMCTruthFinder::thePhotonMCTruthFinder_
PhotonMCTruthFinder * thePhotonMCTruthFinder_
Definition:
PizeroMCTruthFinder.h:31
PizeroMCTruthFinder::theElectronMCTruthFinder_
ElectronMCTruthFinder * theElectronMCTruthFinder_
Definition:
PizeroMCTruthFinder.h:32
tkConvValidator_cfi.simTracks
simTracks
Definition:
tkConvValidator_cfi.py:137
ElectronMCTruthFinder
Definition:
ElectronMCTruthFinder.h:13
PizeroMCTruthFinder::geantToIndex_
std::map< unsigned, unsigned > geantToIndex_
Definition:
PizeroMCTruthFinder.h:30
SimVertex.h
PizeroMCTruthFinder::find
std::vector< PizeroMCTruth > find(const std::vector< SimTrack > &simTracks, const std::vector< SimVertex > &simVertices)
Definition:
PizeroMCTruthFinder.cc:24
PizeroMCTruthFinder::PizeroMCTruthFinder
PizeroMCTruthFinder()
Definition:
PizeroMCTruthFinder.cc:8
PizeroMCTruthFinder
Definition:
PizeroMCTruthFinder.h:16
PhotonMCTruthFinder
Definition:
PhotonMCTruthFinder.h:22
SimTrackContainer.h
PizeroMCTruth.h
PhotonMCTruth.h
PizeroMCTruthFinder::fill
void fill(const std::vector< SimTrack > &theSimTracks, const std::vector< SimVertex > &theSimVertices)
Definition:
PizeroMCTruthFinder.cc:179
ElectronMCTruth.h
HGCalValidator_cfi.simVertices
simVertices
Definition:
HGCalValidator_cfi.py:33
SimVertexContainer.h
Generated for CMSSW Reference Manual by
1.8.11