LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#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 |
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.
Referenced by tca::TrajClusterAlg::CreateSlice(), tca::DecodeDebugString(), and tca::PrintDebugMode().
CTP_t tca::DebugStuff::CTP {UINT_MAX} |
set to an invalid CTP
Definition at line 23 of file DebugStruct.h.
Referenced by tca::TrajClusterAlg::CreateSlice(), tca::DecodeDebugString(), tca::EndMerge(), tca::FindShowers3D(), tca::Print2V(), tca::PrintAllTraj(), tca::PrintDebugMode(), tca::PrintT(), tca::SetVx2Score(), and tca::TagShowerLike().
unsigned int tca::DebugStuff::Hit |
set to the hit index in evt.allHits if a Plane:Wire:Tick match is found
Definition at line 26 of file DebugStruct.h.
Referenced by tca::TrajClusterAlg::FindJunkTraj(), tca::MakeJunkTraj(), tca::PrintDebugMode(), cluster::TrajCluster::produce(), tca::TrajClusterAlg::ReconstructAllTraj(), and tca::StoreTraj().
unsigned int tca::DebugStuff::MVI {UINT_MAX} |
MatchVec Index for detailed 3D matching.
Definition at line 29 of file DebugStruct.h.
Referenced by tca::DecodeDebugString(), tca::FillGaps3D(), tca::FindPFParticles(), tca::MakePFParticles(), and tca::ReSection().
unsigned short tca::DebugStuff::MVI_Iter {USHRT_MAX} |
MVI iteration - see FindPFParticles.
Definition at line 30 of file DebugStruct.h.
Referenced by tca::DecodeDebugString(), and tca::MakePFParticles().
int tca::DebugStuff::Plane {-1} |
Select plane.
Definition at line 22 of file DebugStruct.h.
Referenced by tca::TrajClusterAlg::CreateSlice(), tca::DecodeDebugString(), tca::Find2DVertices(), tca::PrintAllTraj(), tca::PrintDebugMode(), and cluster::TrajCluster::produce().
int tca::DebugStuff::Slice {-1} |
Definition at line 31 of file DebugStruct.h.
Referenced by tca::TrajClusterAlg::CreateSlice(), tca::DecodeDebugString(), tca::PrintAll(), tca::PrintDebugMode(), and tca::StitchPFPs().
int tca::DebugStuff::Tick {-1} |
Select hit PeakTime for debugging (< 0 for vertex finding)
Definition at line 25 of file DebugStruct.h.
Referenced by tca::DecodeDebugString(), tca::PrintDebugMode(), and cluster::TrajCluster::produce().
int tca::DebugStuff::TPC {0} |
Select TPC.
Definition at line 21 of file DebugStruct.h.
Referenced by tca::TrajClusterAlg::CreateSlice(), tca::DecodeDebugString(), tca::FillWireHitRange(), tca::PrintDebugMode(), and cluster::TrajCluster::produce().
int tca::DebugStuff::Wire {-1} |
Select hit Wire for debugging.
Definition at line 24 of file DebugStruct.h.
Referenced by tca::DecodeDebugString(), tca::PrintDebugMode(), and cluster::TrajCluster::produce().
int tca::DebugStuff::WorkID {0} |
Select the StartWorkID for debugging.
Definition at line 28 of file DebugStruct.h.
Referenced by tca::DecodeDebugString(), tca::DumpTj(), tca::PrintDebugMode(), and tca::StartTraj().