ATLAS Offline Software
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
12 public:
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 
LArPedestalP::isEmpty
bool isEmpty() const
Definition: LArPedestalP.h:15
LArPedestalP::m_vPedestalRMS
std::vector< float > m_vPedestalRMS
Definition: LArPedestalP.h:17
LArPedestalP::LArPedestalP
LArPedestalP()
Definition: LArPedestalP.h:14
LArPedestalP::m_vPedestal
std::vector< float > m_vPedestal
Definition: LArPedestalP.h:16
LArPedestalP
Definition: LArPedestalP.h:11