Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Attributes | List of all members
lar_content::NViewTrackMatchingAlgorithm< T > Class Template Reference

NViewTrackMatchingAlgorithm class. More...

#include <NViewTrackMatchingAlgorithm.h>

Inheritance diagram for lar_content::NViewTrackMatchingAlgorithm< T >:
lar_content::NViewMatchingAlgorithm< T > lar_content::MatchingBaseAlgorithm

Public Member Functions

 NViewTrackMatchingAlgorithm ()
 Default constructor. More...
 
virtual ~NViewTrackMatchingAlgorithm ()
 Destructor. More...
 
const TwoDSlidingFitResultGetCachedSlidingFitResult (const pandora::Cluster *const pCluster) const
 Get a sliding fit result from the algorithm cache. More...
 
unsigned int GetSlidingFitWindow () const
 Get the layer window for the sliding linear fits. More...
 
virtual bool MakeClusterSplits (const SplitPositionMap &splitPositionMap)
 Make cluster splits. More...
 
virtual bool MakeClusterSplit (const pandora::CartesianVector &splitPosition, const pandora::Cluster *&pCurrentCluster, const pandora::Cluster *&pLowXCluster, const pandora::Cluster *&pHighXCluster) const
 Make a cluster split. More...
 
virtual void UpdateForNewCluster (const pandora::Cluster *const pNewCluster)
 Update to reflect addition of a new cluster to the problem space. More...
 
virtual void UpdateUponDeletion (const pandora::Cluster *const pDeletedCluster)
 Update to reflect cluster deletion. More...
 
virtual void SelectInputClusters (const pandora::ClusterList *const pInputClusterList, pandora::ClusterList &selectedClusterList) const
 Select a subset of input clusters for processing in this algorithm. More...
 
virtual void PrepareInputClusters (pandora::ClusterList &preparedClusterList)
 Perform any preparatory steps required on the input clusters, e.g. caching expensive fit results. More...
 
virtual void SetPfoParticleId (PandoraContentApi::ParticleFlowObject::Parameters &pfoParameters) const
 Set pfo particle id. More...
 
- Public Member Functions inherited from lar_content::NViewMatchingAlgorithm< T >
 NViewMatchingAlgorithm ()
 Default constructor. More...
 
virtual ~NViewMatchingAlgorithm ()
 Destructor. More...
 
