LArSoft
v06_85_00
Liquid Argon Software toolkit - http://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 {UINT_MAX} |
set to the hit index in fHits if a Plane:Wire:Tick match is found More... | |
int | WorkID {0} |
Select the StartWorkID for debugging. More... | |
Definition at line 26 of file DebugStruct.h.
int tca::DebugStuff::Cryostat {0} |
Select Cryostat.
Definition at line 27 of file DebugStruct.h.
Referenced by tca::TrajClusterAlg::reconfigure(), and tca::TrajClusterAlg::RunTrajClusterAlg().
CTP_t tca::DebugStuff::CTP {UINT_MAX} |
set to an invalid CTP
Definition at line 30 of file DebugStruct.h.
Referenced by tca::TrajClusterAlg::reconfigure(), and tca::TagDeltaRays().
unsigned int tca::DebugStuff::Hit {UINT_MAX} |
set to the hit index in fHits if a Plane:Wire:Tick match is found
Definition at line 33 of file DebugStruct.h.
Referenced by tca::TrajClusterAlg::FindJunkTraj(), tca::TrajClusterAlg::ReconstructAllTraj(), tca::TrajClusterAlg::RunTrajClusterAlg(), and tca::StoreTraj().
int tca::DebugStuff::Plane {-1} |
Select plane.
Definition at line 29 of file DebugStruct.h.
Referenced by tca::CompleteIncomplete3DVertices(), tca::CompleteIncomplete3DVerticesInGaps(), tca::TrajClusterAlg::EndMerge(), tca::Find2DVertices(), tca::Find3DVertices(), tca::FindHammerVertices(), tca::FindHammerVertices2(), tca::TrajClusterAlg::FindMissedVxTjs(), tca::FindNeutralVertices(), tca::MakeJunkVertices(), tca::PrintAllTraj(), tca::TrajClusterAlg::reconfigure(), tca::TrajClusterAlg::ReconstructAllTraj(), tca::TrajClusterAlg::RunTrajClusterAlg(), tca::SplitTrajCrossingVertices(), tca::TrajClusterAlg::StartTraj(), and tca::VtxHitsSwap().
int tca::DebugStuff::Tick {-1} |
Select hit PeakTime for debugging (< 0 for vertex finding)
Definition at line 32 of file DebugStruct.h.
Referenced by tca::CompleteIncomplete3DVertices(), tca::CompleteIncomplete3DVerticesInGaps(), tca::Find2DVertices(), tca::Find3DVertices(), tca::FindHammerVertices(), tca::FindHammerVertices2(), tca::TrajClusterAlg::FindMissedVxTjs(), tca::FindNeutralVertices(), tca::MakeJunkVertices(), tca::TrajClusterAlg::reconfigure(), tca::TrajClusterAlg::ReconstructAllTraj(), tca::TrajClusterAlg::RunTrajClusterAlg(), tca::SplitTrajCrossingVertices(), tca::TagDeltaRays(), and tca::VtxHitsSwap().
int tca::DebugStuff::TPC {0} |
Select TPC.
Definition at line 28 of file DebugStruct.h.
Referenced by tca::FillWireHitRange(), tca::TrajClusterAlg::reconfigure(), and tca::TrajClusterAlg::RunTrajClusterAlg().
int tca::DebugStuff::Wire {-1} |
Select hit Wire for debugging.
Definition at line 31 of file DebugStruct.h.
Referenced by tca::TrajClusterAlg::EndMerge(), tca::TrajClusterAlg::reconfigure(), and tca::TrajClusterAlg::RunTrajClusterAlg().
int tca::DebugStuff::WorkID {0} |
Select the StartWorkID for debugging.
Definition at line 34 of file DebugStruct.h.
Referenced by tca::TrajClusterAlg::reconfigure(), tca::TrajClusterAlg::RunTrajClusterAlg(), and tca::TrajClusterAlg::StartTraj().