ATLAS Offline Software
LArCalorimeter
LArRawConditions
LArRawConditions
LArEMEC_HVbetaP.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef LARRAWCONDITIONS_LAREMEC_HVBETAP
6
#define LARRAWCONDITIONS_LAREMEC_HVBETAP
7
8
#include <vector>
9
19
// persistent c-struct
20
class
LArEMEC_HVbetaP
{
21
public
:
22
23
LArEMEC_HVbetaP
() :
m_EMEC_HVbeta
(-9999999) {}
24
LArEMEC_HVbetaP
(
float
f
)
25
:
m_EMEC_HVbeta
(
f
) {}
26
bool
isEmpty
()
const
{
return
m_EMEC_HVbeta
< -9999 ; } ;
27
float
m_EMEC_HVbeta
;
28
};
29
30
#endif
31
LArEMEC_HVbetaP::m_EMEC_HVbeta
float m_EMEC_HVbeta
Definition:
LArEMEC_HVbetaP.h:26
LArEMEC_HVbetaP::LArEMEC_HVbetaP
LArEMEC_HVbetaP(float f)
Definition:
LArEMEC_HVbetaP.h:24
hist_file_dump.f
f
Definition:
hist_file_dump.py:135
LArEMEC_HVbetaP::LArEMEC_HVbetaP
LArEMEC_HVbetaP()
Definition:
LArEMEC_HVbetaP.h:23
LArEMEC_HVbetaP::isEmpty
bool isEmpty() const
Definition:
LArEMEC_HVbetaP.h:26
LArEMEC_HVbetaP
c-struct reproducing the structure of the persistent data
Definition:
LArEMEC_HVbetaP.h:20
Generated on Sun Dec 22 2024 21:13:26 for ATLAS Offline Software by
1.8.18