CbmRoot
lit::parallel::LitPixelHit< T > Class Template Reference

Base class for pixel hits. More...

#include <LitPixelHit.h>

Public Member Functions

 LitPixelHit ()
 Constructor. More...
 
virtual ~LitPixelHit ()
 
string ToString () const
 Returns string representation of the class. More...
 

Public Attributes

X
 
Y
 
Z
 
Dx
 
Dy
 
Dxy
 

Friends

ostream & operator<< (ostream &strm, const LitPixelHit &hit)
 Operator << for convenient output to ostream. More...
 

Detailed Description

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

Base class for pixel hits.

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

Each hit contains X, Y, Z position measurements and corresponding errors and covariance between X and Y.

Definition at line 29 of file LitPixelHit.h.

Constructor & Destructor Documentation

◆ LitPixelHit()

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

Constructor.

Definition at line 34 of file LitPixelHit.h.

◆ ~LitPixelHit()

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

Destructor.

Definition at line 39 of file LitPixelHit.h.

Member Function Documentation

◆ ToString()

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

Friends And Related Function Documentation

◆ operator<<

template<class T >
ostream& operator<< ( ostream &  strm,
const LitPixelHit< T > &  hit 
)
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 56 of file LitPixelHit.h.

Member Data Documentation

◆ Dx

◆ Dxy

◆ Dy

◆ X

◆ Y

◆ Z

template<class T >
T lit::parallel::LitPixelHit< T >::Z

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