Belle II Software development
SensitiveDetectorDebugHelper::info Struct Reference

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
 

Detailed Description

struct with all the branches needed

Definition at line 94 of file SensitiveDetectorDebugHelper.h.

Member Data Documentation

◆ contained

int contained

whether or not the track was contained in the senitive volume

Definition at line 100 of file SensitiveDetectorDebugHelper.h.

◆ edepInfo

double edepInfo[SIZE_EDEP *MAX_EDEP]

values for the energy deposition

Definition at line 119 of file SensitiveDetectorDebugHelper.h.

◆ edepN

int edepN

number of values used in edepInfo

Definition at line 117 of file SensitiveDetectorDebugHelper.h.

◆ length

double length

track length

Definition at line 104 of file SensitiveDetectorDebugHelper.h.

◆ pdg

int pdg

pdg code for the current track

Definition at line 98 of file SensitiveDetectorDebugHelper.h.

◆ primary

int primary

whether or not the track is from a primary particle

Definition at line 102 of file SensitiveDetectorDebugHelper.h.

◆ sensorID

int sensorID

id of the sensor for the current track

Definition at line 96 of file SensitiveDetectorDebugHelper.h.

◆ simhitInfo

double simhitInfo[SIZE_HITS *MAX_HITS]

values for the simhits

Definition at line 124 of file SensitiveDetectorDebugHelper.h.

◆ simhitN

int simhitN

number of values used in simhitInfo

Definition at line 122 of file SensitiveDetectorDebugHelper.h.

◆ stepInfo

double stepInfo[SIZE_STEP *MAX_STEPS]

values for the step points

Definition at line 109 of file SensitiveDetectorDebugHelper.h.

◆ stepN

int stepN

number of values used in stepInfo

Definition at line 107 of file SensitiveDetectorDebugHelper.h.

◆ trueInfo

double trueInfo[SIZE_TRUE]

values for the truehit

Definition at line 114 of file SensitiveDetectorDebugHelper.h.

◆ trueN

int trueN

number of values used in trueInfo

Definition at line 112 of file SensitiveDetectorDebugHelper.h.


The documentation for this struct was generated from the following file: