#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 Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Private Attributes | |
float | w0_ |
float | w1_ |
float | w2_ |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
Definition at line 7 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 16 of file ESTimeSampleWeights.h.
References w0_.
Referenced by ESRecHitWorker::set().
|
inline |
Definition at line 18 of file ESTimeSampleWeights.h.
References w1_.
Referenced by ESRecHitWorker::set().
|
inline |
Definition at line 20 of file ESTimeSampleWeights.h.
References w2_.
Referenced by ESRecHitWorker::set().
|
inline |
Definition at line 22 of file ESTimeSampleWeights.h.
|
private |
|
inline |
Definition at line 15 of file ESTimeSampleWeights.h.
References relativeConstraints::value, and w0_.
|
inline |
Definition at line 17 of file ESTimeSampleWeights.h.
References relativeConstraints::value, and w1_.
|
inline |
Definition at line 19 of file ESTimeSampleWeights.h.
References relativeConstraints::value, and w2_.
|
friend |
Definition at line 32 of file ESTimeSampleWeights.h.
|
friend |
Definition at line 32 of file ESTimeSampleWeights.h.
|
private |
Definition at line 28 of file ESTimeSampleWeights.h.
Referenced by ESTimeSampleWeights(), getWeightForTS0(), print(), and setWeightForTS0().
|
private |
Definition at line 29 of file ESTimeSampleWeights.h.
Referenced by ESTimeSampleWeights(), getWeightForTS1(), print(), and setWeightForTS1().
|
private |
Definition at line 30 of file ESTimeSampleWeights.h.
Referenced by ESTimeSampleWeights(), getWeightForTS2(), print(), and setWeightForTS2().