5#ifndef TRT_CALIBDATA__TRACKINFO_H
6#define TRT_CALIBDATA__TRACKINFO_H
92 ~TrackInfo(){
for (std::vector<HitInfo*>::iterator i=this->begin();i!=this->end();++i)
delete *i; }
TrackInfo(const TrackInfo &orig)
const float & operator[](const Track::FloatVariables &theIndex) const
int & operator[](const Track::IntVariables &theIndex)
TrackInfo(std::vector< HitInfo * > &orig)
std::vector< float > m_Floats
float & operator[](const Track::FloatVariables &theIndex)
TrackInfo & operator=(const TrackInfo &other)
const int & operator[](const Track::IntVariables &theIndex) const
std::vector< int > m_Ints
const std::string intVariableName[TNOIV]
const std::string floatVariableName[TNOFV]