|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4SmoothTrajectory.hh>
Public Member Functions | |
| G4SmoothTrajectory ()=default | |
| G4SmoothTrajectory (const G4Track *aTrack) | |
| ~G4SmoothTrajectory () override | |
| G4SmoothTrajectory (G4SmoothTrajectory &) | |
| G4SmoothTrajectory & | operator= (const G4SmoothTrajectory &)=delete |
| G4bool | operator== (const G4SmoothTrajectory &r) const |
| void * | operator new (size_t) |
| void | operator delete (void *) |
| G4VTrajectory * | CloneForMaster () const override |
| 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 |
| std::shared_ptr< std::vector< G4AttValue > > | GetAttValues () const |
Friends | |
| class | G4ClonedSmoothTrajectory |
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 65 of file G4SmoothTrajectory.hh.
|
default |
Referenced by G4SmoothTrajectory(), G4SmoothTrajectory(), MergeTrajectory(), operator delete(), operator=(), and operator==().
| G4SmoothTrajectory::G4SmoothTrajectory | ( | const G4Track * | aTrack | ) |
Definition at line 62 of file G4SmoothTrajectory.cc.
|
override |
Definition at line 109 of file G4SmoothTrajectory.cc.
| G4SmoothTrajectory::G4SmoothTrajectory | ( | G4SmoothTrajectory & | right | ) |
Definition at line 84 of file G4SmoothTrajectory.cc.
|
overridevirtual |
Implements G4VTrajectory.
Definition at line 203 of file G4SmoothTrajectory.cc.
|
overridevirtual |
Reimplemented from G4VTrajectory.
Definition at line 102 of file G4SmoothTrajectory.cc.
|
overridevirtual |
Reimplemented from G4VTrajectory.
Definition at line 174 of file G4SmoothTrajectory.cc.
|
overridevirtual |
Reimplemented from G4VTrajectory.
Definition at line 129 of file G4SmoothTrajectory.cc.
Reimplemented from G4VTrajectory.
Definition at line 138 of file G4SmoothTrajectory.cc.
Referenced by CreateAttValues(), G4VisCommandList::SetNewValue(), and G4VisCommandSceneAddTrajectories::SetNewValue().
|
inlineoverridevirtual |
Implements G4VTrajectory.
Definition at line 94 of file G4SmoothTrajectory.hh.
|
inline |
Definition at line 96 of file G4SmoothTrajectory.hh.
|
inlineoverridevirtual |
Implements G4VTrajectory.
Definition at line 97 of file G4SmoothTrajectory.hh.
|
inlineoverridevirtual |
Implements G4VTrajectory.
Definition at line 92 of file G4SmoothTrajectory.hh.
| G4ParticleDefinition * G4SmoothTrajectory::GetParticleDefinition | ( | ) |
Definition at line 209 of file G4SmoothTrajectory.cc.
|
inlineoverridevirtual |
Implements G4VTrajectory.
Definition at line 93 of file G4SmoothTrajectory.hh.
|
inlineoverridevirtual |
Implements G4VTrajectory.
Definition at line 95 of file G4SmoothTrajectory.hh.
|
inlineoverridevirtual |
Implements G4VTrajectory.
Definition at line 105 of file G4SmoothTrajectory.hh.
|
inlineoverridevirtual |
Implements G4VTrajectory.
Definition at line 104 of file G4SmoothTrajectory.hh.
Referenced by CreateAttValues().
|
inlineoverridevirtual |
Implements G4VTrajectory.
Definition at line 91 of file G4SmoothTrajectory.hh.
|
overridevirtual |
Implements G4VTrajectory.
Definition at line 214 of file G4SmoothTrajectory.cc.
|
inline |
Definition at line 136 of file G4SmoothTrajectory.hh.
|
inline |
Definition at line 128 of file G4SmoothTrajectory.hh.
|
delete |
|
inline |
Definition at line 141 of file G4SmoothTrajectory.hh.
|
overridevirtual |
Reimplemented from G4VTrajectory.
Definition at line 120 of file G4SmoothTrajectory.cc.
|
friend |
Definition at line 69 of file G4SmoothTrajectory.hh.
Referenced by CloneForMaster(), and G4ClonedSmoothTrajectory.