ATLAS Offline Software
LArFebErrorSummary_p1.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 LARTPCNV_LARFEBERRORSUMMARY_P1_H
6 #define LARTPCNV_LARFEBERRORSUMMARY_P1_H
7 
12 #include <vector>
13 #include <cstdint>
14 
16 
17  public:
18 
20 
22 
23  private:
24 
25 
26  std::vector<unsigned int> m_feb_ids;
27  std::vector<uint16_t> m_feb_errors;
28 
29 };
30 
31 #endif
LArFebErrorSummary_p1::LArFebErrorSummary_p1
LArFebErrorSummary_p1()
Definition: LArFebErrorSummary_p1.h:19
LArFebErrorSummaryCnv_p1
Definition: LArFebErrorSummaryCnv_p1.h:18
LArFebErrorSummary_p1::m_feb_errors
std::vector< uint16_t > m_feb_errors
Definition: LArFebErrorSummary_p1.h:27
LArFebErrorSummary_p1::m_feb_ids
std::vector< unsigned int > m_feb_ids
Definition: LArFebErrorSummary_p1.h:26
LArFebErrorSummary_p1
persistent class for LArFebErrorSummary, version p2.
Definition: LArFebErrorSummary_p1.h:15