ATLAS Offline Software
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>
15 /* updated for Pool persistency
16  July 19, 2005
17 */
18 
19 class LAruA2MeVP{
20 public:
21 
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
ILAruA2MeV
Definition: ILAruA2MeV.h:13
LAruA2MeVP::isEmpty
bool isEmpty() const
Definition: LAruA2MeVP.h:24
LAruA2MeVP
c-struct reproducing the structure of the persistent data
Definition: LAruA2MeVP.h:19
LAruA2MeVP::LAruA2MeVP
LAruA2MeVP()
Definition: LAruA2MeVP.h:22
LAruA2MeVP::m_uA2MeV
float m_uA2MeV
Definition: LAruA2MeVP.h:24
LAruA2MeVP::LAruA2MeVP
LAruA2MeVP(float a)
Definition: LAruA2MeVP.h:23
a
TList * a
Definition: liststreamerinfos.cxx:10
LArElecCalib::ERRORCODE
@ ERRORCODE
Definition: LArCalibErrorCode.h:17
readCCLHist.float
float
Definition: readCCLHist.py:83
ILAruA2MeV::ERRORCODE
@ ERRORCODE
Definition: ILAruA2MeV.h:35