const std::stringGetClusterListName (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...
 
- Public Member Functions inherited from lar_content::MatchingBaseAlgorithm
 MatchingBaseAlgorithm ()
 Default constructor. More...
 
virtual ~MatchingBaseAlgorithm ()
 Destructor. 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...
 

Static Public Member Functions

static bool SortSplitPositions (const pandora::CartesianVector &lhs, const pandora::CartesianVector &rhs)
 Sort split position cartesian vectors by increasing x coordinate. More...
 

Protected Member Functions

void AddToSlidingFitCache (const pandora::Cluster *const pCluster)
 Add a new sliding fit result, for the specified cluster, to the algorithm cache. More...
 
void RemoveFromSlidingFitCache (const pandora::Cluster *const pCluster)
 Remova an existing sliding fit result, for the specified cluster, from the algorithm cache. More...
 
virtual void TidyUp ()
 Tidy member variables in derived class. More...
 
virtual pandora::StatusCode ReadSettings (const pandora::TiXmlHandle xmlHandle)
 
- Protected Member Functions inherited from lar_content::NViewMatchingAlgorithm< T >
MatchingTypeGetMatchingControl ()
 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...
 
- Protected Member Functions inherited from lar_content::MatchingBaseAlgorithm
virtual void ExamineOverlapContainer ()=0
 Examine contents of overlap container, collect together best-matching 2D particles and modify clusters as required. More...
 

Private Attributes

unsigned int m_slidingFitWindow
 The layer window for the sliding linear fits. More...
 
TwoDSlidingFitResultMap m_slidingFitResultMap
 The sliding fit result map. More...
 
unsigned int m_minClusterCaloHits
 The min number of hits in base cluster selection method. More...
 
float m_minClusterLengthSquared
 The min length (squared) in base cluster selection method. More...
 

Additional Inherited Members

- Public Types inherited from lar_content::NViewMatchingAlgorithm< T >
typedef T MatchingType
 
- Protected Attributes inherited from lar_content::NViewMatchingAlgorithm< T >
MatchingType m_matchingControl
 The matching control. More...
 

Detailed Description

template<typename T>
class lar_content::NViewTrackMatchingAlgorithm< T >

NViewTrackMatchingAlgorithm class.

Definition at line 26 of file NViewTrackMatchingAlgorithm.h.

Constructor & Destructor Documentation

Default constructor.

Definition at line 28 of file NViewTrackMatchingAlgorithm.cc.

28  :
32 {
33 }
float m_minClusterLengthSquared
The min length (squared) in base cluster selection method.
unsigned int m_minClusterCaloHits
The min number of hits in base cluster selection method.
unsigned int m_slidingFitWindow
The layer window for the sliding linear fits.

Destructor.

Definition at line 38 of file NViewTrackMatchingAlgorithm.cc.

39 {
40 }

Member Function Documentation

template<typename T>
void lar_content::NViewTrackMatchingAlgorithm< T >::AddToSlidingFitCache ( const pandora::Cluster *const  pCluster)
protected

Add a new sliding fit result, for the specified cluster, to the algorithm cache.

Parameters
pClusteraddress of the relevant cluster

Definition at line 255 of file NViewTrackMatchingAlgorithm.cc.

256 {
257  const float slidingFitPitch(LArGeometryHelper::GetWireZPitch(this->GetPandora()));
258  const TwoDSlidingFitResult slidingFitResult(pCluster, m_slidingFitWindow, slidingFitPitch);
259 
260  if (!m_slidingFitResultMap.insert(TwoDSlidingFitResultMap::value_type(pCluster, slidingFitResult)).second)
261  throw StatusCodeException(STATUS_CODE_FAILURE);
262 }
static float GetWireZPitch(const pandora::Pandora &pandora, const float maxWirePitchDiscrepancy=0.01)
Return the wire pitch.
unsigned int m_slidingFitWindow
The layer window for the sliding linear fits.
TwoDSlidingFitResultMap m_slidingFitResultMap
The sliding fit result map.
template<typename T>
const TwoDSlidingFitResult & lar_content::NViewTrackMatchingAlgorithm< T >::GetCachedSlidingFitResult ( const pandora::Cluster *const  pCluster) const

Get a sliding fit result from the algorithm cache.

Parameters
pClusteraddress of the relevant cluster

Definition at line 45 of file NViewTrackMatchingAlgorithm.cc.

46 {
48 
49  if (m_slidingFitResultMap.end() == iter)
50  throw StatusCodeException(STATUS_CODE_NOT_FOUND);
51 
52  return iter->second;
53 }
intermediate_table::const_iterator const_iterator
TwoDSlidingFitResultMap m_slidingFitResultMap
The sliding fit result map.
template<typename T >
unsigned int lar_content::NViewTrackMatchingAlgorithm< T >::GetSlidingFitWindow ( ) const
inline

Get the layer window for the sliding linear fits.

Returns
the layer window for the sliding linear fits

Definition at line 118 of file NViewTrackMatchingAlgorithm.h.

119 {
120  return m_slidingFitWindow;
121 }
unsigned int m_slidingFitWindow
The layer window for the sliding linear fits.
template<typename T>
bool lar_content::NViewTrackMatchingAlgorithm< T >::MakeClusterSplit ( const pandora::CartesianVector &  splitPosition,
const pandora::Cluster *&  pCurrentCluster,
const pandora::Cluster *&  pLowXCluster,
const pandora::Cluster *&  pHighXCluster 
) const
virtual

Make a cluster split.

Parameters
splitPositionthe split position
pCurrentClusterthe cluster to split
pLowXClusterto receive the low x cluster
pHighXClusterto receive the high x cluster
Returns
whether a cluster split occurred

Definition at line 105 of file NViewTrackMatchingAlgorithm.cc.

107 {
108  CartesianVector lowXEnd(0.f, 0.f, 0.f), highXEnd(0.f, 0.f, 0.f);
109 
110  try
111  {
112  LArPointingCluster pointingCluster(pCurrentCluster);
113  const bool innerIsLowX(pointingCluster.GetInnerVertex().GetPosition().GetX() < pointingCluster.GetOuterVertex().GetPosition().GetX());
114  lowXEnd = (innerIsLowX ? pointingCluster.GetInnerVertex().GetPosition() : pointingCluster.GetOuterVertex().GetPosition());
115  highXEnd = (innerIsLowX ? pointingCluster.GetOuterVertex().GetPosition() : pointingCluster.GetInnerVertex().GetPosition());
116  }
117  catch (const StatusCodeException &)
118  {
119  return false;
120  }
121 
122  const CartesianVector lowXUnitVector((lowXEnd - splitPosition).GetUnitVector());
123  const CartesianVector highXUnitVector((highXEnd - splitPosition).GetUnitVector());
124 
125  CaloHitList caloHitList;
126  pCurrentCluster->GetOrderedCaloHitList().FillCaloHitList(caloHitList);
127 
128  std::string originalListName, fragmentListName;
129  const ClusterList clusterList(1, pCurrentCluster);
130  PANDORA_THROW_RESULT_IF(STATUS_CODE_SUCCESS, !=, PandoraContentApi::InitializeFragmentation(*this, clusterList, originalListName, fragmentListName));
131 
132  pLowXCluster = nullptr;
133  pHighXCluster = nullptr;
134 
135  for (const CaloHit *const pCaloHit : caloHitList)
136  {
137  const CartesianVector unitVector((pCaloHit->GetPositionVector() - splitPosition).GetUnitVector());
138  const float dotProductLowX(unitVector.GetDotProduct(lowXUnitVector));
139  const float dotProductHighX(unitVector.GetDotProduct(highXUnitVector));
140 
141  const Cluster *&pClusterToModify((dotProductLowX > dotProductHighX) ? pLowXCluster : pHighXCluster);
142 
143  if (!pClusterToModify)
144  {
145  PandoraContentApi::Cluster::Parameters parameters;
146  parameters.m_caloHitList.push_back(pCaloHit);
147  PANDORA_THROW_RESULT_IF(STATUS_CODE_SUCCESS, !=, PandoraContentApi::Cluster::Create(*this, parameters, pClusterToModify));
148  }
149  else
150  {
151  PANDORA_THROW_RESULT_IF(STATUS_CODE_SUCCESS, !=, PandoraContentApi::AddToCluster(*this, pClusterToModify, pCaloHit));
152  }
153  }
154 
155  if (!pLowXCluster || !pHighXCluster)
156  {
157  PANDORA_THROW_RESULT_IF(STATUS_CODE_SUCCESS, !=, PandoraContentApi::EndFragmentation(*this, originalListName, fragmentListName));
158  return false;
159  }
160 
161  PANDORA_THROW_RESULT_IF(STATUS_CODE_SUCCESS, !=, PandoraContentApi::EndFragmentation(*this, fragmentListName, originalListName));
162  return true;
163 }
std::string string
Definition: nybbler.cc:12
template<typename T >
bool lar_content::NViewTrackMatchingAlgorithm< T >::MakeClusterSplits ( const SplitPositionMap splitPositionMap)
virtual

Make cluster splits.

Parameters
splitPositionMapthe split position map
Returns
whether changes to the overlap container have been made

Definition at line 58 of file NViewTrackMatchingAlgorithm.cc.

59 {
60  bool changesMade(false);
61 
62  ClusterList splitClusters;
63  for (const auto &mapEntry : splitPositionMap)
64  splitClusters.push_back(mapEntry.first);
65  splitClusters.sort(LArClusterHelper::SortByNHits);
66 
67  for (const Cluster *pCurrentCluster : splitClusters)
68  {
69  CartesianPointVector splitPositions(splitPositionMap.at(pCurrentCluster));
70  std::sort(splitPositions.begin(), splitPositions.end(), NViewTrackMatchingAlgorithm<T>::SortSplitPositions);
71 
72  const HitType hitType(LArClusterHelper::GetClusterHitType(pCurrentCluster));
73  const std::string &clusterListName(this->GetClusterListName(hitType));
74 
75  if (!((TPC_VIEW_U == hitType) || (TPC_VIEW_V == hitType) || (TPC_VIEW_W == hitType)))
76  throw StatusCodeException(STATUS_CODE_FAILURE);
77 
78  PANDORA_THROW_RESULT_IF(STATUS_CODE_SUCCESS, !=, PandoraContentApi::ReplaceCurrentList<Cluster>(*this, clusterListName));
79 
80  for (const CartesianVector &splitPosition : splitPositions)
81  {
82  const Cluster *pLowXCluster(nullptr), *pHighXCluster(nullptr);
83  this->UpdateUponDeletion(pCurrentCluster);
84 
85  if (this->MakeClusterSplit(splitPosition, pCurrentCluster, pLowXCluster, pHighXCluster))
86  {
87  changesMade = true;
88  this->UpdateForNewCluster(pLowXCluster);
89  this->UpdateForNewCluster(pHighXCluster);
90  pCurrentCluster = pHighXCluster;
91  }
92  else
93  {
94  this->UpdateForNewCluster(pCurrentCluster);
95  }
96  }
97  }
98 
99  return changesMade;
100 }
static bool SortSplitPositions(const pandora::CartesianVector &lhs, const pandora::CartesianVector &rhs)
Sort split position cartesian vectors by increasing x coordinate.
static bool SortByNHits(const pandora::Cluster *const pLhs, const pandora::Cluster *const pRhs)
Sort clusters by number of hits, then layer span, then inner layer, then position, then pulse-height.
virtual void UpdateUponDeletion(const pandora::Cluster *const pDeletedCluster)
Update to reflect cluster deletion.
enum cvn::HType HitType
std::string string
Definition: nybbler.cc:12
static pandora::HitType GetClusterHitType(const pandora::Cluster *const pCluster)
Get the hit type associated with a two dimensional cluster.
virtual bool MakeClusterSplit(const pandora::CartesianVector &splitPosition, const pandora::Cluster *&pCurrentCluster, const pandora::Cluster *&pLowXCluster, const pandora::Cluster *&pHighXCluster) const
Make a cluster split.
const std::string & GetClusterListName(const pandora::HitType hitType) const
Get the cluster list name corresponding to a specified hit type.
virtual void UpdateForNewCluster(const pandora::Cluster *const pNewCluster)
Update to reflect addition of a new cluster to the problem space.
template<typename T>
void lar_content::NViewTrackMatchingAlgorithm< T >::PrepareInputClusters ( pandora::ClusterList &  preparedClusterList)
virtual

Perform any preparatory steps required on the input clusters, e.g. caching expensive fit results.

Parameters
preparedClusterListto 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 225 of file NViewTrackMatchingAlgorithm.cc.

226 {
227  for (ClusterList::iterator iter = preparedClusterList.begin(), iterEnd = preparedClusterList.end(); iter != iterEnd;)
228  {
229  try
230  {
231  this->AddToSlidingFitCache(*iter);
232  ++iter;
233  }
234  catch (const StatusCodeException &statusCodeException)
235  {
236  preparedClusterList.erase(iter++);
237 
238  if (STATUS_CODE_FAILURE == statusCodeException.GetStatusCode())
239  throw statusCodeException;
240  }
241  }
242 }
intermediate_table::iterator iterator
void AddToSlidingFitCache(const pandora::Cluster *const pCluster)
Add a new sliding fit result, for the specified cluster, to the algorithm cache.
template<typename T>
StatusCode lar_content::NViewTrackMatchingAlgorithm< T >::ReadSettings ( const pandora::TiXmlHandle  xmlHandle)
protectedvirtual

Reimplemented from lar_content::NViewMatchingAlgorithm< T >.

Reimplemented in lar_content::ThreeViewTrackFragmentsAlgorithm, lar_content::ThreeViewTransverseTracksAlgorithm, lar_content::TwoViewTransverseTracksAlgorithm, and lar_content::ThreeViewLongitudinalTracksAlgorithm.

Definition at line 287 of file NViewTrackMatchingAlgorithm.cc.

288 {
289  PANDORA_RETURN_RESULT_IF_AND_IF(
290  STATUS_CODE_SUCCESS, STATUS_CODE_NOT_FOUND, !=, XmlHelper::ReadValue(xmlHandle, "SlidingFitWindow", m_slidingFitWindow));
291 
292  PANDORA_RETURN_RESULT_IF_AND_IF(
293  STATUS_CODE_SUCCESS, STATUS_CODE_NOT_FOUND, !=, XmlHelper::ReadValue(xmlHandle, "MinClusterCaloHits", m_minClusterCaloHits));
294 
295  float minClusterLength = std::sqrt(m_minClusterLengthSquared);
296  PANDORA_RETURN_RESULT_IF_AND_IF(STATUS_CODE_SUCCESS, STATUS_CODE_NOT_FOUND, !=, XmlHelper::ReadValue(xmlHandle, "MinClusterLength", minClusterLength));
297  m_minClusterLengthSquared = minClusterLength * minClusterLength;
298 
299  return NViewMatchingAlgorithm<T>::ReadSettings(xmlHandle);
300 }
float m_minClusterLengthSquared
The min length (squared) in base cluster selection method.
virtual pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)
unsigned int m_minClusterCaloHits
The min number of hits in base cluster selection method.
unsigned int m_slidingFitWindow
The layer window for the sliding linear fits.
template<typename T>
void lar_content::NViewTrackMatchingAlgorithm< T >::RemoveFromSlidingFitCache ( const pandora::Cluster *const  pCluster)
protected

