ATLAS Offline Software
Loading...
Searching...
No Matches
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>
13
14
15/* updated for Pool persistency
16 July 19, 2005
17*/
18
20public:
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
static Double_t a
float m_uA2MeV
Definition LAruA2MeVP.h:25
bool isEmpty() const
Definition LAruA2MeVP.h:24
LAruA2MeVP(float a)
Definition LAruA2MeVP.h:23