ATLAS Offline Software
LArAutoCorrP.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_LARAUTOCORRP
6 #define LARRAWCONDITIONS_LARAUTOCORRP
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  bool isEmpty() const { return (m_vAutoCorr.size() == 0); }
30  std::vector<double> m_vAutoCorr;
31 
32 };
33 
34 #endif
35 
LArAutoCorrP::isEmpty
bool isEmpty() const
Definition: LArAutoCorrP.h:29
LArAutoCorrP::m_vAutoCorr
std::vector< double > m_vAutoCorr
Definition: LArAutoCorrP.h:30
LArAutoCorrP::LArAutoCorrP
LArAutoCorrP()
Definition: LArAutoCorrP.h:28
HWIdentifier.h
LArAutoCorrP
c-struct reproducing the structure of the persistent data
Definition: LArAutoCorrP.h:25