Remova an existing sliding fit result, for the specified cluster, from the algorithm cache.

Parameters
pClusteraddress of the relevant cluster

Definition at line 267 of file NViewTrackMatchingAlgorithm.cc.

268 {
270 
271  if (m_slidingFitResultMap.end() != iter)
272  m_slidingFitResultMap.erase(iter);
273 }
intermediate_table::iterator iterator
TwoDSlidingFitResultMap m_slidingFitResultMap
The sliding fit result map.
template<typename T>
void lar_content::NViewTrackMatchingAlgorithm< T >::SelectInputClusters ( const pandora::ClusterList *const  pInputClusterList,
pandora::ClusterList &  selectedClusterList 
) const
virtual

Select a subset of input clusters for processing in this algorithm.

Parameters
pInputClusterListaddress of an input cluster list
selectedClusterListto receive the selected cluster list

Reimplemented from lar_content::MatchingBaseAlgorithm.

Definition at line 205 of file NViewTrackMatchingAlgorithm.cc.

206 {
207  for (const Cluster *const pCluster : *pInputClusterList)
208  {
209  if (!pCluster->IsAvailable())
210  continue;
211 
212  if (pCluster->GetNCaloHits() < m_minClusterCaloHits)
213  continue;
214 
216  continue;
217 
218  selectedClusterList.push_back(pCluster);
219  }
220 }
float m_minClusterLengthSquared
The min length (squared) in base cluster selection method.
unsigned int m_minClusterCaloHits
The min number of hits in base cluster selection method.
static float GetLengthSquared(const pandora::Cluster *const pCluster)
Get length squared of cluster.
template<typename T >
void lar_content::NViewTrackMatchingAlgorithm< T >::SetPfoParticleId ( PandoraContentApi::ParticleFlowObject::Parameters &  pfoParameters) const
virtual

