WCSim
Public Member Functions | Private Types | Private Attributes | List of all members
WCSimRunAction Class Reference

#include <WCSimRunAction.hh>

Inheritance diagram for WCSimRunAction:
Inheritance graph
Collaboration diagram for WCSimRunAction:
Collaboration graph

Public Member Functions

 WCSimRunAction (WCSimDetectorConstruction *, WCSimRandomParameters *)
 
 ~WCSimRunAction ()
 
void BeginOfRunAction (const G4Run *)
 
void EndOfRunAction (const G4Run *)
 
void SetRootFileName (G4String fname)
 
void SetSaveRooTracker (G4bool fsave)
 
G4String GetRootFileName ()
 
void SetOptionalRootFile (G4bool choice)
 
G4bool GetRootFileOption ()
 
void SetFlatRootFile (G4bool choice)
 
G4bool GetFlatRootFileOption ()
 
bool GetSaveRooTracker ()
 
void FillGeoTree ()
 
TTree * GetTree ()
 
TBranch * GetBranch (G4String detectorElement="tank")
 
TTree * GetFlatMasterTree ()
 
TTree * GetGeoTree ()
 
TTree * GetOptionsTree ()
 
WCSimRootGeomGetRootGeom ()
 
WCSimRootEventGetRootEvent (G4String detectorElement="tank")
 
WCSimRootOptionsGetRootOptions ()
 
TTree * GetCherenkovHitsTree ()
 
TTree * GetCherenkovDigiHitsTree ()
 
TTree * GetTracksTree ()
 
TTree * GetTriggerTree ()
 
TTree * GetEventInfoTree ()
 
TTree * GetFlatRooTrackerTree ()
 
void SetEventHeaderNew (G4int run_id, G4int event_id, G4int subevent_id)
 
void SetTriggerInfoNew (TriggerType_t trigger_type, int trigger_info, G4double trigger_length, G4double trigger_start)
 
eventNtupleGetMyStruct ()
 
NRooTrackerVtxGetMyRooTracker ()
 
void SetTree (TTree *tree)
 
void SetBranch (TBranch *branchin, G4String detectorElement="tank")
 
void SetGeoTree (TTree *tree)
 
void SetRootEvent (WCSimRootEvent *revent, G4String detectorElement="tank")
 
void SetRootGeom (WCSimRootGeom *rgeom)
 
int GetNumberOfEventsGenerated ()
 
int GetNtuples ()
 
void incrementEventsGenerated ()
 
void incrementWaterTubeHits ()
 
void incrementFVWaterTubeHits ()
 
void incrementCatcherHits ()
 
void SetNtuples (int ntup)
 
void FillFlatGeoTree ()
 
NRooTrackerVtxGetRootrackerVertex ()
 
void FillRootrackerVertexTree ()
 
void ClearRootrackerVertexArray ()
 
void SetUseTimer (bool use)
 
int GetRunID ()
 
void SetRunID (int runID)
 

Private Types

enum  CylinderLocation { UNDEFINED = -1, WALL = 0, TOPCAP = 10, BOTTOMCAP = 20 }
 

Private Attributes

std::string RootFileName
 
G4bool useDefaultROOTout
 
G4bool useFlatROOTout
 
TTree * WCSimTree
 
TBranch * wcsimrooteventbranch
 
TBranch * wcsimrooteventbranch2
 
TBranch * wcsimrooteventbranch_OD
 
TTree * geoTree
 
TTree * optionsTree
 
WCSimRootEventwcsimrootsuperevent
 
WCSimRootEventwcsimrootsuperevent2
 
WCSimRootEventwcsimrootsuperevent_OD
 
WCSimRootGeomwcsimrootgeom
 
WCSimRootOptionswcsimrootoptions
 
WCSimDetectorConstructionwcsimdetector
 
WCSimRandomParameterswcsimrandomparameters
 
int numberOfEventsGenerated
 
int numberOfTimesWaterTubeHit
 
int numberOfTimesFVWaterTubeHit
 
int numberOfTimesCatcherHit
 
TClonesArray * fVertices
 
TTree * fRooTrackerOutputTree
 
int fNVtx
 
bool SaveRooTracker
 
TTree * fSettingsOutputTree
 
TTree * fSettingsInputTree
 
double WCXRotation [3]
 
double WCYRotation [3]
 
double WCZRotation [3]
 
double WCDetCentre [3]
 
double WCDetRadius
 
double WCDetHeight
 
float fNuPlanePos [3]
 
