ATLAS Offline Software
LArDigitContainer_p3.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef LARDIGITCONTAINER_P3_H
6 #define LARDIGITCONTAINER_P3_H
7 
8 #include <vector>
9 
11 public:
12  bool m_this_is_slar; //false for standard cells, true for supercells
13  unsigned char m_nSamples; //identical for all readout channels
14  std::vector<unsigned char> m_gain; //2 bits per online-hash. 0:no data 1,2,3:gain+1
15  std::vector<short> m_samples;
16 };
17 
18 
19 #endif
LArDigitContainer_p3::m_this_is_slar
bool m_this_is_slar
Definition: LArDigitContainer_p3.h:12
LArDigitContainer_p3::m_gain
std::vector< unsigned char > m_gain
Definition: LArDigitContainer_p3.h:14
LArDigitContainer_p3::m_nSamples
unsigned char m_nSamples
Definition: LArDigitContainer_p3.h:13
LArDigitContainer_p3::m_samples
std::vector< short > m_samples
Definition: LArDigitContainer_p3.h:15
LArDigitContainer_p3
Definition: LArDigitContainer_p3.h:10