#include <DeDxData.h>
Public Member Functions | |
float | dEdx () const |
DeDxData () | |
DeDxData (float val, float er, unsigned int num) | |
float | dEdxError () const |
unsigned int | numberOfMeasurements () const |
int | numberOfSaturatedMeasurements () const |
virtual | ~DeDxData () |
Private Attributes | |
float | error_ |
unsigned int | numberOfMeasurements_ |
float | value_ |
Definition at line 9 of file DeDxData.h.
DeDxData::DeDxData | ( | ) |
Definition at line 5 of file DeDxData.cc.
DeDxData::DeDxData | ( | float | val, |
float | er, | ||
unsigned int | num | ||
) |
Definition at line 13 of file DeDxData.cc.
|
virtual |
Definition at line 21 of file DeDxData.cc.
float DeDxData::dEdx | ( | ) | const |
Definition at line 26 of file DeDxData.cc.
References value_.
Referenced by MTVHistoProducerAlgoForTracker::fill_dedx_recoTrack_histos().
float DeDxData::dEdxError | ( | ) | const |
Definition at line 31 of file DeDxData.cc.
unsigned int DeDxData::numberOfMeasurements | ( | ) | const |
Definition at line 37 of file DeDxData.cc.
References numberOfMeasurements_.
Referenced by MTVHistoProducerAlgoForTracker::fill_dedx_recoTrack_histos().
int DeDxData::numberOfSaturatedMeasurements | ( | ) | const |
Definition at line 42 of file DeDxData.cc.
References error_, and createfilelist::int.
Referenced by MTVHistoProducerAlgoForTracker::fill_dedx_recoTrack_histos().
|
private |
Definition at line 23 of file DeDxData.h.
Referenced by numberOfSaturatedMeasurements().
|
private |
Definition at line 24 of file DeDxData.h.
Referenced by numberOfMeasurements().
|
private |
Definition at line 22 of file DeDxData.h.
Referenced by dEdx().