Main Page
Namespaces
Classes
Package Documentation
SimG4Core
Notification
src
CurrentG4Track.cc
Go to the documentation of this file.
1
#include "
SimG4Core/Notification/interface/CurrentG4Track.h
"
2
3
thread_local
const
G4Track *
CurrentG4Track::m_track
= 0;
4
5
void
CurrentG4Track::setTrack
(
const
G4Track *
t
)
6
{
7
m_track
=
t
;
8
}
9
10
const
G4Track *
CurrentG4Track::track
()
11
{
12
return
m_track
;
13
}
14
CurrentG4Track::setTrack
static void setTrack(const G4Track *)
Definition:
CurrentG4Track.cc:5
CurrentG4Track.h
CurrentG4Track::m_track
static thread_local const G4Track * m_track
Definition:
CurrentG4Track.h:20
CurrentG4Track::track
static const G4Track * track()
Definition:
CurrentG4Track.cc:10
lumiQTWidget.t
t
Definition:
lumiQTWidget.py:50
Generated for CMSSW Reference Manual by
1.8.11