|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4RichTrajectory.hh>
Inheritance diagram for G4RichTrajectory:Public Member Functions | |
| G4RichTrajectory () | |
| G4RichTrajectory (const G4Track *aTrack) | |
| G4RichTrajectory (G4RichTrajectory &) | |
| virtual | ~G4RichTrajectory () |
| G4RichTrajectory & | operator= (const G4RichTrajectory &)=delete |
| G4int | operator== (const G4RichTrajectory &r) const |
| void * | operator new (size_t) |
| void | operator delete (void *) |
| void | ShowTrajectory (std::ostream &os=G4cout) const |
| void | DrawTrajectory () const |
| void | AppendStep (const G4Step *aStep) |
| void | MergeTrajectory (G4VTrajectory *secondTrajectory) |
| G4int | GetPointEntries () const |
| G4VTrajectoryPoint * | GetPoint (G4int i) const |
| virtual const std::map< G4String, G4AttDef > * | GetAttDefs () const |
| virtual std::vector< G4AttValue > * | CreateAttValues () const |
Public Member Functions inherited from G4Trajectory | |
| G4Trajectory () | |
| G4Trajectory (const G4Track *aTrack) | |
| G4Trajectory (G4Trajectory &) | |
| virtual | ~G4Trajectory () |
| void * | operator new (size_t) |
| void | operator delete (void *) |
| G4int | operator== (const G4Trajectory &r) const |
| G4int | GetTrackID () const |
| G4int | GetParentID () const |
| G4String | GetParticleName () const |
| G4double | GetCharge () const |
| G4int | GetPDGEncoding () const |
| G4double | GetInitialKineticEnergy () const |
| G4ThreeVector | GetInitialMomentum () const |
| virtual void | ShowTrajectory (std::ostream &os=G4cout) const |
| virtual void | DrawTrajectory () const |
| virtual void | AppendStep (const G4Step *aStep) |
| virtual G4int | GetPointEntries () const |
| virtual G4VTrajectoryPoint * | GetPoint (G4int i) const |
| virtual void | MergeTrajectory (G4VTrajectory *secondTrajectory) |
| G4ParticleDefinition * | GetParticleDefinition () |
| virtual const std::map< G4String, G4AttDef > * | GetAttDefs () const |
| virtual std::vector< G4AttValue > * | CreateAttValues () const |
Public Member Functions inherited from G4VTrajectory | |
| G4VTrajectory () | |
| virtual | ~G4VTrajectory () |
| G4bool | operator== (const G4VTrajectory &right) const |
| virtual G4int | GetTrackID () const =0 |
| virtual G4int | GetParentID () const =0 |
| virtual G4String | GetParticleName () const =0 |
| virtual G4double | GetCharge () const =0 |
| virtual G4int | GetPDGEncoding () const =0 |
| virtual G4ThreeVector | GetInitialMomentum () const =0 |
| virtual G4int | GetPointEntries () const =0 |
| virtual G4VTrajectoryPoint * | GetPoint (G4int i) const =0 |
| virtual void | ShowTrajectory (std::ostream &os=G4cout) const |
| virtual void | DrawTrajectory () const |
| virtual const std::map< G4String, G4AttDef > * | GetAttDefs () const |
| virtual std::vector< G4AttValue > * | CreateAttValues () const |
| virtual void | AppendStep (const G4Step *aStep)=0 |
| virtual void | MergeTrajectory (G4VTrajectory *secondTrajectory)=0 |
Definition at line 57 of file G4RichTrajectory.hh.
| G4RichTrajectory::G4RichTrajectory | ( | ) |
Definition at line 61 of file G4RichTrajectory.cc.
| G4RichTrajectory::G4RichTrajectory | ( | const G4Track * | aTrack | ) |
Definition at line 65 of file G4RichTrajectory.cc.
| G4RichTrajectory::G4RichTrajectory | ( | G4RichTrajectory & | right | ) |
Definition at line 94 of file G4RichTrajectory.cc.
|
virtual |
Definition at line 114 of file G4RichTrajectory.cc.
|
virtual |
Reimplemented from G4Trajectory.
Definition at line 127 of file G4RichTrajectory.cc.
|
virtual |
Reimplemented from G4Trajectory.
Definition at line 254 of file G4RichTrajectory.cc.
|
virtual |
Reimplemented from G4Trajectory.
Definition at line 171 of file G4RichTrajectory.cc.
Reimplemented from G4Trajectory.
Definition at line 180 of file G4RichTrajectory.cc.
Referenced by CreateAttValues(), G4VisCommandList::SetNewValue(), and G4VisCommandSceneAddTrajectories::SetNewValue().
|
inlinevirtual |
Reimplemented from G4Trajectory.
Definition at line 128 of file G4RichTrajectory.hh.
Referenced by G4TrajectoryDrawByEncounteredVolume::Draw(), and G4TrajectoryEncounteredVolumeFilter::Evaluate().
|
inlinevirtual |
Reimplemented from G4Trajectory.
Definition at line 123 of file G4RichTrajectory.hh.
Referenced by G4TrajectoryDrawByEncounteredVolume::Draw(), G4TrajectoryEncounteredVolumeFilter::Evaluate(), and MergeTrajectory().
|
virtual |
Reimplemented from G4Trajectory.
Definition at line 146 of file G4RichTrajectory.cc.
|
inline |
Definition at line 118 of file G4RichTrajectory.hh.
|
inline |
Definition at line 109 of file G4RichTrajectory.hh.
|
delete |
|
inline |
Definition at line 73 of file G4RichTrajectory.hh.
|
virtual |
Reimplemented from G4Trajectory.
Definition at line 162 of file G4RichTrajectory.cc.