ATLAS Offline Software
LArSCDigitContainer_p1.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef LARSCDIGITCONTAINER_P1_H
6 #define LARSCDIGITCONTAINER_P1_H
7 
8 #include <vector>
9 
10 
12 {
13 
14 public:
15 
16  std::vector<unsigned int> m_channelID;
17  std::vector<unsigned char> m_chan;
18  std::vector<unsigned int> m_sourceId;
19  std::vector<unsigned short> m_nSamples;
20  std::vector<unsigned short> m_samples;
21  std::vector<unsigned short> m_bcids;
22 
23 };
24 
25 
26 #endif
LArSCDigitContainer_p1::m_chan
std::vector< unsigned char > m_chan
Definition: LArSCDigitContainer_p1.h:17
LArSCDigitContainer_p1::m_samples
std::vector< unsigned short > m_samples
Definition: LArSCDigitContainer_p1.h:20
LArSCDigitContainer_p1::m_channelID
std::vector< unsigned int > m_channelID
Definition: LArSCDigitContainer_p1.h:16
LArSCDigitContainer_p1::m_sourceId
std::vector< unsigned int > m_sourceId
Definition: LArSCDigitContainer_p1.h:18
LArSCDigitContainer_p1::m_nSamples
std::vector< unsigned short > m_nSamples
Definition: LArSCDigitContainer_p1.h:19
LArSCDigitContainer_p1::m_bcids
std::vector< unsigned short > m_bcids
Definition: LArSCDigitContainer_p1.h:21
LArSCDigitContainer_p1
Definition: LArSCDigitContainer_p1.h:12