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