CbmRoot
LitScalStripHit Class Reference

Base class for scalar strip hits. More...

#include <LitScalStripHit.h>

Public Member Functions

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

Public Attributes

fscal phiCos
 
fscal phiSin
 
fscal U
 
fscal Du
 
unsigned char stationId
 
unsigned short refId
 
fscal Z
 

Friends

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

Detailed Description

Base class for scalar strip hits.

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

Contains more information in comparison with LitStripHit. Used for input scalar strip hit data to tracking.

Definition at line 26 of file LitScalStripHit.h.

Constructor & Destructor Documentation

◆ LitScalStripHit()

LitScalStripHit::LitScalStripHit ( )
inline

Constructor.

Definition at line 31 of file LitScalStripHit.h.

◆ ~LitScalStripHit()

virtual LitScalStripHit::~LitScalStripHit ( )
inlinevirtual

Destructor.

Definition at line 37 of file LitScalStripHit.h.

Member Function Documentation

◆ ToString()

string LitScalStripHit::ToString ( ) const
inline

Returns string representation of the class.

Returns
String representation of the class.

Definition at line 43 of file LitScalStripHit.h.

References Du, phiCos, phiSin, refId, stationId, U, and Z.

Friends And Related Function Documentation

◆ operator<<

ostream& operator<< ( ostream &  strm,
const LitScalStripHit 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 55 of file LitScalStripHit.h.

Member Data Documentation

◆ Du

fscal LitScalStripHit::Du

Definition at line 64 of file LitScalStripHit.h.

Referenced by ToString().

◆ phiCos

fscal LitScalStripHit::phiCos

Definition at line 61 of file LitScalStripHit.h.

Referenced by ToString().

◆ phiSin

fscal LitScalStripHit::phiSin

Definition at line 62 of file LitScalStripHit.h.

Referenced by ToString().

◆ refId

unsigned short LitScalStripHit::refId

Definition at line 66 of file LitScalStripHit.h.

Referenced by ToString().

◆ stationId

unsigned char LitScalStripHit::stationId

Definition at line 65 of file LitScalStripHit.h.

Referenced by ToString().

◆ U

fscal LitScalStripHit::U

Definition at line 63 of file LitScalStripHit.h.

Referenced by ToString().

◆ Z

fscal LitScalStripHit::Z

Definition at line 67 of file LitScalStripHit.h.

Referenced by ToString().


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