ATLAS Offline Software
Loading...
Searching...
No Matches
TileCosmicMuon_p1.h
Go to the documentation of this file.
1
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7// TileCosmicMuon_p1.h
8// Header file for class TileCosmicMuon_p1
9// Author: Aranzazu Ruiz <aranzazu.ruiz.martinez@cern.ch>
10// Date: July 2008
12#ifndef TILETPCNV_TILECOSMICMUON_P1_H
13#define TILETPCNV_TILECOSMICMUON_P1_H
14
15#include <vector>
16
17// forward declarations
19
21
22 // Make the AthenaPoolCnv class our friend
24
25public:
26
36
37private:
38
39 float m_time;
47
49 std::vector<float> m_pathTop;
51 std::vector<float> m_pathBottom;
53 std::vector<float> m_energyTop;
55 std::vector<float> m_energyBottom;
56
58 std::vector<unsigned int> m_trackCellHash;
59};
60
61#endif //> TILETPCNV_TILECOSMICMUON_P1_H
float m_positionZ
Z coordinate of point in track at selected plane (y=0 for cosmics z=0 for beam)
friend class TileCosmicMuonCnv_p1
std::vector< unsigned int > m_trackCellHash
Vector with list of Identifier Hash of cells close to track.
std::vector< float > m_pathBottom
Vector with length of track within Tile on bottom modules [0]:sampling A; [1]: BC; [2]: D.
float m_directionPhi
Phi angle of track direction.
float m_fitQuality
Fit parameter: 0= no fit; (Hough) 1=fit ok; (Minuit) >0 chi-square.
float m_positionX
X coordinate of point in track at selected plane (y=0 for cosmics z=0 for beam)
float m_directionTheta
Theta angle of track direction.
std::vector< float > m_energyTop
Vector with sum energy of cells close to track on top modules [0]:sampling A; [1]: BC; [2]: D.
std::vector< float > m_energyBottom
Vector with sum energy of cells close to track on bottom modules [0]:sampling A; [1]: BC; [2]: D.
TileCosmicMuon_p1()
Default constructor:
float m_time
Time of track at selected plane (y=0 for cosmics z=0 for beam)
int m_fitNCells
Number of cells used in fit.
float m_positionY
Y coordinate of point in track at selected plane (y=0 for cosmics z=0 for beam)
std::vector< float > m_pathTop
Vector with length of track within Tile on top modules [0]:sampling A; [1]: BC; [2]: D.