ATLAS Offline Software
TileMu_p1.h
Go to the documentation of this file.
1 
3 /*
4  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 // TileMu_p1.h
8 // Header file for class TileMu_p1
9 // Author: Aranzazu Ruiz <aranzazu.ruiz.martinez@cern.ch>
10 // Date: July 2008
12 #ifndef TILETPCNV_TILEMU_P1_H
13 #define TILETPCNV_TILEMU_P1_H
14 
15 #include <vector>
16 
17 // forward declarations
18 class TileMuCnv_p1;
19 
20 class TileMu_p1 {
21 
22  // Make the AthenaPoolCnv class our friend
23  friend class TileMuCnv_p1;
24 
25 public:
26 
30 
31 private:
32 
33  float m_eta;
34  float m_phi;
35  std::vector<float> m_energy_deposited;
37 
38 };
39 
40 #endif //> TILETPCNV_TILEMU_P1_H
TileMuCnv_p1
Definition: TileMuCnv_p1.h:26
TileMu_p1::m_energy_deposited
std::vector< float > m_energy_deposited
Definition: TileMu_p1.h:35
TileMu_p1::TileMu_p1
TileMu_p1()
Default constructor:
Definition: TileMu_p1.h:29
TileMu_p1::m_quality_factor
float m_quality_factor
Definition: TileMu_p1.h:36
TileMu_p1::m_eta
float m_eta
Definition: TileMu_p1.h:33
TileMu_p1
Definition: TileMu_p1.h:20
TileMu_p1::m_phi
float m_phi
Definition: TileMu_p1.h:34