ATLAS Offline Software
Loading...
Searching...
No Matches
LArCalorimeter
LArRawConditions
LArRawConditions
LArPhysCaliTdiffP.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_LARPHYSCALITDIFFP
6
#define LARRAWCONDITIONS_LARPHYSCALITDIFFP
7
8
#include <vector>
9
10
class
LArPhysCaliTdiffP
11
{
12
13
public
:
14
LArPhysCaliTdiffP
() :
m_Tdiff
(-9999999) {}
15
LArPhysCaliTdiffP
(
float
t)
16
:
m_Tdiff
(t) {}
17
bool
isEmpty
()
const
{
return
m_Tdiff
< -9999 ; } ;
18
float
m_Tdiff
;
19
};
20
21
#endif
22
LArPhysCaliTdiffP::isEmpty
bool isEmpty() const
Definition
LArPhysCaliTdiffP.h:17
LArPhysCaliTdiffP::m_Tdiff
float m_Tdiff
Definition
LArPhysCaliTdiffP.h:18
LArPhysCaliTdiffP::LArPhysCaliTdiffP
LArPhysCaliTdiffP()
Definition
LArPhysCaliTdiffP.h:14
LArPhysCaliTdiffP::LArPhysCaliTdiffP
LArPhysCaliTdiffP(float t)
Definition
LArPhysCaliTdiffP.h:15
Generated on
for ATLAS Offline Software by
1.14.0