ATLAS Offline Software
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
"
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
LArElecCalib::ERRORCODE
@ ERRORCODE
Definition:
LArCalibErrorCode.h:17
ILArDAC2uA
Definition:
ILArDAC2uA.h:13
LArDAC2uAP::m_DAC2uA
float m_DAC2uA
Definition:
LArDAC2uAP.h:25
LArDAC2uAP::LArDAC2uAP
LArDAC2uAP()
Definition:
LArDAC2uAP.h:23
LArDAC2uAP::isEmpty
bool isEmpty() const
Definition:
LArDAC2uAP.h:25
LArDAC2uAP::LArDAC2uAP
LArDAC2uAP(float DAC2uA)
Definition:
LArDAC2uAP.h:24
ILArDAC2uA::ERRORCODE
@ ERRORCODE
Definition:
ILArDAC2uA.h:37
LArDAC2uAP
c-struct reproducing the structure of the persistent data
Definition:
LArDAC2uAP.h:20
readCCLHist.float
float
Definition:
readCCLHist.py:83
Generated on Thu Nov 7 2024 21:19:29 for ATLAS Offline Software by
1.8.18