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

#include <LArWaveDerivedQuantitiesP.h>

Collaboration diagram for LArWaveDerivedQuantitiesP:

Public Member Functions

 LArWaveDerivedQuantitiesP ()
 LArWaveDerivedQuantitiesP (float b, float m, float t, float w, float r, float p, float j, unsigned f)
bool isEmpty () const

Public Attributes

float m_baseline
float m_maxAmp
float m_tmaxAmp
float m_width
float m_rT0
float m_posLobe
float m_jitter
unsigned m_flag

Detailed Description

Definition at line 9 of file LArWaveDerivedQuantitiesP.h.

Constructor & Destructor Documentation

◆ LArWaveDerivedQuantitiesP() [1/2]

LArWaveDerivedQuantitiesP::LArWaveDerivedQuantitiesP ( )
inline

◆ LArWaveDerivedQuantitiesP() [2/2]

LArWaveDerivedQuantitiesP::LArWaveDerivedQuantitiesP ( float b,
float m,
float t,
float w,
float r,
float p,
float j,
unsigned f )
inline

Definition at line 25 of file LArWaveDerivedQuantitiesP.h.

25 :
26 m_baseline(b),
27 m_maxAmp(m),
28 m_tmaxAmp(t),
29 m_width(w),
30 m_rT0(r),
31 m_posLobe(p),
32 m_jitter(j),
33 m_flag(f)
34 {} ;
int r
Definition globals.cxx:22

Member Function Documentation

◆ isEmpty()

bool LArWaveDerivedQuantitiesP::isEmpty ( ) const
inline

Definition at line 36 of file LArWaveDerivedQuantitiesP.h.

37 { return ( m_baseline<-9999 && m_maxAmp<-9999 && m_tmaxAmp<-9999 &&
38 m_width<-9999 && m_rT0<-9999 && m_posLobe<-9999 &&
39 m_jitter<-9999); }

Member Data Documentation

◆ m_baseline

float LArWaveDerivedQuantitiesP::m_baseline

Definition at line 41 of file LArWaveDerivedQuantitiesP.h.

◆ m_flag

unsigned LArWaveDerivedQuantitiesP::m_flag

Definition at line 49 of file LArWaveDerivedQuantitiesP.h.

◆ m_jitter

float LArWaveDerivedQuantitiesP::m_jitter

Definition at line 47 of file LArWaveDerivedQuantitiesP.h.

◆ m_maxAmp

float LArWaveDerivedQuantitiesP::m_maxAmp

Definition at line 42 of file LArWaveDerivedQuantitiesP.h.

◆ m_posLobe

float LArWaveDerivedQuantitiesP::m_posLobe

Definition at line 46 of file LArWaveDerivedQuantitiesP.h.

◆ m_rT0

float LArWaveDerivedQuantitiesP::m_rT0

Definition at line 45 of file LArWaveDerivedQuantitiesP.h.

◆ m_tmaxAmp

float LArWaveDerivedQuantitiesP::m_tmaxAmp

Definition at line 43 of file LArWaveDerivedQuantitiesP.h.

◆ m_width

float LArWaveDerivedQuantitiesP::m_width

Definition at line 44 of file LArWaveDerivedQuantitiesP.h.


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