ATLAS Offline Software
Loading...
Searching...
No Matches
LArNoisyROSummary_p2.h
Go to the documentation of this file.
1// This file's extension implies that it's C, but it's really -*- C++ -*-.
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7#ifndef LARNOISYROSUMMARY_P2_H
8#define LARNOISYROSUMMARY_P2_H
9
10#include <vector>
11#include <utility>
12#include <stdint.h>
13
15{
16 public:
18
22
23 //private:
24 std::vector<unsigned int> m_noisy_febs;
25 std::vector< std::pair<unsigned int, std::vector<int> > > m_noisy_preamps;
29
30};
31
32#endif
std::vector< unsigned int > m_noisy_febs
std::vector< std::pair< unsigned int, std::vector< int > > > m_noisy_preamps
friend class LArNoisyROSummaryCnv_p2