#include <TBTrack.h>
Definition at line 19 of file TBTrack.h.
◆ signal_type
◆ TBTrack() [1/3]
◆ TBTrack() [2/3]
TBTrack::TBTrack |
( |
int |
hitNumberX, |
|
|
int |
hitNumberY |
|
) |
| |
◆ TBTrack() [3/3]
TBTrack::TBTrack |
( |
const std::vector< double > & |
residualU, |
|
|
const std::vector< double > & |
residualV |
|
) |
| |
◆ ~TBTrack()
◆ getAngle()
double TBTrack::getAngle |
( |
| ) |
const |
|
inline |
◆ getChi2_global()
double TBTrack::getChi2_global |
( |
| ) |
const |
|
inline |
◆ getChi2_u()
double TBTrack::getChi2_u |
( |
| ) |
const |
|
inline |
◆ getChi2_v()
double TBTrack::getChi2_v |
( |
| ) |
const |
|
inline |
◆ getCryoHitu()
double TBTrack::getCryoHitu |
( |
| ) |
const |
|
inline |
◆ getCryoHitv()
double TBTrack::getCryoHitv |
( |
| ) |
const |
|
inline |
◆ getCryoHitw()
double TBTrack::getCryoHitw |
( |
| ) |
const |
|
inline |
◆ getHitNumberU()
int TBTrack::getHitNumberU |
( |
| ) |
const |
|
inline |
◆ getHitNumberV()
int TBTrack::getHitNumberV |
( |
| ) |
const |
|
inline |
◆ getResidualu() [1/2]
const std::vector<double>& TBTrack::getResidualu |
( |
| ) |
const |
|
inline |
◆ getResidualu() [2/2]
double TBTrack::getResidualu |
( |
int |
ind | ) |
const |
|
inline |
◆ getResidualv() [1/2]
const std::vector<double>& TBTrack::getResidualv |
( |
| ) |
const |
|
inline |
◆ getResidualv() [2/2]
double TBTrack::getResidualv |
( |
int |
ind | ) |
const |
|
inline |
◆ getUintercept()
double TBTrack::getUintercept |
( |
| ) |
const |
|
inline |
◆ getUslope()
double TBTrack::getUslope |
( |
| ) |
const |
|
inline |
◆ getVintercept()
double TBTrack::getVintercept |
( |
| ) |
const |
|
inline |
◆ getVslope()
double TBTrack::getVslope |
( |
| ) |
const |
|
inline |
◆ setAngle()
void TBTrack::setAngle |
( |
double |
angle | ) |
|
|
inline |
◆ setChi2()
void TBTrack::setChi2 |
( |
double |
chi2 | ) |
|
|
inline |
◆ setChi2_u()
void TBTrack::setChi2_u |
( |
double |
chi2u | ) |
|
|
inline |
◆ setChi2_v()
void TBTrack::setChi2_v |
( |
double |
chi2v | ) |
|
|
inline |
◆ setCryoHitu()
void TBTrack::setCryoHitu |
( |
float |
cryou | ) |
|
|
inline |
◆ setCryoHitv()
void TBTrack::setCryoHitv |
( |
float |
cryov | ) |
|
|
inline |
◆ setCryoHitw()
void TBTrack::setCryoHitw |
( |
float |
cryow | ) |
|
|
inline |
◆ setResidualu()
void TBTrack::setResidualu |
( |
int |
ind, |
|
|
double |
residualu |
|
) |
| |
|
inline |
◆ setResidualv()
void TBTrack::setResidualv |
( |
int |
ind, |
|
|
double |
residualv |
|
) |
| |
|
inline |
◆ setUintercept()
void TBTrack::setUintercept |
( |
double |
uintercept | ) |
|
|
inline |
◆ setUslope()
void TBTrack::setUslope |
( |
double |
uslope | ) |
|
|
inline |
◆ setVintercept()
void TBTrack::setVintercept |
( |
double |
vintercept | ) |
|
|
inline |
◆ setVslope()
void TBTrack::setVslope |
( |
double |
vslope | ) |
|
|
inline |
◆ m_angle
double TBTrack::m_angle = 0 |
|
private |
◆ m_chi2
double TBTrack::m_chi2 = 0 |
|
private |
◆ m_chi2u
double TBTrack::m_chi2u = 0 |
|
private |
◆ m_chi2v
double TBTrack::m_chi2v = 0 |
|
private |
◆ m_cryou
double TBTrack::m_cryou = 0 |
|
private |
◆ m_cryov
double TBTrack::m_cryov = 0 |
|
private |
◆ m_cryow
double TBTrack::m_cryow = 0 |
|
private |
◆ m_hitNumberU
int TBTrack::m_hitNumberU |
|
private |
◆ m_hitNumberV
int TBTrack::m_hitNumberV |
|
private |
◆ m_residualu
std::vector<double> TBTrack::m_residualu |
|
private |
◆ m_residualv
std::vector<double> TBTrack::m_residualv |
|
private |
◆ m_uintercept
double TBTrack::m_uintercept = 0 |
|
private |
◆ m_uslope
double TBTrack::m_uslope = 0 |
|
private |
◆ m_vintercept
double TBTrack::m_vintercept = 0 |
|
private |
◆ m_vslope
double TBTrack::m_vslope = 0 |
|
private |
The documentation for this class was generated from the following files: