|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4ClonedSmoothTrajectory.hh>
Public Member Functions | |
| G4ClonedSmoothTrajectory ()=default | |
| G4ClonedSmoothTrajectory (const G4SmoothTrajectory &) | |
| ~G4ClonedSmoothTrajectory () override | |
| G4bool | operator== (const G4ClonedSmoothTrajectory &r) const |
| void * | operator new (size_t) |
| void | operator delete (void *) |
| 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 |
| virtual G4VTrajectory * | CloneForMaster () const |
| std::shared_ptr< std::vector< G4AttValue > > | GetAttValues () const |
Additional Inherited Members | |
| Protected Member Functions inherited from G4VTrajectory | |
| G4VTrajectory (const G4VTrajectory &right)=default | |
| G4VTrajectory & | operator= (const G4VTrajectory &right)=default |
| G4VTrajectory (G4VTrajectory &&)=default | |
| G4VTrajectory & | operator= (G4VTrajectory &&)=default |
Definition at line 58 of file G4ClonedSmoothTrajectory.hh.
|
default |
Referenced by G4ClonedSmoothTrajectory(), MergeTrajectory(), operator delete(), and operator==().
| G4ClonedSmoothTrajectory::G4ClonedSmoothTrajectory | ( | const G4SmoothTrajectory & | right | ) |
Definition at line 54 of file G4ClonedSmoothTrajectory.cc.
|
override |
Definition at line 71 of file G4ClonedSmoothTrajectory.cc.
|
overridevirtual |
Implements G4VTrajectory.
Definition at line 165 of file G4ClonedSmoothTrajectory.cc.
|
overridevirtual |
Reimplemented from G4VTrajectory.
Definition at line 136 of file G4ClonedSmoothTrajectory.cc.
|
overridevirtual |
Reimplemented from G4VTrajectory.
Definition at line 91 of file G4ClonedSmoothTrajectory.cc.
|
overridevirtual |
Reimplemented from G4VTrajectory.
Definition at line 100 of file G4ClonedSmoothTrajectory.cc.
Referenced by CreateAttValues().
|
inlineoverridevirtual |
Implements G4VTrajectory.
Definition at line 80 of file G4ClonedSmoothTrajectory.hh.
|
inline |
Definition at line 82 of file G4ClonedSmoothTrajectory.hh.
|
inlineoverridevirtual |
Implements G4VTrajectory.
Definition at line 83 of file G4ClonedSmoothTrajectory.hh.
|
inlineoverridevirtual |
Implements G4VTrajectory.
Definition at line 78 of file G4ClonedSmoothTrajectory.hh.
| G4ParticleDefinition * G4ClonedSmoothTrajectory::GetParticleDefinition | ( | ) |
Definition at line 171 of file G4ClonedSmoothTrajectory.cc.
|
inlineoverridevirtual |
Implements G4VTrajectory.
Definition at line 79 of file G4ClonedSmoothTrajectory.hh.
|
inlineoverridevirtual |
Implements G4VTrajectory.
Definition at line 81 of file G4ClonedSmoothTrajectory.hh.
|
inlineoverridevirtual |
Implements G4VTrajectory.
Definition at line 91 of file G4ClonedSmoothTrajectory.hh.
|
inlineoverridevirtual |
Implements G4VTrajectory.
Definition at line 90 of file G4ClonedSmoothTrajectory.hh.
Referenced by CreateAttValues().
|
inlineoverridevirtual |
Implements G4VTrajectory.
Definition at line 77 of file G4ClonedSmoothTrajectory.hh.
|
overridevirtual |
Implements G4VTrajectory.
Definition at line 176 of file G4ClonedSmoothTrajectory.cc.
|
inline |
Definition at line 122 of file G4ClonedSmoothTrajectory.hh.
|
inline |
Definition at line 114 of file G4ClonedSmoothTrajectory.hh.
|
inline |
Definition at line 127 of file G4ClonedSmoothTrajectory.hh.
|
overridevirtual |
Reimplemented from G4VTrajectory.
Definition at line 82 of file G4ClonedSmoothTrajectory.cc.