Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4PhononTrackMap.hh>
Public Types | |
typedef std::map< const G4Track *, G4ThreeVector > | TrkIDKmap |
Public Member Functions | |
void | SetK (const G4Track *track, const G4ThreeVector &K) |
void | SetK (const G4Track &track, const G4ThreeVector &K) |
const G4ThreeVector & | GetK (const G4Track *track) const |
const G4ThreeVector & | GetK (const G4Track &track) const |
G4bool | Find (const G4Track *track) const |
G4bool | Find (const G4Track &track) const |
void | RemoveTrack (const G4Track *track) |
void | Clear () |
Static Public Member Functions | |
static G4PhononTrackMap * | GetPhononTrackMap () |
static G4PhononTrackMap * | GetInstance () |
Static Public Attributes | |
static G4ThreadLocal G4PhononTrackMap * | theTrackMap = 0 |
Definition at line 40 of file G4PhononTrackMap.hh.
std::map<const G4Track*, G4ThreeVector> G4PhononTrackMap::TrkIDKmap |
Definition at line 42 of file G4PhononTrackMap.hh.
void G4PhononTrackMap::Clear | ( | ) |
Definition at line 51 of file G4PhononTrackMap.cc.
Definition at line 59 of file G4PhononTrackMap.cc.
Referenced by G4VPhononProcess::StartTracking().
|
inlinestatic |
Definition at line 47 of file G4PhononTrackMap.hh.
|
inline |
Definition at line 55 of file G4PhononTrackMap.hh.
Referenced by GetK().
const G4ThreeVector & G4PhononTrackMap::GetK | ( | const G4Track * | track | ) | const |
Definition at line 81 of file G4PhononTrackMap.cc.
Referenced by G4VPhononProcess::CreateSecondary().
|
static |
Definition at line 46 of file G4PhononTrackMap.cc.
Referenced by GetInstance().
void G4PhononTrackMap::RemoveTrack | ( | const G4Track * | track | ) |
Definition at line 66 of file G4PhononTrackMap.cc.
Referenced by G4VPhononProcess::EndTracking().
|
inline |
Definition at line 51 of file G4PhononTrackMap.hh.
Referenced by SetK().
void G4PhononTrackMap::SetK | ( | const G4Track * | track, |
const G4ThreeVector & | K ) |
Definition at line 74 of file G4PhononTrackMap.cc.
Referenced by G4VPhononProcess::CreateSecondary(), and G4VPhononProcess::StartTracking().
|
static |
Definition at line 43 of file G4PhononTrackMap.hh.
Referenced by GetPhononTrackMap().