#include <TRecTofTrack.h>
Definition at line 9 of file TRecTofTrack.h.
◆ TRecTofTrack()
TRecTofTrack::TRecTofTrack |
( |
| ) |
|
◆ ~TRecTofTrack()
TRecTofTrack::~TRecTofTrack |
( |
| ) |
|
◆ beta()
Double_t TRecTofTrack::beta |
( |
| ) |
const |
|
inline |
◆ energy()
Double_t TRecTofTrack::energy |
( |
| ) |
const |
|
inline |
◆ errenergy()
Double_t TRecTofTrack::errenergy |
( |
| ) |
const |
|
inline |
◆ errphi()
Double_t TRecTofTrack::errphi |
( |
| ) |
const |
|
inline |
◆ errt0()
Double_t TRecTofTrack::errt0 |
( |
| ) |
const |
|
inline |
◆ errtof()
Double_t TRecTofTrack::errtof |
( |
| ) |
const |
|
inline |
◆ errz()
Double_t TRecTofTrack::errz |
( |
| ) |
const |
|
inline |
◆ path()
Double_t TRecTofTrack::path |
( |
| ) |
const |
|
inline |
◆ ph()
Double_t TRecTofTrack::ph |
( |
| ) |
const |
|
inline |
◆ phi()
Double_t TRecTofTrack::phi |
( |
| ) |
const |
|
inline |
◆ quality()
Int_t TRecTofTrack::quality |
( |
| ) |
const |
|
inline |
◆ setBeta()
void TRecTofTrack::setBeta |
( |
Double_t |
beta | ) |
|
|
inline |
◆ setEnergy()
void TRecTofTrack::setEnergy |
( |
Double_t |
energy | ) |
|
|
inline |
◆ setErrEnergy()
void TRecTofTrack::setErrEnergy |
( |
Double_t |
errenergy | ) |
|
|
inline |
◆ setErrPhi()
void TRecTofTrack::setErrPhi |
( |
Double_t |
errphi | ) |
|
|
inline |
◆ setErrT0()
void TRecTofTrack::setErrT0 |
( |
Double_t |
errt0 | ) |
|
|
inline |
◆ setErrTof()
void TRecTofTrack::setErrTof |
( |
Double_t |
etof | ) |
|
|
inline |
◆ setErrZ()
void TRecTofTrack::setErrZ |
( |
Double_t |
errz | ) |
|
|
inline |
◆ setPath()
void TRecTofTrack::setPath |
( |
Double_t |
path | ) |
|
|
inline |
◆ setPh()
void TRecTofTrack::setPh |
( |
Double_t |
ph | ) |
|
|
inline |
◆ setPhi()
void TRecTofTrack::setPhi |
( |
Double_t |
phi | ) |
|
|
inline |
◆ setQuality()
void TRecTofTrack::setQuality |
( |
Int_t |
quality | ) |
|
|
inline |
◆ setSigma()
void TRecTofTrack::setSigma |
( |
Double_t |
sigma[6] | ) |
|
|
inline |
Definition at line 86 of file TRecTofTrack.h.
86{
for(Int_t i=0; i<6; i++) { m_sigma[i]=
sigma[i];} }
Double_t sigma(Int_t i) const
◆ setSigmaAntiProton()
void TRecTofTrack::setSigmaAntiProton |
( |
Double_t |
spb | ) |
|
|
inline |
◆ setSigmaElectron()
void TRecTofTrack::setSigmaElectron |
( |
Double_t |
se | ) |
|
|
inline |
◆ setSigmaKaon()
void TRecTofTrack::setSigmaKaon |
( |
Double_t |
sk | ) |
|
|
inline |
◆ setSigmaMuon()
void TRecTofTrack::setSigmaMuon |
( |
Double_t |
smu | ) |
|
|
inline |
◆ setSigmaPion()
void TRecTofTrack::setSigmaPion |
( |
Double_t |
spi | ) |
|
|
inline |
◆ setSigmaProton()
void TRecTofTrack::setSigmaProton |
( |
Double_t |
sp | ) |
|
|
inline |
◆ setStatus()
void TRecTofTrack::setStatus |
( |
UInt_t |
status | ) |
|
|
inline |
◆ setT0()
void TRecTofTrack::setT0 |
( |
Double_t |
t0 | ) |
|
|
inline |
◆ setTexp()
void TRecTofTrack::setTexp |
( |
Double_t |
texp[5] | ) |
|
|
inline |
Definition at line 73 of file TRecTofTrack.h.
73{
for(Int_t i=0; i<5; i++) { m_texp[i]=
texp[i];} }
Double_t texp(Int_t i) const
◆ setTexpElectron()
void TRecTofTrack::setTexpElectron |
( |
Double_t |
texpe | ) |
|
|
inline |
◆ setTexpKaon()
void TRecTofTrack::setTexpKaon |
( |
Double_t |
texpk | ) |
|
|
inline |
◆ setTexpMuon()
void TRecTofTrack::setTexpMuon |
( |
Double_t |
texpmu | ) |
|
|
inline |
◆ setTexpPion()
void TRecTofTrack::setTexpPion |
( |
Double_t |
texppi | ) |
|
|
inline |
◆ setTexpProton()
void TRecTofTrack::setTexpProton |
( |
Double_t |
texpp | ) |
|
|
inline |
◆ setTof()
void TRecTofTrack::setTof |
( |
Double_t |
tof | ) |
|
|
inline |
◆ setToffset()
void TRecTofTrack::setToffset |
( |
Double_t |
toffset[6] | ) |
|
|
inline |
Definition at line 79 of file TRecTofTrack.h.
79{
for(Int_t i=0; i<6; i++) { m_toffset[i]=
toffset[i];} }
Double_t toffset(Int_t i) const
◆ setToffsetAntiProton()
void TRecTofTrack::setToffsetAntiProton |
( |
Double_t |
topb | ) |
|
|
inline |
◆ setToffsetElectron()
void TRecTofTrack::setToffsetElectron |
( |
Double_t |
toe | ) |
|
|
inline |
◆ setToffsetKaon()
void TRecTofTrack::setToffsetKaon |
( |
Double_t |
tok | ) |
|
|
inline |
◆ setToffsetMuon()
void TRecTofTrack::setToffsetMuon |
( |
Double_t |
tomu | ) |
|
|
inline |
◆ setToffsetPion()
void TRecTofTrack::setToffsetPion |
( |
Double_t |
topi | ) |
|
|
inline |
◆ setToffsetProton()
void TRecTofTrack::setToffsetProton |
( |
Double_t |
top | ) |
|
|
inline |
◆ setTofID()
void TRecTofTrack::setTofID |
( |
Int_t |
tofID | ) |
|
|
inline |
◆ setTofTrackID()
void TRecTofTrack::setTofTrackID |
( |
Int_t |
tofTrackID | ) |
|
|
inline |
◆ setTrackID()
void TRecTofTrack::setTrackID |
( |
Int_t |
trackID | ) |
|
|
inline |
◆ setTRecTofTrack()
void TRecTofTrack::setTRecTofTrack |
( |
const TRecTofTrack * |
toftrk | ) |
|
|
inline |
Definition at line 104 of file TRecTofTrack.h.
104 {
107 m_tofID = toftrk->
tofID();
108 m_status = toftrk->
status();
109 m_path = toftrk->
path();
110 m_zrhit = toftrk->
zrhit();
112 m_tof = toftrk->
tof();
113 m_beta = toftrk->
beta();
114 for(int i=0;i<5;i++){
115 m_texp[i]= toftrk->
texp(i);}
116 for(int i=0;i<6;i++){
117 m_toffset[i]= toftrk->
toffset(i);}
118 for(int i=0;i<6;i++){
119 m_sigma[i]= toftrk->
sigma(i);}
122 m_errt0 = toftrk->
errt0();
123 m_errz = toftrk->
errz();
124 m_phi = toftrk->
phi();
125 m_errphi = toftrk->
errphi();
126 m_energy = toftrk->
energy();
128 }
◆ setZrHit()
void TRecTofTrack::setZrHit |
( |
Double_t |
zrhit | ) |
|
|
inline |
◆ sigma()
Double_t TRecTofTrack::sigma |
( |
Int_t |
i | ) |
const |
|
inline |
◆ sigmaAntiProton()
Double_t TRecTofTrack::sigmaAntiProton |
( |
| ) |
const |
|
inline |
◆ sigmaElectron()
Double_t TRecTofTrack::sigmaElectron |
( |
| ) |
const |
|
inline |
◆ sigmaKaon()
Double_t TRecTofTrack::sigmaKaon |
( |
| ) |
const |
|
inline |
◆ sigmaMuon()
Double_t TRecTofTrack::sigmaMuon |
( |
| ) |
const |
|
inline |
◆ sigmaPion()
Double_t TRecTofTrack::sigmaPion |
( |
| ) |
const |
|
inline |
◆ sigmaProton()
Double_t TRecTofTrack::sigmaProton |
( |
| ) |
const |
|
inline |
◆ status()
UInt_t TRecTofTrack::status |
( |
| ) |
const |
|
inline |
◆ t0()
Double_t TRecTofTrack::t0 |
( |
| ) |
const |
|
inline |
◆ texp()
Double_t TRecTofTrack::texp |
( |
Int_t |
i | ) |
const |
|
inline |
◆ texpElectron()
Double_t TRecTofTrack::texpElectron |
( |
| ) |
const |
|
inline |
◆ texpKaon()
Double_t TRecTofTrack::texpKaon |
( |
| ) |
const |
|
inline |
◆ texpMuon()
Double_t TRecTofTrack::texpMuon |
( |
| ) |
const |
|
inline |
◆ texpPion()
Double_t TRecTofTrack::texpPion |
( |
| ) |
const |
|
inline |
◆ texpProton()
Double_t TRecTofTrack::texpProton |
( |
| ) |
const |
|
inline |
◆ tof()
Double_t TRecTofTrack::tof |
( |
| ) |
const |
|
inline |
◆ toffset()
Double_t TRecTofTrack::toffset |
( |
Int_t |
i | ) |
const |
|
inline |
◆ toffsetAntiProton()
Double_t TRecTofTrack::toffsetAntiProton |
( |
| ) |
const |
|
inline |
◆ toffsetElectron()
Double_t TRecTofTrack::toffsetElectron |
( |
| ) |
const |
|
inline |
◆ toffsetKaon()
Double_t TRecTofTrack::toffsetKaon |
( |
| ) |
const |
|
inline |
◆ toffsetMuon()
Double_t TRecTofTrack::toffsetMuon |
( |
| ) |
const |
|
inline |
◆ toffsetPion()
Double_t TRecTofTrack::toffsetPion |
( |
| ) |
const |
|
inline |
◆ toffsetProton()
Double_t TRecTofTrack::toffsetProton |
( |
| ) |
const |
|
inline |
◆ tofID()
Int_t TRecTofTrack::tofID |
( |
| ) |
const |
|
inline |
◆ tofTrackID()
Int_t TRecTofTrack::tofTrackID |
( |
| ) |
const |
|
inline |
◆ trackID()
Int_t TRecTofTrack::trackID |
( |
| ) |
const |
|
inline |
◆ zrhit()
Double_t TRecTofTrack::zrhit |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: