ATLAS Offline Software
Loading...
Searching...
No Matches
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
17
18/* Modified for POOL persistency
19 Hong Ma
20 July 15, 2005
21*/
22
23
25{
26public:
27
29 bool isEmpty() const { return (m_vAutoCorr.size() == 0); }
30 std::vector<double> m_vAutoCorr;
31
32};
33
34#endif
35
bool isEmpty() const
std::vector< double > m_vAutoCorr