float fNuPrismRadius
 
WCSimRunActionMessengermessenger
 
int ntuples
 
TTree * masterTree
 
TTree * geomTree
 
TTree * cherenkovHitsTree
 
TTree * cherenkovDigiHitsTree
 
TTree * tracksTree
 
TTree * triggerTree
 
TTree * eventInfoTree
 
TTree * flatRooTrackerTree
 
Char_t geo_type_string [20]
 
double cyl_radius
 
double cyl_length
 
Char_t pmt_id_string [50]
 
double pmt_radius_id
 
Char_t pmt_od_string [50]
 
double pmt_radius_od
 
int numPMT_id
 
int numPMT_od
 
int orient
 
double offset_x
 
double offset_y
 
double offset_z
 
int num_mPMT
 
int tube_id [5000000]
 
int mPMT_id [5000000]
 
int mPMT_pmt_id [5000000]
 
double tube_x [5000000]
 
double tube_y [5000000]
 
double tube_z [5000000]
 
double dir_x [5000000]
 
double dir_y [5000000]
 
double dir_z [5000000]
 
double theta [5000000]
 
double phi [5000000]
 
enum WCSimRunAction::CylinderLocation cylLocation [5000000]
 
int run
 
int event
 
int subevent
 
TriggerType_t trig_type
 
int trig_info
 
double trig_length
 
double trig_start
 
eventNtupleevNtup
 
NRooTrackerVtxevNRooTracker
 
const G4Run * fG4Run
 
bool useTimer
 Use the timer? Set by Messenger. More...
 
TStopwatch timer
 A timer for runtime analysis. More...
 

Detailed Description

Definition at line 29 of file WCSimRunAction.hh.

Member Enumeration Documentation

◆ CylinderLocation

Enumerator
UNDEFINED 
WALL 
TOPCAP 
BOTTOMCAP 

Definition at line 225 of file WCSimRunAction.hh.

Constructor & Destructor Documentation

◆ WCSimRunAction()

WCSimRunAction::WCSimRunAction ( WCSimDetectorConstruction test,
WCSimRandomParameters rand 
)

Definition at line 28 of file WCSimRunAction.cc.

◆ ~WCSimRunAction()

WCSimRunAction::~WCSimRunAction ( )

Definition at line 46 of file WCSimRunAction.cc.

Member Function Documentation

◆ BeginOfRunAction()

void WCSimRunAction::BeginOfRunAction ( const G4Run *  aRun)

Definition at line 51 of file WCSimRunAction.cc.

◆ ClearRootrackerVertexArray()

void WCSimRunAction::ClearRootrackerVertexArray ( )
inline

Definition at line 131 of file WCSimRunAction.hh.

◆ EndOfRunAction()

void WCSimRunAction::EndOfRunAction ( const G4Run *  )

Definition at line 484 of file WCSimRunAction.cc.

◆ FillFlatGeoTree()

void WCSimRunAction::FillFlatGeoTree ( )

Definition at line 726 of file WCSimRunAction.cc.

◆ FillGeoTree()

void WCSimRunAction::FillGeoTree ( )

Definition at line 559 of file WCSimRunAction.cc.

◆ FillRootrackerVertexTree()

void WCSimRunAction::FillRootrackerVertexTree ( )
inline

Definition at line 128 of file WCSimRunAction.hh.

◆ GetBranch()

TBranch* WCSimRunAction::GetBranch ( G4String  detectorElement = "tank")
inline

Definition at line 48 of file WCSimRunAction.hh.

◆ GetCherenkovDigiHitsTree()

TTree* WCSimRunAction::GetCherenkovDigiHitsTree ( )
inline

Definition at line 70 of file WCSimRunAction.hh.

◆ GetCherenkovHitsTree()

TTree* WCSimRunAction::GetCherenkovHitsTree ( )
inline

Definition at line 69 of file WCSimRunAction.hh.

◆ GetEventInfoTree()

TTree* WCSimRunAction::GetEventInfoTree ( )
inline

Definition at line 73 of file WCSimRunAction.hh.

◆ GetFlatMasterTree()

TTree* WCSimRunAction::GetFlatMasterTree ( )
inline

Definition at line 55 of file WCSimRunAction.hh.

◆ GetFlatRootFileOption()

G4bool WCSimRunAction::GetFlatRootFileOption ( )
inline

Definition at line 44 of file WCSimRunAction.hh.

◆ GetFlatRooTrackerTree()

TTree* WCSimRunAction::GetFlatRooTrackerTree ( )
inline

