ATLAS Offline Software
LArCalorimeter
LArRawConditions
LArRawConditions
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
11
class
LArPedestalP
{
12
public
:
13
14
LArPedestalP
() {}
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
Generated on Thu Nov 7 2024 21:19:50 for ATLAS Offline Software by
1.8.18