|
BmnRoot
|
#include <CbmStsPoint.h>
Public Member Functions | |
| CbmStsPoint () | |
| CbmStsPoint (Int_t trackID, Int_t detID, TVector3 posIn, TVector3 posOut, TVector3 momIn, TVector3 momOut, Double_t tof, Double_t length, Double_t eLoss, Int_t eventId=0) | |
| CbmStsPoint (const CbmStsPoint &point, Int_t eventId=-1, Double_t eventTime=0., Double_t epochTime=0.) | |
| virtual | ~CbmStsPoint () |
| Double_t | GetXIn () const |
| Double_t | GetYIn () const |
| Double_t | GetZIn () const |
| Double_t | GetXOut () const |
| Double_t | GetYOut () const |
| Double_t | GetZOut () const |
| Double_t | GetPxOut () const |
| Double_t | GetPyOut () const |
| Double_t | GetPzOut () const |
| void | PositionIn (TVector3 &pos) |
| void | PositionOut (TVector3 &pos) |
| void | MomentumOut (TVector3 &mom) |
| Int_t | GetStation () const |
| Int_t | GetModule () const |
| Double_t | GetX (Double_t z) const |
| Double_t | GetY (Double_t z) const |
| Bool_t | IsUsable () const |
| void | SetPositionOut (TVector3 pos) |
| void | SetMomentumOut (TVector3 mom) |
| virtual void | SetTrackID (Int_t id) |
| void | SetStation (Int_t station) |
| void | SetModule (Int_t module) |
| virtual void | Print (const Option_t *opt="") const |
| void | Info () const |
| CbmStsPoint () | |
| CbmStsPoint (Int_t trackID, Int_t detID, TVector3 posIn, TVector3 posOut, TVector3 momIn, TVector3 momOut, Double_t tof, Double_t length, Double_t eLoss, Int_t eventId=0) | |
| CbmStsPoint (const CbmStsPoint &point, Int_t eventId=-1, Double_t eventTime=0., Double_t epochTime=0.) | |
| virtual | ~CbmStsPoint () |
| Double_t | GetXIn () const |
| Double_t | GetYIn () const |
| Double_t | GetZIn () const |
| Double_t | GetXOut () const |
| Double_t | GetYOut () const |
| Double_t | GetZOut () const |
| Double_t | GetPxOut () const |
| Double_t | GetPyOut () const |
| Double_t | GetPzOut () const |
| void | PositionIn (TVector3 &pos) |
| void | PositionOut (TVector3 &pos) |
| void | MomentumOut (TVector3 &mom) |
| Int_t | GetStation () const |
| Int_t | GetModule () const |
| Double_t | GetX (Double_t z) const |
| Double_t | GetY (Double_t z) const |
| Bool_t | IsUsable () const |
| void | SetPositionOut (TVector3 pos) |
| void | SetMomentumOut (TVector3 mom) |
| virtual void | SetTrackID (Int_t id) |
| void | SetStation (Int_t station) |
| void | SetModule (Int_t module) |
| virtual void | Print (const Option_t *opt="") const |
| void | Info () const |
Protected Attributes | |
| Double32_t | fX_out |
| Double32_t | fY_out |
| Double32_t | fZ_out |
| Double32_t | fPx_out |
| Double32_t | fPy_out |
| Double32_t | fPz_out |
| Int_t | fStation |
| Int_t | fModule |
Definition at line 25 of file CbmStsPoint.h.
| CbmStsPoint::CbmStsPoint | ( | ) |
Default constructor
Definition at line 17 of file CbmStsPoint.cxx.
| CbmStsPoint::CbmStsPoint | ( | Int_t | trackID, |
| Int_t | detID, | ||
| TVector3 | posIn, | ||
| TVector3 | posOut, | ||
| TVector3 | momIn, | ||
| TVector3 | momOut, | ||
| Double_t | tof, | ||
| Double_t | length, | ||
| Double_t | eLoss, | ||
| Int_t | eventId = 0 |
||
| ) |
Constructor with arguments
| trackID | Index of MCTrack |
| detID | Detector ID |
| posIn | Ccoordinates at entrance to active volume [cm] |
| posOut | Coordinates at exit of active volume [cm] |
| momIn | Momentum of track at entrance [GeV] |
| momOut | Momentum of track at exit [GeV] |
| tof | Time since event start [ns] |
| length | Track length since creation [cm] |
| eLoss | Energy deposit [GeV] |
| eventId | MC event identifier |
Definition at line 34 of file CbmStsPoint.cxx.
References kMCTrack.
| CbmStsPoint::CbmStsPoint | ( | const CbmStsPoint & | point, |
| Int_t | eventId = -1, |
||
| Double_t | eventTime = 0., |
||
| Double_t | epochTime = 0. |
||
| ) |
Copy constructor with event and epoch time Re-calculates time w.r.t. epoch time start
| eventId | MC event identifier (negative values keep original event ID) |
| eventTime | MC event time [ns] |
| epochTime | epoch start time [ns] |
Definition at line 61 of file CbmStsPoint.cxx.
|
virtual |
Destructor
Definition at line 55 of file CbmStsPoint.cxx.
| CbmStsPoint::CbmStsPoint | ( | ) |
Default constructor
| CbmStsPoint::CbmStsPoint | ( | Int_t | trackID, |
| Int_t | detID, | ||
| TVector3 | posIn, | ||
| TVector3 | posOut, | ||
| TVector3 | momIn, | ||
| TVector3 | momOut, | ||
| Double_t | tof, | ||
| Double_t | length, | ||
| Double_t | eLoss, | ||
| Int_t | eventId = 0 |
||
| ) |
Constructor with arguments
| trackID | Index of MCTrack |
| detID | Detector ID |
| posIn | Ccoordinates at entrance to active volume [cm] |
| posOut | Coordinates at exit of active volume [cm] |
| momIn | Momentum of track at entrance [GeV] |
| momOut | Momentum of track at exit [GeV] |
| tof | Time since event start [ns] |
| length | Track length since creation [cm] |
| eLoss | Energy deposit [GeV] |
| eventId | MC event identifier |
| CbmStsPoint::CbmStsPoint | ( | const CbmStsPoint & | point, |
| Int_t | eventId = -1, |
||
| Double_t | eventTime = 0., |
||
| Double_t | epochTime = 0. |
||
| ) |
Copy constructor with event and epoch time Re-calculates time w.r.t. epoch time start
| eventId | MC event identifier (negative values keep original event ID) |
| eventTime | MC event time [ns] |
| epochTime | epoch start time [ns] |
|
virtual |
Destructor
|
inline |
Definition at line 82 of file CbmStsPoint.h.
References fModule.
Referenced by BmnRecoTools::FillSetStsHits(), BmnRecoTools::FillSetStsPoints(), and BmnTrackConv::ProcessEVE().
|
inline |
Definition at line 82 of file CbmStsPoint.h.
References fModule.
|
inline |
Definition at line 75 of file CbmStsPoint.h.
References fPx_out.
|
inline |
Definition at line 75 of file CbmStsPoint.h.
References fPx_out.
|
inline |
Definition at line 76 of file CbmStsPoint.h.
References fPy_out.
|
inline |
Definition at line 76 of file CbmStsPoint.h.
References fPy_out.
|
inline |
Definition at line 77 of file CbmStsPoint.h.
References fPz_out.
|
inline |
Definition at line 77 of file CbmStsPoint.h.
References fPz_out.
|
inline |
Definition at line 81 of file CbmStsPoint.h.
References fStation.
Referenced by BmnLambdaEmbeddingQa::DoDrawEventsWithEmbeddedSignals(), BmnLambdaEmbeddingQa::DoEffAnalysis(), BmnLambdaEmbeddingQa::DoInnerTrackerRecoEfficiency(), BmnRecoTools::FillSetStsHits(), BmnRecoTools::FillSetStsPoints(), BmnRecoTools::IsReconstructable(), and BmnTrackConv::ProcessEVE().
|
inline |
Definition at line 81 of file CbmStsPoint.h.
References fStation.
| Double_t CbmStsPoint::GetX | ( | Double_t | z | ) | const |
Point coordinates at given z from linear extrapolation
Definition at line 101 of file CbmStsPoint.cxx.
References fX_out, and fZ_out.
Referenced by CbmStsFindHitsQa::Exec(), CbmStsIdealDigitize::Exec(), CbmStsIdealMatchHits::Exec(), CbmStsMatchHits::Exec(), CbmStsRealMatchHits::Exec(), CbmStsSimulationQa::Exec(), CbmStsRealMatchHits::ExecReal(), BmnRecoTools::FillSetStsHits(), and BmnRecoTools::FillSetStsPoints().
| Double_t CbmStsPoint::GetX | ( | Double_t | z | ) | const |
Point coordinates at given z from linear extrapolation
|
inline |
Accessors
Definition at line 69 of file CbmStsPoint.h.
Referenced by BmnLambdaEmbeddingQa::DoDrawEventsWithEmbeddedSignals(), BmnLambdaEmbeddingQa::DoInnerTrackerRecoEfficiency(), BmnGemHitProducer::Exec(), BmnSiliconHitProducer::Exec(), CbmStsDigitize::Exec(), CbmStsFindHitsQa::Exec(), CbmStsHitProducerIdeal::Exec(), CbmStsIdealDigitize::Exec(), CbmStsRealDigitize::Exec(), BmnVSPHitProducer::Exec(), CbmStsMatchHits::ExecReal(), CbmKFTrackFitQA::FillHitHistos(), CbmStsRealDigitize::FindFiredStrips(), CbmStsSenzor::ProcessPoint(), CbmStsDigitize::ProduceHitResponse(), and CbmStsRealDigitize::ProduceHitResponse().
|
inline |
Accessors
Definition at line 69 of file CbmStsPoint.h.
|
inline |
Definition at line 72 of file CbmStsPoint.h.
References fX_out.
Referenced by CbmStsFindHitsQa::Exec(), CbmStsHitProducerIdeal::Exec(), CbmKFTrackFitQA::FillHitHistos(), CbmStsRealDigitize::FindFiredStrips(), CbmStsSenzor::ProcessPoint(), CbmStsDigitize::ProduceHitResponse(), and CbmStsRealDigitize::ProduceHitResponse().
|
inline |
Definition at line 72 of file CbmStsPoint.h.
References fX_out.
| Double_t CbmStsPoint::GetY | ( | Double_t | z | ) | const |
Definition at line 112 of file CbmStsPoint.cxx.
References fY_out, and fZ_out.
Referenced by CbmStsFindHitsQa::Exec(), CbmStsIdealDigitize::Exec(), CbmStsIdealMatchHits::Exec(), CbmStsMatchHits::Exec(), CbmStsRealMatchHits::Exec(), CbmStsSimulationQa::Exec(), CbmStsRealMatchHits::ExecReal(), BmnRecoTools::FillSetStsHits(), and BmnRecoTools::FillSetStsPoints().
| Double_t CbmStsPoint::GetY | ( | Double_t | z | ) | const |
|
inline |
Definition at line 70 of file CbmStsPoint.h.
Referenced by BmnLambdaEmbeddingQa::DoDrawEventsWithEmbeddedSignals(), BmnGemHitProducer::Exec(), BmnSiliconHitProducer::Exec(), CbmStsDigitize::Exec(), CbmStsFindHitsQa::Exec(), CbmStsHitProducerIdeal::Exec(), CbmStsIdealDigitize::Exec(), CbmStsRealDigitize::Exec(), BmnVSPHitProducer::Exec(), CbmStsMatchHits::ExecReal(), CbmKFTrackFitQA::FillHitHistos(), CbmStsRealDigitize::FindFiredStrips(), CbmStsSenzor::ProcessPoint(), CbmStsDigitize::ProduceHitResponse(), and CbmStsRealDigitize::ProduceHitResponse().
|
inline |
Definition at line 70 of file CbmStsPoint.h.
|
inline |
Definition at line 73 of file CbmStsPoint.h.
References fY_out.
Referenced by CbmStsHitProducerIdeal::Exec(), CbmKFTrackFitQA::FillHitHistos(), CbmStsRealDigitize::FindFiredStrips(), CbmStsSenzor::ProcessPoint(), CbmStsDigitize::ProduceHitResponse(), and CbmStsRealDigitize::ProduceHitResponse().
|
inline |
Definition at line 73 of file CbmStsPoint.h.
References fY_out.
|
inline |
Definition at line 71 of file CbmStsPoint.h.
Referenced by BmnLambdaEmbeddingQa::DoDrawEventsWithEmbeddedSignals(), BmnGemHitProducer::Exec(), BmnSiliconHitProducer::Exec(), CbmStsDigitize::Exec(), CbmStsFindHitsQa::Exec(), CbmStsHitProducerIdeal::Exec(), CbmStsIdealDigitize::Exec(), CbmStsRealDigitize::Exec(), BmnVSPHitProducer::Exec(), CbmStsMatchHits::ExecReal(), CbmStsRealDigitize::FindFiredStrips(), CbmStsSenzor::ProcessPoint(), CbmStsDigitize::ProduceHitResponse(), and CbmStsRealDigitize::ProduceHitResponse().
|
inline |
Definition at line 71 of file CbmStsPoint.h.
|
inline |
Definition at line 74 of file CbmStsPoint.h.
References fZ_out.
Referenced by CbmStsFindHitsQa::Exec(), CbmStsHitProducerIdeal::Exec(), CbmStsRealDigitize::FindFiredStrips(), CbmStsSenzor::ProcessPoint(), CbmStsDigitize::ProduceHitResponse(), and CbmStsRealDigitize::ProduceHitResponse().
|
inline |
Definition at line 74 of file CbmStsPoint.h.
References fZ_out.
| void CbmStsPoint::Info | ( | ) | const |
| void CbmStsPoint::Info | ( | ) | const |
| Bool_t CbmStsPoint::IsUsable | ( | ) | const |
Check for distance between in and out
Definition at line 123 of file CbmStsPoint.cxx.
References fZ_out.
Referenced by CbmStsIdealDigitize::Exec().
| Bool_t CbmStsPoint::IsUsable | ( | ) | const |
Check for distance between in and out
|
inline |
Definition at line 80 of file CbmStsPoint.h.
References fPx_out, fPy_out, and fPz_out.
Referenced by CbmStsFitPerformanceTask::FillMCStateVectors(), BmnTrackConv::ProcessEVE(), and CbmStsTrackFitterIdeal::SetTrackParam().
|
inline |
Definition at line 80 of file CbmStsPoint.h.
|
inline |
Definition at line 78 of file CbmStsPoint.h.
Referenced by CbmStsDigitize::ProduceHitResponseAZ(), BmnGemFastDigitize::ProduceHitResponseFast(), and CbmStsDigitize::ProduceHitResponseSi().
|
inline |
Definition at line 78 of file CbmStsPoint.h.
|
inline |
Definition at line 79 of file CbmStsPoint.h.
References fX_out, fY_out, and fZ_out.
Referenced by CbmStsFitPerformanceTask::FillMCStateVectors(), BmnTrackConv::ProcessEVE(), CbmStsDigitize::ProduceHitResponseAZ(), BmnGemFastDigitize::ProduceHitResponseFast(), CbmStsDigitize::ProduceHitResponseSi(), and CbmStsTrackFitterIdeal::SetTrackParam().
|
inline |
Definition at line 79 of file CbmStsPoint.h.
|
inlinevirtual |
Output to screen
Definition at line 105 of file CbmStsPoint.h.
|
inlinevirtual |
Output to screen
Definition at line 105 of file CbmStsPoint.h.
|
inline |
Definition at line 102 of file CbmStsPoint.h.
References fModule.
|
inline |
Definition at line 102 of file CbmStsPoint.h.
References fModule.
|
inline |
Definition at line 132 of file CbmStsPoint.h.
| void CbmStsPoint::SetMomentumOut | ( | TVector3 | mom | ) |
|
inline |
| void CbmStsPoint::SetPositionOut | ( | TVector3 | pos | ) |
Modifiers
|
inline |
Definition at line 101 of file CbmStsPoint.h.
References fStation.
|
inline |
Definition at line 101 of file CbmStsPoint.h.
References fStation.
|
inlinevirtual |
Definition at line 97 of file CbmStsPoint.h.
Referenced by CbmSts::CopyClones().
|
inlinevirtual |
Definition at line 97 of file CbmStsPoint.h.
|
protected |
Definition at line 115 of file CbmStsPoint.h.
Referenced by GetModule(), Info(), and SetModule().
|
protected |
Definition at line 113 of file CbmStsPoint.h.
Referenced by GetPxOut(), MomentumOut(), and SetMomentumOut().
|
protected |
Definition at line 113 of file CbmStsPoint.h.
Referenced by GetPyOut(), MomentumOut(), and SetMomentumOut().
|
protected |
Definition at line 113 of file CbmStsPoint.h.
Referenced by GetPzOut(), MomentumOut(), and SetMomentumOut().
|
protected |
Definition at line 114 of file CbmStsPoint.h.
Referenced by GetStation(), Info(), and SetStation().
|
protected |
Definition at line 112 of file CbmStsPoint.h.
Referenced by GetX(), GetXOut(), Info(), PositionOut(), and SetPositionOut().
|
protected |
Definition at line 112 of file CbmStsPoint.h.
Referenced by GetY(), GetYOut(), Info(), PositionOut(), and SetPositionOut().
|
protected |
Definition at line 112 of file CbmStsPoint.h.
Referenced by GetX(), GetY(), GetZOut(), Info(), IsUsable(), PositionOut(), and SetPositionOut().