ATLAS Offline Software
LArCalorimeter
LArRawConditions
LArRawConditions
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
8
#include "
Identifier/HWIdentifier.h
"
9
#include <vector>
10
18
/* Modified for POOL persistency
19
Hong Ma
20
July 15, 2005
21
*/
22
23
24
class
LArAutoCorrP
25
{
26
public
:
27
28
LArAutoCorrP
() {}
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
Generated on Thu Nov 7 2024 21:19:13 for ATLAS Offline Software by
1.8.18