CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
G4TrackToParticleID.h
Go to the documentation of this file.
1 #ifndef SimG4Core_G4TrackToParticleID_H
2 #define SimG4Core_G4TrackToParticleID_H
3 
4 class G4Track;
5 
12 {
13 public:
14  static int particleID(const G4Track *);
15 };
16 
17 #endif
static int particleID(const G4Track *)