#include <MaGeTrajectoryPoint.hh>
Public Member Functions | |
MaGeTrajectoryPoint () | |
MaGeTrajectoryPoint (G4ThreeVector pos, G4String volname) | |
MaGeTrajectoryPoint (G4ThreeVector pos) | |
MaGeTrajectoryPoint (const MaGeTrajectoryPoint &right) | |
virtual | ~MaGeTrajectoryPoint () |
void * | operator new (size_t) |
void | operator delete (void *aTrajectoryPoint) |
int | operator== (const MaGeTrajectoryPoint &right) const |
const G4ThreeVector | GetPosition () const |
void | SetPosition (G4ThreeVector pos) |
const G4double | GetEnergyLost () const |
void | SetEnergyLost (G4double e) |
const G4double | GetStepLength () const |
void | SetStepLength (G4double l) |
const G4double | GetTrackLength () const |
void | SetTrackLength (G4double l) |
const G4String | GetVolumeName () const |
void | SetVolumeName (G4String s) |
const G4String | GetProcessName () const |
void | SetProcessName (G4String s) |
const std::map< G4String, G4AttDef > * | GetAttDefs () const |
std::vector< G4AttValue > * | CreateAttValues () const |
Private Attributes | |
G4ThreeVector | fPosition |
G4double | fELost |
G4double | fStepLength |
G4double | fTrackLength |
G4String | fVolumeName |
G4String | fProcessName |
|
Definition at line 44 of file MaGeTrajectoryPoint.cc. References fELost, fPosition, fProcessName, fStepLength, fTrackLength, and fVolumeName. |
|
Definition at line 54 of file MaGeTrajectoryPoint.cc. References fELost, fPosition, fProcessName, fStepLength, fTrackLength, and fVolumeName. |
|
Definition at line 64 of file MaGeTrajectoryPoint.cc. References fELost, fPosition, fProcessName, fStepLength, fTrackLength, and fVolumeName. |
|
Definition at line 76 of file MaGeTrajectoryPoint.cc. |
|
Definition at line 84 of file MaGeTrajectoryPoint.cc. |
|
Definition at line 100 of file MaGeTrajectoryPoint.cc. References fPosition. |
|
Definition at line 88 of file MaGeTrajectoryPoint.cc. |
|
Definition at line 83 of file MaGeTrajectoryPoint.hh. Referenced by MaGeOutputGermaniumArray::EndOfEventAction(). |
|
Definition at line 80 of file MaGeTrajectoryPoint.hh. Referenced by MaGeOutputGermaniumArray::EndOfEventAction(). |
|
Definition at line 95 of file MaGeTrajectoryPoint.hh. |
|
Definition at line 86 of file MaGeTrajectoryPoint.hh. Referenced by MaGeOutputGermaniumArray::EndOfEventAction(). |
|
Definition at line 89 of file MaGeTrajectoryPoint.hh. |
|
Definition at line 92 of file MaGeTrajectoryPoint.hh. Referenced by MaGeOutputGermaniumArray::EndOfEventAction(). |
|
Definition at line 125 of file MaGeTrajectoryPoint.hh. References MaGeTrajectoryPointAllocator. |
|
Definition at line 118 of file MaGeTrajectoryPoint.hh. References MaGeTrajectoryPointAllocator. |
|
Definition at line 76 of file MaGeTrajectoryPoint.hh. |
|
Definition at line 84 of file MaGeTrajectoryPoint.hh. References fELost. Referenced by MaGeTrajectory::AppendStep(). |
|
Definition at line 81 of file MaGeTrajectoryPoint.hh. References fPosition. Referenced by MaGeTrajectory::AppendStep(). |
|
Definition at line 96 of file MaGeTrajectoryPoint.hh. References fProcessName. Referenced by MaGeTrajectory::AppendStep(). |
|
Definition at line 87 of file MaGeTrajectoryPoint.hh. References fStepLength. Referenced by MaGeTrajectory::AppendStep(). |
|
Definition at line 90 of file MaGeTrajectoryPoint.hh. References fTrackLength. Referenced by MaGeTrajectory::AppendStep(). |
|
Definition at line 93 of file MaGeTrajectoryPoint.hh. References fVolumeName. Referenced by MaGeTrajectory::AppendStep(). |
|
Definition at line 108 of file MaGeTrajectoryPoint.hh. Referenced by MaGeTrajectoryPoint(), and SetEnergyLost(). |
|
Definition at line 107 of file MaGeTrajectoryPoint.hh. Referenced by CreateAttValues(), MaGeTrajectoryPoint(), and SetPosition(). |
|
Definition at line 112 of file MaGeTrajectoryPoint.hh. Referenced by MaGeTrajectoryPoint(), and SetProcessName(). |
|
Definition at line 109 of file MaGeTrajectoryPoint.hh. Referenced by MaGeTrajectoryPoint(), and SetStepLength(). |
|
Definition at line 110 of file MaGeTrajectoryPoint.hh. Referenced by MaGeTrajectoryPoint(), and SetTrackLength(). |
|
Definition at line 111 of file MaGeTrajectoryPoint.hh. Referenced by MaGeTrajectoryPoint(), and SetVolumeName(). |