#include <ESWeight.h>
Public Member Functions | |
ESWeight () | |
ESWeight (const double &awgt) | |
ESWeight (const ESWeight &awgt) | |
bool | operator!= (const ESWeight &rhs) const |
double | operator() () const |
bool | operator< (const ESWeight &rhs) const |
bool | operator<= (const ESWeight &rhs) const |
ESWeight & | operator= (const ESWeight &rhs) |
bool | operator== (const ESWeight &rhs) const |
bool | operator> (const ESWeight &rhs) const |
bool | operator>= (const ESWeight &rhs) const |
void | setValue (const double &awgt) |
double | value () const |
Private Attributes | |
double | wgt_ |
Author: Shahram Rahatlou, University of Rome & INFN This is workaround in order to be able to use vector<double> for ECAL weights. because of a conflict I need to define this trivial class so that I can use POOL to store vector<ESWeight>
Definition at line 14 of file ESWeight.h.
ESWeight::ESWeight | ( | ) |
ESWeight::ESWeight | ( | const double & | awgt | ) |
ESWeight::ESWeight | ( | const ESWeight & | awgt | ) |
bool ESWeight::operator!= | ( | const ESWeight & | rhs | ) | const [inline] |
double ESWeight::operator() | ( | ) | const [inline] |
bool ESWeight::operator< | ( | const ESWeight & | rhs | ) | const [inline] |
bool ESWeight::operator<= | ( | const ESWeight & | rhs | ) | const [inline] |
bool ESWeight::operator== | ( | const ESWeight & | rhs | ) | const [inline] |
bool ESWeight::operator> | ( | const ESWeight & | rhs | ) | const [inline] |
bool ESWeight::operator>= | ( | const ESWeight & | rhs | ) | const [inline] |
void ESWeight::setValue | ( | const double & | awgt | ) | [inline] |
double ESWeight::value | ( | ) | const [inline] |
double ESWeight::wgt_ [private] |
Definition at line 33 of file ESWeight.h.
Referenced by ESWeight(), operator!=(), operator()(), operator<(), operator<=(), operator=(), operator==(), operator>(), operator>=(), setValue(), and value().