#include <PndSttHelixHit.h>
Definition at line 15 of file PndSttHelixHit.h.
PndSttHelixHit::PndSttHelixHit |
( |
| ) |
|
PndSttHelixHit::PndSttHelixHit |
( |
Int_t |
detID, |
|
|
Int_t |
tubeID, |
|
|
Int_t |
hitindex, |
|
|
Int_t |
mcindex, |
|
|
TVector3 & |
pos, |
|
|
TVector3 & |
dpos, |
|
|
Double_t |
isochrone, |
|
|
Double_t |
isochroneError, |
|
|
Double_t |
dedx |
|
) |
| |
Standard constructor
- Parameters
-
detID | Detector unique volume ID |
tubeID | Unique tube ID |
hitIndex | Index of corresponding STTHit |
mcindex | Index of corresponding MCPoint |
pos | Reco position coordinates X Y Z [cm] |
dpos | Errors on reco position coordinates [cm] |
isochrone | Drift radius [cm] |
isochroneError | Error on drift radius [cm] |
dedx | De/Dx |
Definition at line 23 of file PndSttHelixHit.cxx.
24 : FairHit(detID,
pos, dpos, mcindex),
27 SetLink(FairLink(
"STTHit", hitindex));
PndSttHelixHit::~PndSttHelixHit |
( |
| ) |
|
|
virtual |
void PndSttHelixHit::Clear |
( |
void |
| ) |
|
Double_t PndSttHelixHit::GetdEdx |
( |
| ) |
const |
|
inline |
Int_t PndSttHelixHit::GetHitIndex |
( |
| ) |
|
|
inline |
Double_t PndSttHelixHit::GetIsochrone |
( |
| ) |
const |
|
inline |
Double_t PndSttHelixHit::GetIsochroneError |
( |
| ) |
const |
|
inline |
Int_t PndSttHelixHit::GetTubeID |
( |
| ) |
|
|
inline |
virtual void PndSttHelixHit::Print |
( |
const Option_t * |
opt = 0 | ) |
const |
|
inlinevirtual |
Output to screen
Definition at line 48 of file PndSttHelixHit.h.
48 {std::cout<<
" opt = " << opt << std::endl;
return;}
void PndSttHelixHit::Print |
( |
| ) |
|
void PndSttHelixHit::SetdEdx |
( |
Double_t |
dedx | ) |
|
|
inline |
void PndSttHelixHit::SetHitIndex |
( |
Int_t |
hitindex | ) |
|
|
inline |
void PndSttHelixHit::SetIsochrone |
( |
Double_t |
isochrone | ) |
|
|
inline |
void PndSttHelixHit::SetIsochroneError |
( |
Double_t |
isochroneError | ) |
|
|
inline |
void PndSttHelixHit::SetTubeID |
( |
Int_t |
tubeid | ) |
|
|
inline |
Int_t PndSttHelixHit::fHitIndex |
|
protected |
Double_t PndSttHelixHit::fIsochroneError |
|
protected |
Int_t PndSttHelixHit::fTubeID |
|
protected |
The documentation for this class was generated from the following files: