#include <CbmHit.h>
|
| | CbmHit () |
| |
| | CbmHit (Int_t detID, TVector3 &pos, TVector3 &dpos, Double_t covXY, Int_t index) |
| |
| virtual | ~CbmHit () |
| |
| Double_t | GetCovXY () const |
| |
| virtual Int_t | GetStationNr () const =0 |
| |
| virtual void | Print (const Option_t *opt=0) const |
| |
| | CbmHit () |
| |
| | CbmHit (Int_t detID, TVector3 &pos, TVector3 &dpos, Double_t covXY, Int_t index) |
| |
| virtual | ~CbmHit () |
| |
| Double_t | GetCovXY () const |
| |
| virtual Int_t | GetStationNr () const =0 |
| |
| virtual void | Print (const Option_t *opt=0) const |
| |
Abstract base class for hits used for tracking in CBM. Derives from FairHit. Additional member is the covariance of x and y. Derived classes have to implement the pure virtual method GetStationNr()
- Author
- V.Friese v.fri.nosp@m.ese@.nosp@m.gsi.d.nosp@m.e
- Since
- 16/11/07
Definition at line 23 of file CbmHit.h.
◆ CbmHit() [1/4]
Default constructor
Definition at line 14 of file CbmHit.cxx.
◆ CbmHit() [2/4]
| CbmHit::CbmHit |
( |
Int_t |
detID, |
|
|
TVector3 & |
pos, |
|
|
TVector3 & |
dpos, |
|
|
Double_t |
covXY, |
|
|
Int_t |
index |
|
) |
| |
Constructor with hit parameters
- Parameters
-
| detId | Unique detector identifier |
| pos | Position vector [cm] |
| dpos | Error of position vector [cm] |
| covXY | Covariance of x and y [cm**2] |
| index | Reference index |
Definition at line 24 of file CbmHit.cxx.
◆ ~CbmHit() [1/2]
◆ CbmHit() [3/4]
◆ CbmHit() [4/4]
| CbmHit::CbmHit |
( |
Int_t |
detID, |
|
|
TVector3 & |
pos, |
|
|
TVector3 & |
dpos, |
|
|
Double_t |
covXY, |
|
|
Int_t |
index |
|
) |
| |
Constructor with hit parameters
- Parameters
-
| detId | Unique detector identifier |
| pos | Position vector [cm] |
| dpos | Error of position vector [cm] |
| covXY | Covariance of x and y [cm**2] |
| index | Reference index |
◆ ~CbmHit() [2/2]
| virtual CbmHit::~CbmHit |
( |
| ) |
|
|
virtual |
◆ ClassDef() [1/2]
| CbmHit::ClassDef |
( |
CbmHit |
, |
|
|
1 |
|
|
) |
| |
|
protected |
◆ ClassDef() [2/2]
| CbmHit::ClassDef |
( |
CbmHit |
, |
|
|
1 |
|
|
) |
| |
|
protected |
◆ GetCovXY() [1/2]
| Double_t CbmHit::GetCovXY |
( |
| ) |
const |
|
inline |
◆ GetCovXY() [2/2]
| Double_t CbmHit::GetCovXY |
( |
| ) |
const |
|
inline |
◆ GetStationNr() [1/2]
| virtual Int_t CbmHit::GetStationNr |
( |
| ) |
const |
|
pure virtual |
◆ GetStationNr() [2/2]
| virtual Int_t CbmHit::GetStationNr |
( |
| ) |
const |
|
pure virtual |
◆ Print() [1/2]
| void CbmHit::Print |
( |
const Option_t * |
opt = 0 | ) |
const |
|
virtual |
◆ Print() [2/2]
| virtual void CbmHit::Print |
( |
const Option_t * |
opt = 0 | ) |
const |
|
virtual |
◆ fCovXY
| Double32_t CbmHit::fCovXY |
|
protected |
The documentation for this class was generated from the following files: