ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/examples/advanced/doiPET/include/doiPETRun.hh>
Public Member Functions | |
InteractionInformation () | |
~InteractionInformation () | |
void | SetEdep (G4double e) |
void | SetBlockNo (G4int n) |
void | SetCrystalNo (G4int n) |
void | SetGlobalTime (G4double t) |
void | SetInteractionPositionInCrystal (G4ThreeVector pos) |
G4double | GetEdep () |
G4int | GetBlockNo () |
G4int | GetCrystalNo () |
G4double | GetGlobalTime () |
G4ThreeVector | GetInteractionPositionInCrystal () |
Private Attributes | |
G4double | edep |
G4double | globalTime |
G4int | blockNo |
G4int | crystalNo |
G4ThreeVector | crystalPosition |
Definition at line 105 of file doiPETRun.hh.
View newest version in sPHENIX GitHub at line 105 of file doiPETRun.hh
|
inline |
Definition at line 109 of file doiPETRun.hh.
View newest version in sPHENIX GitHub at line 109 of file doiPETRun.hh
|
inline |
Definition at line 110 of file doiPETRun.hh.
View newest version in sPHENIX GitHub at line 110 of file doiPETRun.hh
|
inline |
Definition at line 129 of file doiPETRun.hh.
View newest version in sPHENIX GitHub at line 129 of file doiPETRun.hh
References blockNo.
Referenced by doiPETRun::GetIntractionInfomation().
|
inline |
Definition at line 130 of file doiPETRun.hh.
View newest version in sPHENIX GitHub at line 130 of file doiPETRun.hh
References crystalNo.
|
inline |
Definition at line 128 of file doiPETRun.hh.
View newest version in sPHENIX GitHub at line 128 of file doiPETRun.hh
References edep.
|
inline |
Definition at line 131 of file doiPETRun.hh.
View newest version in sPHENIX GitHub at line 131 of file doiPETRun.hh
References globalTime.
|
inline |
Definition at line 134 of file doiPETRun.hh.
View newest version in sPHENIX GitHub at line 134 of file doiPETRun.hh
References crystalPosition.
Definition at line 116 of file doiPETRun.hh.
View newest version in sPHENIX GitHub at line 116 of file doiPETRun.hh
Referenced by doiPETSteppingAction::UserSteppingAction().
Definition at line 119 of file doiPETRun.hh.
View newest version in sPHENIX GitHub at line 119 of file doiPETRun.hh
Referenced by doiPETSteppingAction::UserSteppingAction().
Definition at line 113 of file doiPETRun.hh.
View newest version in sPHENIX GitHub at line 113 of file doiPETRun.hh
Referenced by doiPETSteppingAction::UserSteppingAction().
Definition at line 122 of file doiPETRun.hh.
View newest version in sPHENIX GitHub at line 122 of file doiPETRun.hh
References globalTime, and t.
Referenced by doiPETSteppingAction::UserSteppingAction().
|
inline |
Definition at line 125 of file doiPETRun.hh.
View newest version in sPHENIX GitHub at line 125 of file doiPETRun.hh
References crystalPosition, and pos().
Referenced by doiPETSteppingAction::UserSteppingAction().
|
private |
Definition at line 140 of file doiPETRun.hh.
View newest version in sPHENIX GitHub at line 140 of file doiPETRun.hh
Referenced by GetBlockNo(), and SetBlockNo().
|
private |
Definition at line 141 of file doiPETRun.hh.
View newest version in sPHENIX GitHub at line 141 of file doiPETRun.hh
Referenced by GetCrystalNo(), and SetCrystalNo().
|
private |
Definition at line 142 of file doiPETRun.hh.
View newest version in sPHENIX GitHub at line 142 of file doiPETRun.hh
Referenced by GetInteractionPositionInCrystal(), and SetInteractionPositionInCrystal().
|
private |
Definition at line 134 of file doiPETRun.hh.
View newest version in sPHENIX GitHub at line 134 of file doiPETRun.hh
|
private |
Definition at line 139 of file doiPETRun.hh.
View newest version in sPHENIX GitHub at line 139 of file doiPETRun.hh
Referenced by GetGlobalTime(), and SetGlobalTime().