ATLAS Offline Software
LArCalorimeter
LArRawConditions
LArRawConditions
LArEMEC_CphiP.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_CPHIP
6
#define LARRAWCONDITIONS_LAREMEC_CPHIP
7
8
#include <vector>
9
19
// persistent c-struct
20
class
LArEMEC_CphiP
{
21
public
:
22
23
LArEMEC_CphiP
() :
m_EMEC_Cphi
(-9999999) {}
24
LArEMEC_CphiP
(
float
f
)
25
:
m_EMEC_Cphi
(
f
) {}
26
float
m_EMEC_Cphi
;
27
bool
isEmpty
()
const
{
return
m_EMEC_Cphi
< -9999 ; } ;
28
};
29
30
#endif
31
LArEMEC_CphiP::LArEMEC_CphiP
LArEMEC_CphiP(float f)
Definition:
LArEMEC_CphiP.h:24
LArEMEC_CphiP::m_EMEC_Cphi
float m_EMEC_Cphi
Definition:
LArEMEC_CphiP.h:26
LArEMEC_CphiP
c-struct reproducing the structure of the persistent data
Definition:
LArEMEC_CphiP.h:20
LArEMEC_CphiP::isEmpty
bool isEmpty() const
Definition:
LArEMEC_CphiP.h:27
LArEMEC_CphiP::LArEMEC_CphiP
LArEMEC_CphiP()
Definition:
LArEMEC_CphiP.h:23
hist_file_dump.f
f
Definition:
hist_file_dump.py:135
Generated on Thu Nov 7 2024 21:19:34 for ATLAS Offline Software by
1.8.18