CMS 3D CMS Logo

G4TrackToParticleID.h

Go to the documentation of this file.
00001 #ifndef SimG4Core_G4TrackToParticleID_H
00002 #define SimG4Core_G4TrackToParticleID_H
00003 
00004 #include <map>
00005 #include <string>
00006 
00007 class G4Track;
00008 
00014 class G4TrackToParticleID
00015 {
00016 public:
00017     typedef std::map<std::string, int> MapType;
00018     G4TrackToParticleID();
00019     ~G4TrackToParticleID();
00020     int particleID(const G4Track *);
00021 private:
00022     MapType theInternalMap;
00023 };
00024 
00025 #endif

Generated on Tue Jun 9 17:47:05 2009 for CMSSW by  doxygen 1.5.4