Loading [MathJax]/extensions/tex2jax.js
|
ATLAS Offline Software
|
Go to the documentation of this file.
33 for (
size_t i = 0;
i <
sz;
i++) {
42 for (
size_t i = 0;
i < ncells;
i++) {
float m_positionY
Y coordinate of point in track at selected plane (y=0 for cosmics z=0 for beam)
std::vector< float > m_energyBottom
Vector with sum energy of cells close to track on bottom modules [0]:sampling A; [1]: BC; [2]: D.
double GetDirectionPhi() const
void SetSegmentPath(const std::vector< double > &path)
double GetFitQuality() const
Class containing detailed results from TileMuonFitter.
void SetPositionX(double posx)
int m_fitNCells
Number of cells used in fit.
float m_positionX
X coordinate of point in track at selected plane (y=0 for cosmics z=0 for beam)
void SetSegmentSampling(const std::vector< int > &sampling)
void SetEnergyBottom(const std::vector< double > &energy)
double GetPathBottom(int ind) const
double GetTime() const
Getters.
void SetEnergyTop(const std::vector< double > &energy)
IdentifierHash GetTrackCellHash(int ind) const
void SetPositionY(double posy)
float m_positionZ
Z coordinate of point in track at selected plane (y=0 for cosmics z=0 for beam)
float m_time
Time of track at selected plane (y=0 for cosmics z=0 for beam)
void SetDirectionPhi(double phi)
void SetPositionZ(double posz)
void SetSegmentPartition(const std::vector< int > &partition)
int GetTrackNCells() const
double GetPathTop(int ind) const
void SetSegmentModule(const std::vector< int > &module)
double GetDirectionTheta() const
virtual void persToTrans(const TileCosmicMuon_p1 *persObj, TileCosmicMuon *transObj, MsgStream &log) const override
Method creating the transient representation TileCosmicMuon from its persistent representation TileCo...
double GetEnergyBottom(int ind) const
std::vector< unsigned int > m_trackCellHash
Vector with list of Identifier Hash of cells close to track.
double GetEnergyTop(int ind) const
float m_directionPhi
Phi angle of track direction.
float m_directionTheta
Theta angle of track direction.
void SetPathBottom(const std::vector< double > &path)
void SetFitNCells(int ncells)
double GetPositionX() const
float m_fitQuality
Fit parameter: 0= no fit; (Hough) 1=fit ok; (Minuit) >0 chi-square.
std::vector< float > m_energyTop
Vector with sum energy of cells close to track on top modules [0]:sampling A; [1]: BC; [2]: D.
void SetDirectionTheta(double theta)
void SetTrackCellHash(const std::vector< IdentifierHash > &cells)
virtual void transToPers(const TileCosmicMuon *transObj, TileCosmicMuon_p1 *persObj, MsgStream &log) const override
Method creating the persistent representation TileCosmicMuon_p1 from its transient representation Til...
void SetFitQuality(double quality)
void SetPathTop(const std::vector< double > &path)
double GetPositionY() const
std::vector< float > m_pathTop
Vector with length of track within Tile on top modules [0]:sampling A; [1]: BC; [2]: D.
double GetPositionZ() const
std::vector< float > m_pathBottom
Vector with length of track within Tile on bottom modules [0]:sampling A; [1]: BC; [2]: D.
void SetTime(double time)
Setters.