ATLAS Offline Software
LArNoisyROSummary_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 LARNOISYROSUMMARY_P1_H
6 #define LARNOISYROSUMMARY_P1_H
7 
8 #include <vector>
9 #include <utility>
10 
12 {
13  public:
15 
17 
18  //private:
19  std::vector<unsigned int> m_noisy_febs;
20  std::vector< std::pair<unsigned int, std::vector<int> > > m_noisy_preamps;
21 
22 };
23 
24 #endif
LArNoisyROSummary_p1::m_noisy_febs
std::vector< unsigned int > m_noisy_febs
Definition: LArNoisyROSummary_p1.h:16
LArNoisyROSummary_p1::LArNoisyROSummary_p1
LArNoisyROSummary_p1()
Definition: LArNoisyROSummary_p1.h:16
LArNoisyROSummary_p1
Definition: LArNoisyROSummary_p1.h:12
LArNoisyROSummary_p1::m_noisy_preamps
std::vector< std::pair< unsigned int, std::vector< int > > > m_noisy_preamps
Definition: LArNoisyROSummary_p1.h:20
LArNoisyROSummaryCnv_p1
Definition: LArNoisyROSummaryCnv_p1.h:16