ATLAS Offline Software
Loading...
Searching...
No Matches
LArLATOMEHeaderContainer_p1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef LARLATOMEHEADERCONTAINER_P1_H
6#define LARLATOMEHEADERCONTAINER_P1_H
7
8#include <vector>
9
10
12{
13
14public:
15
16 std::vector<unsigned int> m_sourceID;
17 std::vector<unsigned int> m_latomeID;
18 std::vector<unsigned short> m_nChannels;
19 std::vector<unsigned short> m_BCID;
20 std::vector<unsigned int> m_l1ID;
21
22};
23
24
25#endif
std::vector< unsigned int > m_latomeID
std::vector< unsigned int > m_l1ID
std::vector< unsigned short > m_nChannels
std::vector< unsigned short > m_BCID
std::vector< unsigned int > m_sourceID