LArSoft
v07_13_02
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 evt.allHits if a Plane:Wire:Tick match is found More... | |
int | WorkID {0} |
Select the StartWorkID for debugging. More... | |
int | Slice {-1} |
Definition at line 18 of file DebugStruct.h.
int tca::DebugStuff::Cryostat {0} |
Select Cryostat.
Definition at line 19 of file DebugStruct.h.
Referenced by tca::TrajClusterAlg::CreateSlice(), tca::DecodeDebugString(), and cluster::TrajCluster::produce().
CTP_t tca::DebugStuff::CTP {UINT_MAX} |
set to an invalid CTP
Definition at line 22 of file DebugStruct.h.
Referenced by tca::TrajClusterAlg::CreateSlice(), tca::DecodeDebugString(), tca::EndMerge(), tca::FindShowers3D(), and tca::TagShowerLike().
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 25 of file DebugStruct.h.
Referenced by tca::TrajClusterAlg::FindJunkTraj(), cluster::TrajCluster::produce(), tca::TrajClusterAlg::ReconstructAllTraj(), and tca::StoreTraj().
int tca::DebugStuff::Plane {-1} |
Select plane.
Definition at line 21 of file DebugStruct.h.
Referenced by tca::TrajClusterAlg::CreateSlice(), tca::DecodeDebugString(), tca::Find2DVertices(), tca::Print2V(), tca::PrintAllTraj(), cluster::TrajCluster::produce(), tca::SetVx2Score(), and tca::VtxHitsSwap().
int tca::DebugStuff::Slice {-1} |
Definition at line 27 of file DebugStruct.h.
Referenced by tca::TrajClusterAlg::CreateSlice(), tca::DecodeDebugString(), tca::PrintAll(), tca::TrajClusterAlg::reconfigure(), and tca::StitchPFPs().
int tca::DebugStuff::Tick {-1} |
Select hit PeakTime for debugging (< 0 for vertex finding)
Definition at line 24 of file DebugStruct.h.
Referenced by tca::DecodeDebugString(), and cluster::TrajCluster::produce().
int tca::DebugStuff::TPC {0} |
Select TPC.
Definition at line 20 of file DebugStruct.h.
Referenced by tca::TrajClusterAlg::CreateSlice(), tca::DecodeDebugString(), tca::FillWireHitRange(), and cluster::TrajCluster::produce().
int tca::DebugStuff::Wire {-1} |
Select hit Wire for debugging.
Definition at line 23 of file DebugStruct.h.
Referenced by tca::DecodeDebugString(), and cluster::TrajCluster::produce().
int tca::DebugStuff::WorkID {0} |
Select the StartWorkID for debugging.
Definition at line 26 of file DebugStruct.h.
Referenced by tca::DecodeDebugString(), tca::DumpTj(), tca::TrajClusterAlg::reconfigure(), and tca::StartTraj().