CMS 3D CMS Logo

CurrentG4Track.h
Go to the documentation of this file.
1 #ifndef SimG4Core_CurrentG4Track_H
2 #define SimG4Core_CurrentG4Track_H
3 
4 #include "G4Track.hh"
5 
15 public:
16  static const G4Track *track();
17  static void setTrack(const G4Track *);
18 
19 private:
20  static thread_local const G4Track *m_track;
21 };
22 
23 #endif
static void setTrack(const G4Track *)
static thread_local const G4Track * m_track
static const G4Track * track()