#include <DebugStruct.h>
Public Attributes | |
int | Cryostat {0} |
Select Cryostat. More... | |
int | TPC {0} |
Select TPC. More... | |
int | Plane {-1} |
Select plane. More... | |
CTP_t | CTP {UINT_MAX} |
set to an invalid CTP More... | |
int | Wire {-1} |
Select hit Wire for debugging. More... | |
int | Tick {-1} |
Select hit PeakTime for debugging (< 0 for vertex finding) More... | |
unsigned int | Hit {UINT_MAX} |
set to the hit index in evt.allHits if a Plane:Wire:Tick match is found More... | |
int | WorkID {0} |
Select the StartWorkID for debugging. More... | |
unsigned int | MVI {UINT_MAX} |
MatchVec Index for detailed 3D matching. More... | |
unsigned short | MVI_Iter {USHRT_MAX} |
MVI iteration - see FindPFParticles. More... | |
int | Slice {-1} |
Definition at line 19 of file DebugStruct.h.
int tca::DebugStuff::Cryostat {0} |
Select Cryostat.
Definition at line 20 of file DebugStruct.h.
CTP_t tca::DebugStuff::CTP {UINT_MAX} |
set to an invalid CTP
Definition at line 23 of file DebugStruct.h.
unsigned int tca::DebugStuff::Hit {UINT_MAX} |
set to the hit index in evt.allHits if a Plane:Wire:Tick match is found
Definition at line 26 of file DebugStruct.h.
unsigned int tca::DebugStuff::MVI {UINT_MAX} |
MatchVec Index for detailed 3D matching.
Definition at line 28 of file DebugStruct.h.
unsigned short tca::DebugStuff::MVI_Iter {USHRT_MAX} |
MVI iteration - see FindPFParticles.
Definition at line 29 of file DebugStruct.h.
int tca::DebugStuff::Plane {-1} |
Select plane.
Definition at line 22 of file DebugStruct.h.
int tca::DebugStuff::Slice {-1} |
Definition at line 30 of file DebugStruct.h.
int tca::DebugStuff::Tick {-1} |
Select hit PeakTime for debugging (< 0 for vertex finding)
Definition at line 25 of file DebugStruct.h.
int tca::DebugStuff::TPC {0} |
Select TPC.
Definition at line 21 of file DebugStruct.h.
int tca::DebugStuff::Wire {-1} |
Select hit Wire for debugging.
Definition at line 24 of file DebugStruct.h.
int tca::DebugStuff::WorkID {0} |
Select the StartWorkID for debugging.
Definition at line 27 of file DebugStruct.h.