ATLAS Offline Software
Loading...
Searching...
No Matches
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
11public:
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
std::vector< unsigned char > m_gain
std::vector< short > m_samples