CMS 3D CMS Logo

CurrentG4Track.cc
Go to the documentation of this file.
2 
3 thread_local const G4Track* CurrentG4Track::m_track = nullptr;
4 
5 void CurrentG4Track::setTrack(const G4Track* t) { m_track = t; }
6 
7 const G4Track* CurrentG4Track::track() { return m_track; }
static void setTrack(const G4Track *)
static thread_local const G4Track * m_track
static const G4Track * track()