ATLAS Offline Software
Loading...
Searching...
No Matches
LArCaliPulseParamsP Class Reference

#include <LArCaliPulseParamsP.h>

Collaboration diagram for LArCaliPulseParamsP:

Public Member Functions

 LArCaliPulseParamsP ()
 LArCaliPulseParamsP (float r, float s)
 LArCaliPulseParamsP (float r, float s, float t, float u)
 LArCaliPulseParamsP (float r, float s, float t, float u, short v)
bool isEmpty () const

Public Attributes

float m_Tcal
float m_Fstep
float m_Offset
float m_dTimeCal
short m_nCB

Detailed Description

Definition at line 11 of file LArCaliPulseParamsP.h.

Constructor & Destructor Documentation

◆ LArCaliPulseParamsP() [1/4]

LArCaliPulseParamsP::LArCaliPulseParamsP ( )
inline

Definition at line 14 of file LArCaliPulseParamsP.h.

◆ LArCaliPulseParamsP() [2/4]

LArCaliPulseParamsP::LArCaliPulseParamsP ( float r,
float s )
inline

Definition at line 16 of file LArCaliPulseParamsP.h.

17 : m_Tcal(r), m_Fstep(s), m_Offset(-9999999), m_dTimeCal(-9999999), m_nCB(-999) {} ;
int r
Definition globals.cxx:22

◆ LArCaliPulseParamsP() [3/4]

LArCaliPulseParamsP::LArCaliPulseParamsP ( float r,
float s,
float t,
float u )
inline

Definition at line 18 of file LArCaliPulseParamsP.h.

19 : m_Tcal(r), m_Fstep(s), m_Offset(t), m_dTimeCal(u), m_nCB(-999) {} ;

◆ LArCaliPulseParamsP() [4/4]

LArCaliPulseParamsP::LArCaliPulseParamsP ( float r,
float s,
float t,
float u,
short v )
inline

Definition at line 20 of file LArCaliPulseParamsP.h.

21 : m_Tcal(r), m_Fstep(s), m_Offset(t), m_dTimeCal(u), m_nCB(v) {} ;

Member Function Documentation

◆ isEmpty()

bool LArCaliPulseParamsP::isEmpty ( ) const
inline

Definition at line 22 of file LArCaliPulseParamsP.h.

22{ return (m_Tcal < -9999 && m_Fstep < -9999) ; } ;

Member Data Documentation

◆ m_dTimeCal

float LArCaliPulseParamsP::m_dTimeCal

Definition at line 26 of file LArCaliPulseParamsP.h.

◆ m_Fstep

float LArCaliPulseParamsP::m_Fstep

Definition at line 24 of file LArCaliPulseParamsP.h.

◆ m_nCB

short LArCaliPulseParamsP::m_nCB

Definition at line 27 of file LArCaliPulseParamsP.h.

◆ m_Offset

float LArCaliPulseParamsP::m_Offset

Definition at line 25 of file LArCaliPulseParamsP.h.

◆ m_Tcal

float LArCaliPulseParamsP::m_Tcal

Definition at line 23 of file LArCaliPulseParamsP.h.


The documentation for this class was generated from the following file: