ATLAS Offline Software
Loading...
Searching...
No Matches
LArCalorimeter
LArRawConditions
LArRawConditions
LArDetCellParamsP.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_LARDETCELLPARAMSP
6
#define LARRAWCONDITIONS_LARDETCELLPARAMSP
7
8
#include <vector>
9
10
// persistent c-struct
11
class
LArDetCellParamsP
{
12
public
:
13
LArDetCellParamsP
() :
m_Omega0
(-9999999),
m_Taur
(-9999999) {}
14
LArDetCellParamsP
(
float
o,
float
t)
15
:
m_Omega0
(o),
m_Taur
(t) {}
16
bool
isEmpty
()
const
{
return
(
m_Omega0
< -9999 &&
m_Taur
< -9999) ; } ;
17
float
m_Omega0
;
18
float
m_Taur
;
19
};
20
21
22
#endif
23
LArDetCellParamsP::LArDetCellParamsP
LArDetCellParamsP(float o, float t)
Definition
LArDetCellParamsP.h:14
LArDetCellParamsP::LArDetCellParamsP
LArDetCellParamsP()
Definition
LArDetCellParamsP.h:13
LArDetCellParamsP::m_Taur
float m_Taur
Definition
LArDetCellParamsP.h:18
LArDetCellParamsP::isEmpty
bool isEmpty() const
Definition
LArDetCellParamsP.h:16
LArDetCellParamsP::m_Omega0
float m_Omega0
Definition
LArDetCellParamsP.h:17
Generated on
for ATLAS Offline Software by
1.14.0