CbmRoot
Loading...
Searching...
No Matches
lit::parallel::LitTrack< T > Class Template Reference

Base track data class. More...

#include <LitTrack.h>

Inheritance diagram for lit::parallel::LitTrack< T >:
[legend]

Public Member Functions

 LitTrack ()
 Constructor.
 
virtual ~LitTrack ()
 Destructor.
 
void AddHit (LitPixelHit< T > *hit)
 Adds hit to track.
 
unsigned short GetNofHits () const
 Return number of hits in track.
 
string ToString () const
 Returns string representation of the class.
 

Public Attributes

LitTrackParam< T > paramLast
 
vector< LitPixelHit< T > * > hits
 
fscal chiSq
 

Friends

ostream & operator<< (ostream &strm, const LitTrack &track)
 Operator << for convenient output to ostream.
 

Detailed Description

template<class T>
class lit::parallel::LitTrack< T >

Base track data class.

Author
Andrey Lebedev andre.nosp@m.y.le.nosp@m.bedev.nosp@m.@gsi.nosp@m..de
Date
2009

Definition at line 37 of file LitTrack.h.

Constructor & Destructor Documentation

◆ LitTrack()

template<class T>
lit::parallel::LitTrack< T >::LitTrack ( )
inline

Constructor.

Definition at line 42 of file LitTrack.h.

◆ ~LitTrack()

template<class T>
virtual lit::parallel::LitTrack< T >::~LitTrack ( )
inlinevirtual

Destructor.

Definition at line 47 of file LitTrack.h.

Member Function Documentation

◆ AddHit()

template<class T>
void lit::parallel::LitTrack< T >::AddHit ( LitPixelHit< T > * hit)
inline

Adds hit to track.

Parameters
[in]hitPointer to hit to be added.

Definition at line 53 of file LitTrack.h.

◆ GetNofHits()

template<class T>
unsigned short lit::parallel::LitTrack< T >::GetNofHits ( ) const
inline

Return number of hits in track.

Returns
Number of hits in track.

Definition at line 59 of file LitTrack.h.

Referenced by lit::parallel::PackTrack(), and lit::parallel::LitTrack< fvec >::ToString().

◆ ToString()

template<class T>
string lit::parallel::LitTrack< T >::ToString ( ) const
inline

Returns string representation of the class.

Returns
String representation of the class.

Definition at line 65 of file LitTrack.h.

Referenced by lit::parallel::LitTrack< fvec >::operator<<.

Friends And Related Symbol Documentation

◆ operator<<

template<class T>
ostream & operator<< ( ostream & strm,
const LitTrack< T > & track )
friend

Operator << for convenient output to ostream.

Returns
Insertion stream in order to be able to call a succession of insertion operations.

Definition at line 77 of file LitTrack.h.

Member Data Documentation

◆ chiSq

template<class T>
fscal lit::parallel::LitTrack< T >::chiSq

Definition at line 86 of file LitTrack.h.

◆ hits

template<class T>
vector<LitPixelHit<T>*> lit::parallel::LitTrack< T >::hits

Definition at line 85 of file LitTrack.h.

Referenced by lit::parallel::LitTrackFitterMuon(), and lit::parallel::PackTrack().

◆ paramLast

template<class T>
LitTrackParam<T> lit::parallel::LitTrack< T >::paramLast

Definition at line 84 of file LitTrack.h.

Referenced by lit::parallel::LitTrackFitterMuon(), and lit::parallel::PackTrack().


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