ATLAS Offline Software
ZdcRawChannel_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 // ZdcRawChannel_p1.h
8 // Header file for class ZdcRawChannel_p1
9 // Author: Alexander Solodkov <Sanya.Solodkov@cern.ch>
10 // Date: June 2009
12 #ifndef ZDCTPCNV_ZDCRAWCHANNEL_P1_H
13 #define ZDCTPCNV_ZDCRAWCHANNEL_P1_H
14 
15 #include <vector>
16 
17 // forward declarations
19 
21 
22  // Make the AthenaPoolCnv class our friend
23  friend class ZdcRawChannelCnv_p1;
24 
25 public:
26 
30 
31 private:
32 
33  unsigned int m_id;
34  std::vector<float> m_energy;
35  std::vector<float> m_time;
36  std::vector<float> m_chi;
37 
38 };
39 
40 #endif //> ZDCTPCNV_ZDCRAWCHANNEL_P1_H
41 
ZdcRawChannel_p1::m_id
unsigned int m_id
Definition: ZdcRawChannel_p1.h:33
ZdcRawChannel_p1::ZdcRawChannel_p1
ZdcRawChannel_p1()
Default constructor:
Definition: ZdcRawChannel_p1.h:29
ZdcRawChannel_p1
Definition: ZdcRawChannel_p1.h:20
ZdcRawChannel_p1::m_energy
std::vector< float > m_energy
Definition: ZdcRawChannel_p1.h:34
ZdcRawChannel_p1::m_time
std::vector< float > m_time
Definition: ZdcRawChannel_p1.h:35
ZdcRawChannel_p1::m_chi
std::vector< float > m_chi
Definition: ZdcRawChannel_p1.h:36
ZdcRawChannelCnv_p1
Definition: ZdcRawChannelCnv_p1.h:26