ATLAS Offline Software
Loading...
Searching...
No Matches
LArPedestalP.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 LARRAWCONDITIONS_LARPEDESTALP
6#define LARRAWCONDITIONS_LARPEDESTALP
7
8#include <vector>
9
10// persistent c-struct
12public:
13
15 bool isEmpty() const { return (m_vPedestal.size() == 0); }
16 std::vector<float> m_vPedestal;
17 std::vector<float> m_vPedestalRMS;
18};
19
20
21#endif
22
std::vector< float > m_vPedestalRMS
bool isEmpty() const
std::vector< float > m_vPedestal