CMS 3D CMS Logo

PizeroMCTruthFinder.h
Go to the documentation of this file.
1 #ifndef PizeroMCTruthFinder_h
2 #define PizeroMCTruthFinder_h
3 
8 
12 
16 public:
18 
19  virtual ~PizeroMCTruthFinder();
20 
21  std::vector<PizeroMCTruth> find(const std::vector<SimTrack>& simTracks, const std::vector<SimVertex>& simVertices);
22 
23 private:
24  void fill(const std::vector<SimTrack>& theSimTracks, const std::vector<SimVertex>& theSimVertices);
25 
26  std::map<unsigned, unsigned> geantToIndex_;
29 };
30 
31 #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)