LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "DataStructs.h"
Public Attributes | |
std::vector< TrajPoint > | Pts |
Trajectory points. More... | |
CTP_t | CTP {0} |
Cryostat, TPC, Plane code. More... | |
std::bitset< 64 > | AlgMod |
Bit set if algorithm AlgBit_t modifed the trajectory. More... | |
int | WorkID {0} |
int | ParentID {-1} |
ID of the parent, or the ID of the Tj this one was merged with if it is killed. More... | |
float | AveChg {0} |
Calculated using ALL hits. More... | |
float | TotChg {0} |
Total including an estimate for dead wires. More... | |
float | ChgRMS {0.5} |
float | DirFOM {0.5} |
Normalized RMS using ALL hits. Assume it is 50% to start. More... | |
short | MCSMom {0} |
float | EffPur {0} |
Efficiency * Purity. More... | |
Point2_t | dEdx {{0,0}} |
dE/dx for 3D matched trajectories More... | |
std::array< unsigned short, 2 > | VtxID {{0,0}} |
ID of 2D vertex. More... | |
std::array< unsigned short, 2 > | EndPt {{0,0}} |
First and last point in the trajectory that has charge. More... | |
int | ID |
int | SSID {0} |
ID of a 2D shower struct that this tj is in. More... | |
unsigned short | PDGCode {0} |
shower-like or track-like {default is track-like} More... | |
unsigned int | ClusterIndex {USHRT_MAX} |
Index not the ID... More... | |
unsigned short | Pass {0} |
the pass on which it was created More... | |
short | StepDir {0} |
-1 = going US (-> small wire#), 1 = going DS (-> large wire#) More... | |
unsigned int | MCPartListIndex {UINT_MAX} |
std::array< std::bitset< 8 >, 2 > | StopFlag {} |
bool | NeedsUpdate {false} |
Set true when the Tj needs to be updated (only for the TP Environment right now) More... | |
Definition at line 168 of file DataStructs.h.
std::bitset<64> tca::Trajectory::AlgMod |
Bit set if algorithm AlgBit_t modifed the trajectory.
Definition at line 171 of file DataStructs.h.
Referenced by tca::TrajClusterAlg::AddHits(), tca::AttachTrajToVertex(), tca::TrajClusterAlg::CheckHiMultEndHits(), tca::TrajClusterAlg::CheckHiMultUnusedHits(), tca::TrajClusterAlg::CheckTraj(), tca::ChkChgAsymmetry(), tca::TrajClusterAlg::ChkMichel(), tca::TrajClusterAlg::ChkStop(), tca::TrajClusterAlg::ChkStopEndPts(), tca::CompatibleMerge(), tca::TrajClusterAlg::FillGaps(), tca::TrajClusterAlg::FindSoftKink(), tca::TrajClusterAlg::FindUseHits(), tca::TrajClusterAlg::FindVtxTraj(), tca::TrajClusterAlg::FixTrajBegin(), tca::TrajClusterAlg::FixTrajEnd(), tca::TrajClusterAlg::GottaKink(), tca::TrajClusterAlg::HiEndDelta(), tca::TrajClusterAlg::IsGhost(), tca::TrajClusterAlg::MakeAllTrajClusters(), tca::TrajClusterAlg::MakeJunkTraj(), tca::MakeShowerObsolete(), tca::TrajClusterAlg::MaskBadTPs(), tca::TrajClusterAlg::MaskedHitsOK(), tca::MCSMom(), tca::MergeAndStore(), tca::MergeNearby2DShowers(), tca::MergeOverlap(), tca::MergePFPTjs(), tca::MergeShowerTjsAndStore(), tca::MergeSubShowers(), tca::TrajClusterAlg::MergeTPHits(), tca::NeutrinoPrimaryTjID(), tca::NumUsedHitsInTj(), tca::PrimaryID(), tca::PrintTrajectory(), tca::PutTrajHitsInVector(), tca::TrajClusterAlg::ReconstructAllTraj(), tca::RemoveTj(), tca::Reverse3DMatchTjs(), tca::TrajClusterAlg::ReversePropagate(), tca::SaveTjInfo(), tca::SetEndPoints(), tca::SetVx2Score(), tca::TrajClusterAlg::SplitHiChgHits(), tca::SplitTraj(), tca::TrajClusterAlg::StepCrawl(), tca::StoreShower(), tca::TagDeltaRays(), tca::TagJunkTj(), tca::TagMuonDirections(), tca::TjDirFOM(), tca::TrimEndPts(), tca::UpdateTjChgProperties(), tca::TrajClusterAlg::UpdateTraj(), tca::TrajClusterAlg::UseUnusedHits(), tca::VtxHitsSwap(), and tca::WrongSplitTj().
float tca::Trajectory::AveChg {0} |
Calculated using ALL hits.
Definition at line 174 of file DataStructs.h.
Referenced by tca::TrajClusterAlg::FindUseHits(), tca::TrajClusterAlg::FixTrajBegin(), tca::TrajClusterAlg::FixTrajEnd(), tca::TrajClusterAlg::ReconstructAllTraj(), and tca::UpdateTjChgProperties().
float tca::Trajectory::ChgRMS {0.5} |
Definition at line 176 of file DataStructs.h.
Referenced by tca::FilldEdx(), tca::TrajClusterAlg::FillGaps(), tca::TrajClusterAlg::FindUseHits(), tca::TrajClusterAlg::FixTrajBegin(), tca::TrajClusterAlg::FixTrajEnd(), tca::SetVx2Score(), and tca::UpdateTjChgProperties().
unsigned int tca::Trajectory::ClusterIndex {USHRT_MAX} |
Index not the ID...
Definition at line 186 of file DataStructs.h.
Referenced by tca::TrajClusterAlg::MakeAllTrajClusters().
CTP_t tca::Trajectory::CTP {0} |
Cryostat, TPC, Plane code.
Definition at line 170 of file DataStructs.h.
Referenced by tca::TrajClusterAlg::AddHits(), tca::TrajClusterAlg::AddLAHits(), tca::AddTj(), tca::AttachTrajToVertex(), tca::TrajClusterAlg::ChkStopEndPts(), tca::CompatibleMerge(), tca::CreateSS(), tca::FilldEdx(), tca::InShowerProb(), tca::TrajClusterAlg::MakeAllTrajClusters(), tca::MergePFPTjs(), tca::PrintTrajectory(), tca::TrajClusterAlg::ReversePropagate(), tca::SaveTjInfo(), tca::SaveTjInfoStuff(), tca::TrajClusterAlg::SplitHiChgHits(), tca::TrajClusterAlg::StartTraj(), tca::TrajClusterAlg::StepCrawl(), tca::TagDeltaRays(), tca::TagMuonDirections(), tca::TrimEndPts(), and tca::TrajClusterAlg::UpdateTraj().
Point2_t tca::Trajectory::dEdx {{0,0}} |
dE/dx for 3D matched trajectories
Definition at line 180 of file DataStructs.h.
Referenced by tca::FilldEdx(), and tca::ReverseTraj().
float tca::Trajectory::DirFOM {0.5} |
Normalized RMS using ALL hits. Assume it is 50% to start.
confidence level that the Tj points are ordered correctly using charge pattern
Definition at line 177 of file DataStructs.h.
Referenced by tca::ReverseTraj(), and tca::StoreTraj().
float tca::Trajectory::EffPur {0} |
Efficiency * Purity.
Definition at line 179 of file DataStructs.h.
std::array<unsigned short, 2> tca::Trajectory::EndPt {{0,0}} |
First and last point in the trajectory that has charge.
Definition at line 182 of file DataStructs.h.
Referenced by tca::TrajClusterAlg::AddHits(), tca::AddTj(), tca::AttachTrajToVertex(), tca::TrajClusterAlg::CheckHiMultEndHits(), tca::TrajClusterAlg::CheckHiMultUnusedHits(), tca::TrajClusterAlg::CheckTraj(), tca::ChkChgAsymmetry(), tca::TrajClusterAlg::ChkMichel(), tca::TrajClusterAlg::ChkStop(), tca::TrajClusterAlg::ChkStopEndPts(), tca::CloseEnd(), tca::CompatibleMerge(), tca::FarEnd(), tca::FilldEdx(), tca::TrajClusterAlg::FillGaps(), tca::TrajClusterAlg::FindSoftKink(), tca::TrajClusterAlg::FindVtxTraj(), tca::FitTraj(), tca::TrajClusterAlg::FixTrajBegin(), tca::TrajClusterAlg::FixTrajEnd(), tca::TrajClusterAlg::GottaKink(), tca::TrajClusterAlg::HiEndDelta(), tca::TrajClusterAlg::IsGhost(), tca::TrajClusterAlg::MakeAllTrajClusters(), tca::TrajClusterAlg::MaskedHitsOK(), tca::TrajClusterAlg::MaskTrajEndPoints(), tca::MCSMom(), tca::MCSThetaRMS(), tca::MergeAndStore(), tca::TrajClusterAlg::MergeTPHits(), tca::NearestPtWithChg(), tca::NumPtsWithCharge(), tca::ParentFOM(), tca::PrintTrajectory(), tca::TrajClusterAlg::ReconstructAllTraj(), tca::RefineVtxPosition(), tca::TrajClusterAlg::ReversePropagate(), tca::SaveTjInfoStuff(), tca::SetEndPoints(), tca::SetPDGCode(), tca::SetVx2Score(), tca::TrajClusterAlg::SplitHiChgHits(), tca::SplitTraj(), tca::TrajClusterAlg::StepCrawl(), tca::TrajClusterAlg::StopIfBadFits(), tca::StoreTraj(), tca::TagDeltaRays(), tca::TagMuonDirections(), tca::TagShowerLike(), tca::TjDeltaRMS(), tca::TjDirFOM(), tca::TrajClosestApproach(), tca::TrajIsClean(), tca::TrajLength(), tca::TrajPointTrajDOCA(), tca::TrajTrajDOCA(), tca::TrimEndPts(), tca::TrajClusterAlg::UpdateDeltaRMS(), tca::UpdateTjChgProperties(), tca::TrajClusterAlg::UpdateTraj(), tca::TrajClusterAlg::UseUnusedHits(), and tca::VtxHitsSwap().
int tca::Trajectory::ID |
Definition at line 183 of file DataStructs.h.
Referenced by tca::TrajClusterAlg::AddHits(), tca::TrajClusterAlg::AddLAHits(), tca::AddLooseHits(), tca::AddTj(), tca::AttachTrajToVertex(), tca::TrajClusterAlg::CheckHiMultUnusedHits(), tca::ChkChgAsymmetry(), tca::TrajClusterAlg::ChkStop(), tca::TrajClusterAlg::ChkStopEndPts(), tca::CompatibleMerge(), tca::FarEnd(), tca::TrajClusterAlg::FillGaps(), tca::FindCots(), tca::TrajClusterAlg::FindSoftKink(), tca::TrajClusterAlg::FindUseHits(), tca::TrajClusterAlg::FindVtxTraj(), tca::InShowerProb(), tca::TrajClusterAlg::IsGhost(), tca::TrajClusterAlg::MakeAllTrajClusters(), tca::TrajClusterAlg::MakeJunkTraj(), tca::TrajClusterAlg::MaskBadTPs(), tca::TrajClusterAlg::MaskedHitsOK(), tca::TrajClusterAlg::MaskTrajEndPoints(), tca::MergeAndStore(), tca::MergePFPTjs(), tca::MergeShowersAndStore(), tca::MergeShowerTjsAndStore(), tca::NumDeltaRays(), tca::ParentFOM(), tca::PrimaryID(), tca::PrintTrajectory(), tca::ReleaseHits(), tca::TrajClusterAlg::ReversePropagate(), tca::ReverseTraj(), tca::SaveTjInfo(), tca::SaveTjInfoStuff(), tca::TrajClusterAlg::SplitHiChgHits(), tca::SplitTraj(), tca::TrajClusterAlg::StartTraj(), tca::TrajClusterAlg::StepCrawl(), tca::StoreShower(), tca::StoreTraj(), tca::TagDeltaRays(), tca::TagJunkTj(), tca::TagMuonDirections(), tca::TagShowerLike(), tca::TjDirFOM(), tca::TransferTjHits(), tca::TrimEndPts(), tca::TrajClusterAlg::UseUnusedHits(), tca::VtxHitsSwap(), and tca::WrongSplitTj().
unsigned int tca::Trajectory::MCPartListIndex {UINT_MAX} |
Definition at line 189 of file DataStructs.h.
Referenced by tca::PrintTrajectory().
short tca::Trajectory::MCSMom {0} |
Definition at line 178 of file DataStructs.h.
Referenced by tca::AddCloseTjsToList(), tca::TrajClusterAlg::CheckTraj(), tca::TrajClusterAlg::ChkStop(), tca::TrajClusterAlg::FillGaps(), tca::FindCots(), tca::TrajClusterAlg::FindSoftKink(), tca::TrajClusterAlg::FindUseHits(), tca::TrajClusterAlg::FixTrajBegin(), tca::TrajClusterAlg::FixTrajEnd(), tca::TrajClusterAlg::GottaKink(), tca::TrajClusterAlg::HiEndDelta(), tca::TrajClusterAlg::IsGhost(), tca::MCSThetaRMS(), tca::MergePFPTjs(), tca::PrintTrajectory(), tca::SaveTjInfoStuff(), tca::SetPDGCode(), tca::SetVx2Score(), tca::TrajClusterAlg::StepCrawl(), tca::TrajClusterAlg::StopIfBadFits(), tca::TagDeltaRays(), and tca::TrajClusterAlg::UpdateTraj().
bool tca::Trajectory::NeedsUpdate {false} |
Set true when the Tj needs to be updated (only for the TP Environment right now)
Definition at line 191 of file DataStructs.h.
Referenced by tca::TrajClusterAlg::CheckHiMultUnusedHits(), tca::TrajClusterAlg::ReconstructAllTraj(), tca::TrajClusterAlg::StepCrawl(), tca::UpdateTjChgProperties(), and tca::TrajClusterAlg::UpdateTraj().
int tca::Trajectory::ParentID {-1} |
ID of the parent, or the ID of the Tj this one was merged with if it is killed.
Definition at line 173 of file DataStructs.h.
Referenced by tca::MergeAndStore(), tca::NeutrinoPrimaryTjID(), tca::PrimaryID(), tca::SplitTraj(), tca::TrajClusterAlg::StartTraj(), tca::StoreTraj(), and tca::TagDeltaRays().
unsigned short tca::Trajectory::Pass {0} |
the pass on which it was created
Definition at line 187 of file DataStructs.h.
Referenced by tca::TrajClusterAlg::CheckHiMultUnusedHits(), tca::TrajClusterAlg::CheckTraj(), tca::TrajClusterAlg::FillGaps(), tca::TrajClusterAlg::FindUseHits(), tca::TrajClusterAlg::FindVtxTraj(), tca::TrajClusterAlg::FixTrajBegin(), tca::TrajClusterAlg::HiEndDelta(), tca::TrajClusterAlg::IsGhost(), tca::TrajClusterAlg::MaskedHitsOK(), tca::TrajClusterAlg::PrepareForNextPass(), tca::PrintTrajectory(), tca::TrajClusterAlg::ReconstructAllTraj(), tca::TrajClusterAlg::SplitHiChgHits(), tca::TrajClusterAlg::StartTraj(), tca::TrajClusterAlg::StepCrawl(), and tca::TrajClusterAlg::UpdateTraj().
unsigned short tca::Trajectory::PDGCode {0} |
shower-like or track-like {default is track-like}
Definition at line 185 of file DataStructs.h.
Referenced by tca::TrajClusterAlg::ChkStop(), tca::TrajClusterAlg::FindUseHits(), tca::TrajClusterAlg::FixTrajBegin(), tca::TrajClusterAlg::FixTrajEnd(), tca::TrajClusterAlg::GottaKink(), tca::TrajClusterAlg::IsGhost(), tca::TrajClusterAlg::MakeAllTrajClusters(), tca::PrintTrajectory(), tca::SetPDGCode(), tca::SetVx2Score(), tca::SplitTraj(), tca::TrajClusterAlg::StepCrawl(), tca::TrajClusterAlg::StopIfBadFits(), tca::TagDeltaRays(), tca::TagMuonDirections(), and tca::TrajClusterAlg::UpdateTraj().
std::vector<TrajPoint> tca::Trajectory::Pts |
Trajectory points.
Definition at line 169 of file DataStructs.h.
Referenced by tca::TrajClusterAlg::AddHits(), tca::TrajClusterAlg::AddLAHits(), tca::AddLooseHits(), tca::AddTj(), tca::AnalyzeRotPos(), tca::AttachTrajToVertex(), tca::TrajClusterAlg::CheckHiMultEndHits(), tca::TrajClusterAlg::CheckHiMultUnusedHits(), tca::TrajClusterAlg::CheckTraj(), tca::ChkChgAsymmetry(), tca::TrajClusterAlg::ChkMichel(), tca::TrajClusterAlg::ChkStop(), tca::TrajClusterAlg::ChkStopEndPts(), tca::CloseEnd(), tca::CompatibleMerge(), tca::DefineEnvelope(), tca::FarEnd(), tca::FilldEdx(), tca::TrajClusterAlg::FillGaps(), tca::TrajClusterAlg::FindSoftKink(), tca::TrajClusterAlg::FindUseHits(), tca::TrajClusterAlg::FindVtxTraj(), tca::FitTraj(), tca::TrajClusterAlg::FixTrajBegin(), tca::TrajClusterAlg::FixTrajEnd(), tca::MCParticleListUtils::GetMCPartListIndex(), tca::GetOrigin(), tca::TrajClusterAlg::GottaKink(), tca::TrajClusterAlg::HiEndDelta(), tca::InShowerProb(), tca::TrajClusterAlg::IsGhost(), tca::TrajClusterAlg::MakeAllTrajClusters(), tca::TrajClusterAlg::MakeJunkTraj(), tca::TrajClusterAlg::MaskBadTPs(), tca::TrajClusterAlg::MaskedHitsOK(), tca::TrajClusterAlg::MaskTrajEndPoints(), tca::Match2DShowers(), tca::MaxHitDelta(), tca::MCSMom(), tca::MCSThetaRMS(), tca::MergeAndStore(), tca::MergePFPTjs(), tca::MergeShowersAndStore(), tca::TrajClusterAlg::MergeTPHits(), tca::NearestPtWithChg(), tca::NumPtsWithCharge(), tca::NumUsedHitsInTj(), tca::OverlapFraction(), tca::ParentFOM(), tca::TrajClusterAlg::PrepareForNextPass(), tca::PrintTrajectory(), tca::PutTrajHitsInVector(), tca::TrajClusterAlg::ReconstructAllTraj(), tca::RefineVtxPosition(), tca::ReleaseHits(), tca::TrajClusterAlg::ReversePropagate(), tca::ReverseTraj(), tca::SaveTjInfoStuff(), tca::SetEndPoints(), tca::SetVx2Score(), tca::TrajClusterAlg::SplitHiChgHits(), tca::SplitTraj(), tca::TrajClusterAlg::StartTraj(), tca::TrajClusterAlg::StepCrawl(), tca::TrajClusterAlg::StopIfBadFits(), tca::StoreTraj(), tca::TagDeltaRays(), tca::TagJunkTj(), tca::TagMuonDirections(), tca::TagShowerLike(), tca::TjDeltaRMS(), tca::TjDirFOM(), tca::TrajClosestApproach(), tca::TrajIsClean(), tca::TrajLength(), tca::TrajPointTrajDOCA(), tca::TrajTrajDOCA(), tca::TransferTjHits(), tca::TrimEndPts(), tca::TrajClusterAlg::UpdateDeltaRMS(), tca::UpdateTjChgProperties(), tca::TrajClusterAlg::UpdateTraj(), tca::TrajClusterAlg::UseUnusedHits(), and tca::VtxHitsSwap().
int tca::Trajectory::SSID {0} |
ID of a 2D shower struct that this tj is in.
Definition at line 184 of file DataStructs.h.
Referenced by tca::AddTj(), tca::MakeShowerObsolete(), tca::MergePFPTjs(), tca::RemoveTj(), and tca::StoreShower().
short tca::Trajectory::StepDir {0} |
-1 = going US (-> small wire#), 1 = going DS (-> large wire#)
Definition at line 188 of file DataStructs.h.
Referenced by tca::TrajClusterAlg::FillGaps(), tca::TrajClusterAlg::FindVtxTraj(), tca::TrajClusterAlg::FixTrajBegin(), tca::TrajClusterAlg::HiEndDelta(), tca::MergeAndStore(), tca::MergePFPTjs(), tca::PrintTrajectory(), tca::TrajClusterAlg::ReversePropagate(), tca::ReverseTraj(), tca::TrajClusterAlg::StartTraj(), tca::TrajClusterAlg::StepCrawl(), tca::StoreTraj(), tca::TagDeltaRays(), tca::TagMuonDirections(), and tca::TrimEndPts().
std::array<std::bitset<8>, 2> tca::Trajectory::StopFlag {} |
Definition at line 190 of file DataStructs.h.
Referenced by tca::TrajClusterAlg::AddLAHits(), tca::TrajClusterAlg::CheckHiMultEndHits(), tca::TrajClusterAlg::CheckHiMultUnusedHits(), tca::TrajClusterAlg::CheckTraj(), tca::TrajClusterAlg::ChkStop(), tca::TrajClusterAlg::ChkStopEndPts(), tca::TrajClusterAlg::FixTrajBegin(), tca::TrajClusterAlg::FixTrajEnd(), tca::TrajClusterAlg::GottaKink(), tca::TrajClusterAlg::HiEndDelta(), tca::MergeAndStore(), tca::PrintStopFlag(), tca::ReverseTraj(), tca::SetVx2Score(), and tca::TrajClusterAlg::StepCrawl().
float tca::Trajectory::TotChg {0} |
Total including an estimate for dead wires.
Definition at line 175 of file DataStructs.h.
Referenced by tca::UpdateTjChgProperties().
std::array<unsigned short, 2> tca::Trajectory::VtxID {{0,0}} |
ID of 2D vertex.
Definition at line 181 of file DataStructs.h.
Referenced by tca::AttachTrajToVertex(), tca::TrajClusterAlg::FindVtxTraj(), tca::Finish3DShowers(), tca::TrajClusterAlg::MakeAllTrajClusters(), tca::MergeAndStore(), tca::MergePFPTjs(), tca::ParentFOM(), tca::PrintTrajectory(), tca::ReverseTraj(), tca::SaveTjInfoStuff(), tca::SetVx2Score(), tca::SharesHighScoreVx(), tca::TrajClusterAlg::SplitHiChgHits(), tca::SplitTraj(), tca::UpdateTjChgProperties(), tca::VtxHitsSwap(), and tca::WrongSplitTj().
int tca::Trajectory::WorkID {0} |
Definition at line 172 of file DataStructs.h.
Referenced by tca::MergeAndStore(), tca::PrintTrajectory(), tca::TrajClusterAlg::ReconstructAllTraj(), tca::StoreTraj(), and tca::TagMuonDirections().