Geant4
10.01.p02
|
#include <CexmcTrackPointInfo.hh>
Public Member Functions | |
CexmcTrackPointInfo () | |
CexmcTrackPointInfo (const G4ThreeVector &positionLocal, const G4ThreeVector &positionWorld, const G4ThreeVector &directionLocal, const G4ThreeVector &directionWorld, G4double momentumAmp, const G4ParticleDefinition *particle, G4int trackId, CexmcTrackType trackType) | |
G4bool | IsValid (void) const |
void * | operator new (size_t size) |
void | operator delete (void *obj) |
operator G4double () | |
Definition at line 56 of file CexmcTrackPointInfo.hh.
|
inline |
Definition at line 58 of file CexmcTrackPointInfo.hh.
|
inline |
Definition at line 61 of file CexmcTrackPointInfo.hh.
|
inline |
Definition at line 74 of file CexmcTrackPointInfo.hh.
References CexmcInvalidTrackId(), and trackId.
Referenced by CexmcTrackPointsDigitizer::Digitize(), CexmcEventAction::DrawTrackPoints(), CexmcEventAction::EndOfEventAction(), and operator<<().
|
inline |
Definition at line 117 of file CexmcTrackPointInfo.hh.
References G4Allocator< Type >::FreeSingle().
|
inline |
Definition at line 101 of file CexmcTrackPointInfo.hh.
|
inline |
Definition at line 111 of file CexmcTrackPointInfo.hh.
References G4Allocator< Type >::MallocSingle().
G4ThreeVector CexmcTrackPointInfo::directionLocal |
Definition at line 87 of file CexmcTrackPointInfo.hh.
Referenced by operator<<().
G4ThreeVector CexmcTrackPointInfo::directionWorld |
Definition at line 89 of file CexmcTrackPointInfo.hh.
Referenced by operator<<(), and CexmcEventAction::PrintTrackPoints().
G4double CexmcTrackPointInfo::momentumAmp |
Definition at line 91 of file CexmcTrackPointInfo.hh.
Referenced by CexmcEventAction::EndOfEventAction(), and operator<<().
const G4ParticleDefinition* CexmcTrackPointInfo::particle |
Definition at line 93 of file CexmcTrackPointInfo.hh.
Referenced by CexmcEventAction::EndOfEventAction(), operator<<(), and CexmcEventAction::PrintTrackPoints().
G4ThreeVector CexmcTrackPointInfo::positionLocal |
Definition at line 83 of file CexmcTrackPointInfo.hh.
Referenced by CexmcTrackPointsDigitizer::Digitize(), and operator<<().
G4ThreeVector CexmcTrackPointInfo::positionWorld |
Definition at line 85 of file CexmcTrackPointInfo.hh.
Referenced by CexmcEventAction::DrawTrackPoints(), and operator<<().
G4int CexmcTrackPointInfo::trackId |
Definition at line 95 of file CexmcTrackPointInfo.hh.
Referenced by CexmcTrackPointsDigitizer::InitializeData(), IsValid(), and operator<<().
CexmcTrackType CexmcTrackPointInfo::trackType |
Definition at line 97 of file CexmcTrackPointInfo.hh.
Referenced by operator<<().