|
BmnRoot
|
#include <CbmStsHit.h>
Public Member Functions | |
| CbmStsHit () | |
| CbmStsHit (Int_t detId, TVector3 &pos, TVector3 &dPos, Double_t covXY, Int_t iDigiF, Int_t iDigiB) | |
| CbmStsHit (Int_t detId, TVector3 &pos, TVector3 &dPos, Double_t covXY, Int_t iDigiF, Int_t iDigiB, Int_t iPosSX, Int_t iPosSY, Int_t iLayer) | |
| CbmStsHit (Int_t detId, TVector3 &pos, TVector3 &dPos, Double_t dxy, Int_t iDigiF, Int_t iDigiB, Double_t dSignalDiv) | |
| virtual | ~CbmStsHit () |
| Int_t | GetSystemId () const |
| virtual Int_t | GetStationNr () const |
| Int_t | GetSectorNr () const |
| Int_t | GetSensorNr () const |
| Int_t | GetDigi (Int_t iSide) const |
| Double_t | GetSignalDiv () const |
| Int_t | GetPosSensorX () const |
| Int_t | GetPosSensorY () const |
| Double_t | GetStrip (int side) const |
| void | SetStatLayer (Int_t it) |
| Int_t | GetStatLayer () const |
| void | AddIndex (int index) |
| void | SetSignalDiv (Double_t sigDiv) |
| void | SetStrips (Double_t s1, Double_t s2) |
| virtual void | Print (Option_t *opt) const |
| CbmStsHit () | |
| CbmStsHit (Int_t detId, TVector3 &pos, TVector3 &dPos, Double_t covXY, Int_t iDigiF, Int_t iDigiB) | |
| CbmStsHit (Int_t detId, TVector3 &pos, TVector3 &dPos, Double_t covXY, Int_t iDigiF, Int_t iDigiB, Int_t iPosSX, Int_t iPosSY, Int_t iLayer) | |
| CbmStsHit (Int_t detId, TVector3 &pos, TVector3 &dPos, Double_t dxy, Int_t iDigiF, Int_t iDigiB, Double_t dSignalDiv) | |
| virtual | ~CbmStsHit () |
| Int_t | GetSystemId () const |
| virtual Int_t | GetStationNr () const |
| Int_t | GetSectorNr () const |
| Int_t | GetSensorNr () const |
| Int_t | GetDigi (Int_t iSide) const |
| Double_t | GetSignalDiv () const |
| Int_t | GetPosSensorX () const |
| Int_t | GetPosSensorY () const |
| Double_t | GetStrip (int side) const |
| void | SetStatLayer (Int_t it) |
| Int_t | GetStatLayer () const |
| void | AddIndex (int index) |
| void | SetSignalDiv (Double_t sigDiv) |
| void | SetStrips (Double_t s1, Double_t s2) |
| virtual void | Print (Option_t *opt) const |
Public Member Functions inherited from CbmHit | |
| CbmHit () | |
| CbmHit (Int_t detID, TVector3 &pos, TVector3 &dpos, Double_t covXY, Int_t index) | |
| virtual | ~CbmHit () |
| Double_t | GetCovXY () const |
| 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 void | Print (const Option_t *opt=0) const |
Public Attributes | |
| Int_t | fDigiF |
| Int_t | fDigiB |
Additional Inherited Members | |
Protected Member Functions inherited from CbmHit | |
| ClassDef (CbmHit, 1) | |
| ClassDef (CbmHit, 1) | |
Protected Attributes inherited from CbmHit | |
| Double32_t | fCovXY |
Definition at line 30 of file CbmStsHit.h.
| CbmStsHit::CbmStsHit | ( | ) |
Default constructor (not for use)
Definition at line 15 of file CbmStsHit.cxx.
| CbmStsHit::CbmStsHit | ( | Int_t | detId, |
| TVector3 & | pos, | ||
| TVector3 & | dPos, | ||
| Double_t | covXY, | ||
| Int_t | iDigiF, | ||
| Int_t | iDigiB | ||
| ) |
Standard constructor
| detId | Unique detector ID |
| pos | Position in global c.s. [cm] |
| dPos | Errors of position in global c.s. [cm] |
| covXY | Covariance of x and y [cm*2] |
| iDigiF | Digi index front side |
| iDigiB | Digi index back side |
Definition at line 32 of file CbmStsHit.cxx.
References AddIndex().
| CbmStsHit::CbmStsHit | ( | Int_t | detId, |
| TVector3 & | pos, | ||
| TVector3 & | dPos, | ||
| Double_t | covXY, | ||
| Int_t | iDigiF, | ||
| Int_t | iDigiB, | ||
| Int_t | iPosSX, | ||
| Int_t | iPosSY, | ||
| Int_t | iLayer | ||
| ) |
Definition at line 51 of file CbmStsHit.cxx.
References AddIndex().
| CbmStsHit::CbmStsHit | ( | Int_t | detId, |
| TVector3 & | pos, | ||
| TVector3 & | dPos, | ||
| Double_t | dxy, | ||
| Int_t | iDigiF, | ||
| Int_t | iDigiB, | ||
| Double_t | dSignalDiv | ||
| ) |
Definition at line 80 of file CbmStsHit.cxx.
References AddIndex().
|
virtual |
Destructor
Definition at line 110 of file CbmStsHit.cxx.
| CbmStsHit::CbmStsHit | ( | ) |
Default constructor (not for use)
| CbmStsHit::CbmStsHit | ( | Int_t | detId, |
| TVector3 & | pos, | ||
| TVector3 & | dPos, | ||
| Double_t | covXY, | ||
| Int_t | iDigiF, | ||
| Int_t | iDigiB | ||
| ) |
Standard constructor
| detId | Unique detector ID |
| pos | Position in global c.s. [cm] |
| dPos | Errors of position in global c.s. [cm] |
| covXY | Covariance of x and y [cm*2] |
| iDigiF | Digi index front side |
| iDigiB | Digi index back side |
| CbmStsHit::CbmStsHit | ( | Int_t | detId, |
| TVector3 & | pos, | ||
| TVector3 & | dPos, | ||
| Double_t | covXY, | ||
| Int_t | iDigiF, | ||
| Int_t | iDigiB, | ||
| Int_t | iPosSX, | ||
| Int_t | iPosSY, | ||
| Int_t | iLayer | ||
| ) |
| CbmStsHit::CbmStsHit | ( | Int_t | detId, |
| TVector3 & | pos, | ||
| TVector3 & | dPos, | ||
| Double_t | dxy, | ||
| Int_t | iDigiF, | ||
| Int_t | iDigiB, | ||
| Double_t | dSignalDiv | ||
| ) |
|
virtual |
Destructor
| void CbmStsHit::AddIndex | ( | int | index | ) |
Definition at line 135 of file CbmStsHit.cxx.
References kStsCluster.
Referenced by CbmStsHit(), CbmStsHit(), and CbmStsHit().
| void CbmStsHit::AddIndex | ( | int | index | ) |
| Int_t CbmStsHit::GetDigi | ( | Int_t | iSide | ) | const |
Definition at line 116 of file CbmStsHit.cxx.
References fDigiB, and fDigiF.
Referenced by CbmStsIdealMatchHits::Exec(), CbmStsMatchHits::Exec(), CbmStsRealMatchHits::Exec(), BmnStsVectorFinder::Exec(), BmnStsVectorFinderV9::Exec(), CbmStsFitPerformanceTask::Exec(), and BmnTrackConv::ProcessDST().
| Int_t CbmStsHit::GetDigi | ( | Int_t | iSide | ) | const |
|
inline |
Definition at line 76 of file CbmStsHit.h.
|
inline |
Definition at line 76 of file CbmStsHit.h.
|
inline |
Definition at line 77 of file CbmStsHit.h.
|
inline |
Definition at line 77 of file CbmStsHit.h.
|
inline |
Definition at line 68 of file CbmStsHit.h.
Referenced by BmnToCbmHitConverter::ApplyAlignment(), BmnToCbmHitConverter::CorrectHitMC(), BmnKFStsHit::Create(), BmnAlignerApply::Exec(), CbmStsFindHitsQa::Exec(), CbmStsIdealMatchHits::Exec(), CbmStsMatchHits::Exec(), CbmStsRealMatchHits::Exec(), CbmStsReconstructionQa::Exec(), Print(), and BmnTrackConv::ProcessDST().
|
inline |
Definition at line 68 of file CbmStsHit.h.
|
inline |
Definition at line 70 of file CbmStsHit.h.
Referenced by BmnKFStsHit::Create(), and CbmStsFindHitsQa::Exec().
|
inline |
Definition at line 70 of file CbmStsHit.h.
|
inline |
Definition at line 74 of file CbmStsHit.h.
|
inline |
Definition at line 74 of file CbmStsHit.h.
|
inlinevirtual |
Implements CbmHit.
Definition at line 66 of file CbmStsHit.h.
Referenced by BmnToCbmHitConverter::ApplyAlignment(), CbmL1PFFitter::CalculateFieldRegion(), CbmL1PFFitter::CalculateFieldRegion(), BmnToCbmHitConverter::CorrectEffic(), BmnToCbmHitConverter::CorrectHitMC(), BmnKFStsHit::Create(), CbmKFStsHit::Create(), BmnAlignerApply::Exec(), CbmStsFindHitsQa::Exec(), CbmStsIdealMatchHits::Exec(), CbmStsMatchHits::Exec(), CbmStsMatchTracks::Exec(), CbmStsRealMatchHits::Exec(), CbmStsReconstructionQa::Exec(), BmnStsVectorFinder::Exec(), BmnStsVectorFinderV9::Exec(), CbmStsFitPerformanceTask::Exec(), CbmStsMatchHits::ExecReal(), CbmStsRealMatchHits::ExecReal(), CbmL1PFFitter::Fit(), CbmL1PFFitter::Fit(), CbmL1PFFitter::GetChiToVertex(), CbmKFTrErrMCPoints::GetNConsHitStations(), CbmKFTrErrMCPoints::GetNHitStations(), Print(), and BmnTrackConv::ProcessDST().
|
inlinevirtual |
Implements CbmHit.
Definition at line 66 of file CbmStsHit.h.
|
inline |
Definition at line 81 of file CbmStsHit.h.
|
inline |
Definition at line 81 of file CbmStsHit.h.
|
inline |
Definition at line 78 of file CbmStsHit.h.
|
inline |
Definition at line 78 of file CbmStsHit.h.
|
inline |
Accessors
Definition at line 64 of file CbmStsHit.h.
Referenced by BmnToCbmHitConverter::ApplyAlignment(), BmnToCbmHitConverter::CorrectHitMC(), BmnAlignerApply::Exec(), BmnStsMatchTracks::Exec(), and BmnAligner< HitType >::PrepareData().
|
inline |
Accessors
Definition at line 64 of file CbmStsHit.h.
|
virtual |
Screen output
Definition at line 126 of file CbmStsHit.cxx.
References fDigiB, fDigiF, GetSectorNr(), and GetStationNr().
|
virtual |
Screen output
|
inline |
Definition at line 86 of file CbmStsHit.h.
Referenced by BmnToCbmHitConverter::AddVspHits(), and BmnToCbmHitConverter::Exec().
|
inline |
Definition at line 86 of file CbmStsHit.h.
|
inline |
Definition at line 80 of file CbmStsHit.h.
|
inline |
Definition at line 80 of file CbmStsHit.h.
|
inline |
Definition at line 87 of file CbmStsHit.h.
Referenced by BmnToCbmHitConverter::AddVspHits(), and BmnToCbmHitConverter::Exec().
|
inline |
Definition at line 87 of file CbmStsHit.h.
| Int_t CbmStsHit::fDigiB |
Definition at line 93 of file CbmStsHit.h.
Referenced by BmnToCbmHitConverter::AddVspHits(), BmnToCbmHitConverter::Exec(), GetDigi(), and Print().
| Int_t CbmStsHit::fDigiF |
Definition at line 92 of file CbmStsHit.h.
Referenced by BmnToCbmHitConverter::AddVspHits(), BmnToCbmHitConverter::Exec(), GetDigi(), and Print().