ATLAS Offline Software
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 
11 {
12 
13 public:
14  LArPhysCaliTdiffP() : m_Tdiff(-9999999) {}
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