#include <PndMdtTrk.h>
Definition at line 15 of file PndMdtTrk.h.
PndMdtTrk::~PndMdtTrk |
( |
| ) |
|
|
virtual |
void PndMdtTrk::Clear |
( |
void |
| ) |
|
Public method Clear Resets the flag to -1
Definition at line 39 of file PndMdtTrk.cxx.
References fChi2, fHitBit, fHitCount, fHitDist, fHitList, fHitMult, fIronDist, fLayDist, fLayerCount, fMaxLayer, and fModule.
Referenced by PndMdtTrk().
41 for (Int_t ii=0; ii<25; ii++)
Float_t PndMdtTrk::GetChi2 |
( |
| ) |
const |
|
inline |
Int_t PndMdtTrk::GetHitBit |
( |
| ) |
const |
|
inline |
Int_t PndMdtTrk::GetHitBit |
( |
Int_t |
lay | ) |
const |
|
inline |
Int_t PndMdtTrk::GetHitCount |
( |
| ) |
const |
|
inline |
void PndMdtTrk::GetHitDeltaAngle |
( |
Float_t * |
hit | ) |
|
|
inline |
Definition at line 36 of file PndMdtTrk.h.
References fHitDeltaAngle.
int hit(Int_t nEvents=0, TString inFile="sim.root", TString parFile="par.root", TString inDigi="digi.root", TString outFile="hit.root", Int_t timeBased=0)
Float_t fHitDeltaAngle[25]
Float_t PndMdtTrk::GetHitDeltaAngle |
( |
Int_t |
lay | ) |
const |
|
inline |
void PndMdtTrk::GetHitDist |
( |
Float_t * |
hit | ) |
|
|
inline |
Definition at line 35 of file PndMdtTrk.h.
References fHitDist.
35 {
for (Int_t ii=0; ii<25; ii++)
hit[ii] =
fHitDist[ii]; };
int hit(Int_t nEvents=0, TString inFile="sim.root", TString parFile="par.root", TString inDigi="digi.root", TString outFile="hit.root", Int_t timeBased=0)
Float_t PndMdtTrk::GetHitDist |
( |
Int_t |
lay | ) |
const |
|
inline |
Int_t PndMdtTrk::GetHitIndex |
( |
Int_t |
lay | ) |
const |
|
inline |
void PndMdtTrk::GetHitList |
( |
Int_t * |
hit | ) |
|
|
inline |
Accessors
Definition at line 33 of file PndMdtTrk.h.
References fHitList.
33 {
for (Int_t ii=0; ii<25; ii++)
hit[ii] =
fHitList[ii]; };
int hit(Int_t nEvents=0, TString inFile="sim.root", TString parFile="par.root", TString inDigi="digi.root", TString outFile="hit.root", Int_t timeBased=0)
void PndMdtTrk::GetHitMult |
( |
Int_t * |
hit | ) |
|
|
inline |
Definition at line 34 of file PndMdtTrk.h.
References fHitMult.
Referenced by PndPidCorrelator::GetMdtInfo().
34 {
for (Int_t ii=0; ii<25; ii++)
hit[ii] =
fHitMult[ii]; };
int hit(Int_t nEvents=0, TString inFile="sim.root", TString parFile="par.root", TString inDigi="digi.root", TString outFile="hit.root", Int_t timeBased=0)
Int_t PndMdtTrk::GetHitMult |
( |
Int_t |
lay | ) |
const |
|
inline |
Float_t PndMdtTrk::GetIronDist |
( |
| ) |
const |
|
inline |
Int_t PndMdtTrk::GetLayerCount |
( |
| ) |
const |
|
inline |
Float_t PndMdtTrk::GetLayerDist |
( |
Int_t |
lay | ) |
const |
|
inline |
Int_t PndMdtTrk::GetMaxLayer |
( |
| ) |
const |
|
inline |
Int_t PndMdtTrk::GetModule |
( |
| ) |
const |
|
inline |
virtual void PndMdtTrk::Print |
( |
const Option_t * |
opt = 0 | ) |
const |
|
inlinevirtual |
Output to screen (not yet implemented)
Definition at line 24 of file PndMdtTrk.h.
24 {std::cout<<
" opt = " << opt << std::endl;
return;}
void PndMdtTrk::SetBit |
( |
Int_t |
lay | ) |
|
|
inline |
void PndMdtTrk::SetChi2 |
( |
Float_t |
chi2 | ) |
|
|
inline |
void PndMdtTrk::SetHitBit |
( |
Int_t |
bit | ) |
|
|
inline |
void PndMdtTrk::SetHitCount |
( |
Int_t |
hit | ) |
|
|
inline |
void PndMdtTrk::SetHitDeltaAngle |
( |
Int_t |
lay, |
|
|
Float_t |
angle |
|
) |
| |
|
inline |
void PndMdtTrk::SetHitDist |
( |
Int_t |
lay, |
|
|
Float_t |
dist |
|
) |
| |
|
inline |
void PndMdtTrk::SetHitIndex |
( |
Int_t |
lay, |
|
|
Int_t |
trackId |
|
) |
| |
|
inline |
void PndMdtTrk::SetHitMult |
( |
Int_t |
lay, |
|
|
Int_t |
mult |
|
) |
| |
|
inline |
void PndMdtTrk::SetIronDist |
( |
Float_t |
dist | ) |
|
|
inline |
void PndMdtTrk::SetLayerCount |
( |
Int_t |
lay | ) |
|
|
inline |
void PndMdtTrk::SetLayerDist |
( |
Int_t |
lay, |
|
|
Float_t |
dist |
|
) |
| |
|
inline |
void PndMdtTrk::SetMaxLayer |
( |
Int_t |
lay | ) |
|
|
inline |
void PndMdtTrk::SetModule |
( |
Int_t |
mod | ) |
|
|
inline |
Int_t PndMdtTrk::fHitCount |
|
private |
Float_t PndMdtTrk::fHitDeltaAngle[25] |
|
private |
Float_t PndMdtTrk::fHitDist[25] |
|
private |
Int_t PndMdtTrk::fHitList[25] |
|
private |
Int_t PndMdtTrk::fHitMult[25] |
|
private |
Float_t PndMdtTrk::fIronDist |
|
private |
Float_t PndMdtTrk::fLayDist[25] |
|
private |
Int_t PndMdtTrk::fLayerCount |
|
private |
Int_t PndMdtTrk::fMaxLayer |
|
private |
The documentation for this class was generated from the following files: