LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
NViewDeltaRayMatchingAlgorithm class. More...
#include "NViewDeltaRayMatchingAlgorithm.h"
Public Types | |
typedef std::map< const pandora::CaloHit *, const pandora::Cluster * > | HitToClusterMap |
typedef std::map< const pandora::Cluster *, const pandora::ParticleFlowObject * > | ClusterToPfoMap |
typedef std::map< const pandora::Cluster *, pandora::ClusterList > | ClusterProximityMap |
typedef KDTreeLinkerAlgo< const pandora::CaloHit *, 2 > | HitKDTree2D |
typedef KDTreeNodeInfoT< const pandora::CaloHit *, 2 > | HitKDNode2D |
typedef std::vector< HitKDNode2D > | HitKDNode2DList |
typedef std::vector< pandora::HitType > | HitTypeVector |
typedef T | MatchingType |
Public Member Functions | |
NViewDeltaRayMatchingAlgorithm () | |
Default constructor. More... | |
pandora::StatusCode | GetMuonCluster (const pandora::PfoList &commonMuonPfoList, const pandora::HitType hitType, const pandora::Cluster *&pMuonCluster) const |
Return the cluster of the common cosmic ray pfo in a given view (function demands there to be only one common CR pfo) More... | |
pandora::StatusCode | PerformThreeViewMatching (const pandora::Cluster *const pCluster1, const pandora::Cluster *const pCluster2, const pandora::Cluster *const pCluster3, float &reducedChiSquared) const |
To determine how well three clusters (one in each view) map onto one another expressing this in terms of a chi-squared like parameter. More... | |
pandora::StatusCode | PerformThreeViewMatching (const pandora::Cluster *const pClusterU, const pandora::Cluster *const pClusterV, const pandora::Cluster *const pClusterW, float &chiSquaredSum, unsigned int &nSamplingPoints, unsigned int &nMatchedSamplingPoints, XOverlap &XOverlap) const |
To determine how well three clusters (one in each view) map onto one another expressing this in terms of a chi-squared like parameter. More... | |
pandora::StatusCode | PerformThreeViewMatching (const pandora::CaloHitList &pCluster1, const pandora::CaloHitList &pCluster2, const pandora::CaloHitList &pCluster3, float &reducedChiSquared) const |
To determine how well three CaloHitLists (one in each view) map onto one another expressing this in terms of a chi-squared like parameter. More... | |
pandora::StatusCode | PerformThreeViewMatching (const pandora::CaloHitList &clusterU, const pandora::CaloHitList &clusterV, const pandora::CaloHitList &clusterW, float &chiSquaredSum, unsigned int &nSamplingPoints, unsigned int &nMatchedSamplingPoints, XOverlap &XOverlap) const |
To determine how well three CaloHitLists (one for each view) map onto one another expressing this in terms of a chi-squared like parameter. More... | |
pandora::StatusCode | ProjectMuonPositions (const pandora::HitType &thirdViewHitType, const pandora::ParticleFlowObject *const pParentMuon, pandora::CartesianPointVector &projectedPositions) const |
Use two views of a cosmic ray pfo to calculate projected positions in a given the third view. More... | |
pandora::StatusCode | GetProjectedPositions (const pandora::Cluster *const pCluster1, const pandora::Cluster *const pCluster2, pandora::CartesianPointVector &projectedPositions) const |
Use two clusters from different views to calculate projected positions in the remaining third view. More... | |
pandora::StatusCode | CollectHitsFromMuon (const pandora::Cluster *const pCluster1, const pandora::Cluster *const pCluster2, const pandora::Cluster *const pThirdViewCluster, const pandora::ParticleFlowObject *const pParentMuon, const float minDistanceFromMuon, const float maxDistanceToCollected, pandora::CaloHitList &collectedHits) const |
In one view, pull out any hits from a cosmic ray cluster that belong to the child delta ray cluster. More... | |
void | CollectHitsFromMuon (const pandora::CartesianVector &positionOnMuon, const pandora::CartesianVector &muonDirection, const pandora::Cluster *const pMuonCluster, const pandora::CartesianPointVector &deltaRayProjectedPositions, const float &minDistanceFromMuon, const float maxDistanceToCollected, pandora::CaloHitList &collectedHits) const |
In one view, pull out any hits from a cosmic ray cluster that belong to the child delta ray cluster. More... | |
pandora::StatusCode | ParameteriseMuon (const pandora::ParticleFlowObject *const pParentMuon, const pandora::Cluster *const pDeltaRayCluster, pandora::CartesianVector &positionOnMuon, pandora::CartesianVector &muonDirection) const |
Parameterise the projection of a cosmic ray track in order to avoid poor/sparse projections. More... | |
pandora::StatusCode | ParameteriseMuon (const pandora::ParticleFlowObject *const pParentMuon, const pandora::CartesianPointVector &deltaRayProjectedPositions, const pandora::HitType hitType, pandora::CartesianVector &positionOnMuon, pandora::CartesianVector &muonDirection) const |
Parameterise the projection of a cosmic ray track in order to avoid poor/sparse projections. More... | |
void | SplitMuonCluster (const std::string &clusterListName, const pandora::Cluster *const pMuonCluster, const pandora::CaloHitList &collectedHits, const pandora::Cluster *&pDeltaRayCluster) const |
Move a list of hits from a cosmic ray cluster into the given child delta ray cluster. More... | |
bool | CreatePfos (ProtoParticleVector &protoParticleVector) |
Create delta ray pfos maxmising completeness by searching for and merging in any stray clusters. More... | |
void | UpdateForNewClusters (const pandora::ClusterVector &newClusterVector, const pandora::PfoVector &pfoVector) |
Add a new cluster to algorithm ownership maps and, if it a delta ray cluster, to the underlying matches container (tensor/matrix) More... | |
void | UpdateUponDeletion (const pandora::Cluster *const pDeletedCluster) |
Update to reflect cluster deletion. More... | |
void | SelectInputClusters (const pandora::ClusterList *const pInputClusterList, pandora::ClusterList &selectedClusterList) const |
Select a subset of input clusters for processing in this algorithm. More... | |
void | PrepareInputClusters (pandora::ClusterList &preparedClusterList) |
Perform any preparatory steps required on the input clusters, e.g. caching expensive fit results. More... | |
void | UpdateForNewCluster (const pandora::Cluster *const pNewCluster) |
Update to reflect addition of a new cluster to the problem space. More... | |
const std::string & | GetClusterListName (const pandora::HitType hitType) const |
Get the cluster list name corresponding to a specified hit type. More... | |
const pandora::ClusterList & | GetInputClusterList (const pandora::HitType hitType) const |
Get the input cluster list corresponding to a specified hit type. More... | |
const pandora::ClusterList & | GetSelectedClusterList (const pandora::HitType hitType) const |
Get the selected cluster list corresponding to a specified hit type. More... | |
virtual void | CalculateOverlapResult (const pandora::Cluster *const pCluster1, const pandora::Cluster *const pCluster2, const pandora::Cluster *const pCluster3=nullptr)=0 |
Calculate cluster overlap result and store in container. More... | |
virtual bool | MakeClusterMerges (const ClusterMergeMap &clusterMergeMap) |
Merge clusters together. More... | |
virtual bool | CreateThreeDParticles (const ProtoParticleVector &protoParticleVector) |
Create particles using findings from recent algorithm processing. More... | |
virtual void | SetPfoParameters (const ProtoParticle &protoParticle, PandoraContentApi::ParticleFlowObject::Parameters &pfoParameters) const |
Set Pfo properties. More... | |
virtual void | SetPfoParticleId (PandoraContentApi::ParticleFlowObject::Parameters &pfoParameters) const |
Set pfo particle id. More... | |
Protected Member Functions | |
virtual bool | DoesClusterPassTensorThreshold (const pandora::Cluster *const pCluster) const =0 |
To check whether a given cluster meets the requirements to be added into the matching container (tensor/matrix) More... | |
void | FillStrayClusterList (const pandora::HitType hitType) |
Fill the stray cluster list with clusters that do not pass the tensor threshold requirement. More... | |
void | GetNearbyMuonPfos (const pandora::Cluster *const pCluster, pandora::ClusterList &consideredClusters, pandora::PfoList &nearbyMuonPfos) const |
Use the cluster proximity map to travel along paths of nearby clusters finding the cosmic ray clusters on which they terminate. More... | |
void | GetClusterSpanX (const pandora::CaloHitList &caloHitList, float &xMin, float &xMax) const |
Calculate the xSpan of a list of CaloHits. More... | |
pandora::StatusCode | GetClusterSpanZ (const pandora::CaloHitList &caloHitList, const float xMin, const float xMax, float &zMin, float &zMax) const |
Calculate the zSpan of a list of CaloHits in a specified x range. More... | |
void | CollectStrayClusters (const pandora::Cluster *const pClusterToEnlarge, const float rangeMinX, const float rangeMaxX, pandora::ClusterList &collectedClusters) |
Collect the stray clusters that are close to a specified cluster and that lie within a given x range. More... | |
void | AddInStrayClusters (const pandora::Cluster *const pClusterToEnlarge, const pandora::ClusterList &collectedClusters) |
Merge in the collected stray clusters of a given delta ray cluster. More... | |
void | TidyUp () |
Tidy member variables in derived class. More... | |
pandora::StatusCode | ReadSettings (const pandora::TiXmlHandle xmlHandle) |
MatchingType & | GetMatchingControl () |
Get the matching control. More... | |
virtual void | SelectAllInputClusters () |
Select a subset of input clusters for processing in this algorithm. More... | |
virtual void | PrepareAllInputClusters () |
Perform any preparatory steps required, e.g. caching expensive fit results for clusters. More... | |
virtual void | PerformMainLoop () |
Main loop over cluster combinations in order to populate the overlap container. Responsible for calling CalculateOverlapResult. More... | |
virtual void | ExamineOverlapContainer ()=0 |
Examine contents of overlap container, collect together best-matching 2D particles and modify clusters as required. More... | |
Protected Attributes | |
std::string | m_muonPfoListName |
The list of reconstructed cosmic ray pfos. More... | |
pandora::ClusterList | m_strayClusterListU |
The list of U clusters that do not pass the tensor threshold requirement. More... | |
pandora::ClusterList | m_strayClusterListV |
The list of V clusters that do not pass the tensor threshold requirement. More... | |
pandora::ClusterList | m_strayClusterListW |
The list of W clusters that do not pass the tensor threshold requirement. More... | |
DeltaRayMatchingContainers | m_deltaRayMatchingContainers |
The class of hit, cluster and pfo ownership and proximity maps. More... | |
float | m_pseudoChi2Cut |
Pseudo chi2 cut for three view matching. More... | |
float | m_xOverlapWindow |
The maximum allowed displacement in x position. More... | |
float | m_minMatchedFraction |
The threshold matched fraction of sampling points for a good match. More... | |
unsigned int | m_minMatchedPoints |
The threshold number of matched sampling points for a good match. More... | |
unsigned int | m_minProjectedPositions |
The threshold number of projected points for a good projection. More... | |
float | m_maxCosmicRayHitFraction |
The maximum allowed fraction of hits to be removed from the cosmic ray track. More... | |
float | m_maxDistanceToCluster |
the maximum distance of a projected point to the cosmic ray cluster used when parameterising the cosmic ray cluster More... | |
float | m_maxDistanceToReferencePoint |
the maximum distance of a projected point to the cosmic ray vertex used when parameterising the cosmic ray cluster More... | |
float | m_strayClusterSeparation |
The maximum allowed separation of a stray cluster and a delta ray cluster for merge. More... | |
MatchingType | m_matchingControl |
The matching control. More... | |
NViewDeltaRayMatchingAlgorithm class.
Definition at line 23 of file NViewDeltaRayMatchingAlgorithm.h.
typedef std::map<const pandora::Cluster *, pandora::ClusterList> lar_content::NViewDeltaRayMatchingAlgorithm< T >::ClusterProximityMap |
Definition at line 28 of file NViewDeltaRayMatchingAlgorithm.h.
typedef std::map<const pandora::Cluster *, const pandora::ParticleFlowObject *> lar_content::NViewDeltaRayMatchingAlgorithm< T >::ClusterToPfoMap |
Definition at line 27 of file NViewDeltaRayMatchingAlgorithm.h.
typedef KDTreeNodeInfoT<const pandora::CaloHit *, 2> lar_content::NViewDeltaRayMatchingAlgorithm< T >::HitKDNode2D |
Definition at line 31 of file NViewDeltaRayMatchingAlgorithm.h.
typedef std::vector<HitKDNode2D> lar_content::NViewDeltaRayMatchingAlgorithm< T >::HitKDNode2DList |
Definition at line 32 of file NViewDeltaRayMatchingAlgorithm.h.
typedef KDTreeLinkerAlgo<const pandora::CaloHit *, 2> lar_content::NViewDeltaRayMatchingAlgorithm< T >::HitKDTree2D |
Definition at line 30 of file NViewDeltaRayMatchingAlgorithm.h.
typedef std::map<const pandora::CaloHit *, const pandora::Cluster *> lar_content::NViewDeltaRayMatchingAlgorithm< T >::HitToClusterMap |
Definition at line 26 of file NViewDeltaRayMatchingAlgorithm.h.
typedef std::vector<pandora::HitType> lar_content::NViewDeltaRayMatchingAlgorithm< T >::HitTypeVector |
Definition at line 34 of file NViewDeltaRayMatchingAlgorithm.h.
|
inherited |
Definition at line 23 of file NViewMatchingAlgorithm.h.
lar_content::NViewDeltaRayMatchingAlgorithm< T >::NViewDeltaRayMatchingAlgorithm | ( | ) |
Default constructor.
Definition at line 33 of file NViewDeltaRayMatchingAlgorithm.cc.
|
protected |
Merge in the collected stray clusters of a given delta ray cluster.
pClusterToEnlarge | the delta ray cluster to enlarge |
collectedClusters | the list of collected stray clusters |
Definition at line 827 of file NViewDeltaRayMatchingAlgorithm.cc.
References lar_content::DeltaRayMatchingContainers::AddClustersToContainers(), lar_content::LArClusterHelper::GetClusterHitType(), lar_content::NViewMatchingAlgorithm< T >::GetClusterListName(), lar_content::NViewDeltaRayMatchingAlgorithm< T >::m_deltaRayMatchingContainers, and lar_content::NViewDeltaRayMatchingAlgorithm< T >::UpdateUponDeletion().
Referenced by lar_content::NViewDeltaRayMatchingAlgorithm< T >::CreatePfos().
|
pure virtualinherited |
Calculate cluster overlap result and store in container.
pCluster1 | address of cluster1 |
pCluster2 | address of cluster2 |
pCluster3 | address of cluster3 |
Implemented in lar_content::ThreeViewShowersAlgorithm, lar_content::TwoViewDeltaRayMatchingAlgorithm, lar_content::ThreeViewTrackFragmentsAlgorithm, lar_content::ThreeViewDeltaRayMatchingAlgorithm, lar_content::ThreeViewTransverseTracksAlgorithm, lar_content::TwoViewTransverseTracksAlgorithm, lar_content::ThreeViewLongitudinalTracksAlgorithm, and lar_content::ThreeViewRemnantsAlgorithm.
Referenced by lar_content::ThreeViewMatchingControl< T >::PerformMainLoop(), lar_content::TwoViewMatchingControl< T >::PerformMainLoop(), lar_content::ThreeViewMatchingControl< T >::UpdateForNewCluster(), and lar_content::TwoViewMatchingControl< T >::UpdateForNewCluster().
pandora::StatusCode lar_content::NViewDeltaRayMatchingAlgorithm< T >::CollectHitsFromMuon | ( | const pandora::Cluster *const | pCluster1, |
const pandora::Cluster *const | pCluster2, | ||
const pandora::Cluster *const | pThirdViewCluster, | ||
const pandora::ParticleFlowObject *const | pParentMuon, | ||
const float | minDistanceFromMuon, | ||
const float | maxDistanceToCollected, | ||
pandora::CaloHitList & | collectedHits | ||
) | const |
In one view, pull out any hits from a cosmic ray cluster that belong to the child delta ray cluster.
pCluster1 | the address of a delta ray cluster in a view that is to go unmodified |
pCluster2 | the address of a delta ray cluster in the other view that is to unmodified |
pThirdViewCluster | the address of the delta ray cluster in the view in which the hit removal process will run |
pParentMuon | the address of the parent cosmic ray pfo |
minDistanceFromMuon | the minimum distance of a hit from the cosmic ray track required for removal |
maxDistanceToCollected | the maximim distance of a hit from the projected delta ray hits required for removal |
collectedHits | the list of hits to be removed from the cosmic ray |
Referenced by lar_content::NViewDeltaRayMatchingAlgorithm< T >::GetProjectedPositions(), and lar_content::DeltaRayRemovalTool::RemoveDeltaRayHits().
void lar_content::NViewDeltaRayMatchingAlgorithm< T >::CollectHitsFromMuon | ( | const pandora::CartesianVector & | positionOnMuon, |
const pandora::CartesianVector & | muonDirection, | ||
const pandora::Cluster *const | pMuonCluster, | ||
const pandora::CartesianPointVector & | deltaRayProjectedPositions, | ||
const float & | minDistanceFromMuon, | ||
const float | maxDistanceToCollected, | ||
pandora::CaloHitList & | collectedHits | ||
) | const |
In one view, pull out any hits from a cosmic ray cluster that belong to the child delta ray cluster.
positionOnMuon | the parameterised cosmic ray position |
muonDirection | the parameterised cosmic ray direction |
pMuon | the address of the parent cosmic ray pfo |
deltaRayProjectedPositions | the projected positions of the delta ray |
minDistanceFromMuon | the minimum distance of a hit from the cosmic ray track required for removal |
maxDistanceToCollected | the maximim distance of a hit from the projected delta ray hits required for removal |
collectedHits | the list of hits to be removed from the cosmic ray |
|
protected |
Collect the stray clusters that are close to a specified cluster and that lie within a given x range.
pClusterToEnlarge | the specified cluster |
rangeMinX | the minimum x coordinate of the region of interest |
rangeMaxX | the maximum x coordinate of the region of interest |
collectedClusters | the list of collected stray clusters |
Definition at line 792 of file NViewDeltaRayMatchingAlgorithm.cc.
References lar_content::LArClusterHelper::GetClosestDistance(), lar_content::LArClusterHelper::GetClusterHitType(), lar_content::DeltaRayMatchingContainers::GetClusterProximityMap(), lar_content::NViewDeltaRayMatchingAlgorithm< T >::m_deltaRayMatchingContainers, lar_content::NViewDeltaRayMatchingAlgorithm< T >::m_strayClusterListU, lar_content::NViewDeltaRayMatchingAlgorithm< T >::m_strayClusterListV, lar_content::NViewDeltaRayMatchingAlgorithm< T >::m_strayClusterListW, and lar_content::NViewDeltaRayMatchingAlgorithm< T >::m_strayClusterSeparation.
Referenced by lar_content::NViewDeltaRayMatchingAlgorithm< T >::CreatePfos().
bool lar_content::NViewDeltaRayMatchingAlgorithm< T >::CreatePfos | ( | ProtoParticleVector & | protoParticleVector | ) |
Create delta ray pfos maxmising completeness by searching for and merging in any stray clusters.
protoParticleVector | the proto particle vector |
Definition at line 741 of file NViewDeltaRayMatchingAlgorithm.cc.
References lar_content::NViewDeltaRayMatchingAlgorithm< T >::AddInStrayClusters(), lar_content::NViewDeltaRayMatchingAlgorithm< T >::CollectStrayClusters(), lar_content::MatchingBaseAlgorithm::CreateThreeDParticles(), f, lar_content::ProtoParticle::m_clusterList, and util::span().
Referenced by lar_content::AmbiguousDeltaRayTool::ExamineConnectedElements(), and lar_content::UnambiguousDeltaRayTool::ExamineUnambiguousElements().
|
virtualinherited |
Create particles using findings from recent algorithm processing.
protoParticleVector | the proto particle vector |
whether | particles were created |
Definition at line 88 of file MatchingBaseAlgorithm.cc.
Referenced by lar_content::NViewDeltaRayMatchingAlgorithm< T >::CreatePfos(), lar_content::ClearRemnantsTool::CreateThreeDParticles(), lar_content::ClearTracksTool::CreateThreeDParticles(), lar_content::TwoViewClearTracksTool::CreateThreeDParticles(), lar_content::ClearLongitudinalTracksTool::CreateThreeDParticles(), lar_content::ClearTrackFragmentsTool::FindTrackFragments(), lar_content::TwoViewSimpleTracksTool::Run(), lar_content::MissingTrackTool::Run(), lar_content::ConnectedRemnantsTool::Run(), lar_content::MopUpRemnantsTool::Run(), lar_content::MatchedEndPointsTool::Run(), lar_content::SimpleShowersTool::Run(), lar_content::TracksCrossingGapsTool::Run(), lar_content::MissingTrackSegmentTool::Run(), lar_content::LongTracksTool::Run(), lar_content::TwoViewLongTracksTool::Run(), and lar_content::ClearShowersTool::Run().
|
protectedpure virtual |
To check whether a given cluster meets the requirements to be added into the matching container (tensor/matrix)
pCluster | the address of the input cluster |
Implemented in lar_content::TwoViewDeltaRayMatchingAlgorithm, and lar_content::ThreeViewDeltaRayMatchingAlgorithm.
Referenced by lar_content::NViewDeltaRayMatchingAlgorithm< T >::FillStrayClusterList(), and lar_content::NViewDeltaRayMatchingAlgorithm< T >::SelectInputClusters().
|
protectedpure virtualinherited |
Examine contents of overlap container, collect together best-matching 2D particles and modify clusters as required.
Implemented in lar_content::TwoViewDeltaRayMatchingAlgorithm, lar_content::ThreeViewShowersAlgorithm, lar_content::ThreeViewTrackFragmentsAlgorithm, lar_content::ThreeViewTransverseTracksAlgorithm, lar_content::TwoViewTransverseTracksAlgorithm, lar_content::ThreeViewLongitudinalTracksAlgorithm, lar_content::ThreeViewDeltaRayMatchingAlgorithm, and lar_content::ThreeViewRemnantsAlgorithm.
|
protected |
Fill the stray cluster list with clusters that do not pass the tensor threshold requirement.
hitType | the hit type of the list to fill |
Definition at line 84 of file NViewDeltaRayMatchingAlgorithm.cc.
References lar_content::NViewDeltaRayMatchingAlgorithm< T >::DoesClusterPassTensorThreshold(), lar_content::NViewMatchingAlgorithm< T >::GetInputClusterList(), lar_content::NViewDeltaRayMatchingAlgorithm< T >::m_strayClusterListU, lar_content::NViewDeltaRayMatchingAlgorithm< T >::m_strayClusterListV, and lar_content::NViewDeltaRayMatchingAlgorithm< T >::m_strayClusterListW.
Referenced by lar_content::NViewDeltaRayMatchingAlgorithm< T >::PrepareInputClusters().
|
virtualinherited |
Get the cluster list name corresponding to a specified hit type.
hitType | the hit type |
Implements lar_content::MatchingBaseAlgorithm.
Definition at line 58 of file NViewMatchingAlgorithm.cc.
References lar_content::NViewMatchingAlgorithm< T >::m_matchingControl.
Referenced by lar_content::NViewDeltaRayMatchingAlgorithm< T >::AddInStrayClusters(), lar_content::NViewTrackMatchingAlgorithm< T >::MakeClusterSplits(), lar_content::DeltaRayMergeTool::MakeOneCommonViewMerges(), lar_content::DeltaRayMergeTool::MakeTwoCommonViewMerges(), lar_content::ClearTrackFragmentsTool::ProcessTensorElement(), lar_content::CosmicRayRemovalTool::ReclusterRemnant(), lar_content::TwoViewCosmicRayRemovalTool::ReclusterRemnant(), lar_content::CosmicRayRemovalTool::SplitDeltaRayCluster(), lar_content::TwoViewCosmicRayRemovalTool::SplitDeltaRayCluster(), and lar_content::DeltaRayRemovalTool::SplitMuonCluster().
|
protected |
Calculate the xSpan of a list of CaloHits.
caloHitList | the input list of CaloHits |
xMin | the output minimum x coordinate |
xMax | the output maximum x coordinate |
Definition at line 407 of file NViewDeltaRayMatchingAlgorithm.cc.
Referenced by lar_content::NViewDeltaRayMatchingAlgorithm< T >::GetNearbyMuonPfos().
|
protected |
Calculate the zSpan of a list of CaloHits in a specified x range.
caloHitList | the input list of CaloHits |
xMin | the minimum x coordinate of the region of interest |
xMax | the maximum x coordinate of the region of interest |
zMin | the output minimum z coordinate |
zMax | the output maximum z coordinate |
Definition at line 427 of file NViewDeltaRayMatchingAlgorithm.cc.
Referenced by lar_content::NViewDeltaRayMatchingAlgorithm< T >::GetNearbyMuonPfos().
|
virtualinherited |
Get the input cluster list corresponding to a specified hit type.
hitType | the hit type |
Implements lar_content::MatchingBaseAlgorithm.
Definition at line 66 of file NViewMatchingAlgorithm.cc.
References lar_content::NViewMatchingAlgorithm< T >::m_matchingControl.
Referenced by lar_content::NViewDeltaRayMatchingAlgorithm< T >::FillStrayClusterList(), lar_content::MissingTrackSegmentTool::GetCandidateClusters(), lar_content::NViewDeltaRayMatchingAlgorithm< T >::PrepareInputClusters(), lar_content::ShowerTensorVisualizationTool::Run(), and lar_content::TransverseTensorVisualizationTool::Run().
|
inlineprotectedinherited |
Get the matching control.
Definition at line 59 of file NViewMatchingAlgorithm.h.
References lar_content::NViewMatchingAlgorithm< T >::m_matchingControl.
StatusCode lar_content::NViewDeltaRayMatchingAlgorithm< T >::GetMuonCluster | ( | const pandora::PfoList & | commonMuonPfoList, |
const pandora::HitType | hitType, | ||
const pandora::Cluster *& | pMuonCluster | ||
) | const |
Return the cluster of the common cosmic ray pfo in a given view (function demands there to be only one common CR pfo)
commonMuonPfoList | the element's list of common muon pfos |
hitType | the specified view |
pMuonCluster | the output address of the cluster |
Definition at line 101 of file NViewDeltaRayMatchingAlgorithm.cc.
References lar_content::LArPfoHelper::GetClusters().
Referenced by lar_content::CosmicRayRemovalTool::GrowSeed(), lar_content::TwoViewCosmicRayRemovalTool::GrowSeed(), lar_content::DeltaRayRemovalTool::IsContaminated(), lar_content::CosmicRayRemovalTool::IsContaminated(), lar_content::TwoViewCosmicRayRemovalTool::IsContaminated(), lar_content::RemovalBaseTool::IsMuonEndpoint(), lar_content::TwoViewCosmicRayRemovalTool::IsMuonEndpoint(), lar_content::TwoViewCosmicRayRemovalTool::PassElementChecks(), lar_content::RemovalBaseTool::PassElementChecks(), lar_content::CosmicRayRemovalTool::SplitDeltaRayCluster(), lar_content::TwoViewCosmicRayRemovalTool::SplitDeltaRayCluster(), and lar_content::DeltaRayRemovalTool::SplitMuonCluster().
|
protected |
Use the cluster proximity map to travel along paths of nearby clusters finding the cosmic ray clusters on which they terminate.
pCluster | the address of the input cluster |
consideredClusters | the list of investigated clusters |
nearbyMuonPfos | the output list of the cosmic ray pfos to which the nearby cosmic ray clusters belong |
Definition at line 120 of file NViewDeltaRayMatchingAlgorithm.cc.
References f, lar_content::LArClusterHelper::GetClusterHitType(), lar_content::DeltaRayMatchingContainers::GetClusterProximityMap(), lar_content::NViewDeltaRayMatchingAlgorithm< T >::GetClusterSpanX(), lar_content::NViewDeltaRayMatchingAlgorithm< T >::GetClusterSpanZ(), lar_content::DeltaRayMatchingContainers::GetClusterToPfoMap(), lar_content::LArGeometryHelper::GetWirePitch(), lar_content::NViewDeltaRayMatchingAlgorithm< T >::m_deltaRayMatchingContainers, lar_content::NViewDeltaRayMatchingAlgorithm< T >::m_minMatchedFraction, lar_content::NViewDeltaRayMatchingAlgorithm< T >::m_minMatchedPoints, lar_content::NViewDeltaRayMatchingAlgorithm< T >::m_pseudoChi2Cut, lar_content::NViewDeltaRayMatchingAlgorithm< T >::m_xOverlapWindow, lar_content::LArGeometryHelper::MergeTwoPositions(), n, lar_content::NViewDeltaRayMatchingAlgorithm< T >::PerformThreeViewMatching(), and x.
StatusCode lar_content::NViewDeltaRayMatchingAlgorithm< T >::GetProjectedPositions | ( | const pandora::Cluster *const | pCluster1, |
const pandora::Cluster *const | pCluster2, | ||
pandora::CartesianPointVector & | projectedPositions | ||
) | const |
Use two clusters from different views to calculate projected positions in the remaining third view.
pCluster1 | the address of the first cluster |
pCluster2 | the address of the second cluster |
projectedPositions | the output projected positions |
Definition at line 481 of file NViewDeltaRayMatchingAlgorithm.cc.
References lar_content::NViewDeltaRayMatchingAlgorithm< T >::CollectHitsFromMuon(), f, lar_content::LArClusterHelper::GetClosestDistance(), lar_content::LArMuonLeadingHelper::GetClosestDistance(), lar_content::LArMuonLeadingHelper::GetClosestPosition(), lar_content::LArMuonLeadingHelper::GetClosestPositions(), lar_content::LArClusterHelper::GetClusterHitType(), lar_content::LArPfoHelper::GetClusters(), lar_content::TwoDSlidingFitResult::GetGlobalFitDirection(), lar_content::TwoDSlidingFitResult::GetLocalPosition(), lar_content::LArGeometryHelper::GetWirePitch(), lar_content::NViewDeltaRayMatchingAlgorithm< T >::m_maxCosmicRayHitFraction, lar_content::NViewDeltaRayMatchingAlgorithm< T >::m_maxDistanceToCluster, lar_content::NViewDeltaRayMatchingAlgorithm< T >::m_maxDistanceToReferencePoint, lar_content::NViewDeltaRayMatchingAlgorithm< T >::m_minProjectedPositions, lar_content::NViewDeltaRayMatchingAlgorithm< T >::m_xOverlapWindow, lar_content::LArGeometryHelper::MergeTwoPositions(), n, lar_content::NViewDeltaRayMatchingAlgorithm< T >::ParameteriseMuon(), lar_content::NViewDeltaRayMatchingAlgorithm< T >::ProjectMuonPositions(), and x.
Referenced by lar_content::RemovalBaseTool::ProjectDeltaRayPositions(), lar_content::TwoViewCosmicRayRemovalTool::ProjectDeltaRayPositions(), and lar_content::NViewDeltaRayMatchingAlgorithm< T >::ProjectMuonPositions().
|
virtualinherited |
Get the selected cluster list corresponding to a specified hit type.
hitType | the hit type |
Implements lar_content::MatchingBaseAlgorithm.
Definition at line 74 of file NViewMatchingAlgorithm.cc.
References lar_content::NViewMatchingAlgorithm< T >::m_matchingControl.
|
virtualinherited |
Merge clusters together.
clusterMergeMap | the cluster merge map |
Definition at line 48 of file MatchingBaseAlgorithm.cc.
Referenced by lar_content::SplitShowersTool::ApplyChanges(), lar_content::ThreeDKinkBaseTool::ApplyChanges(), lar_content::TwoViewThreeDKinkTool::ApplyChanges(), lar_content::ConnectedRemnantsTool::Run(), and lar_content::MissingTrackSegmentTool::Run().
pandora::StatusCode lar_content::NViewDeltaRayMatchingAlgorithm< T >::ParameteriseMuon | ( | const pandora::ParticleFlowObject *const | pParentMuon, |
const pandora::Cluster *const | pDeltaRayCluster, | ||
pandora::CartesianVector & | positionOnMuon, | ||
pandora::CartesianVector & | muonDirection | ||
) | const |
Parameterise the projection of a cosmic ray track in order to avoid poor/sparse projections.
pParentMuon | the address of the cosmic ray pfo |
pDeltaRayCluster | the address of the delta ray cluster in the projected view |
positionOnMuon | the output position to localise the parameterisation in space |
muonDirection | the output cosmic ray direction |
Referenced by lar_content::CosmicRayRemovalTool::CreateSeed(), lar_content::TwoViewCosmicRayRemovalTool::CreateSeed(), lar_content::NViewDeltaRayMatchingAlgorithm< T >::GetProjectedPositions(), lar_content::CosmicRayRemovalTool::GrowSeed(), and lar_content::TwoViewCosmicRayRemovalTool::GrowSeed().
pandora::StatusCode lar_content::NViewDeltaRayMatchingAlgorithm< T >::ParameteriseMuon | ( | const pandora::ParticleFlowObject *const | pParentMuon, |
const pandora::CartesianPointVector & | deltaRayProjectedPositions, | ||
const pandora::HitType | hitType, | ||
pandora::CartesianVector & | positionOnMuon, | ||
pandora::CartesianVector & | muonDirection | ||
) | const |
Parameterise the projection of a cosmic ray track in order to avoid poor/sparse projections.
pParentMuon | the address of the cosmic ray pfo |
deltaRayProjectedPositions | the projected positions of the delta ray |
hitType | the view in which the projection is made |
positionOnMuon | the output position to localise the parameterisation in space |
muonDirection | the output cosmic ray direction |
|
protectedvirtualinherited |
Main loop over cluster combinations in order to populate the overlap container. Responsible for calling CalculateOverlapResult.
Implements lar_content::MatchingBaseAlgorithm.
Reimplemented in lar_content::ThreeViewTrackFragmentsAlgorithm.
Definition at line 106 of file NViewMatchingAlgorithm.cc.
References lar_content::NViewMatchingAlgorithm< T >::m_matchingControl.
pandora::StatusCode lar_content::NViewDeltaRayMatchingAlgorithm< T >::PerformThreeViewMatching | ( | const pandora::Cluster *const | pCluster1, |
const pandora::Cluster *const | pCluster2, | ||
const pandora::Cluster *const | pCluster3, | ||
float & | reducedChiSquared | ||
) | const |
To determine how well three clusters (one in each view) map onto one another expressing this in terms of a chi-squared like parameter.
pCluster1 | the first cluster |
pCluster2 | the second cluster |
pCluster3 | the third cluster |
reducedChiSquared | the reduced chi squared |
Referenced by lar_content::NViewDeltaRayMatchingAlgorithm< T >::GetNearbyMuonPfos(), and lar_content::DeltaRayMergeTool::MakeOneCommonViewMerges().
pandora::StatusCode lar_content::NViewDeltaRayMatchingAlgorithm< T >::PerformThreeViewMatching | ( | const pandora::Cluster *const | pClusterU, |
const pandora::Cluster *const | pClusterV, | ||
const pandora::Cluster *const | pClusterW, | ||
float & | chiSquaredSum, | ||
unsigned int & | nSamplingPoints, | ||
unsigned int & | nMatchedSamplingPoints, | ||
XOverlap & | XOverlap | ||
) | const |
To determine how well three clusters (one in each view) map onto one another expressing this in terms of a chi-squared like parameter.
pClusterU | the U cluster (if the xOverlap object is to be retained this must be the u cluster - for labels to make sense) |
pClusterV | the V cluster |
pClusterW | the W cluster |
chiSquaredSum | the sum of the chi-squared values of the sampled points |
nSamplingPoints | the number of sampled points |
nMatchedSamplingPoints | the number of matched sampled points |
xOverlap | the xOverlap object |
pandora::StatusCode lar_content::NViewDeltaRayMatchingAlgorithm< T >::PerformThreeViewMatching | ( | const pandora::CaloHitList & | pCluster1, |
const pandora::CaloHitList & | pCluster2, | ||
const pandora::CaloHitList & | pCluster3, | ||
float & | reducedChiSquared | ||
) | const |
To determine how well three CaloHitLists (one in each view) map onto one another expressing this in terms of a chi-squared like parameter.
pCluster1 | the first CaloHitList |
pCluster2 | the second CaloHitList |
pCluster3 | the third CaloHitList |
reducedChiSquared | the reduced chi squared |
pandora::StatusCode lar_content::NViewDeltaRayMatchingAlgorithm< T >::PerformThreeViewMatching | ( | const pandora::CaloHitList & | clusterU, |
const pandora::CaloHitList & | clusterV, | ||
const pandora::CaloHitList & | clusterW, | ||
float & | chiSquaredSum, | ||
unsigned int & | nSamplingPoints, | ||
unsigned int & | nMatchedSamplingPoints, | ||
XOverlap & | XOverlap | ||
) | const |
To determine how well three CaloHitLists (one for each view) map onto one another expressing this in terms of a chi-squared like parameter.
clusterU | the U CaloHitList (if the xOverlap object is to be retained this must be the u cluster - for labels to make sense) |
clusterV | the V CaloHitList |
clusterW | the W CaloHitList |
chiSquaredSum | the sum of the chi-squared values of the sampled points |
nSamplingPoints | the number of sampled points |
nMatchedSamplingPoints | the number of matched sampled points |
xOverlap | the xOverlap object |
|
protectedvirtualinherited |
Perform any preparatory steps required, e.g. caching expensive fit results for clusters.
Implements lar_content::MatchingBaseAlgorithm.
Definition at line 90 of file NViewMatchingAlgorithm.cc.
References lar_content::NViewMatchingAlgorithm< T >::m_matchingControl.
|
virtual |
Perform any preparatory steps required on the input clusters, e.g. caching expensive fit results.
preparedClusterList | to receive the prepared cluster list, non const so as to be able to modify input selected list |
Reimplemented from lar_content::MatchingBaseAlgorithm.
Definition at line 61 of file NViewDeltaRayMatchingAlgorithm.cc.
References lar_content::DeltaRayMatchingContainers::FillContainers(), lar_content::NViewDeltaRayMatchingAlgorithm< T >::FillStrayClusterList(), lar_content::LArClusterHelper::GetClusterHitType(), lar_content::NViewMatchingAlgorithm< T >::GetInputClusterList(), lar_content::NViewDeltaRayMatchingAlgorithm< T >::m_deltaRayMatchingContainers, and lar_content::NViewDeltaRayMatchingAlgorithm< T >::m_muonPfoListName.
StatusCode lar_content::NViewDeltaRayMatchingAlgorithm< T >::ProjectMuonPositions | ( | const pandora::HitType & | thirdViewHitType, |
const pandora::ParticleFlowObject *const | pParentMuon, | ||
pandora::CartesianPointVector & | projectedPositions | ||
) | const |
Use two views of a cosmic ray pfo to calculate projected positions in a given the third view.
thirdViewHitType | the view to be projected into |
pParentMuon | the input cosmic ray pfo |
projectedPositions | the output projected positions |
Definition at line 460 of file NViewDeltaRayMatchingAlgorithm.cc.
References lar_content::LArPfoHelper::GetClusters(), and lar_content::NViewDeltaRayMatchingAlgorithm< T >::GetProjectedPositions().
Referenced by lar_content::NViewDeltaRayMatchingAlgorithm< T >::GetProjectedPositions().
|
protectedvirtual |
Reimplemented from lar_content::NViewMatchingAlgorithm< T >.
Definition at line 901 of file NViewDeltaRayMatchingAlgorithm.cc.
References lar_content::NViewDeltaRayMatchingAlgorithm< T >::m_deltaRayMatchingContainers, lar_content::NViewDeltaRayMatchingAlgorithm< T >::m_maxCosmicRayHitFraction, lar_content::NViewDeltaRayMatchingAlgorithm< T >::m_maxDistanceToCluster, lar_content::NViewDeltaRayMatchingAlgorithm< T >::m_maxDistanceToReferencePoint, lar_content::NViewDeltaRayMatchingAlgorithm< T >::m_minMatchedFraction, lar_content::NViewDeltaRayMatchingAlgorithm< T >::m_minMatchedPoints, lar_content::NViewDeltaRayMatchingAlgorithm< T >::m_minProjectedPositions, lar_content::NViewDeltaRayMatchingAlgorithm< T >::m_muonPfoListName, lar_content::NViewDeltaRayMatchingAlgorithm< T >::m_pseudoChi2Cut, lar_content::DeltaRayMatchingContainers::m_searchRegion1D, lar_content::NViewDeltaRayMatchingAlgorithm< T >::m_strayClusterSeparation, lar_content::NViewDeltaRayMatchingAlgorithm< T >::m_xOverlapWindow, and lar_content::NViewMatchingAlgorithm< T >::ReadSettings().
|
protectedvirtualinherited |
Select a subset of input clusters for processing in this algorithm.
Implements lar_content::MatchingBaseAlgorithm.
Definition at line 82 of file NViewMatchingAlgorithm.cc.
References lar_content::NViewMatchingAlgorithm< T >::m_matchingControl.
|
virtual |
Select a subset of input clusters for processing in this algorithm.
pInputClusterList | address of an input cluster list |
selectedClusterList | to receive the selected cluster list |
Reimplemented from lar_content::MatchingBaseAlgorithm.
Definition at line 49 of file NViewDeltaRayMatchingAlgorithm.cc.
References lar_content::NViewDeltaRayMatchingAlgorithm< T >::DoesClusterPassTensorThreshold().
|
virtualinherited |
Set Pfo properties.
protoParticle | the input proto particle |
pfoParameters | the output pfo parameters |
Definition at line 116 of file MatchingBaseAlgorithm.cc.
References f, and lar_content::ProtoParticle::m_clusterList.
|
virtualinherited |
Set pfo particle id.
pfoParameters | the output pfo parameters |
Reimplemented in lar_content::NViewTrackMatchingAlgorithm< T >, lar_content::NViewTrackMatchingAlgorithm< TwoViewMatchingControl< TwoViewTransverseOverlapResult > >, lar_content::NViewTrackMatchingAlgorithm< ThreeViewMatchingControl< FragmentOverlapResult > >, lar_content::NViewTrackMatchingAlgorithm< ThreeViewMatchingControl< TransverseOverlapResult > >, and lar_content::NViewTrackMatchingAlgorithm< ThreeViewMatchingControl< LongitudinalOverlapResult > >.
Definition at line 128 of file MatchingBaseAlgorithm.cc.
void lar_content::NViewDeltaRayMatchingAlgorithm< T >::SplitMuonCluster | ( | const std::string & | clusterListName, |
const pandora::Cluster *const | pMuonCluster, | ||
const pandora::CaloHitList & | collectedHits, | ||
const pandora::Cluster *& | pDeltaRayCluster | ||
) | const |
Move a list of hits from a cosmic ray cluster into the given child delta ray cluster.
clusterListName | the pandora list to which the cosmic ray and delta ray clusters belong |
pMuonCluster | the address of the cosmic ray cluster |
collectedHits | the list of hits to reassign |
pDeltaRayCluster | the address of the delta ray cluster (may be a nullptr if cluster is yet to be made) |
Definition at line 701 of file NViewDeltaRayMatchingAlgorithm.cc.
Referenced by lar_content::DeltaRayRemovalTool::SplitMuonCluster().
|
protectedvirtual |
Tidy member variables in derived class.
Reimplemented from lar_content::NViewMatchingAlgorithm< T >.
Definition at line 887 of file NViewDeltaRayMatchingAlgorithm.cc.
References lar_content::DeltaRayMatchingContainers::ClearContainers(), lar_content::NViewDeltaRayMatchingAlgorithm< T >::m_deltaRayMatchingContainers, lar_content::NViewDeltaRayMatchingAlgorithm< T >::m_strayClusterListU, lar_content::NViewDeltaRayMatchingAlgorithm< T >::m_strayClusterListV, lar_content::NViewDeltaRayMatchingAlgorithm< T >::m_strayClusterListW, and lar_content::NViewMatchingAlgorithm< T >::TidyUp().
|
virtualinherited |
Update to reflect addition of a new cluster to the problem space.
pNewCluster | address of the new cluster |
Implements lar_content::MatchingBaseAlgorithm.
Reimplemented in lar_content::NViewTrackMatchingAlgorithm< T >, lar_content::NViewTrackMatchingAlgorithm< TwoViewMatchingControl< TwoViewTransverseOverlapResult > >, lar_content::NViewTrackMatchingAlgorithm< ThreeViewMatchingControl< FragmentOverlapResult > >, lar_content::NViewTrackMatchingAlgorithm< ThreeViewMatchingControl< TransverseOverlapResult > >, and lar_content::NViewTrackMatchingAlgorithm< ThreeViewMatchingControl< LongitudinalOverlapResult > >.
Definition at line 42 of file NViewMatchingAlgorithm.cc.
References lar_content::NViewMatchingAlgorithm< T >::m_matchingControl.
Referenced by lar_content::NViewTrackMatchingAlgorithm< T >::UpdateForNewCluster(), and lar_content::NViewDeltaRayMatchingAlgorithm< T >::UpdateForNewClusters().
void lar_content::NViewDeltaRayMatchingAlgorithm< T >::UpdateForNewClusters | ( | const pandora::ClusterVector & | newClusterVector, |
const pandora::PfoVector & | pfoVector | ||
) |
Add a new cluster to algorithm ownership maps and, if it a delta ray cluster, to the underlying matches container (tensor/matrix)
newClusterVector | the vector of clusters to add - the order must match the pfoVector |
pfoVector | the vector of cosmic ray pfos to which the new clusters belong (nullptr for delta ray cluster) |
Definition at line 869 of file NViewDeltaRayMatchingAlgorithm.cc.
References lar_content::DeltaRayMatchingContainers::AddClustersToContainers(), lar_content::NViewDeltaRayMatchingAlgorithm< T >::m_deltaRayMatchingContainers, and lar_content::NViewMatchingAlgorithm< T >::UpdateForNewCluster().
Referenced by lar_content::DeltaRayMergeTool::MakeOneCommonViewMerges(), lar_content::DeltaRayMergeTool::MakeTwoCommonViewMerges(), lar_content::CosmicRayRemovalTool::SplitDeltaRayCluster(), lar_content::TwoViewCosmicRayRemovalTool::SplitDeltaRayCluster(), and lar_content::DeltaRayRemovalTool::SplitMuonCluster().
|
virtual |
Update to reflect cluster deletion.
pDeletedCluster | address of the deleted cluster |
Implements lar_content::MatchingBaseAlgorithm.
Definition at line 846 of file NViewDeltaRayMatchingAlgorithm.cc.
References lar_content::LArClusterHelper::GetClusterHitType(), lar_content::DeltaRayMatchingContainers::GetClusterToPfoMap(), lar_content::NViewDeltaRayMatchingAlgorithm< T >::m_deltaRayMatchingContainers, lar_content::NViewDeltaRayMatchingAlgorithm< T >::m_strayClusterListU, lar_content::NViewDeltaRayMatchingAlgorithm< T >::m_strayClusterListV, lar_content::NViewDeltaRayMatchingAlgorithm< T >::m_strayClusterListW, lar_content::DeltaRayMatchingContainers::RemoveClusterFromContainers(), and lar_content::NViewMatchingAlgorithm< T >::UpdateUponDeletion().
Referenced by lar_content::NViewDeltaRayMatchingAlgorithm< T >::AddInStrayClusters(), lar_content::DeltaRayMergeTool::MakeOneCommonViewMerges(), lar_content::DeltaRayMergeTool::MakeTwoCommonViewMerges(), lar_content::CosmicRayRemovalTool::SplitDeltaRayCluster(), lar_content::TwoViewCosmicRayRemovalTool::SplitDeltaRayCluster(), and lar_content::DeltaRayRemovalTool::SplitMuonCluster().
|
protected |
The class of hit, cluster and pfo ownership and proximity maps.
Definition at line 300 of file NViewDeltaRayMatchingAlgorithm.h.
Referenced by lar_content::NViewDeltaRayMatchingAlgorithm< T >::AddInStrayClusters(), lar_content::NViewDeltaRayMatchingAlgorithm< T >::CollectStrayClusters(), lar_content::NViewDeltaRayMatchingAlgorithm< T >::GetNearbyMuonPfos(), lar_content::NViewDeltaRayMatchingAlgorithm< T >::PrepareInputClusters(), lar_content::NViewDeltaRayMatchingAlgorithm< T >::ReadSettings(), lar_content::NViewDeltaRayMatchingAlgorithm< T >::TidyUp(), lar_content::NViewDeltaRayMatchingAlgorithm< T >::UpdateForNewClusters(), and lar_content::NViewDeltaRayMatchingAlgorithm< T >::UpdateUponDeletion().
|
protectedinherited |
The matching control.
Definition at line 53 of file NViewMatchingAlgorithm.h.
Referenced by lar_content::NViewMatchingAlgorithm< T >::GetClusterListName(), lar_content::NViewMatchingAlgorithm< T >::GetInputClusterList(), lar_content::NViewMatchingAlgorithm< T >::GetMatchingControl(), lar_content::NViewMatchingAlgorithm< T >::GetSelectedClusterList(), lar_content::NViewMatchingAlgorithm< T >::PerformMainLoop(), lar_content::NViewMatchingAlgorithm< T >::PrepareAllInputClusters(), lar_content::NViewMatchingAlgorithm< T >::ReadSettings(), lar_content::NViewMatchingAlgorithm< T >::SelectAllInputClusters(), lar_content::NViewMatchingAlgorithm< T >::TidyUp(), lar_content::NViewMatchingAlgorithm< T >::UpdateForNewCluster(), and lar_content::NViewMatchingAlgorithm< T >::UpdateUponDeletion().
|
protected |
The maximum allowed fraction of hits to be removed from the cosmic ray track.
Definition at line 306 of file NViewDeltaRayMatchingAlgorithm.h.
Referenced by lar_content::NViewDeltaRayMatchingAlgorithm< T >::GetProjectedPositions(), and lar_content::NViewDeltaRayMatchingAlgorithm< T >::ReadSettings().
|
protected |
the maximum distance of a projected point to the cosmic ray cluster used when parameterising the cosmic ray cluster
Definition at line 307 of file NViewDeltaRayMatchingAlgorithm.h.
Referenced by lar_content::NViewDeltaRayMatchingAlgorithm< T >::GetProjectedPositions(), and lar_content::NViewDeltaRayMatchingAlgorithm< T >::ReadSettings().
|
protected |
the maximum distance of a projected point to the cosmic ray vertex used when parameterising the cosmic ray cluster
Definition at line 308 of file NViewDeltaRayMatchingAlgorithm.h.
Referenced by lar_content::NViewDeltaRayMatchingAlgorithm< T >::GetProjectedPositions(), and lar_content::NViewDeltaRayMatchingAlgorithm< T >::ReadSettings().
|
protected |
The threshold matched fraction of sampling points for a good match.
Definition at line 303 of file NViewDeltaRayMatchingAlgorithm.h.
Referenced by lar_content::NViewDeltaRayMatchingAlgorithm< T >::GetNearbyMuonPfos(), and lar_content::NViewDeltaRayMatchingAlgorithm< T >::ReadSettings().
|
protected |
The threshold number of matched sampling points for a good match.
Definition at line 304 of file NViewDeltaRayMatchingAlgorithm.h.
Referenced by lar_content::NViewDeltaRayMatchingAlgorithm< T >::GetNearbyMuonPfos(), and lar_content::NViewDeltaRayMatchingAlgorithm< T >::ReadSettings().
|
protected |
The threshold number of projected points for a good projection.
Definition at line 305 of file NViewDeltaRayMatchingAlgorithm.h.
Referenced by lar_content::NViewDeltaRayMatchingAlgorithm< T >::GetProjectedPositions(), and lar_content::NViewDeltaRayMatchingAlgorithm< T >::ReadSettings().
|
protected |
The list of reconstructed cosmic ray pfos.
Definition at line 296 of file NViewDeltaRayMatchingAlgorithm.h.
Referenced by lar_content::NViewDeltaRayMatchingAlgorithm< T >::PrepareInputClusters(), and lar_content::NViewDeltaRayMatchingAlgorithm< T >::ReadSettings().
|
protected |
Pseudo chi2 cut for three view matching.
Definition at line 301 of file NViewDeltaRayMatchingAlgorithm.h.
Referenced by lar_content::NViewDeltaRayMatchingAlgorithm< T >::GetNearbyMuonPfos(), and lar_content::NViewDeltaRayMatchingAlgorithm< T >::ReadSettings().
|
protected |
The list of U clusters that do not pass the tensor threshold requirement.
Definition at line 297 of file NViewDeltaRayMatchingAlgorithm.h.
Referenced by lar_content::NViewDeltaRayMatchingAlgorithm< T >::CollectStrayClusters(), lar_content::NViewDeltaRayMatchingAlgorithm< T >::FillStrayClusterList(), lar_content::NViewDeltaRayMatchingAlgorithm< T >::TidyUp(), and lar_content::NViewDeltaRayMatchingAlgorithm< T >::UpdateUponDeletion().
|
protected |
The list of V clusters that do not pass the tensor threshold requirement.
Definition at line 298 of file NViewDeltaRayMatchingAlgorithm.h.
Referenced by lar_content::NViewDeltaRayMatchingAlgorithm< T >::CollectStrayClusters(), lar_content::NViewDeltaRayMatchingAlgorithm< T >::FillStrayClusterList(), lar_content::NViewDeltaRayMatchingAlgorithm< T >::TidyUp(), and lar_content::NViewDeltaRayMatchingAlgorithm< T >::UpdateUponDeletion().
|
protected |
The list of W clusters that do not pass the tensor threshold requirement.
Definition at line 299 of file NViewDeltaRayMatchingAlgorithm.h.
Referenced by lar_content::NViewDeltaRayMatchingAlgorithm< T >::CollectStrayClusters(), lar_content::NViewDeltaRayMatchingAlgorithm< T >::FillStrayClusterList(), lar_content::NViewDeltaRayMatchingAlgorithm< T >::TidyUp(), and lar_content::NViewDeltaRayMatchingAlgorithm< T >::UpdateUponDeletion().
|
protected |
The maximum allowed separation of a stray cluster and a delta ray cluster for merge.
Definition at line 309 of file NViewDeltaRayMatchingAlgorithm.h.
Referenced by lar_content::NViewDeltaRayMatchingAlgorithm< T >::CollectStrayClusters(), and lar_content::NViewDeltaRayMatchingAlgorithm< T >::ReadSettings().
|
protected |
The maximum allowed displacement in x position.
Definition at line 302 of file NViewDeltaRayMatchingAlgorithm.h.
Referenced by lar_content::NViewDeltaRayMatchingAlgorithm< T >::GetNearbyMuonPfos(), lar_content::NViewDeltaRayMatchingAlgorithm< T >::GetProjectedPositions(), and lar_content::NViewDeltaRayMatchingAlgorithm< T >::ReadSettings().