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

#include <LArTdriftP.h>

Collaboration diagram for LArTdriftP:

Public Member Functions

 LArTdriftP ()
 
 LArTdriftP (float d)
 
bool isEmpty () const
 

Public Attributes

float m_Tdrift
 

Detailed Description

Definition at line 11 of file LArTdriftP.h.

Constructor & Destructor Documentation

◆ LArTdriftP() [1/2]

LArTdriftP::LArTdriftP ( )
inline

Definition at line 13 of file LArTdriftP.h.

13 : m_Tdrift(-9999999) {}

◆ LArTdriftP() [2/2]

LArTdriftP::LArTdriftP ( float  d)
inline

Definition at line 14 of file LArTdriftP.h.

14 : m_Tdrift(d) {}

Member Function Documentation

◆ isEmpty()

bool LArTdriftP::isEmpty ( ) const
inline

Definition at line 15 of file LArTdriftP.h.

15 { return m_Tdrift < -9999 ; } ;

Member Data Documentation

◆ m_Tdrift

float LArTdriftP::m_Tdrift

Definition at line 16 of file LArTdriftP.h.


The documentation for this class was generated from the following file:
hist_file_dump.d
d
Definition: hist_file_dump.py:137
LArTdriftP::m_Tdrift
float m_Tdrift
Definition: LArTdriftP.h:15