ATLAS Offline Software
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::m_Omega0
float m_Omega0
Definition:
LArDetCellParamsP.h:16
read_hist_ntuple.t
t
Definition:
read_hist_ntuple.py:5
LArDetCellParamsP
Definition:
LArDetCellParamsP.h:11
LArDetCellParamsP::LArDetCellParamsP
LArDetCellParamsP()
Definition:
LArDetCellParamsP.h:13
LArDetCellParamsP::LArDetCellParamsP
LArDetCellParamsP(float o, float t)
Definition:
LArDetCellParamsP.h:14
LArDetCellParamsP::isEmpty
bool isEmpty() const
Definition:
LArDetCellParamsP.h:16
LArDetCellParamsP::m_Taur
float m_Taur
Definition:
LArDetCellParamsP.h:18
Generated on Sun Dec 22 2024 21:13:23 for ATLAS Offline Software by
1.8.18