ATLAS Offline Software
Loading...
Searching...
No Matches
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
13public:
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