ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
LArPhysCaliTdiffP Class Reference

#include <LArPhysCaliTdiffP.h>

Collaboration diagram for LArPhysCaliTdiffP:

Public Member Functions

 LArPhysCaliTdiffP ()
 
 LArPhysCaliTdiffP (float t)
 
bool isEmpty () const
 

Public Attributes

float m_Tdiff
 

Detailed Description

Definition at line 10 of file LArPhysCaliTdiffP.h.

Constructor & Destructor Documentation

◆ LArPhysCaliTdiffP() [1/2]

LArPhysCaliTdiffP::LArPhysCaliTdiffP ( )
inline

Definition at line 14 of file LArPhysCaliTdiffP.h.

14 : m_Tdiff(-9999999) {}

◆ LArPhysCaliTdiffP() [2/2]

LArPhysCaliTdiffP::LArPhysCaliTdiffP ( float  t)
inline

Definition at line 15 of file LArPhysCaliTdiffP.h.

16  : m_Tdiff(t) {}

Member Function Documentation

◆ isEmpty()

bool LArPhysCaliTdiffP::isEmpty ( ) const
inline

Definition at line 17 of file LArPhysCaliTdiffP.h.

17 { return m_Tdiff < -9999 ; } ;

Member Data Documentation

◆ m_Tdiff

float LArPhysCaliTdiffP::m_Tdiff

Definition at line 18 of file LArPhysCaliTdiffP.h.


The documentation for this class was generated from the following file:
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5
LArPhysCaliTdiffP::m_Tdiff
float m_Tdiff
Definition: LArPhysCaliTdiffP.h:17