ATLAS Offline Software
Loading...
Searching...
No Matches
LArCalorimeter
LArRawConditions
LArRawConditions
LArDAC2uAP.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_LARDAC2UAP
6
#define LARRAWCONDITIONS_LARDAC2UAP
7
8
#include <vector>
9
#include "
LArElecCalib/ILArDAC2uA.h
"
13
14
/* Modified for POOL persistency
15
Hong Ma
16
July 15, 2005
17
*/
18
19
class
LArDAC2uAP
20
{
21
public
:
22
23
LArDAC2uAP
() :
m_DAC2uA
(float(
ILArDAC2uA
::ERRORCODE)) {}
24
LArDAC2uAP
(
float
DAC2uA) :
m_DAC2uA
(DAC2uA) {}
25
bool
isEmpty
()
const
{
return
(
m_DAC2uA
==
float
(
ILArDAC2uA::ERRORCODE
));} ;
26
float
m_DAC2uA
;
27
};
28
29
30
#endif
31
ILArDAC2uA.h
ILArDAC2uA
Definition
ILArDAC2uA.h:13
ILArDAC2uA::ERRORCODE
@ ERRORCODE
Definition
ILArDAC2uA.h:37
LArDAC2uAP::m_DAC2uA
float m_DAC2uA
Definition
LArDAC2uAP.h:26
LArDAC2uAP::LArDAC2uAP
LArDAC2uAP()
Definition
LArDAC2uAP.h:23
LArDAC2uAP::LArDAC2uAP
LArDAC2uAP(float DAC2uA)
Definition
LArDAC2uAP.h:24
LArDAC2uAP::isEmpty
bool isEmpty() const
Definition
LArDAC2uAP.h:25
Generated on
for ATLAS Offline Software by
1.14.0