ATLAS Offline Software
LArCalorimeter
LArRawConditions
LArRawConditions
LArfSamplP.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_LARFSAMPLP
6
#define LARRAWCONDITIONS_LARFSAMPLP
7
8
#include <vector>
9
14
/* Modified for POOL persistency
15
Hong Ma
16
July 15, 2005
17
*/
18
19
class
LArfSamplP
20
{
21
public
:
22
23
LArfSamplP
() :
m_fSampl
(-9999999) {}
24
LArfSamplP
(
float
f
) :
m_fSampl
(
f
) {}
25
bool
isEmpty
()
const
{
return
m_fSampl
< -9999 ; } ;
26
float
m_fSampl
;
27
};
28
29
30
#endif
31
LArfSamplP::LArfSamplP
LArfSamplP()
Definition:
LArfSamplP.h:23
hist_file_dump.f
f
Definition:
hist_file_dump.py:135
LArfSamplP
c-struct reproducing the structure of the persistent data
Definition:
LArfSamplP.h:20
LArfSamplP::LArfSamplP
LArfSamplP(float f)
Definition:
LArfSamplP.h:24
LArfSamplP::isEmpty
bool isEmpty() const
Definition:
LArfSamplP.h:25
LArfSamplP::m_fSampl
float m_fSampl
Definition:
LArfSamplP.h:25
Generated on Sun Dec 22 2024 21:13:28 for ATLAS Offline Software by
1.8.18