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