Definition at line 74 of file WCSimRunAction.hh.

◆ GetGeoTree()

TTree* WCSimRunAction::GetGeoTree ( )
inline

Definition at line 56 of file WCSimRunAction.hh.

◆ GetMyRooTracker()

NRooTrackerVtx* WCSimRunAction::GetMyRooTracker ( )
inline

Definition at line 100 of file WCSimRunAction.hh.

◆ GetMyStruct()

eventNtuple* WCSimRunAction::GetMyStruct ( )
inline

Definition at line 99 of file WCSimRunAction.hh.

◆ GetNtuples()

int WCSimRunAction::GetNtuples ( )
inline

Definition at line 116 of file WCSimRunAction.hh.

◆ GetNumberOfEventsGenerated()

int WCSimRunAction::GetNumberOfEventsGenerated ( )
inline

Definition at line 115 of file WCSimRunAction.hh.

◆ GetOptionsTree()

TTree* WCSimRunAction::GetOptionsTree ( )
inline

Definition at line 57 of file WCSimRunAction.hh.

◆ GetRootEvent()

WCSimRootEvent* WCSimRunAction::GetRootEvent ( G4String  detectorElement = "tank")
inline

Definition at line 59 of file WCSimRunAction.hh.

◆ GetRootFileName()

G4String WCSimRunAction::GetRootFileName ( )
inline

Definition at line 40 of file WCSimRunAction.hh.

◆ GetRootFileOption()

G4bool WCSimRunAction::GetRootFileOption ( )
inline

Definition at line 42 of file WCSimRunAction.hh.

◆ GetRootGeom()

WCSimRootGeom* WCSimRunAction::GetRootGeom ( )
inline

Definition at line 58 of file WCSimRunAction.hh.

◆ GetRootOptions()

WCSimRootOptions* WCSimRunAction::GetRootOptions ( )
inline

Definition at line 66 of file WCSimRunAction.hh.

◆ GetRootrackerVertex()

NRooTrackerVtx * WCSimRunAction::GetRootrackerVertex ( )

Definition at line 815 of file WCSimRunAction.cc.

◆ GetRunID()

int WCSimRunAction::GetRunID ( )
inline

Definition at line 138 of file WCSimRunAction.hh.

◆ GetSaveRooTracker()

bool WCSimRunAction::GetSaveRooTracker ( )
inline

Definition at line 45 of file WCSimRunAction.hh.

◆ GetTracksTree()

TTree* WCSimRunAction::GetTracksTree ( )
inline

Definition at line 71 of file WCSimRunAction.hh.

◆ GetTree()

TTree* WCSimRunAction::GetTree ( )
inline

Definition at line 47 of file WCSimRunAction.hh.

◆ GetTriggerTree()

TTree* WCSimRunAction::GetTriggerTree ( )
inline

Definition at line 72 of file WCSimRunAction.hh.

◆ incrementCatcherHits()

void WCSimRunAction::incrementCatcherHits ( )
inline

Definition at line 121 of file WCSimRunAction.hh.

◆ incrementEventsGenerated()

void WCSimRunAction::incrementEventsGenerated ( )
inline

Definition at line 118 of file WCSimRunAction.hh.

◆ incrementFVWaterTubeHits()

void WCSimRunAction::incrementFVWaterTubeHits ( )
inline

Definition at line 120 of file WCSimRunAction.hh.

◆ incrementWaterTubeHits()

void WCSimRunAction::incrementWaterTubeHits ( )
inline

Definition at line 119 of file WCSimRunAction.hh.

◆ SetBranch()

void WCSimRunAction::SetBranch ( TBranch *  branchin,
G4String  detectorElement = "tank" 
)
inline

Definition at line 102 of file WCSimRunAction.hh.

◆ SetEventHeaderNew()

void WCSimRunAction::SetEventHeaderNew ( G4int  run_id,
G4int  event_id,
G4int  subevent_id 
)
inline

Definition at line 76 of file WCSimRunAction.hh.

◆ SetFlatRootFile()

void WCSimRunAction::SetFlatRootFile ( G4bool  choice)
inline

Definition at line 43 of file WCSimRunAction.hh.

◆ SetGeoTree()

void WCSimRunAction::SetGeoTree ( TTree *  tree)
inline

Definition at line 107 of file WCSimRunAction.hh.

◆ SetNtuples()

void WCSimRunAction::SetNtuples ( int  ntup)
inline

Definition at line 122 of file WCSimRunAction.hh.

