ATLAS Offline Software
Loading...
Searching...
No Matches
TileBeamElem_p1.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// TileBeamElem_p1.h
8// Header file for class TileBeamElem_p1
9// Author: Alexander Solodkov <Sanya.Solodkov@cern.ch>
10// Date: June 2009
12#ifndef TILETPCNV_TILEBEAMELEM_P1_H
13#define TILETPCNV_TILEBEAMELEM_P1_H
14
15#include <vector>
16#include <inttypes.h>
17
18// forward declarations
20
22
23 // Make the AthenaPoolCnv class our friend
24 friend class TileBeamElemCnv_p1;
25
26public:
27
31
32private:
33
34 unsigned int m_channelID;
35 std::vector<uint16_t> m_digits;
36
37};
38
39#endif //> TILETPCNV_TILEBEAMELEM_P1_H
40
TileBeamElem_p1()
Default constructor:
std::vector< uint16_t > m_digits
friend class TileBeamElemCnv_p1
unsigned int m_channelID