Set pfo particle id.

Parameters
pfoParametersthe output pfo parameters

Reimplemented from lar_content::MatchingBaseAlgorithm.

Definition at line 247 of file NViewTrackMatchingAlgorithm.cc.

248 {
249  pfoParameters.m_particleId = MU_MINUS; // Track
250 }
template<typename T >
bool lar_content::NViewTrackMatchingAlgorithm< T >::SortSplitPositions ( const pandora::CartesianVector &  lhs,
const pandora::CartesianVector &  rhs 
)
static

Sort split position cartesian vectors by increasing x coordinate.

Parameters
lhsthe first cartesian vector
rhsthe second cartesian vector

Definition at line 168 of file NViewTrackMatchingAlgorithm.cc.

169 {
170  return (lhs.GetX() < rhs.GetX());
171 }
template<typename T >
void lar_content::NViewTrackMatchingAlgorithm< T >::TidyUp ( )
protectedvirtual

Tidy member variables in derived class.

Reimplemented from lar_content::NViewMatchingAlgorithm< T >.

Definition at line 278 of file NViewTrackMatchingAlgorithm.cc.

279 {
280  m_slidingFitResultMap.clear();
282 }
virtual void TidyUp()
Tidy member variables in derived class.
TwoDSlidingFitResultMap m_slidingFitResultMap
The sliding fit result map.
template<typename T>
void lar_content::NViewTrackMatchingAlgorithm< T >::UpdateForNewCluster ( const pandora::Cluster *const  pNewCluster)
virtual

