#include <ESTimeSampleWeights.h>
Public Member Functions | |
ESTimeSampleWeights () | |
ESTimeSampleWeights (const float &w0, const float &w1, const float &w2) | |
float | getWeightForTS0 () const |
float | getWeightForTS1 () const |
float | getWeightForTS2 () const |
void | print (std::ostream &s) const |
void | setWeightForTS0 (const float &value) |
void | setWeightForTS1 (const float &value) |
void | setWeightForTS2 (const float &value) |
~ESTimeSampleWeights () | |
Private Attributes | |
float | w0_ |
float | w1_ |
float | w2_ |
Definition at line 5 of file ESTimeSampleWeights.h.
ESTimeSampleWeights::ESTimeSampleWeights | ( | ) |
Definition at line 3 of file ESTimeSampleWeights.cc.
ESTimeSampleWeights::ESTimeSampleWeights | ( | const float & | w0, |
const float & | w1, | ||
const float & | w2 | ||
) |
ESTimeSampleWeights::~ESTimeSampleWeights | ( | ) |
Definition at line 16 of file ESTimeSampleWeights.cc.
|
inline |
Definition at line 14 of file ESTimeSampleWeights.h.
References w0_.
Referenced by ESRecHitWorker::set().
|
inline |
Definition at line 16 of file ESTimeSampleWeights.h.
References w1_.
Referenced by ESRecHitWorker::set().
|
inline |
Definition at line 18 of file ESTimeSampleWeights.h.
References w2_.
Referenced by ESRecHitWorker::set().
|
inline |
Definition at line 20 of file ESTimeSampleWeights.h.
|
inline |
Definition at line 13 of file ESTimeSampleWeights.h.
References relativeConstraints::value, and w0_.
|
inline |
Definition at line 15 of file ESTimeSampleWeights.h.
References relativeConstraints::value, and w1_.
|
inline |
Definition at line 17 of file ESTimeSampleWeights.h.
References relativeConstraints::value, and w2_.
|
private |
Definition at line 26 of file ESTimeSampleWeights.h.
Referenced by ESTimeSampleWeights(), getWeightForTS0(), print(), and setWeightForTS0().
|
private |
Definition at line 27 of file ESTimeSampleWeights.h.
Referenced by ESTimeSampleWeights(), getWeightForTS1(), print(), and setWeightForTS1().
|
private |
Definition at line 28 of file ESTimeSampleWeights.h.
Referenced by ESTimeSampleWeights(), getWeightForTS2(), print(), and setWeightForTS2().