◆ SetOptionalRootFile()

void WCSimRunAction::SetOptionalRootFile ( G4bool  choice)
inline

Definition at line 41 of file WCSimRunAction.hh.

◆ SetRootEvent()

void WCSimRunAction::SetRootEvent ( WCSimRootEvent revent,
G4String  detectorElement = "tank" 
)
inline

Definition at line 108 of file WCSimRunAction.hh.

◆ SetRootFileName()

void WCSimRunAction::SetRootFileName ( G4String  fname)
inline

Definition at line 38 of file WCSimRunAction.hh.

◆ SetRootGeom()

void WCSimRunAction::SetRootGeom ( WCSimRootGeom rgeom)
inline

Definition at line 113 of file WCSimRunAction.hh.

◆ SetRunID()

void WCSimRunAction::SetRunID ( int  runID)
inline

Definition at line 139 of file WCSimRunAction.hh.

◆ SetSaveRooTracker()

void WCSimRunAction::SetSaveRooTracker ( G4bool  fsave)
inline

Definition at line 39 of file WCSimRunAction.hh.

◆ SetTree()

void WCSimRunAction::SetTree ( TTree *  tree)
inline

Definition at line 101 of file WCSimRunAction.hh.

◆ SetTriggerInfoNew()

void WCSimRunAction::SetTriggerInfoNew ( TriggerType_t  trigger_type,
int  trigger_info,
G4double  trigger_length,
G4double  trigger_start 
)
inline

Definition at line 81 of file WCSimRunAction.hh.

◆ SetUseTimer()

void WCSimRunAction::SetUseTimer ( bool  use)
inline

Definition at line 136 of file WCSimRunAction.hh.

Member Data Documentation

◆ cherenkovDigiHitsTree

TTree* WCSimRunAction::cherenkovDigiHitsTree
private

Definition at line 192 of file WCSimRunAction.hh.

◆ cherenkovHitsTree

TTree* WCSimRunAction::cherenkovHitsTree
private

Definition at line 191 of file WCSimRunAction.hh.

◆ cyl_length

double WCSimRunAction::cyl_length
private

Definition at line 201 of file WCSimRunAction.hh.

◆ cyl_radius

double WCSimRunAction::cyl_radius
private

Definition at line 200 of file WCSimRunAction.hh.

◆ cylLocation

enum WCSimRunAction::CylinderLocation WCSimRunAction::cylLocation[5000000]
private

◆ dir_x

double WCSimRunAction::dir_x[5000000]
private

Definition at line 219 of file WCSimRunAction.hh.

◆ dir_y

double WCSimRunAction::dir_y[5000000]
private

Definition at line 220 of file WCSimRunAction.hh.

◆ dir_z

double WCSimRunAction::dir_z[5000000]
private

Definition at line 221 of file WCSimRunAction.hh.

◆ event

int WCSimRunAction::event
private

Definition at line 234 of file WCSimRunAction.hh.

◆ eventInfoTree

TTree* WCSimRunAction::eventInfoTree
private

Definition at line 195 of file WCSimRunAction.hh.

◆ evNRooTracker

NRooTrackerVtx* WCSimRunAction::evNRooTracker
private

Definition at line 247 of file WCSimRunAction.hh.

◆ evNtup

eventNtuple* WCSimRunAction::evNtup
private

Definition at line 244 of file WCSimRunAction.hh.

◆ fG4Run

const G4Run* WCSimRunAction::fG4Run
private

Definition at line 249 of file WCSimRunAction.hh.

◆ flatRooTrackerTree

TTree* WCSimRunAction::flatRooTrackerTree
private

Definition at line 196 of file WCSimRunAction.hh.

◆ fNuPlanePos

float WCSimRunAction::fNuPlanePos[3]
private

Definition at line 182 of file WCSimRunAction.hh.

◆ fNuPrismRadius

float WCSimRunAction::fNuPrismRadius
private

Definition at line 183 of file WCSimRunAction.hh.

◆ fNVtx

int WCSimRunAction::fNVtx
private

Definition at line 171 of file WCSimRunAction.hh.

◆ fRooTrackerOutputTree

TTree* WCSimRunAction::fRooTrackerOutputTree
private

Definition at line 170 of file WCSimRunAction.hh.

◆ fSettingsInputTree

TTree* WCSimRunAction::fSettingsInputTree
private

Definition at line 174 of file WCSimRunAction.hh.

◆ fSettingsOutputTree

TTree* WCSimRunAction::fSettingsOutputTree
private