Update to reflect addition of a new cluster to the problem space.

Parameters
pNewClusteraddress of the new cluster

Reimplemented from lar_content::NViewMatchingAlgorithm< T >.

Reimplemented in lar_content::ThreeViewTrackFragmentsAlgorithm.

Definition at line 176 of file NViewTrackMatchingAlgorithm.cc.

177 {
178  try
179  {
180  this->AddToSlidingFitCache(pNewCluster);
181  }
182  catch (const StatusCodeException &statusCodeException)
183  {
184  if (STATUS_CODE_FAILURE == statusCodeException.GetStatusCode())
185  throw statusCodeException;
186 
187  return;
188  }
189 
191 }
void AddToSlidingFitCache(const pandora::Cluster *const pCluster)
Add a new sliding fit result, for the specified cluster, to the algorithm cache.
void UpdateForNewCluster(const pandora::Cluster *const pNewCluster)
Update to reflect addition of a new cluster to the problem space.
template<typename T>
void lar_content::NViewTrackMatchingAlgorithm< T >::UpdateUponDeletion ( const pandora::Cluster *const  pDeletedCluster)
virtual

Update to reflect cluster deletion.

Parameters
pDeletedClusteraddress of the deleted cluster

Reimplemented from lar_content::NViewMatchingAlgorithm< T >.

