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