Definition at line 173 of file WCSimRunAction.hh.

◆ fVertices

TClonesArray* WCSimRunAction::fVertices
private

Definition at line 169 of file WCSimRunAction.hh.

◆ geo_type_string

Char_t WCSimRunAction::geo_type_string[20]
private

Definition at line 199 of file WCSimRunAction.hh.

◆ geomTree

TTree* WCSimRunAction::geomTree
private

Definition at line 190 of file WCSimRunAction.hh.

◆ geoTree

TTree* WCSimRunAction::geoTree
private

Definition at line 154 of file WCSimRunAction.hh.

◆ masterTree

TTree* WCSimRunAction::masterTree
private

Definition at line 189 of file WCSimRunAction.hh.

◆ messenger

WCSimRunActionMessenger* WCSimRunAction::messenger
private

Definition at line 185 of file WCSimRunAction.hh.

◆ mPMT_id

int WCSimRunAction::mPMT_id[5000000]
private

Definition at line 214 of file WCSimRunAction.hh.

◆ mPMT_pmt_id

int WCSimRunAction::mPMT_pmt_id[5000000]
private

Definition at line 215 of file WCSimRunAction.hh.

◆ ntuples

int WCSimRunAction::ntuples
private

Definition at line 186 of file WCSimRunAction.hh.

◆ num_mPMT

int WCSimRunAction::num_mPMT
private

Definition at line 212 of file WCSimRunAction.hh.

◆ numberOfEventsGenerated

int WCSimRunAction::numberOfEventsGenerated
private

Definition at line 164 of file WCSimRunAction.hh.

◆ numberOfTimesCatcherHit

int WCSimRunAction::numberOfTimesCatcherHit
private

Definition at line 167 of file WCSimRunAction.hh.

◆ numberOfTimesFVWaterTubeHit

int WCSimRunAction::numberOfTimesFVWaterTubeHit
private

Definition at line 166 of file WCSimRunAction.hh.

◆ numberOfTimesWaterTubeHit

int WCSimRunAction::numberOfTimesWaterTubeHit
private

Definition at line 165 of file WCSimRunAction.hh.

◆ numPMT_id

int WCSimRunAction::numPMT_id
private

Definition at line 206 of file WCSimRunAction.hh.

◆ numPMT_od

int WCSimRunAction::numPMT_od
private

Definition at line 207 of file WCSimRunAction.hh.

◆ offset_x

double WCSimRunAction::offset_x
private

Definition at line 209 of file WCSimRunAction.hh.

◆ offset_y

double WCSimRunAction::offset_y
private

Definition at line 210 of file WCSimRunAction.hh.

◆ offset_z

double WCSimRunAction::offset_z
private

Definition at line 211 of file WCSimRunAction.hh.

◆ optionsTree

TTree* WCSimRunAction::optionsTree
private

Definition at line 155 of file WCSimRunAction.hh.

◆ orient

int WCSimRunAction::orient
private

Definition at line 208 of file WCSimRunAction.hh.

◆ phi

double WCSimRunAction::phi[5000000]
private

Definition at line 223 of file WCSimRunAction.hh.

◆ pmt_id_string

Char_t WCSimRunAction::pmt_id_string[50]
private

Definition at line 202 of file WCSimRunAction.hh.

◆ pmt_od_string

Char_t WCSimRunAction::pmt_od_string[50]
private

Definition at line 204 of file WCSimRunAction.hh.

◆ pmt_radius_id

double WCSimRunAction::pmt_radius_id
private

Definition at line 203 of file WCSimRunAction.hh.

◆ pmt_radius_od

double WCSimRunAction::pmt_radius_od
private

Definition at line 205 of file WCSimRunAction.hh.

◆ RootFileName

std::string WCSimRunAction::RootFileName
private

Definition at line 143 of file WCSimRunAction.hh.

◆ run

int WCSimRunAction::run
private

Definition at line 233 of file WCSimRunAction.hh.

◆ SaveRooTracker

bool WCSimRunAction::SaveRooTracker
private

Definition at line 172 of file WCSimRunAction.hh.

◆ subevent

int WCSimRunAction::subevent
private

Definition at line 235 of file WCSimRunAction.hh.

◆ theta

double WCSimRunAction::theta[5000000]
private

Definition at line 222 of file WCSimRunAction.hh.

◆ timer

TStopwatch WCSimRunAction::timer
private

A timer for runtime analysis.

Definition at line 252 of file WCSimRunAction.hh.

◆ tracksTree

