#include <PndMdtTrk.h>
Definition at line 27 of file PndMdtTrk.h.
◆ PndMdtTrk()
◆ ~PndMdtTrk()
virtual PndMdtTrk::~PndMdtTrk |
( |
| ) |
|
|
virtual |
◆ AddTrackCand()
◆ Clear()
void PndMdtTrk::Clear |
( |
| ) |
|
Public method Clear Resets the flag to -1
Referenced by Print().
◆ GetChi2()
Float_t PndMdtTrk::GetChi2 |
( |
| ) |
const |
|
inline |
◆ GetHitBit() [1/2]
Int_t PndMdtTrk::GetHitBit |
( |
| ) |
const |
|
inline |
◆ GetHitBit() [2/2]
Int_t PndMdtTrk::GetHitBit |
( |
Int_t |
lay | ) |
const |
|
inline |
Definition at line 77 of file PndMdtTrk.h.
77 {
return (fHitBit & (1 << lay)); };
◆ GetHitCount()
Int_t PndMdtTrk::GetHitCount |
( |
| ) |
const |
|
inline |
Definition at line 73 of file PndMdtTrk.h.
73 {
return fHitCount; };
◆ GetHitDeltaAngle() [1/2]
void PndMdtTrk::GetHitDeltaAngle |
( |
Float_t * |
hit | ) |
|
|
inline |
Definition at line 62 of file PndMdtTrk.h.
64 for (Int_t ii = 0; ii < 25; ii++)
65 hit[ii] = fHitDeltaAngle[ii];
◆ GetHitDeltaAngle() [2/2]
Float_t PndMdtTrk::GetHitDeltaAngle |
( |
Int_t |
lay | ) |
const |
|
inline |
Definition at line 70 of file PndMdtTrk.h.
70 {
return fHitDeltaAngle[lay]; };
◆ GetHitDist() [1/2]
void PndMdtTrk::GetHitDist |
( |
Float_t * |
hit | ) |
|
|
inline |
Definition at line 57 of file PndMdtTrk.h.
59 for (Int_t ii = 0; ii < 25; ii++)
60 hit[ii] = fHitDist[ii];
◆ GetHitDist() [2/2]
Float_t PndMdtTrk::GetHitDist |
( |
Int_t |
lay | ) |
const |
|
inline |
Definition at line 69 of file PndMdtTrk.h.
69 {
return fHitDist[lay]; };
◆ GetHitIndex()
Int_t PndMdtTrk::GetHitIndex |
( |
Int_t |
lay | ) |
const |
|
inline |
Definition at line 67 of file PndMdtTrk.h.
67 {
return fHitList[lay]; };
◆ GetHitList()
void PndMdtTrk::GetHitList |
( |
Int_t * |
hit | ) |
|
|
inline |
Accessors
Definition at line 47 of file PndMdtTrk.h.
49 for (Int_t ii = 0; ii < 25; ii++)
50 hit[ii] = fHitList[ii];
◆ GetHitMult() [1/2]
void PndMdtTrk::GetHitMult |
( |
Int_t * |
hit | ) |
|
|
inline |
Definition at line 52 of file PndMdtTrk.h.
54 for (Int_t ii = 0; ii < 25; ii++)
55 hit[ii] = fHitMult[ii];
◆ GetHitMult() [2/2]
Int_t PndMdtTrk::GetHitMult |
( |
Int_t |
lay | ) |
const |
|
inline |
Definition at line 68 of file PndMdtTrk.h.
68 {
return fHitMult[lay]; };
◆ GetIronDist()
Float_t PndMdtTrk::GetIronDist |
( |
| ) |
const |
|
inline |
Definition at line 72 of file PndMdtTrk.h.
72 {
return fIronDist; };
◆ GetLayerCount()
Int_t PndMdtTrk::GetLayerCount |
( |
| ) |
const |
|
inline |
Definition at line 74 of file PndMdtTrk.h.
74 {
return fLayerCount; };
◆ GetLayerDist()
Float_t PndMdtTrk::GetLayerDist |
( |
Int_t |
lay | ) |
const |
|
inline |
Definition at line 71 of file PndMdtTrk.h.
71 {
return fLayDist[lay]; };
◆ GetMaxLayer()
Int_t PndMdtTrk::GetMaxLayer |
( |
| ) |
const |
|
inline |
Definition at line 75 of file PndMdtTrk.h.
75 {
return fMaxLayer; };
◆ GetModule()
Int_t PndMdtTrk::GetModule |
( |
| ) |
const |
|
inline |
◆ Print()
virtual void PndMdtTrk::Print |
( |
const Option_t * |
opt = nullptr | ) |
const |
|
inlinevirtual |
Output to screen (not yet implemented)
Definition at line 35 of file PndMdtTrk.h.
References Clear().
37 std::cout <<
" opt = " << opt << std::endl;
◆ SetBit()
void PndMdtTrk::SetBit |
( |
Int_t |
lay | ) |
|
|
inline |
◆ SetChi2()
void PndMdtTrk::SetChi2 |
( |
Float_t |
chi2 | ) |
|
|
inline |
◆ SetHitBit()
void PndMdtTrk::SetHitBit |
( |
Int_t |
bit | ) |
|
|
inline |
◆ SetHitCount()
void PndMdtTrk::SetHitCount |
( |
Int_t |
hit | ) |
|
|
inline |
◆ SetHitDeltaAngle()
void PndMdtTrk::SetHitDeltaAngle |
( |
Int_t |
lay, |
|
|
Float_t |
angle |
|
) |
| |
|
inline |
Definition at line 145 of file PndMdtTrk.h.
Referenced by GetChi2().
148 cout <<
" -E- PndMdtTrk::SetHitDeltaAngle: Layer > 25 !!!!!" << endl;
150 fHitDeltaAngle[lay] = dist;
◆ SetHitDist()
void PndMdtTrk::SetHitDist |
( |
Int_t |
lay, |
|
|
Float_t |
dist |
|
) |
| |
|
inline |
Definition at line 136 of file PndMdtTrk.h.
Referenced by GetChi2().
139 cout <<
" -E- PndMdtTrk::SetHitDist: Layer > 25 !!!!!" << endl;
141 fHitDist[lay] = dist;
◆ SetHitIndex()
void PndMdtTrk::SetHitIndex |
( |
Int_t |
lay, |
|
|
Int_t |
trackId |
|
) |
| |
|
inline |
Modifiers
Definition at line 116 of file PndMdtTrk.h.
References SetBit().
Referenced by GetChi2().
119 cout <<
" -E- PndMdtTrk::SetHitIndex: Layer > 25 !!!!!" << endl;
121 fHitList[lay] = trackId;
123 AddLink(FairLink(
"MdtHit", trackId));
◆ SetHitMult()
void PndMdtTrk::SetHitMult |
( |
Int_t |
lay, |
|
|
Int_t |
mult |
|
) |
| |
|
inline |
Definition at line 127 of file PndMdtTrk.h.
Referenced by GetChi2().
130 cout <<
" -E- PndMdtTrk::SetHitMult: Layer > 25 !!!!!" << endl;
132 fHitMult[lay] = mult;
◆ SetIronDist()
void PndMdtTrk::SetIronDist |
( |
Float_t |
dist | ) |
|
|
inline |
Definition at line 91 of file PndMdtTrk.h.
91 { fIronDist = dist; };
◆ SetLayerCount()
void PndMdtTrk::SetLayerCount |
( |
Int_t |
lay | ) |
|
|
inline |
Definition at line 93 of file PndMdtTrk.h.
93 { fLayerCount = lay; };
◆ SetLayerDist()
void PndMdtTrk::SetLayerDist |
( |
Int_t |
lay, |
|
|
Float_t |
dist |
|
) |
| |
|
inline |
Definition at line 154 of file PndMdtTrk.h.
Referenced by GetChi2().
157 cout <<
" -E- PndMdtTrk::SetLayerDist: Layer > 25 !!!!!" << endl;
159 fLayDist[lay] = dist;
◆ SetMaxLayer()
void PndMdtTrk::SetMaxLayer |
( |
Int_t |
lay | ) |
|
|
inline |
◆ SetModule()
void PndMdtTrk::SetModule |
( |
Int_t |
mod | ) |
|
|
inline |
The documentation for this class was generated from the following file: