|
bool | tca::valDecreasing (SortEntry c1, SortEntry c2) |
|
bool | tca::valIncreasing (SortEntry c1, SortEntry c2) |
|
void | tca::MakeJunkVertices (TCSlice &slc, const CTP_t &inCTP) |
|
void | tca::Find2DVertices (TCSlice &slc, const CTP_t &inCTP, unsigned short pass) |
|
void | tca::FindVtxTjs (TCSlice &slc, VtxStore &vx2) |
|
void | tca::FindNeutralVertices (TCSlice &slc) |
|
bool | tca::MergeWithVertex (TCSlice &slc, VtxStore &vx, unsigned short oVxID) |
|
void | tca::ChkVxTjs (TCSlice &slc, const CTP_t &inCTP, bool prt) |
|
void | tca::FindHammerVertices2 (TCSlice &slc, const CTP_t &inCTP) |
|
void | tca::FindHammerVertices (TCSlice &slc, const CTP_t &inCTP) |
|
void | tca::SplitTrajCrossingVertices (TCSlice &slc, CTP_t inCTP) |
|
void | tca::Find3DVertices (TCSlice &slc) |
|
void | tca::Match3DVtxTjs (TCSlice &slc, bool prt) |
|
unsigned short | tca::TPNearVertex (TCSlice &slc, const TrajPoint &tp) |
|
bool | tca::AttachPFPToVertex (TCSlice &slc, PFPStruct &pfp, unsigned short end, unsigned short vx3ID, bool prt) |
|
bool | tca::AttachAnyTrajToVertex (TCSlice &slc, unsigned short ivx, bool prt) |
|
bool | tca::AttachTrajToVertex (TCSlice &slc, Trajectory &tj, VtxStore &vx, bool prt) |
|
float | tca::TrajPointVertexPull (TCSlice &slc, const TrajPoint &tp, const VtxStore &vx) |
|
float | tca::VertexVertexPull (TCSlice &slc, const Vtx3Store &vx1, const Vtx3Store &vx2) |
|
float | tca::VertexVertexPull (TCSlice &slc, const VtxStore &vx1, const VtxStore &vx2) |
|
bool | tca::StoreVertex (TCSlice &slc, VtxStore &vx) |
|
bool | tca::FitVertex (TCSlice &slc, VtxStore &vx, bool prt) |
|
bool | tca::FitVertex (TCSlice &slc, VtxStore &vx, std::vector< TrajPoint > vxTp, bool prt) |
|
bool | tca::ChkVtxAssociations (TCSlice &slc, const CTP_t &inCTP) |
|
void | tca::ScoreVertices (TCSlice &slc) |
|
void | tca::KillPoorVertices (TCSlice &slc) |
|
void | tca::SetHighScoreBits (TCSlice &slc, Vtx3Store &vx3) |
|
void | tca::SetVx3Score (TCSlice &slc, Vtx3Store &vx3) |
|
void | tca::SetVx2Score (TCSlice &slc) |
|
void | tca::SetVx2Score (TCSlice &slc, VtxStore &vx2) |
|
unsigned short | tca::Vx3Topo (TCSlice &slc, Vtx3Store &vx3) |
|
void | tca::CompleteIncomplete3DVerticesInGaps (TCSlice &slc) |
|
void | tca::CompleteIncomplete3DVertices (TCSlice &slc) |
|
void | tca::VtxHitsSwap (TCSlice &slc, const CTP_t inCTP) |
|
bool | tca::MakeVertexObsolete (std::string fcnLabel, TCSlice &slc, VtxStore &vx2, bool forceKill) |
|
bool | tca::MakeVertexObsolete (TCSlice &slc, Vtx3Store &vx3) |
|
std::vector< int > | tca::GetVtxTjIDs (const TCSlice &slc, const VtxStore &vx2) |
|
std::vector< int > | tca::GetVtxTjIDs (const TCSlice &slc, const Vtx3Store &vx3, float &score) |
|
std::vector< unsigned short > | tca::GetPFPVertices (const TCSlice &slc, const PFPStruct &pfp) |
|
void | tca::PosInPlane (const TCSlice &slc, const Vtx3Store &vx3, unsigned short plane, Point2_t &pos) |
|
unsigned short | tca::IsCloseToVertex (TCSlice &slc, VtxStore &inVx2) |
|
unsigned short | tca::IsCloseToVertex (TCSlice &slc, Vtx3Store &vx3) |
|