Public Member Functions | |
| BDSTrajectoryPoint () | |
| BDSTrajectoryPoint (const G4Track *aTrack) | |
| ~BDSTrajectoryPoint () | |
| void * | operator new (size_t) |
| void | operator delete (void *aTrajectoryPoint) |
| int | operator== (const BDSTrajectoryPoint &right) const |
| G4bool | isScatteringProcess () |
| G4int | GetTrackID () |
| void | printData () |
| G4ThreeVector | GetVertexPosition () |
Private Attributes | |
| G4bool | _isScatteringProcess |
| const G4VProcess * | _currentProcess |
| G4int | _trackID |
| G4ThreeVector | _vertexPosition |
Definition at line 8 of file BDSTrajectoryPoint.hh.
1.4.7