|
ATLAS Offline Software
|
Go to the documentation of this file.
40 TileCosmicMuon::operator std::string()
const
45 text <<
" Time = " << m_time;
46 text <<
" PositionX = " << m_positionX;
47 text <<
" PositionY = " << m_positionY;
48 text <<
" PositionZ = " << m_positionZ;
49 text <<
" DirectionPhi = " << m_directionPhi;
50 text <<
" DirectionTheta = " << m_directionTheta;
51 text <<
" FitQuality = " << m_fitQuality;
52 text <<
" FitNCells = " << m_fitNCells;
std::vector< double > m_energyBottom
Vector with sum energy of cells close to track on bottom modules [0]:sampling A; [1]: BC; [2]: D.
std::vector< double > m_pathTop
Vector with length of track within Tile on top modules [0]:sampling A; [1]: BC; [2]: D.
std::vector< double > m_pathBottom
Vector with length of track within Tile on bottom modules [0]:sampling A; [1]: BC; [2]: D.
std::vector< double > m_energyTop
Vector with sum energy of cells close to track on top modules [0]:sampling A; [1]: BC; [2]: D.
double GetFullEnergy() const
Sum up components of m_energyTop and m_energyBottom: full energy in track in Tile.
double GetFullPath() const
Sum up components of m_pathTop and m_pathBottom: full path in Tile.