CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 {
16 public:
17  static const G4Track * track();
18  static void setTrack(const G4Track *);
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()