Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VTrajectory.hh>
Public Member Functions | |
G4VTrajectory ()=default | |
virtual | ~G4VTrajectory ()=default |
G4bool | operator== (const G4VTrajectory &right) const |
virtual G4VTrajectory * | CloneForMaster () 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 G4VTrajectory.hh.
|
default |
Referenced by G4RichTrajectory::CloneForMaster(), G4SmoothTrajectory::CloneForMaster(), G4Trajectory::CloneForMaster(), CloneForMaster(), G4RayTrajectory::G4RayTrajectory(), G4Trajectory::G4Trajectory(), G4ClonedRichTrajectory::MergeTrajectory(), G4ClonedSmoothTrajectory::MergeTrajectory(), G4ClonedTrajectory::MergeTrajectory(), G4RayTrajectory::MergeTrajectory(), G4RichTrajectory::MergeTrajectory(), G4SmoothTrajectory::MergeTrajectory(), G4Trajectory::MergeTrajectory(), MergeTrajectory(), G4SmoothTrajectory::operator=(), operator==(), and ~G4VTrajectory().
|
virtualdefault |
|
pure virtual |
Implemented in G4ClonedRichTrajectory, G4ClonedSmoothTrajectory, G4ClonedTrajectory, G4RayTrajectory, G4RichTrajectory, G4SmoothTrajectory, and G4Trajectory.
|
virtual |
Reimplemented in G4RichTrajectory, G4SmoothTrajectory, and G4Trajectory.
Definition at line 50 of file G4VTrajectory.cc.
|
inlinevirtual |
Reimplemented in G4ClonedRichTrajectory, G4ClonedSmoothTrajectory, G4ClonedTrajectory, G4RichTrajectory, G4SmoothTrajectory, and G4Trajectory.
Definition at line 117 of file G4VTrajectory.hh.
Referenced by G4HepRepFileSceneHandler::AddCompound(), G4TrajectoriesModelDebugG4AttValues(), G4VSceneHandler::LoadAtts(), and ShowTrajectory().
|
virtual |
Reimplemented in G4ClonedRichTrajectory, G4ClonedSmoothTrajectory, G4ClonedTrajectory, G4RayTrajectory, G4RichTrajectory, G4SmoothTrajectory, and G4Trajectory.
Definition at line 108 of file G4VTrajectory.cc.
Referenced by G4GMocrenFileSceneHandler::AddCompound(), G4VSceneHandler::AddCompound(), G4ClonedRichTrajectory::DrawTrajectory(), G4ClonedSmoothTrajectory::DrawTrajectory(), G4ClonedTrajectory::DrawTrajectory(), G4RichTrajectory::DrawTrajectory(), G4SmoothTrajectory::DrawTrajectory(), and G4Trajectory::DrawTrajectory().
Reimplemented in G4ClonedRichTrajectory, G4ClonedSmoothTrajectory, G4ClonedTrajectory, G4RichTrajectory, G4SmoothTrajectory, and G4Trajectory.
Definition at line 107 of file G4VTrajectory.hh.
Referenced by G4HepRepFileSceneHandler::AddCompound(), G4TrajectoriesModelDebugG4AttValues(), G4VSceneHandler::LoadAtts(), and ShowTrajectory().
|
pure virtual |
|
pure virtual |
Implemented in G4ClonedRichTrajectory, G4ClonedSmoothTrajectory, G4ClonedTrajectory, G4RayTrajectory, G4RichTrajectory, G4SmoothTrajectory, and G4Trajectory.
Referenced by G4GMocrenFileSceneHandler::AddCompound().
|
pure virtual |
Implemented in G4ClonedRichTrajectory, G4ClonedSmoothTrajectory, G4ClonedTrajectory, G4RayTrajectory, G4RichTrajectory, G4SmoothTrajectory, and G4Trajectory.
|
pure virtual |
|
pure virtual |
Implemented in G4ClonedRichTrajectory, G4ClonedSmoothTrajectory, G4ClonedTrajectory, G4RayTrajectory, G4RichTrajectory, G4SmoothTrajectory, and G4Trajectory.
|
pure virtual |
Implemented in G4ClonedRichTrajectory, G4ClonedSmoothTrajectory, G4ClonedTrajectory, G4RayTrajectory, G4RichTrajectory, G4SmoothTrajectory, and G4Trajectory.
Referenced by G4GMocrenFileSceneHandler::AddCompound(), G4HepRepFileSceneHandler::AddCompound(), G4TrajectoryDrawByEncounteredVolume::Draw(), G4TrajectoryDrawByOriginVolume::Draw(), G4TrajectoryEncounteredVolumeFilter::Evaluate(), G4TrajectoryOriginVolumeFilter::Evaluate(), G4TrajectoriesModelDebugG4AttValues(), G4TrajectoryDrawerUtils::GetPointsAndTimes(), G4VSceneHandler::LoadAtts(), and ShowTrajectory().
|
pure virtual |
Implemented in G4ClonedRichTrajectory, G4ClonedSmoothTrajectory, G4ClonedTrajectory, G4RayTrajectory, G4RichTrajectory, G4SmoothTrajectory, and G4Trajectory.
Referenced by G4GMocrenFileSceneHandler::AddCompound(), G4HepRepFileSceneHandler::AddCompound(), G4TrajectoriesModelDebugG4AttValues(), G4TrajectoryDrawerUtils::GetPointsAndTimes(), G4VSceneHandler::LoadAtts(), and ShowTrajectory().
|
pure virtual |
Implemented in G4ClonedRichTrajectory, G4ClonedSmoothTrajectory, G4ClonedTrajectory, G4RayTrajectory, G4RichTrajectory, G4SmoothTrajectory, and G4Trajectory.
Referenced by G4GMocrenFileSceneHandler::AddCompound().
|
pure virtual |
Implemented in G4ClonedRichTrajectory, G4ClonedSmoothTrajectory, G4ClonedTrajectory, G4RayTrajectory, G4RichTrajectory, G4SmoothTrajectory, and G4Trajectory.
G4bool G4VTrajectory::operator== | ( | const G4VTrajectory & | right | ) | const |
Definition at line 48 of file G4VTrajectory.cc.
|
virtual |
Reimplemented in G4ClonedRichTrajectory, G4ClonedSmoothTrajectory, G4ClonedTrajectory, G4RayTrajectory, G4RichTrajectory, G4SmoothTrajectory, and G4Trajectory.
Definition at line 59 of file G4VTrajectory.cc.
Referenced by G4ClonedRichTrajectory::ShowTrajectory(), G4ClonedSmoothTrajectory::ShowTrajectory(), G4ClonedTrajectory::ShowTrajectory(), G4RichTrajectory::ShowTrajectory(), G4SmoothTrajectory::ShowTrajectory(), and G4Trajectory::ShowTrajectory().