ATLAS Offline Software
Loading...
Searching...
No Matches
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
std::vector< std::pair< unsigned int, std::vector< int > > > m_noisy_preamps
std::vector< unsigned int > m_noisy_febs
friend class LArNoisyROSummaryCnv_p1