Belle II Software development
|
struct with all the branches needed More...
Public Attributes | |
int | sensorID |
id of the sensor for the current track | |
int | pdg |
pdg code for the current track | |
int | contained |
whether or not the track was contained in the senitive volume | |
int | primary |
whether or not the track is from a primary particle | |
double | length |
track length | |
int | stepN |
number of values used in stepInfo | |
double | stepInfo [SIZE_STEP *MAX_STEPS] |
values for the step points | |
int | trueN |
number of values used in trueInfo | |
double | trueInfo [SIZE_TRUE] |
values for the truehit | |
int | edepN |
number of values used in edepInfo | |
double | edepInfo [SIZE_EDEP *MAX_EDEP] |
values for the energy deposition | |
int | simhitN |
number of values used in simhitInfo | |
double | simhitInfo [SIZE_HITS *MAX_HITS] |
values for the simhits | |
struct with all the branches needed
Definition at line 94 of file SensitiveDetectorDebugHelper.h.
int contained |
whether or not the track was contained in the senitive volume
Definition at line 100 of file SensitiveDetectorDebugHelper.h.
values for the energy deposition
Definition at line 119 of file SensitiveDetectorDebugHelper.h.
int edepN |
number of values used in edepInfo
Definition at line 117 of file SensitiveDetectorDebugHelper.h.
double length |
track length
Definition at line 104 of file SensitiveDetectorDebugHelper.h.
int pdg |
pdg code for the current track
Definition at line 98 of file SensitiveDetectorDebugHelper.h.
int primary |
whether or not the track is from a primary particle
Definition at line 102 of file SensitiveDetectorDebugHelper.h.
int sensorID |
id of the sensor for the current track
Definition at line 96 of file SensitiveDetectorDebugHelper.h.
values for the simhits
Definition at line 124 of file SensitiveDetectorDebugHelper.h.
int simhitN |
number of values used in simhitInfo
Definition at line 122 of file SensitiveDetectorDebugHelper.h.
values for the step points
Definition at line 109 of file SensitiveDetectorDebugHelper.h.
int stepN |
number of values used in stepInfo
Definition at line 107 of file SensitiveDetectorDebugHelper.h.
double trueInfo[SIZE_TRUE] |
values for the truehit
Definition at line 114 of file SensitiveDetectorDebugHelper.h.
int trueN |
number of values used in trueInfo
Definition at line 112 of file SensitiveDetectorDebugHelper.h.