Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4RichTrajectory.hh>
Public Member Functions | |
G4RichTrajectory ()=default | |
G4RichTrajectory (const G4Track *aTrack) | |
~G4RichTrajectory () override | |
G4RichTrajectory (G4RichTrajectory &) | |
G4RichTrajectory & | operator= (const G4RichTrajectory &)=delete |
G4bool | operator== (const G4RichTrajectory &r) const |
void * | operator new (size_t) |
void | operator delete (void *) |
void | ShowTrajectory (std::ostream &os=G4cout) const override |
void | DrawTrajectory () const override |
void | AppendStep (const G4Step *aStep) override |
void | MergeTrajectory (G4VTrajectory *secondTrajectory) override |
G4int | GetPointEntries () const override |
G4VTrajectoryPoint * | GetPoint (G4int i) const override |
const std::map< G4String, G4AttDef > * | GetAttDefs () const override |
std::vector< G4AttValue > * | CreateAttValues () const override |
Public Member Functions inherited from G4Trajectory | |
G4Trajectory ()=default | |
G4Trajectory (const G4Track *aTrack) | |
G4Trajectory (G4Trajectory &) | |
~G4Trajectory () override | |
void * | operator new (size_t) |
void | operator delete (void *) |
G4bool | operator== (const G4Trajectory &r) const |
G4int | GetTrackID () const override |
G4int | GetParentID () const override |
G4String | GetParticleName () const override |
G4double | GetCharge () const override |
G4int | GetPDGEncoding () const override |
G4double | GetInitialKineticEnergy () const |
G4ThreeVector | GetInitialMomentum () const override |
void | ShowTrajectory (std::ostream &os=G4cout) const override |
void | DrawTrajectory () const override |
void | AppendStep (const G4Step *aStep) override |
G4int | GetPointEntries () const override |
G4VTrajectoryPoint * | GetPoint (G4int i) const override |
void | MergeTrajectory (G4VTrajectory *secondTrajectory) override |
G4ParticleDefinition * | GetParticleDefinition () |
const std::map< G4String, G4AttDef > * | GetAttDefs () const override |
std::vector< G4AttValue > * | CreateAttValues () const override |
Public Member Functions inherited from G4VTrajectory | |
G4VTrajectory ()=default | |
virtual | ~G4VTrajectory ()=default |
G4bool | operator== (const G4VTrajectory &right) const |
Definition at line 58 of file G4RichTrajectory.hh.
|
default |
G4RichTrajectory::G4RichTrajectory | ( | const G4Track * | aTrack | ) |
Definition at line 63 of file G4RichTrajectory.cc.
|
override |
Definition at line 109 of file G4RichTrajectory.cc.
G4RichTrajectory::G4RichTrajectory | ( | G4RichTrajectory & | right | ) |
Definition at line 92 of file G4RichTrajectory.cc.
|
overridevirtual |
Implements G4VTrajectory.
Definition at line 120 of file G4RichTrajectory.cc.
|
overridevirtual |
Reimplemented from G4VTrajectory.
Definition at line 230 of file G4RichTrajectory.cc.
|
overridevirtual |
Reimplemented from G4VTrajectory.
Definition at line 162 of file G4RichTrajectory.cc.
Reimplemented from G4VTrajectory.
Definition at line 171 of file G4RichTrajectory.cc.
Referenced by CreateAttValues(), G4VisCommandList::SetNewValue(), and G4VisCommandSceneAddTrajectories::SetNewValue().
|
inlineoverridevirtual |
Implements G4VTrajectory.
Definition at line 126 of file G4RichTrajectory.hh.
Referenced by G4TrajectoryDrawByEncounteredVolume::Draw(), and G4TrajectoryEncounteredVolumeFilter::Evaluate().
|
inlineoverridevirtual |
Implements G4VTrajectory.
Definition at line 121 of file G4RichTrajectory.hh.
Referenced by G4TrajectoryDrawByEncounteredVolume::Draw(), and G4TrajectoryEncounteredVolumeFilter::Evaluate().
|
overridevirtual |
Implements G4VTrajectory.
Definition at line 138 of file G4RichTrajectory.cc.
|
inline |
Definition at line 116 of file G4RichTrajectory.hh.
|
inline |
Definition at line 108 of file G4RichTrajectory.hh.
|
delete |
|
inline |
Definition at line 73 of file G4RichTrajectory.hh.
|
overridevirtual |
Reimplemented from G4VTrajectory.
Definition at line 153 of file G4RichTrajectory.cc.