#include <CbmStripHit.h>
|
| | CbmStripHit () |
| | Default constructor.
|
| |
| | CbmStripHit (Int_t address, Double_t u, Double_t phi, Double_t z, Double_t du, Double_t dphi, Double_t dz, Int_t refId) |
| | Standard constructor.
|
| |
| | CbmStripHit (Int_t address, const TVector3 &pos, const TVector3 &err, Int_t refId) |
| | Standard constructor.
|
| |
| virtual | ~CbmStripHit () |
| | Destructor.
|
| |
| virtual string | ToString () const |
| | Inherited from CbmBaseHit.
|
| |
| Double_t | GetU () const |
| |
| Double_t | GetPhi () const |
| |
| Double_t | GetDu () const |
| |
| Double_t | GetDphi () const |
| |
| void | SetU (Double_t u) |
| |
| void | SetPhi (Double_t phi) |
| |
| void | SetDu (Double_t du) |
| |
| void | SetDphi (Double_t dphi) |
| |
| | CbmStripHit () |
| | Default constructor.
|
| |
| | CbmStripHit (Int_t address, Double_t u, Double_t phi, Double_t z, Double_t du, Double_t dphi, Double_t dz, Int_t refId) |
| | Standard constructor.
|
| |
| | CbmStripHit (Int_t address, const TVector3 &pos, const TVector3 &err, Int_t refId) |
| | Standard constructor.
|
| |
| virtual | ~CbmStripHit () |
| | Destructor.
|
| |
| virtual string | ToString () const |
| | Inherited from CbmBaseHit.
|
| |
| Double_t | GetU () const |
| |
| Double_t | GetPhi () const |
| |
| Double_t | GetDu () const |
| |
| Double_t | GetDphi () const |
| |
| void | SetU (Double_t u) |
| |
| void | SetPhi (Double_t phi) |
| |
| void | SetDu (Double_t du) |
| |
| void | SetDphi (Double_t dphi) |
| |
| | CbmBaseHit () |
| | Default constructor.
|
| |
| virtual | ~CbmBaseHit () |
| | Destructor.
|
| |
| HitType_o | GetType () const |
| |
| Double_t | GetZ () const |
| |
| Double_t | GetDz () const |
| |
| Int_t | GetRefId () const |
| |
| Int_t | GetAddress () const |
| |
| FairMultiLinkedData * | GetLinks () const |
| |
| void | SetZ (Double_t z) |
| |
| void | SetDz (Double_t dz) |
| |
| void | SetRefId (Int_t refId) |
| |
| void | SetAddress (Int_t address) |
| |
| void | SetLinks (FairMultiLinkedData *links) |
| |
| virtual Int_t | GetPlaneId () const =0 |
| |
| | CbmBaseHit () |
| | Default constructor.
|
| |
| virtual | ~CbmBaseHit () |
| | Destructor.
|
| |
| HitType_o | GetType () const |
| |
| Double_t | GetZ () const |
| |
| Double_t | GetDz () const |
| |
| Int_t | GetRefId () const |
| |
| Int_t | GetAddress () const |
| |
| FairMultiLinkedData * | GetLinks () const |
| |
| void | SetZ (Double_t z) |
| |
| void | SetDz (Double_t dz) |
| |
| void | SetRefId (Int_t refId) |
| |
| void | SetAddress (Int_t address) |
| |
| void | SetLinks (FairMultiLinkedData *links) |
| |
| virtual Int_t | GetPlaneId () const =0 |
| |
Definition at line 17 of file CbmStripHit.h.
◆ CbmStripHit() [1/6]
| CbmStripHit::CbmStripHit |
( |
| ) |
|
◆ CbmStripHit() [2/6]
| CbmStripHit::CbmStripHit |
( |
Int_t |
address, |
|
|
Double_t |
u, |
|
|
Double_t |
phi, |
|
|
Double_t |
z, |
|
|
Double_t |
du, |
|
|
Double_t |
dphi, |
|
|
Double_t |
dz, |
|
|
Int_t |
refId |
|
) |
| |
◆ CbmStripHit() [3/6]
| CbmStripHit::CbmStripHit |
( |
Int_t |
address, |
|
|
const TVector3 & |
pos, |
|
|
const TVector3 & |
err, |
|
|
Int_t |
refId |
|
) |
| |
◆ ~CbmStripHit() [1/2]
| CbmStripHit::~CbmStripHit |
( |
| ) |
|
|
virtual |
◆ CbmStripHit() [4/6]
| CbmStripHit::CbmStripHit |
( |
| ) |
|
◆ CbmStripHit() [5/6]
| CbmStripHit::CbmStripHit |
( |
Int_t |
address, |
|
|
Double_t |
u, |
|
|
Double_t |
phi, |
|
|
Double_t |
z, |
|
|
Double_t |
du, |
|
|
Double_t |
dphi, |
|
|
Double_t |
dz, |
|
|
Int_t |
refId |
|
) |
| |
Standard constructor.
- Parameters
-
| address | detector unique identifier |
| u | coordinate in the rotated c.s. [cm] |
| phi | strip rotation angle [rad] |
| z | Z position of the hit [cm] |
| du | U measurement error [cm] |
| dphi | PHI measurement error [rad] |
| z | Z position of the hit [cm] |
| refId | some reference ID |
◆ CbmStripHit() [6/6]
| CbmStripHit::CbmStripHit |
( |
Int_t |
address, |
|
|
const TVector3 & |
pos, |
|
|
const TVector3 & |
err, |
|
|
Int_t |
refId |
|
) |
| |
Standard constructor.
- Parameters
-
| address | Detector unique identifier. |
| pos | Position of the hit as TVector3 (u, phi, z) [cm]. |
| err | Position errors of the hit as TVector3 (du, dphi, dz) [cm]. |
| refId | Some reference ID. |
◆ ~CbmStripHit() [2/2]
| virtual CbmStripHit::~CbmStripHit |
( |
| ) |
|
|
virtual |
◆ GetDphi() [1/2]
| Double_t CbmStripHit::GetDphi |
( |
| ) |
const |
|
inline |
◆ GetDphi() [2/2]
| Double_t CbmStripHit::GetDphi |
( |
| ) |
const |
|
inline |
◆ GetDu() [1/2]
| Double_t CbmStripHit::GetDu |
( |
| ) |
const |
|
inline |
◆ GetDu() [2/2]
| Double_t CbmStripHit::GetDu |
( |
| ) |
const |
|
inline |
◆ GetPhi() [1/2]
| Double_t CbmStripHit::GetPhi |
( |
| ) |
const |
|
inline |
◆ GetPhi() [2/2]
| Double_t CbmStripHit::GetPhi |
( |
| ) |
const |
|
inline |
◆ GetU() [1/2]
| Double_t CbmStripHit::GetU |
( |
| ) |
const |
|
inline |
◆ GetU() [2/2]
| Double_t CbmStripHit::GetU |
( |
| ) |
const |
|
inline |
◆ SetDphi() [1/2]
| void CbmStripHit::SetDphi |
( |
Double_t |
dphi | ) |
|
|
inline |
◆ SetDphi() [2/2]
| void CbmStripHit::SetDphi |
( |
Double_t |
dphi | ) |
|
|
inline |
◆ SetDu() [1/2]
| void CbmStripHit::SetDu |
( |
Double_t |
du | ) |
|
|
inline |
◆ SetDu() [2/2]
| void CbmStripHit::SetDu |
( |
Double_t |
du | ) |
|
|
inline |
◆ SetPhi() [1/2]
| void CbmStripHit::SetPhi |
( |
Double_t |
phi | ) |
|
|
inline |
◆ SetPhi() [2/2]
| void CbmStripHit::SetPhi |
( |
Double_t |
phi | ) |
|
|
inline |
◆ SetU() [1/2]
| void CbmStripHit::SetU |
( |
Double_t |
u | ) |
|
|
inline |
◆ SetU() [2/2]
| void CbmStripHit::SetU |
( |
Double_t |
u | ) |
|
|
inline |
◆ ToString() [1/2]
| string CbmStripHit::ToString |
( |
| ) |
const |
|
virtual |
◆ ToString() [2/2]
| virtual string CbmStripHit::ToString |
( |
| ) |
const |
|
virtual |
The documentation for this class was generated from the following files: