ATLAS Offline Software
Loading...
Searching...
No Matches
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
17
18/* Modified for POOL persistency
19 Hong Ma
20 July 15, 2005
21*/
22
23
25{
26public:
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(const std::vector< float > &vAutoCorr)
bool isEmpty() const
std::vector< float > m_vAutoCorr