Definition at line 196 of file NViewTrackMatchingAlgorithm.cc.

197 {
198  this->RemoveFromSlidingFitCache(pDeletedCluster);
200 }
void UpdateUponDeletion(const pandora::Cluster *const pDeletedCluster)
Update to reflect cluster deletion.
void RemoveFromSlidingFitCache(const pandora::Cluster *const pCluster)
Remova an existing sliding fit result, for the specified cluster, from the algorithm cache...

Member Data Documentation

template<typename T>
unsigned int lar_content::NViewTrackMatchingAlgorithm< T >::m_minClusterCaloHits
private

The min number of hits in base cluster selection method.

Definition at line 111 of file NViewTrackMatchingAlgorithm.h.

template<typename T>
float lar_content::NViewTrackMatchingAlgorithm< T >::m_minClusterLengthSquared
private

The min length (squared) in base cluster selection method.

Definition at line 112 of file NViewTrackMatchingAlgorithm.h.

template<typename T>
TwoDSlidingFitResultMap lar_content::NViewTrackMatchingAlgorithm< T >::m_slidingFitResultMap
private

The sliding fit result map.

Definition at line 109 of file NViewTrackMatchingAlgorithm.h.

template<typename T>
unsigned int lar_content::NViewTrackMatchingAlgorithm< T >::m_slidingFitWindow
private

The layer window for the sliding linear fits.

Definition at line 108 of file NViewTrackMatchingAlgorithm.h.


The documentation for this class was generated from the following files: