ATLAS Offline Software
LArAutoCorrP1.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_LARAUTOCORRP1
6 #define LARRAWCONDITIONS_LARAUTOCORRP1
7 
9 #include <vector>
10 
18 /* Modified for POOL persistency
19  Hong Ma
20  July 15, 2005
21 */
22 
23 
25 {
26 public:
27 
29  LArAutoCorrP1(const std::vector<float>& vAutoCorr) : m_vAutoCorr(vAutoCorr) {}
30  bool isEmpty() const { return (m_vAutoCorr.size() == 0); }
31  std::vector<float> m_vAutoCorr;
32 
33 };
34 
35 #endif
36 
LArAutoCorrP1::LArAutoCorrP1
LArAutoCorrP1(const std::vector< float > &vAutoCorr)
Definition: LArAutoCorrP1.h:29
LArAutoCorrP1
c-struct reproducing the structure of the persistent data
Definition: LArAutoCorrP1.h:25
LArAutoCorrP1::isEmpty
bool isEmpty() const
Definition: LArAutoCorrP1.h:30
HWIdentifier.h
LArAutoCorrP1::LArAutoCorrP1
LArAutoCorrP1()
Definition: LArAutoCorrP1.h:28
LArAutoCorrP1::m_vAutoCorr
std::vector< float > m_vAutoCorr
Definition: LArAutoCorrP1.h:31