#include <EcalWeight.h>
Public Member Functions | |
EcalWeight () | |
EcalWeight (const double &awgt) | |
EcalWeight (const EcalWeight &awgt) | |
bool | operator!= (const EcalWeight &rhs) const |
double | operator() () const |
bool | operator< (const EcalWeight &rhs) const |
bool | operator<= (const EcalWeight &rhs) const |
EcalWeight & | operator= (const EcalWeight &rhs) |
bool | operator== (const EcalWeight &rhs) const |
bool | operator> (const EcalWeight &rhs) const |
bool | operator>= (const EcalWeight &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<EcalWeight>
Definition at line 14 of file EcalWeight.h.
EcalWeight::EcalWeight | ( | ) |
Author: Shahram Rahatlou, University of Rome & INFN Created: 22 Feb 2006
Definition at line 9 of file EcalWeight.cc.
References wgt_.
EcalWeight::EcalWeight | ( | const double & | awgt | ) |
Definition at line 13 of file EcalWeight.cc.
References wgt_.
EcalWeight::EcalWeight | ( | const EcalWeight & | awgt | ) |
Definition at line 17 of file EcalWeight.cc.
References wgt_.
|
inline |
|
inline |
|
inline |
|
inline |
EcalWeight & EcalWeight::operator= | ( | const EcalWeight & | rhs | ) |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 24 of file EcalWeight.h.
References wgt_.
Referenced by Vispa.Views.PropertyView.StringProperty::buttonClicked(), Vispa.Views.PropertyView.FileProperty::buttonClicked(), Vispa.Views.PropertyView.FileVectorProperty::buttonClicked(), Vispa.Views.PropertyView.TextEditWithButtonProperty::keyPressEvent(), and Vispa.Views.PropertyView.TextEditWithButtonProperty::setMultiline().
|
inline |
Definition at line 21 of file EcalWeight.h.
References wgt_.
Referenced by Types.int32::__nonzero__(), Types.uint32::__nonzero__(), Types.int64::__nonzero__(), Types.uint64::__nonzero__(), Types.double::__nonzero__(), Types.bool::__nonzero__(), Types.string::__nonzero__(), Vispa.Views.PropertyView.FileProperty::buttonClicked(), Types.string::configValue(), Types.FileInPath::configValue(), Mixins.UsingBlock::dumpPython(), Types.int32::insertInto(), Types.uint32::insertInto(), Types.int64::insertInto(), Types.uint64::insertInto(), Mixins.UsingBlock::insertInto(), Types.double::insertInto(), Types.bool::insertInto(), Types.string::insertInto(), Types.FileInPath::insertInto(), Types.vint32::insertInto(), Types.vuint32::insertInto(), Types.vint64::insertInto(), Types.vuint64::insertInto(), Types.vdouble::insertInto(), Types.vbool::insertInto(), Types.vstring::insertInto(), and Vispa.Views.PropertyView.FileProperty::labelDoubleClicked().
|
private |
Definition at line 33 of file EcalWeight.h.
Referenced by EcalWeight(), operator!=(), operator()(), operator<(), operator<=(), operator=(), operator==(), operator>(), operator>=(), setValue(), and value().