|
Geant4 11.4.0
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 *) |
| 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 |
| void | MergeTrajectory (G4VTrajectory *secondTrajectory) override |
| G4int | GetPointEntries () const override |
| G4VTrajectoryPoint * | GetPoint (G4int i) const 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 | G4ClonedRichTrajectory |
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 70 of file G4RichTrajectory.hh.
|
default |
Referenced by G4RichTrajectory(), G4RichTrajectory(), MergeTrajectory(), operator delete(), operator=(), and operator==().
| G4RichTrajectory::G4RichTrajectory | ( | const G4Track * | aTrack | ) |
Definition at line 69 of file G4RichTrajectory.cc.
|
override |
Definition at line 135 of file G4RichTrajectory.cc.
| G4RichTrajectory::G4RichTrajectory | ( | G4RichTrajectory & | right | ) |
Definition at line 103 of file G4RichTrajectory.cc.
|
overridevirtual |
Implements G4VTrajectory.
Definition at line 146 of file G4RichTrajectory.cc.
|
overridevirtual |
Reimplemented from G4VTrajectory.
Definition at line 361 of file G4RichTrajectory.cc.
|
overridevirtual |
Reimplemented from G4VTrajectory.
Definition at line 279 of file G4RichTrajectory.cc.
|
overridevirtual |
Reimplemented from G4VTrajectory.
Definition at line 188 of file G4RichTrajectory.cc.
Reimplemented from G4VTrajectory.
Definition at line 197 of file G4RichTrajectory.cc.
Referenced by CreateAttValues(), G4VisCommandList::SetNewValue(), and G4VisCommandSceneAddTrajectories::SetNewValue().
|
inlineoverridevirtual |
Implements G4VTrajectory.
Definition at line 100 of file G4RichTrajectory.hh.
|
inline |
Definition at line 102 of file G4RichTrajectory.hh.
|
inlineoverridevirtual |
Implements G4VTrajectory.
Definition at line 103 of file G4RichTrajectory.hh.
|
inlineoverridevirtual |
Implements G4VTrajectory.
Definition at line 98 of file G4RichTrajectory.hh.
| G4ParticleDefinition * G4RichTrajectory::GetParticleDefinition | ( | ) |
Definition at line 356 of file G4RichTrajectory.cc.
|
inlineoverridevirtual |
Implements G4VTrajectory.
Definition at line 99 of file G4RichTrajectory.hh.
|
inlineoverridevirtual |
Implements G4VTrajectory.
Definition at line 101 of file G4RichTrajectory.hh.
|
inlineoverridevirtual |
Implements G4VTrajectory.
Definition at line 164 of file G4RichTrajectory.hh.
|
inlineoverridevirtual |
Implements G4VTrajectory.
Definition at line 159 of file G4RichTrajectory.hh.
Referenced by CreateAttValues().
|
inlineoverridevirtual |
|
overridevirtual |
Implements G4VTrajectory.
Definition at line 164 of file G4RichTrajectory.cc.
|
inline |
Definition at line 154 of file G4RichTrajectory.hh.
|
inline |
Definition at line 146 of file G4RichTrajectory.hh.
|
delete |
|
inline |
Definition at line 87 of file G4RichTrajectory.hh.
|
overridevirtual |
Reimplemented from G4VTrajectory.
Definition at line 179 of file G4RichTrajectory.cc.
|
friend |
Definition at line 74 of file G4RichTrajectory.hh.
Referenced by CloneForMaster(), and G4ClonedRichTrajectory.