ATLAS Offline Software
TileCalorimeter
TileSvc
TileTPCnv
TileTPCnv
TileRawChannel_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
// TileRawChannel_p1.h
8
// Header file for class TileRawChannel_p1
9
// Author: Alexander Solodkov <Sanya.Solodkov@cern.ch>
10
// Date: June 2009
12
#ifndef TILETPCNV_TILERAWCHANNEL_P1_H
13
#define TILETPCNV_TILERAWCHANNEL_P1_H
14
15
#include <vector>
16
17
// forward declarations
18
class
TileRawChannelCnv_p1
;
19
20
class
TileRawChannel_p1
{
21
22
// Make the AthenaPoolCnv class our friend
23
friend
class
TileRawChannelCnv_p1
;
24
25
public
:
26
29
TileRawChannel_p1
() :
m_channelID
(0),
m_length
(0),
m_data
() {}
30
31
private
:
32
33
unsigned
int
m_channelID
;
34
unsigned
int
m_length
;
35
std::vector<float>
m_data
;
36
};
37
38
#endif //> TILETPCNV_TILERAWCHANNEL_P1_H
39
TileRawChannel_p1::TileRawChannel_p1
TileRawChannel_p1()
Default constructor:
Definition:
TileRawChannel_p1.h:29
TileRawChannel_p1::m_data
std::vector< float > m_data
Definition:
TileRawChannel_p1.h:35
TileRawChannel_p1
Definition:
TileRawChannel_p1.h:20
TileRawChannel_p1::m_length
unsigned int m_length
Definition:
TileRawChannel_p1.h:34
TileRawChannel_p1::m_channelID
unsigned int m_channelID
Definition:
TileRawChannel_p1.h:33
TileRawChannelCnv_p1
Definition:
TileRawChannelCnv_p1.h:26
Generated on Thu Nov 7 2024 21:28:21 for ATLAS Offline Software by
1.8.18