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