ATLAS Offline Software
Loading...
Searching...
No Matches
LArCalorimeter
LArRawConditions
LArRawConditions
LArMphysOverMcalP1.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_LARMPHYSOVERMCALP1
6
#define LARRAWCONDITIONS_LARMPHYSOVERMCALP1
7
8
#include "
LArElecCalib/ILArMphysOverMcal.h
"
12
16
17
18
// persistent c-struct
19
class
LArMphysOverMcalP1
{
20
public
:
21
22
LArMphysOverMcalP1
() :
m_MphysOverMcal
(float(
ILArMphysOverMcal
::ERRORCODE)) {}
23
LArMphysOverMcalP1
(
float
f)
24
:
m_MphysOverMcal
(f) {}
25
bool
isEmpty
()
const
{
return
(
m_MphysOverMcal
==
float
(
ILArMphysOverMcal::ERRORCODE
)); };
26
float
m_MphysOverMcal
;
27
28
};
29
#endif
30
ILArMphysOverMcal.h
ILArMphysOverMcal
Definition
ILArMphysOverMcal.h:13
ILArMphysOverMcal::ERRORCODE
@ ERRORCODE
Definition
ILArMphysOverMcal.h:29
LArMphysOverMcalP1::LArMphysOverMcalP1
LArMphysOverMcalP1()
Definition
LArMphysOverMcalP1.h:22
LArMphysOverMcalP1::isEmpty
bool isEmpty() const
Definition
LArMphysOverMcalP1.h:25
LArMphysOverMcalP1::m_MphysOverMcal
float m_MphysOverMcal
Definition
LArMphysOverMcalP1.h:26
LArMphysOverMcalP1::LArMphysOverMcalP1
LArMphysOverMcalP1(float f)
Definition
LArMphysOverMcalP1.h:23
Generated on
for ATLAS Offline Software by
1.14.0