ATLAS Offline Software
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
read_hist_ntuple.t
t
Definition:
read_hist_ntuple.py:5
LArPhysCaliTdiffP::LArPhysCaliTdiffP
LArPhysCaliTdiffP(float t)
Definition:
LArPhysCaliTdiffP.h:15
LArPhysCaliTdiffP
Definition:
LArPhysCaliTdiffP.h:11
LArPhysCaliTdiffP::m_Tdiff
float m_Tdiff
Definition:
LArPhysCaliTdiffP.h:17
LArPhysCaliTdiffP::isEmpty
bool isEmpty() const
Definition:
LArPhysCaliTdiffP.h:17
LArPhysCaliTdiffP::LArPhysCaliTdiffP
LArPhysCaliTdiffP()
Definition:
LArPhysCaliTdiffP.h:14
Generated on Thu Nov 7 2024 21:19:51 for ATLAS Offline Software by
1.8.18