ATLAS Offline Software
Loading...
Searching...
No Matches
LArCalorimeter
LArRawConditions
LArRawConditions
LAruA2MeVP.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_LARUA2MEVP
6
#define LARRAWCONDITIONS_LARUA2MEVP
7
8
#include <vector>
9
#include "
LArElecCalib/ILAruA2MeV.h
"
13
14
15
/* updated for Pool persistency
16
July 19, 2005
17
*/
18
19
class
LAruA2MeVP
{
20
public
:
21
22
LAruA2MeVP
() :
m_uA2MeV
(float(
ILAruA2MeV
::ERRORCODE)) {}
23
LAruA2MeVP
(
float
a
) :
m_uA2MeV
(
a
) {}
24
bool
isEmpty
()
const
{
return
(
m_uA2MeV
==
float
(
ILAruA2MeV::ERRORCODE
)) ; } ;
25
float
m_uA2MeV
;
26
};
27
28
29
#endif
30
ILAruA2MeV.h
a
static Double_t a
Definition
LArPhysWaveHECTool.cxx:38
ILAruA2MeV
Definition
ILAruA2MeV.h:13
ILAruA2MeV::ERRORCODE
@ ERRORCODE
Definition
ILAruA2MeV.h:35
LAruA2MeVP::m_uA2MeV
float m_uA2MeV
Definition
LAruA2MeVP.h:25
LAruA2MeVP::LAruA2MeVP
LAruA2MeVP()
Definition
LAruA2MeVP.h:22
LAruA2MeVP::isEmpty
bool isEmpty() const
Definition
LAruA2MeVP.h:24
LAruA2MeVP::LAruA2MeVP
LAruA2MeVP(float a)
Definition
LAruA2MeVP.h:23
Generated on
for ATLAS Offline Software by
1.14.0