CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_2_SLHC2/src/SimG4Core/Notification/interface/G4TrackToParticleID.h

Go to the documentation of this file.
00001 #ifndef SimG4Core_G4TrackToParticleID_H
00002 #define SimG4Core_G4TrackToParticleID_H
00003 
00004 class G4Track;
00005 
00011 class G4TrackToParticleID
00012 {
00013 public:
00014     G4TrackToParticleID();
00015     ~G4TrackToParticleID();
00016     int particleID(const G4Track *);
00017 private:
00018 };
00019 
00020 #endif