ATLAS Offline Software
Loading...
Searching...
No Matches
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
14
15
16/* Modified for POOL persistency
17 Hong Ma
18 July 15, 2005
19*/
20
21
22
24{
25public:
26
29 bool isEmpty() { return (m_vRamp.size() == 0); }
31 unsigned int m_gain;
32 std::vector<float> m_vRamp;
33
34};
35
36#endif
37
bool isEmpty()
Definition LArRampPTmp.h:29
LArRampPTmp(HWIdentifier id, int g)
Definition LArRampPTmp.h:28
HWIdentifier m_channelID
Definition LArRampPTmp.h:30
std::vector< float > m_vRamp
Definition LArRampPTmp.h:32
unsigned int m_gain
Definition LArRampPTmp.h:31