#include <TBTrack.h>
Definition at line 19 of file TBTrack.h.
◆ signal_type
◆ TBTrack() [1/5]
◆ TBTrack() [2/5]
| TBTrack::TBTrack |
( |
int | hitNumberX, |
|
|
int | hitNumberY ) |
Definition at line 7 of file TBTrack.cxx.
7 {
12}
std::vector< double > m_residualu
std::vector< double > m_residualv
◆ TBTrack() [3/5]
| TBTrack::TBTrack |
( |
const std::vector< double > & | residualU, |
|
|
const std::vector< double > & | residualV ) |
◆ TBTrack() [4/5]
| TBTrack::TBTrack |
( |
const TBTrack & | | ) |
|
|
default |
◆ TBTrack() [5/5]
◆ ~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 |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ setAngle()
| void TBTrack::setAngle |
( |
double | angle | ) |
|
|
inline |
Definition at line 80 of file TBTrack.h.
double angle(const GeoTrf::Vector2D &a, const GeoTrf::Vector2D &b)
◆ setChi2()
| void TBTrack::setChi2 |
( |
double | chi2 | ) |
|
|
inline |
Definition at line 77 of file TBTrack.h.
double chi2(TH1 *h0, TH1 *h1)
◆ 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: