Geant4_10
|
#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 41 of file G4PhononTrackMap.hh.
typedef std::map<const G4Track*, G4ThreeVector> G4PhononTrackMap::TrkIDKmap |
Definition at line 43 of file G4PhononTrackMap.hh.
void G4PhononTrackMap::Clear | ( | ) |
Definition at line 52 of file G4PhononTrackMap.cc.
Definition at line 60 of file G4PhononTrackMap.hh.
|
inlinestatic |
const G4ThreeVector & G4PhononTrackMap::GetK | ( | const G4Track * | track | ) | const |
|
inline |
Definition at line 56 of file G4PhononTrackMap.hh.
|
static |
void G4PhononTrackMap::SetK | ( | const G4Track * | track, |
const G4ThreeVector & | K | ||
) |
|
inline |
Definition at line 52 of file G4PhononTrackMap.hh.
|
static |
Definition at line 44 of file G4PhononTrackMap.hh.