CMS 3D CMS Logo

PizeroMCTruthFinder.h
Go to the documentation of this file.
1 #ifndef PizeroMCTruthFinder_h
2 #define PizeroMCTruthFinder_h
3 
8 
12 
13 
17 
18  public:
19 
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_;
33 
34 };
35 
36 #endif
PhotonMCTruthFinder * thePhotonMCTruthFinder_
ElectronMCTruthFinder * theElectronMCTruthFinder_
std::map< unsigned, unsigned > geantToIndex_
std::vector< PizeroMCTruth > find(const std::vector< SimTrack > &simTracks, const std::vector< SimVertex > &simVertices)
void fill(const std::vector< SimTrack > &theSimTracks, const std::vector< SimVertex > &theSimVertices)