ATLAS Offline Software
LArLATOMEHeaderContainer_p1.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef LARLATOMEHEADERCONTAINER_P1_H
6 #define LARLATOMEHEADERCONTAINER_P1_H
7 
8 #include <vector>
9 
10 
12 {
13 
14 public:
15 
16  std::vector<unsigned int> m_sourceID;
17  std::vector<unsigned int> m_latomeID;
18  std::vector<unsigned short> m_nChannels;
19  std::vector<unsigned short> m_BCID;
20  std::vector<unsigned int> m_l1ID;
21 
22 };
23 
24 
25 #endif
LArLATOMEHeaderContainer_p1::m_sourceID
std::vector< unsigned int > m_sourceID
Definition: LArLATOMEHeaderContainer_p1.h:16
LArLATOMEHeaderContainer_p1
Definition: LArLATOMEHeaderContainer_p1.h:12
LArLATOMEHeaderContainer_p1::m_nChannels
std::vector< unsigned short > m_nChannels
Definition: LArLATOMEHeaderContainer_p1.h:18
LArLATOMEHeaderContainer_p1::m_l1ID
std::vector< unsigned int > m_l1ID
Definition: LArLATOMEHeaderContainer_p1.h:20
LArLATOMEHeaderContainer_p1::m_latomeID
std::vector< unsigned int > m_latomeID
Definition: LArLATOMEHeaderContainer_p1.h:17
LArLATOMEHeaderContainer_p1::m_BCID
std::vector< unsigned short > m_BCID
Definition: LArLATOMEHeaderContainer_p1.h:19