ATLAS Offline Software
TileTTL1Cell_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 // TileTTL1Cell_p1.h
8 // Header file for class TileTTL1Cell_p1
9 // Author: Alexander Solodkov <Sanya.Solodkov@cern.ch>
10 // Date: June 2009
12 #ifndef TILETPCNV_TILETTL1CELL_P1_H
13 #define TILETPCNV_TILETTL1CELL_P1_H
14 
15 #include <vector>
16 
17 // forward declarations
18 class TileTTL1CellCnv_p1;
19 
21 
22  // Make the AthenaPoolCnv class our friend
23  friend class TileTTL1CellCnv_p1;
24 
25 public:
26 
30  m_timeAve(0.0), m_corrFactor(0.0),
31  m_quality(0) {}
32 
33 private:
34 
35  unsigned int m_channelID;
36  float m_eneTower;
37  float m_timeAve;
38  float m_corrFactor;
40 
41 };
42 
43 #endif //> TILETPCNV_TILETTL1CELL_P1_H
44 
TileTTL1CellCnv_p1
Definition: TileTTL1CellCnv_p1.h:26
TileTTL1Cell_p1::TileTTL1Cell_p1
TileTTL1Cell_p1()
Default constructor:
Definition: TileTTL1Cell_p1.h:29
TileTTL1Cell_p1::m_eneTower
float m_eneTower
Definition: TileTTL1Cell_p1.h:36
xAOD::uint16_t
setWord1 uint16_t
Definition: eFexEMRoI_v1.cxx:88
TileTTL1Cell_p1::m_timeAve
float m_timeAve
Definition: TileTTL1Cell_p1.h:37
TileTTL1Cell_p1
Definition: TileTTL1Cell_p1.h:20
TileTTL1Cell_p1::m_channelID
unsigned int m_channelID
Definition: TileTTL1Cell_p1.h:35
TileTTL1Cell_p1::m_quality
uint16_t m_quality
Definition: TileTTL1Cell_p1.h:39
TileTTL1Cell_p1::m_corrFactor
float m_corrFactor
Definition: TileTTL1Cell_p1.h:38