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