 |
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TBEVENT_TBTrack_H
6 #define TBEVENT_TBTrack_H
14 #include "GaudiKernel/MsgStream.h"
32 TBTrack(
int hitNumberX,
int hitNumberY);
34 TBTrack(
const std::vector<double>& residualU,
35 const std::vector<double>& residualV);
void setChi2_v(double chi2v)
void setVslope(double vslope)
int getHitNumberU() const
std::vector< double > m_residualu
double getUintercept() const
double getChi2_global() const
void setVintercept(double vintercept)
double getCryoHitv() const
void setCryoHitv(float cryov)
const std::vector< double > & getResidualu() const
void setCryoHitu(float cryou)
void setUslope(double uslope)
int getHitNumberV() const
void setUintercept(double uintercept)
const std::vector< double > & getResidualv() const
double angle(const GeoTrf::Vector2D &a, const GeoTrf::Vector2D &b)
double getCryoHitu() const
double chi2(TH1 *h0, TH1 *h1)
void setCryoHitw(float cryow)
void setResidualv(int ind, double residualv)
double getResidualv(int ind) const
double getVintercept() const
double getCryoHitw() const
void setAngle(double angle)
void setChi2(double chi2)
std::vector< double > m_residualv
void setChi2_u(double chi2u)
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
void setResidualu(int ind, double residualu)
macros to associate a CLID to a type
double getResidualu(int ind) const