ATLAS Offline Software
LArCalorimeter
LArTest
LArConditionsTest
LArConditionsTest
LArRampPTmp.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_LARRAMPPTMP
6
#define LARRAWCONDITIONS_LARRAMPPTMP
7
8
#include <vector>
9
16
/* Modified for POOL persistency
17
Hong Ma
18
July 15, 2005
19
*/
20
21
22
23
class
LArRampPTmp
24
{
25
public
:
26
27
LArRampPTmp
() :
m_gain
(0) {}
28
LArRampPTmp
(
HWIdentifier
id
,
int
g
) :
m_channelID
(
id
),
m_gain
(
g
) {}
29
bool
isEmpty
() {
return
(
m_vRamp
.size() == 0); }
30
HWIdentifier
m_channelID
;
31
unsigned
int
m_gain
;
32
std::vector<float>
m_vRamp
;
33
34
};
35
36
#endif
37
LArRampPTmp::m_vRamp
std::vector< float > m_vRamp
Definition:
LArRampPTmp.h:32
LArRampPTmp::m_gain
unsigned int m_gain
Definition:
LArRampPTmp.h:31
HWIdentifier
Definition:
HWIdentifier.h:13
python.CaloCondTools.g
g
Definition:
CaloCondTools.py:15
LArRampPTmp::LArRampPTmp
LArRampPTmp()
Definition:
LArRampPTmp.h:27
LArRampPTmp::LArRampPTmp
LArRampPTmp(HWIdentifier id, int g)
Definition:
LArRampPTmp.h:28
LArRampPTmp
Persistent data for LArRamp Copied from LAr.
Definition:
LArRampPTmp.h:24
id
SG::auxid_t id
Definition:
Control/AthContainers/Root/debug.cxx:227
LArRampPTmp::isEmpty
bool isEmpty()
Definition:
LArRampPTmp.h:29
LArRampPTmp::m_channelID
HWIdentifier m_channelID
Definition:
LArRampPTmp.h:30
Generated on Sun Dec 22 2024 21:13:40 for ATLAS Offline Software by
1.8.18