ATLAS Offline Software
Loading...
Searching...
No Matches
LArDigitContainer_p2.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_P2_H
6#define LARDIGITCONTAINER_P2_H
7
8#include <vector>
9
11public:
12 unsigned char m_nSamples; //identical for all readout channels
13 std::vector<unsigned char> m_gain; //2 bits per online-hash. 0:no data 1,2,3:gain+1
14 std::vector<short> m_samples;
15};
16
17
18#endif
std::vector< unsigned char > m_gain
std::vector< short > m_samples