ATLAS Offline Software
LArCalorimeter
LArRawConditions
LArRawConditions
LArRampP.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_LARRAMPP
6
#define LARRAWCONDITIONS_LARRAMPP
7
8
#include <vector>
9
16
/* Modified for POOL persistency
17
Hong Ma
18
July 15, 2005
19
*/
20
21
22
23
class
LArRampP
24
{
25
public
:
26
27
LArRampP
() {}
28
bool
isEmpty
()
const
{
return
(
m_vRamp
.size() == 0); }
29
std::vector<float>
m_vRamp
;
30
31
};
32
33
#endif
34
LArRampP::isEmpty
bool isEmpty() const
Definition:
LArRampP.h:28
LArRampP::LArRampP
LArRampP()
Definition:
LArRampP.h:27
LArRampP
Persistent data for LArRamp Copied from LAr.
Definition:
LArRampP.h:24
LArRampP::m_vRamp
std::vector< float > m_vRamp
Definition:
LArRampP.h:29
Generated on Thu Nov 7 2024 21:19:53 for ATLAS Offline Software by
1.8.18