TTree* WCSimRunAction::tracksTree
private

Definition at line 193 of file WCSimRunAction.hh.

◆ trig_info

int WCSimRunAction::trig_info
private

Definition at line 239 of file WCSimRunAction.hh.

◆ trig_length

double WCSimRunAction::trig_length
private

Definition at line 240 of file WCSimRunAction.hh.

◆ trig_start

double WCSimRunAction::trig_start
private

Definition at line 241 of file WCSimRunAction.hh.

◆ trig_type

TriggerType_t WCSimRunAction::trig_type
private

Definition at line 238 of file WCSimRunAction.hh.

◆ triggerTree

TTree* WCSimRunAction::triggerTree
private

Definition at line 194 of file WCSimRunAction.hh.

◆ tube_id

int WCSimRunAction::tube_id[5000000]
private

Definition at line 213 of file WCSimRunAction.hh.

◆ tube_x

double WCSimRunAction::tube_x[5000000]
private

Definition at line 216 of file WCSimRunAction.hh.

◆ tube_y

double WCSimRunAction::tube_y[5000000]
private

Definition at line 217 of file WCSimRunAction.hh.

◆ tube_z

double WCSimRunAction::tube_z[5000000]
private

Definition at line 218 of file WCSimRunAction.hh.

◆ useDefaultROOTout

G4bool WCSimRunAction::useDefaultROOTout
private

Definition at line 146 of file WCSimRunAction.hh.

◆ useFlatROOTout

G4bool WCSimRunAction::useFlatROOTout
private

Definition at line 147 of file WCSimRunAction.hh.

◆ useTimer

bool WCSimRunAction::useTimer
private

Use the timer? Set by Messenger.

Definition at line 251 of file WCSimRunAction.hh.

◆ WCDetCentre

double WCSimRunAction::WCDetCentre[3]
private

Definition at line 179 of file WCSimRunAction.hh.

◆ WCDetHeight

double WCSimRunAction::WCDetHeight
private

Definition at line 181 of file WCSimRunAction.hh.

◆ WCDetRadius

double WCSimRunAction::WCDetRadius
private

Definition at line 180 of file WCSimRunAction.hh.

◆ wcsimdetector

WCSimDetectorConstruction* WCSimRunAction::wcsimdetector
private

Definition at line 161 of file WCSimRunAction.hh.

◆ wcsimrandomparameters

WCSimRandomParameters* WCSimRunAction::wcsimrandomparameters
private

Definition at line 162 of file WCSimRunAction.hh.

◆ wcsimrooteventbranch

TBranch* WCSimRunAction::wcsimrooteventbranch
private

Definition at line 151 of file WCSimRunAction.hh.

◆ wcsimrooteventbranch2

TBranch* WCSimRunAction::wcsimrooteventbranch2
private

Definition at line 152 of file WCSimRunAction.hh.

◆ wcsimrooteventbranch_OD

TBranch* WCSimRunAction::wcsimrooteventbranch_OD
private

Definition at line 153 of file WCSimRunAction.hh.

◆ wcsimrootgeom

WCSimRootGeom* WCSimRunAction::wcsimrootgeom
private

Definition at line 159 of file WCSimRunAction.hh.

◆ wcsimrootoptions

WCSimRootOptions* WCSimRunAction::wcsimrootoptions
private

Definition at line 160 of file WCSimRunAction.hh.

◆ wcsimrootsuperevent

WCSimRootEvent* WCSimRunAction::wcsimrootsuperevent
private

Definition at line 156 of file WCSimRunAction.hh.

◆ wcsimrootsuperevent2

WCSimRootEvent* WCSimRunAction::wcsimrootsuperevent2
private

Definition at line 157 of file WCSimRunAction.hh.

◆ wcsimrootsuperevent_OD

WCSimRootEvent* WCSimRunAction::wcsimrootsuperevent_OD
private

Definition at line 158 of file WCSimRunAction.hh.

◆ WCSimTree

TTree* WCSimRunAction::WCSimTree
private

Definition at line 150 of file WCSimRunAction.hh.

◆ WCXRotation

double WCSimRunAction::WCXRotation[3]
private

Definition at line 176 of file WCSimRunAction.hh.

◆ WCYRotation

double WCSimRunAction::WCYRotation[3]
private

Definition at line 177 of file WCSimRunAction.hh.

◆ WCZRotation

double WCSimRunAction::WCZRotation[3]
private

Definition at line 178 of file WCSimRunAction.hh.


The documentation for this class was generated from the following files: