|
Geant4
10.03
|
#include <G4TrackState.hh>
Public Member Functions | |
| void | SetTrackState (void *adress, G4VTrackStateHandle state) |
| G4VTrackStateHandle | GetTrackState (void *adress) const |
| template<class T > | |
| G4VTrackStateHandle | GetTrackState (T *adress) const |
| void | SetTrackState (G4VTrackStateHandle state) |
| template<typename T > | |
| G4VTrackStateHandle | GetTrackState () const |
Private Attributes | |
| std::map< int, G4VTrackStateHandle > | fTrackStates |
| std::map< void *, G4VTrackStateHandle > | fMultipleTrackStates |
Definition at line 141 of file G4TrackState.hh.
|
inline |
Definition at line 153 of file G4TrackState.hh.
Referenced by G4TrackStateDependent< G4ITSafetyHelper >::LoadTrackState().
Here is the caller graph for this function:
|
inline |
Definition at line 165 of file G4TrackState.hh.
|
inline |
Definition at line 182 of file G4TrackState.hh.
|
inline |
Definition at line 148 of file G4TrackState.hh.
Referenced by G4TrackStateDependent< G4ITSafetyHelper >::SaveTrackState().
Here is the caller graph for this function:
|
inline |
Definition at line 176 of file G4TrackState.hh.
|
private |
Definition at line 144 of file G4TrackState.hh.
|
private |
Definition at line 143 of file G4TrackState.hh.