REST-for-Physics
v2.3
Rare Event Searches ToolKit for Physics
|
An event class to store geant4 generated event information.
Definition at line 47 of file TRestGeant4Event.h.
#include <TRestGeant4Event.h>
Public Member Functions | |
void | ActivateVolumeForStorage (Int_t n) |
void | AddActiveVolume (const std::string &volumeName) |
void | AddEnergyToSensitiveVolume (Double_t en) |
ClassDefOverride (TRestGeant4Event, 9) | |
void | ClearTracks () |
void | ClearVolumes () |
Bool_t | ContainsParticle (const TString &particleName) const |
Bool_t | ContainsParticleInVolume (const TString &particleName, Int_t volumeID=-1) const |
Bool_t | ContainsProcess (const TString &processName) const |
Bool_t | ContainsProcess (Int_t processID) const |
Bool_t | ContainsProcessInVolume (const TString &processName, Int_t volumeID=-1) const |
Bool_t | ContainsProcessInVolume (Int_t processID, Int_t volumeID=-1) const |
void | DisableVolumeForStorage (Int_t n) |
TPad * | DrawEvent (const TString &option, Bool_t autoBoundaries) |
This method draws the geant4 event that it is available at the moment in memory. It uses TGraph and TH2D ROOT drawing objects. This method generates a drawing TPad with enough divisions to host all the options given by argument. More... | |
TPad * | DrawEvent (const TString &option="") override |
Draw the event. More... | |
Double_t | GetBoundingBoxSize () |
This method returns the event size as the size of the bounding box enclosing all hits. More... | |
Double_t | GetEnergyDepositedByParticle (const TString &particleName) const |
Double_t | GetEnergyInVolume (const std::string &volumeName) const |
std::map< std::string, double > | GetEnergyInVolumeMap () const |
std::map< std::string, std::map< std::string, double > > | GetEnergyInVolumePerParticleMap () const |
std::map< std::string, std::map< std::string, std::map< std::string, double > > > | GetEnergyInVolumePerParticlePerProcessMap () const |
std::map< std::string, std::map< std::string, double > > | GetEnergyInVolumePerProcessMap () const |
std::map< std::string, double > | GetEnergyPerParticleMap () const |
std::map< std::string, double > | GetEnergyPerProcessMap () const |
double | GetEventTimeWall () const |
double | GetEventTimeWallPrimaryGeneration () const |
TVector3 | GetFirstPositionInVolume (Int_t volID) const |
Function to get the position (TVector3) of the first track that deposits energy in specified volume. If no hit is found for the volume, returns TVector3(nan, nan, nan) vector. More... | |
const TRestGeant4Metadata * | GetGeant4Metadata () const |
TRestHits | GetHits (Int_t volID=-1) const |
Function that returns all the hit depositions in the Geant4 event. If a specific volume is given as argument only the hits of that specific volume will be added to the TRestHits returned object. More... | |
TRestHits | GetHitsInVolume (Int_t volID) const |
TVector3 | GetLastPositionInVolume (Int_t volID) const |
Function to get the position (TVector3) of the last track that deposits energy in specified volume. If no hit is found for the volume, returns TVector3(nan, nan, nan) vector. If an event enters and exits a volume multiple times this will only return the last exit position, one needs to keep this in mind when using this observable. More... | |
Int_t | GetLowestTrackID () const |
TVector3 | GetMeanPositionInVolume (Int_t volID) const |
Int_t | GetNumberOfActiveVolumes () const |
size_t | GetNumberOfHits (Int_t volID=-1) const |
Function that returns the total number of hits in the Geant4 event. If a specific volume is given as argument only the hits of that specific volume will be counted. More... | |
size_t | GetNumberOfPhysicalHits (Int_t volID=-1) const |
Function that returns the total number of hits with energy > 0 in the Geant4 event. If a specific volume is given as argument only the hits of that specific volume will be counted. More... | |
size_t | GetNumberOfPrimaries () const |
size_t | GetNumberOfTracks () const |
Int_t | GetNumberOfTracksForParticle (const TString &particleName) const |
TVector3 | GetPositionDeviationInVolume (Int_t volID) const |
A method that gets the standard deviation from the hits happening at a particular volumeId inside the geometry. More... | |
TVector3 | GetPrimaryEventDirection (size_t n=0) const |
Double_t | GetPrimaryEventEnergy (size_t n=0) const |
TVector3 | GetPrimaryEventOrigin () const |
TString | GetPrimaryEventParticleName (size_t n=0) const |
Double_t | GetSensitiveVolumeEnergy () const |
TVector3 | GetSubEventPrimaryEventDirection () const |
Double_t | GetSubEventPrimaryEventEnergy () const |
TVector3 | GetSubEventPrimaryEventOrigin () const |
TString | GetSubEventPrimaryEventParticleName () const |
std::pair< double, double > | GetTimeRangeOfIonizationInVolume (const std::string &volumeName) const |
Double_t | GetTotalDepositedEnergy () const |
const TRestGeant4Track & | GetTrack (int n) const |
TRestGeant4Track * | GetTrackByID (Int_t trackID) const |
TRestGeant4Track * | GetTrackPointer (int n) |
const std::vector< TRestGeant4Track > & | GetTracks () const |
std::set< std::string > | GetUniqueParticles () const |
void | Initialize () override |
void | InitializeReferences (TRestRun *run) override |
Initialize dynamical references when loading the event from a root file. More... | |
void | InsertStep (const G4Step *) |
bool | InsertTrack (const G4Track *) |
// Implemented in restG4 | |
Bool_t | IsSubEvent () const |
Int_t | isVolumeStored (int n) const |
void | PrintActiveVolumes () const |
maxTracks : number of tracks to print, 0 = all More... | |
void | PrintEvent (int maxTracks=0, int maxHits=0) const |
void | PrintEventFilterVolumes (const std::set< std::string > &volumeNames) const |
void | SetBoundaries () |
void | SetBoundaries (Double_t xMin, Double_t xMax, Double_t yMin, Double_t yMax, Double_t zMin, Double_t zMax) |
void | SetEnergyDepositedInVolume (Int_t volID, Double_t eDep) |
void | SetSensitiveVolumeEnergy (Double_t en) |
TRestGeant4Event (const G4Event *) | |
void | UpdateTrack (const G4Track *) |
Public Member Functions inherited from TRestEvent | |
virtual void | CloneTo (TRestEvent *target) |
Clone the content of this TRestEvent object to another. More... | |
virtual TPad * | DrawEvent (const TString &option="") |
Draw the event. More... | |
Int_t | GetID () const |
Int_t | GetRunOrigin () const |
TString | GetSubEventTag () const |
Int_t | GetSubID () const |
Int_t | GetSubRunOrigin () const |
Double_t | GetTime () const |
TTimeStamp | GetTimeStamp () const |
virtual void | Initialize ()=0 |
virtual void | InitializeReferences (TRestRun *run) |
Initialize dynamical references when loading the event from a root file. More... | |
virtual void | InitializeWithMetadata (TRestRun *run) |
Bool_t | isOk () const |
virtual void | PrintEvent () const |
void | SetEventInfo (TRestEvent *eve) |
void | SetID (Int_t id) |
void | SetOK (Bool_t state) |
void | SetRunOrigin (Int_t run_origin) |
void | SetState (Bool_t state) |
void | SetSubEventTag (const TString &tag) |
void | SetSubID (Int_t id) |
void | SetSubRunOrigin (Int_t sub_run_origin) |
void | SetTime (Double_t seconds, Double_t nanoseconds) |
void | SetTime (Double_t time) |
void | SetTimeStamp (const TTimeStamp &time) |
TRestEvent () | |
virtual | ~TRestEvent () |
Protected Member Functions | |
TH1D * | GetXHistogram (Int_t gridElement, std::vector< TString > optList) |
TH2F * | GetXYHistogram (Int_t gridElement, std::vector< TString > optList) |
TMultiGraph * | GetXYMultiGraph (Int_t gridElement, std::vector< TString > pcsList, Double_t minPointSize=0.4, Double_t maxPointSize=4) |
TH2F * | GetXZHistogram (Int_t gridElement, std::vector< TString > optList) |
TMultiGraph * | GetXZMultiGraph (Int_t gridElement, std::vector< TString > pcsList, Double_t minPointSize=0.4, Double_t maxPointSize=4) |
TH1D * | GetYHistogram (Int_t gridElement, std::vector< TString > optList) |
TH2F * | GetYZHistogram (Int_t gridElement, std::vector< TString > optList) |
TMultiGraph * | GetYZMultiGraph (Int_t gridElement, std::vector< TString > pcsList, Double_t minPointSize=0.4, Double_t maxPointSize=4) |
TH1D * | GetZHistogram (Int_t gridElement, std::vector< TString > optList) |
Protected Member Functions inherited from TRestEvent | |
void | RestartPad (Int_t nElements) |
Protected Attributes | |
std::map< std::string, std::map< std::string, std::map< std::string, double > > > | fEnergyInVolumePerParticlePerProcess |
double | fEventTimeWall = 0 |
double | fEventTimeWallPrimaryGeneration = 0 |
TLegend * | fLegend_XY |
TLegend * | fLegend_XZ |
TLegend * | fLegend_YZ |
Int_t | fNVolumes |
std::vector< TVector3 > | fPrimaryDirections |
std::vector< Double_t > | fPrimaryEnergies |
std::vector< TString > | fPrimaryParticleNames |
TVector3 | fPrimaryPosition |
Double_t | fSensitiveVolumeEnergy = 0 |
TVector3 | fSubEventPrimaryDirection |
Double_t | fSubEventPrimaryEnergy |
TString | fSubEventPrimaryParticleName |
TVector3 | fSubEventPrimaryPosition |
Double_t | fTotalDepositedEnergy = 0 |
Int_t | fTotalHits |
std::vector< TRestGeant4Track > | fTracks |
std::vector< Double_t > | fVolumeDepositedEnergy |
std::vector< Int_t > | fVolumeStored |
std::vector< std::string > | fVolumeStoredNames |
TH1D * | fXHisto |
TH2F * | fXYHisto |
TGraph * | fXYHitGraph |
TMultiGraph * | fXYMultiGraph |
std::vector< TGraph * > | fXYPcsMarker |
TH2F * | fXZHisto |
TGraph * | fXZHitGraph |
TMultiGraph * | fXZMultiGraph |
std::vector< TGraph * > | fXZPcsMarker |
TH1D * | fYHisto |
TH2F * | fYZHisto |
TGraph * | fYZHitGraph |
TMultiGraph * | fYZMultiGraph |
std::vector< TGraph * > | fYZPcsMarker |
TH1D * | fZHisto |
std::vector< Int_t > | legendAdded |
Protected Attributes inherited from TRestEvent | |
Int_t | fEventID |
Event identification number. More... | |
TTimeStamp | fEventTime |
Absolute event time. More... | |
Bool_t | fOk |
Flag to be used by processes to define an event status. fOk=true is the default. More... | |
TPad * | fPad |
TRestRun * | fRun = nullptr |
Int_t | fRunOrigin |
Run ID number of the event. More... | |
Int_t | fSubEventID |
Sub-Event identification number. More... | |
TString | fSubEventTag |
A short length label to identify the sub-Event. More... | |
Int_t | fSubRunOrigin |
Sub-run ID number of the event. More... | |
Private Member Functions | |
void | AddEnergyDepositToVolume (Int_t volID, Double_t eDep) |
void | AddEnergyInVolumeForParticleForProcess (Double_t energy, const std::string &volumeName, const std::string &particleName, const std::string &processName) |
Private Attributes | |
TRestGeant4Hits | fInitialStep |
Double_t | fMaxEnergy |
Double_t | fMaxX |
Double_t | fMaxY |
Double_t | fMaxZ |
Double_t | fMinEnergy |
Double_t | fMinX |
Double_t | fMinY |
Double_t | fMinZ |
std::map< Int_t, Int_t > | fTrackIDToTrackIndex = {} |
Friends | |
class | OutputManager |
class | TRestGeant4QuenchingProcess |
TRestGeant4Event::TRestGeant4Event | ( | ) |
Definition at line 32 of file TRestGeant4Event.cxx.
|
virtual |
Definition at line 39 of file TRestGeant4Event.cxx.
|
inline |
Definition at line 199 of file TRestGeant4Event.h.
void TRestGeant4Event::AddActiveVolume | ( | const std::string & | volumeName | ) |
Definition at line 89 of file TRestGeant4Event.cxx.
|
private |
Definition at line 103 of file TRestGeant4Event.cxx.
|
private |
Definition at line 1334 of file TRestGeant4Event.cxx.
|
inline |
Definition at line 204 of file TRestGeant4Event.h.
|
inline |
Definition at line 191 of file TRestGeant4Event.h.
void TRestGeant4Event::ClearVolumes | ( | ) |
Definition at line 96 of file TRestGeant4Event.cxx.
Bool_t TRestGeant4Event::ContainsParticle | ( | const TString & | particleName | ) | const |
Definition at line 1219 of file TRestGeant4Event.cxx.
Bool_t TRestGeant4Event::ContainsParticleInVolume | ( | const TString & | particleName, |
Int_t | volumeID = -1 |
||
) | const |
Definition at line 1228 of file TRestGeant4Event.cxx.
|
inline |
Definition at line 231 of file TRestGeant4Event.h.
|
inline |
Definition at line 228 of file TRestGeant4Event.h.
Bool_t TRestGeant4Event::ContainsProcessInVolume | ( | const TString & | processName, |
Int_t | volumeID = -1 |
||
) | const |
Definition at line 1205 of file TRestGeant4Event.cxx.
Bool_t TRestGeant4Event::ContainsProcessInVolume | ( | Int_t | processID, |
Int_t | volumeID = -1 |
||
) | const |
Definition at line 1196 of file TRestGeant4Event.cxx.
|
inline |
Definition at line 200 of file TRestGeant4Event.h.
TPad * TRestGeant4Event::DrawEvent | ( | const TString & | option, |
Bool_t | autoBoundaries | ||
) |
This method draws the geant4 event that it is available at the moment in memory. It uses TGraph and TH2D ROOT drawing objects. This method generates a drawing TPad with enough divisions to host all the options given by argument.
This method receives an optional argument as string that allows to control which plots are generated. Different options can be passed to the string separated by the options using colons, as "option1:option2:option3". Each option will generate a new independent drawing pad.
The following options are allowed:
histX(rootOption)
, where rootOption is any valid ROOT option as described by the THistPainter ROOT class. On top of that, we may pass additional options using the [ ] to change the default binning size, which is set to 3, or draw the stats box, i.e. histX(Cont0,colz)[binSize=1,stats]
.histX(rootOption)
, where rootOption is any valid ROOT option as described by the THistPainter ROOT class. On top of that, we may pass additional options using the [ ] to change the default binning size, which is set to 3, or draw the stats box, i.e. histXY(Cont0,colz)[binSize=1,stats]
.graphXY[eBrem,phot,compt]
.Example 1:
Example 2:
If not argument is given, the default option list is equivalent to execute the following:
Definition at line 1022 of file TRestGeant4Event.cxx.
|
inlineoverridevirtual |
Draw the event.
To be implemented in the derived class
Reimplemented from TRestEvent.
Definition at line 249 of file TRestGeant4Event.h.
Double_t TRestGeant4Event::GetBoundingBoxSize | ( | ) |
This method returns the event size as the size of the bounding box enclosing all hits.
Definition at line 293 of file TRestGeant4Event.cxx.
Double_t TRestGeant4Event::GetEnergyDepositedByParticle | ( | const TString & | particleName | ) | const |
Definition at line 265 of file TRestGeant4Event.cxx.
|
inline |
Definition at line 184 of file TRestGeant4Event.h.
map< string, double > TRestGeant4Event::GetEnergyInVolumeMap | ( | ) | const |
Definition at line 1317 of file TRestGeant4Event.cxx.
map< string, map< string, double > > TRestGeant4Event::GetEnergyInVolumePerParticleMap | ( | ) | const |
Definition at line 1281 of file TRestGeant4Event.cxx.
map< string, map< string, map< string, double > > > TRestGeant4Event::GetEnergyInVolumePerParticlePerProcessMap | ( | ) | const |
Definition at line 1329 of file TRestGeant4Event.cxx.
map< string, map< string, double > > TRestGeant4Event::GetEnergyInVolumePerProcessMap | ( | ) | const |
Definition at line 1269 of file TRestGeant4Event.cxx.
map< string, double > TRestGeant4Event::GetEnergyPerParticleMap | ( | ) | const |
Definition at line 1305 of file TRestGeant4Event.cxx.
map< string, double > TRestGeant4Event::GetEnergyPerProcessMap | ( | ) | const |
Definition at line 1293 of file TRestGeant4Event.cxx.
|
inline |
Definition at line 156 of file TRestGeant4Event.h.
|
inline |
Definition at line 157 of file TRestGeant4Event.h.
TVector3 TRestGeant4Event::GetFirstPositionInVolume | ( | Int_t | volID | ) | const |
Function to get the position (TVector3) of the first track that deposits energy in specified volume. If no hit is found for the volume, returns TVector3(nan, nan, nan)
vector.
volID | Int_t specifying volume ID |
Definition at line 166 of file TRestGeant4Event.cxx.
const TRestGeant4Metadata * TRestGeant4Event::GetGeant4Metadata | ( | ) | const |
Definition at line 1240 of file TRestGeant4Event.cxx.
TRestHits TRestGeant4Event::GetHits | ( | Int_t | volID = -1 | ) | const |
Function that returns all the hit depositions in the Geant4 event. If a specific volume is given as argument only the hits of that specific volume will be added to the TRestHits returned object.
Definition at line 236 of file TRestGeant4Event.cxx.
|
inline |
Definition at line 194 of file TRestGeant4Event.h.
TVector3 TRestGeant4Event::GetLastPositionInVolume | ( | Int_t | volID | ) | const |
Function to get the position (TVector3) of the last track that deposits energy in specified volume. If no hit is found for the volume, returns TVector3(nan, nan, nan)
vector. If an event enters and exits a volume multiple times this will only return the last exit position, one needs to keep this in mind when using this observable.
volID | Int_t specifying volume ID |
Definition at line 183 of file TRestGeant4Event.cxx.
|
inline |
Definition at line 211 of file TRestGeant4Event.h.
TVector3 TRestGeant4Event::GetMeanPositionInVolume | ( | Int_t | volID | ) | const |
Definition at line 107 of file TRestGeant4Event.cxx.
|
inline |
Definition at line 161 of file TRestGeant4Event.h.
size_t TRestGeant4Event::GetNumberOfHits | ( | Int_t | volID = -1 | ) | const |
Function that returns the total number of hits in the Geant4 event. If a specific volume is given as argument only the hits of that specific volume will be counted.
Definition at line 210 of file TRestGeant4Event.cxx.
size_t TRestGeant4Event::GetNumberOfPhysicalHits | ( | Int_t | volID = -1 | ) | const |
Function that returns the total number of hits with energy > 0 in the Geant4 event. If a specific volume is given as argument only the hits of that specific volume will be counted.
Definition at line 223 of file TRestGeant4Event.cxx.
|
inline |
Definition at line 140 of file TRestGeant4Event.h.
|
inline |
Definition at line 160 of file TRestGeant4Event.h.
Int_t TRestGeant4Event::GetNumberOfTracksForParticle | ( | const TString & | particleName | ) | const |
Definition at line 255 of file TRestGeant4Event.cxx.
TVector3 TRestGeant4Event::GetPositionDeviationInVolume | ( | Int_t | volID | ) | const |
A method that gets the standard deviation from the hits happening at a particular volumeId inside the geometry.
volID | Int_t specifying volume ID |
Definition at line 135 of file TRestGeant4Event.cxx.
|
inline |
Definition at line 143 of file TRestGeant4Event.h.
|
inline |
Definition at line 145 of file TRestGeant4Event.h.
|
inline |
Definition at line 144 of file TRestGeant4Event.h.
|
inline |
Definition at line 142 of file TRestGeant4Event.h.
|
inline |
Definition at line 170 of file TRestGeant4Event.h.
|
inline |
Definition at line 149 of file TRestGeant4Event.h.
|
inline |
Definition at line 151 of file TRestGeant4Event.h.
|
inline |
Definition at line 150 of file TRestGeant4Event.h.
|
inline |
Definition at line 148 of file TRestGeant4Event.h.
std::pair< double, double > TRestGeant4Event::GetTimeRangeOfIonizationInVolume | ( | const std::string & | volumeName | ) | const |
Definition at line 1344 of file TRestGeant4Event.cxx.
|
inline |
Definition at line 168 of file TRestGeant4Event.h.
|
inline |
Definition at line 164 of file TRestGeant4Event.h.
TRestGeant4Track * TRestGeant4Event::GetTrackByID | ( | Int_t | trackID | ) | const |
Definition at line 193 of file TRestGeant4Event.cxx.
|
inline |
Definition at line 165 of file TRestGeant4Event.h.
|
inline |
Definition at line 159 of file TRestGeant4Event.h.
set< string > TRestGeant4Event::GetUniqueParticles | ( | ) | const |
Definition at line 1261 of file TRestGeant4Event.cxx.
|
protected |
Definition at line 806 of file TRestGeant4Event.cxx.
|
protected |
Definition at line 628 of file TRestGeant4Event.cxx.
|
protected |
Definition at line 350 of file TRestGeant4Event.cxx.
|
protected |
Definition at line 687 of file TRestGeant4Event.cxx.
|
protected |
Definition at line 534 of file TRestGeant4Event.cxx.
|
protected |
Definition at line 908 of file TRestGeant4Event.cxx.
|
protected |
Definition at line 746 of file TRestGeant4Event.cxx.
|
protected |
Definition at line 442 of file TRestGeant4Event.cxx.
|
protected |
Definition at line 857 of file TRestGeant4Event.cxx.
|
overridevirtual |
Run to initialize event data. To be re-implemented in derived class, you may want to call the base class at the end of the re-implemented, by calling TRestEvent::Initialize();
Implements TRestEvent.
Definition at line 43 of file TRestGeant4Event.cxx.
|
overridevirtual |
Initialize dynamical references when loading the event from a root file.
This method should only be called from TRestRun::GetEntry
and it will give the corresponding TRestEvent
access to the instance of TRestRun
. In a derived class such as TRestGeant4Event
, it can be overwritten to give each track access to the event
Reimplemented from TRestEvent.
Definition at line 1248 of file TRestGeant4Event.cxx.
|
inline |
Definition at line 147 of file TRestGeant4Event.h.
|
inline |
Definition at line 163 of file TRestGeant4Event.h.
void TRestGeant4Event::PrintActiveVolumes | ( | ) | const |
maxTracks : number of tracks to print, 0 = all
Definition at line 1125 of file TRestGeant4Event.cxx.
void TRestGeant4Event::PrintEvent | ( | int | maxTracks = 0 , |
int | maxHits = 0 |
||
) | const |
Definition at line 1137 of file TRestGeant4Event.cxx.
void TRestGeant4Event::PrintEventFilterVolumes | ( | const std::set< std::string > & | volumeNames | ) | const |
Definition at line 1169 of file TRestGeant4Event.cxx.
void TRestGeant4Event::SetBoundaries | ( | ) |
Definition at line 303 of file TRestGeant4Event.cxx.
void TRestGeant4Event::SetBoundaries | ( | Double_t | xMin, |
Double_t | xMax, | ||
Double_t | yMin, | ||
Double_t | yMax, | ||
Double_t | zMin, | ||
Double_t | zMax | ||
) |
Definition at line 275 of file TRestGeant4Event.cxx.
|
inline |
Definition at line 206 of file TRestGeant4Event.h.
|
inline |
Definition at line 209 of file TRestGeant4Event.h.
|
friend |
Definition at line 267 of file TRestGeant4Event.h.
|
friend |
Definition at line 268 of file TRestGeant4Event.h.
|
protected |
Definition at line 130 of file TRestGeant4Event.h.
|
protected |
Definition at line 122 of file TRestGeant4Event.h.
|
protected |
Definition at line 123 of file TRestGeant4Event.h.
|
private |
Definition at line 272 of file TRestGeant4Event.h.
|
protected |
Definition at line 85 of file TRestGeant4Event.h.
|
protected |
Definition at line 86 of file TRestGeant4Event.h.
|
protected |
Definition at line 87 of file TRestGeant4Event.h.
|
private |
Definition at line 53 of file TRestGeant4Event.h.
|
private |
Definition at line 50 of file TRestGeant4Event.h.
|
private |
Definition at line 51 of file TRestGeant4Event.h.
|
private |
Definition at line 52 of file TRestGeant4Event.h.
|
private |
Definition at line 53 of file TRestGeant4Event.h.
|
private |
Definition at line 50 of file TRestGeant4Event.h.
|
private |
Definition at line 51 of file TRestGeant4Event.h.
|
private |
Definition at line 52 of file TRestGeant4Event.h.
|
protected |
Definition at line 125 of file TRestGeant4Event.h.
|
protected |
Definition at line 112 of file TRestGeant4Event.h.
|
protected |
Definition at line 111 of file TRestGeant4Event.h.
|
protected |
Definition at line 110 of file TRestGeant4Event.h.
|
protected |
Definition at line 109 of file TRestGeant4Event.h.
|
protected |
Definition at line 120 of file TRestGeant4Event.h.
|
protected |
Definition at line 117 of file TRestGeant4Event.h.
|
protected |
Definition at line 115 of file TRestGeant4Event.h.
|
protected |
Definition at line 114 of file TRestGeant4Event.h.
|
protected |
Definition at line 116 of file TRestGeant4Event.h.
|
protected |
Definition at line 119 of file TRestGeant4Event.h.
|
protected |
Definition at line 91 of file TRestGeant4Event.h.
|
private |
Definition at line 271 of file TRestGeant4Event.h.
|
protected |
Definition at line 131 of file TRestGeant4Event.h.
|
protected |
Definition at line 128 of file TRestGeant4Event.h.
|
protected |
Definition at line 126 of file TRestGeant4Event.h.
|
protected |
Definition at line 127 of file TRestGeant4Event.h.
|
protected |
Definition at line 81 of file TRestGeant4Event.h.
|
protected |
Definition at line 77 of file TRestGeant4Event.h.
|
protected |
Definition at line 65 of file TRestGeant4Event.h.
|
protected |
Definition at line 74 of file TRestGeant4Event.h.
|
protected |
Definition at line 68 of file TRestGeant4Event.h.
|
protected |
Definition at line 78 of file TRestGeant4Event.h.
|
protected |
Definition at line 63 of file TRestGeant4Event.h.
|
protected |
Definition at line 72 of file TRestGeant4Event.h.
|
protected |
Definition at line 70 of file TRestGeant4Event.h.
|
protected |
Definition at line 82 of file TRestGeant4Event.h.
|
protected |
Definition at line 79 of file TRestGeant4Event.h.
|
protected |
Definition at line 64 of file TRestGeant4Event.h.
|
protected |
Definition at line 73 of file TRestGeant4Event.h.
|
protected |
Definition at line 69 of file TRestGeant4Event.h.
|
protected |
Definition at line 83 of file TRestGeant4Event.h.
|
protected |
Definition at line 89 of file TRestGeant4Event.h.