#include <PulseFit.h>
Public Member Functions | |
double | getAmplitude () const |
double | getChi2 () const |
double | getPedestal () const |
int | getSmCrystalNb () const |
return the cristal number (supermodule convention [0-1699]) More... | |
double | getTime () const |
PulseFit () | |
void | setSmCrystalNb (const int &crystalNb) |
set the cristal number (supermodule convention [0-1699]) More... | |
~PulseFit () override | |
Protected Attributes | |
double | amplitude_ |
double | chi2_ |
remaining pedestal More... | |
double | pedestal_ |
position (in clock unit) of the maximum of the pulse More... | |
int | smCrystalNb_ |
chi2 of the fit More... | |
double | time_ |
amplitude of the pulse More... | |
Definition at line 14 of file PulseFit.h.
PulseFit::PulseFit | ( | ) |
|
override |
double PulseFit::getAmplitude | ( | ) | const |
double PulseFit::getChi2 | ( | ) | const |
double PulseFit::getPedestal | ( | ) | const |
int PulseFit::getSmCrystalNb | ( | ) | const |
return the cristal number (supermodule convention [0-1699])
double PulseFit::getTime | ( | ) | const |
void PulseFit::setSmCrystalNb | ( | const int & | crystalNb | ) |
set the cristal number (supermodule convention [0-1699])
|
protected |
Definition at line 36 of file PulseFit.h.
|
protected |
remaining pedestal
Definition at line 39 of file PulseFit.h.
|
protected |
position (in clock unit) of the maximum of the pulse
Definition at line 38 of file PulseFit.h.
|
protected |
chi2 of the fit
Definition at line 40 of file PulseFit.h.
|
protected |
amplitude of the pulse
Definition at line 37 of file PulseFit.h.