CMS 3D CMS Logo

ElectronMCTruthFinder.h
Go to the documentation of this file.
1 #ifndef ElectronMCTruthFinder_h
2 #define ElectronMCTruthFinder_h
3 
8 
11 
14 public:
16 
17  virtual ~ElectronMCTruthFinder();
18 
19  std::vector<ElectronMCTruth> find(const std::vector<SimTrack>& simTracks, const std::vector<SimVertex>& simVertices);
20 
21 private:
22  void fill(const std::vector<SimTrack>& theSimTracks, const std::vector<SimVertex>& theSimVertices);
23 
24  std::map<unsigned, unsigned> geantToIndex_;
26 };
27 
28 #endif
std::map< unsigned, unsigned > geantToIndex_
void fill(const std::vector< SimTrack > &theSimTracks, const std::vector< SimVertex > &theSimVertices)
PhotonMCTruthFinder * thePhotonMCTruthFinder_
std::vector< ElectronMCTruth > find(const std::vector< SimTrack > &simTracks, const std::vector< SimVertex > &simVertices)