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