ATLAS Offline Software
Loading...
Searching...
No Matches
LArRawSCContainer_p1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef LARRAWSCCONTAINER_P1_H
6#define LARRAWSCCONTAINER_P1_H
7
8#include <vector>
9
10
12{
13
14public:
15
16 std::vector<unsigned int> m_channelID;
17 std::vector<unsigned short> m_chan;
18 std::vector<unsigned int> m_sourceId;
19 std::vector<unsigned short> m_nEnergies;
20 std::vector<int> m_energies;
21 std::vector<unsigned short> m_bcids;
22 std::vector<bool> m_satur;
23
24};
25
26
27#endif
std::vector< unsigned short > m_nEnergies
std::vector< bool > m_satur
std::vector< unsigned short > m_bcids
std::vector< unsigned int > m_sourceId
std::vector< int > m_energies
std::vector< unsigned short > m_chan
std::vector< unsigned int > m_channelID