Belle II Software  release-08-01-10
NDFinderTrack Class Reference

Store track parameters of found tracks. More...

#include <NDFinder.h>

Collaboration diagram for NDFinderTrack:

Public Member Functions

 NDFinderTrack (std::vector< double > values, const SimpleCluster &cluster)
 
virtual ~NDFinderTrack ()
 Default destructor.
 
double getOmega ()
 
double getPhi0 ()
 
double getCot ()
 
double get_nRelHits ()
 
std::vector< unsigned short > get_relHits ()
 
std::vector< unsigned short > get_relHitsWeights ()
 
void reset ()
 

Private Attributes

double m_omega
 2D track curvature
 
double m_phi
 2D azimuthal angle
 
double m_cotTheta
 3D polar angle
 
std::vector< unsigned short > m_relHits
 vector of the indices of the related hits in the list of CDC hits (StoreArray<CDCHits>)
 
std::vector< double > m_hitWeights
 vector of the weights for each related hit.
 
SimpleCluster m_cluster
 

Detailed Description

Store track parameters of found tracks.

Definition at line 28 of file NDFinder.h.


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