ATLAS Offline Software
LArPedestalMC_p1.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3 */
4 
15 #ifndef LARCONDTPCNV_LARPEDESTALMC_P1
16 #define LARCONDTPCNV_LARPEDESTALMC_P1
17 
18 #include <vector>
19 
30 {
31 
32 public:
34  std::vector<float> m_vPedestal;
35  std::vector<float> m_vPedestalRMS;
36 };
37 
38 
39 #endif // LARCONDTPCNV_LARPEDESTALMC_P1
LArPedestalMC_p1
persistent class container of LArConditionsMC for LArPedestal data.
Definition: LArPedestalMC_p1.h:30
LArPedestalMC_p1::LArPedestalMC_p1
LArPedestalMC_p1()
Definition: LArPedestalMC_p1.h:33
LArPedestalMC_p1::m_vPedestal
std::vector< float > m_vPedestal
Definition: LArPedestalMC_p1.h:34
LArPedestalMC_p1::m_vPedestalRMS
std::vector< float > m_vPedestalRMS
Definition: LArPedestalMC_p1.h:35