ATLAS Offline Software
LArDigitContainer_p1.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef LARDIGITCONTAINER_P1_H
6 #define LARDIGITCONTAINER_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_gain;
18  std::vector<unsigned short> m_nSamples;
19  std::vector<unsigned short> m_samples;
20 
21 };
22 
23 
24 #endif
LArDigitContainer_p1::m_samples
std::vector< unsigned short > m_samples
Definition: LArDigitContainer_p1.h:19
LArDigitContainer_p1::m_channelID
std::vector< unsigned int > m_channelID
Definition: LArDigitContainer_p1.h:16
LArDigitContainer_p1
Definition: LArDigitContainer_p1.h:12
LArDigitContainer_p1::m_nSamples
std::vector< unsigned short > m_nSamples
Definition: LArDigitContainer_p1.h:18
LArDigitContainer_p1::m_gain
std::vector< unsigned char > m_gain
Definition: LArDigitContainer_p1.h:17