ATLAS Offline Software
Loading...
Searching...
No Matches
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) {}
float m_Tdrift
Definition LArTdriftP.h:16

◆ 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: