#include <EcalADCToGeVConstant.h>
Public Member Functions | |
EcalADCToGeVConstant () | |
EcalADCToGeVConstant (const float &EBvalue, const float &EEvalue) | |
float | getEBValue () const |
float | getEEValue () const |
void | print (std::ostream &s) const |
void | setEBValue (const float &value) |
void | setEEValue (const float &value) |
~EcalADCToGeVConstant () | |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Private Attributes | |
float | EBvalue_ |
float | EEvalue_ |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
Author: Shahram Rahatlou, University of Rome & INFN Created: 22 Feb 2006
Definition at line 13 of file EcalADCToGeVConstant.h.
EcalADCToGeVConstant::EcalADCToGeVConstant | ( | ) |
Author: Shahram Rahatlou, University of Rome & INFN Created: 22 Feb 2006
Definition at line 9 of file EcalADCToGeVConstant.cc.
References EBvalue_, and EEvalue_.
EcalADCToGeVConstant::EcalADCToGeVConstant | ( | const float & | EBvalue, |
const float & | EEvalue | ||
) |
EcalADCToGeVConstant::~EcalADCToGeVConstant | ( | ) |
Definition at line 20 of file EcalADCToGeVConstant.cc.
|
inline |
Definition at line 20 of file EcalADCToGeVConstant.h.
References EBvalue_.
Referenced by EcalADCToGeVXMLTranslator::dumpXML().
|
inline |
Definition at line 21 of file EcalADCToGeVConstant.h.
References EEvalue_.
Referenced by EcalADCToGeVXMLTranslator::dumpXML().
|
inline |
|
private |
|
inline |
Definition at line 18 of file EcalADCToGeVConstant.h.
References EBvalue_, and relativeConstraints::value.
Referenced by EcalADCToGeVXMLTranslator::readXML().
|
inline |
Definition at line 19 of file EcalADCToGeVConstant.h.
References EEvalue_, and relativeConstraints::value.
Referenced by EcalADCToGeVXMLTranslator::readXML().
|
friend |
Definition at line 29 of file EcalADCToGeVConstant.h.
|
friend |
Definition at line 29 of file EcalADCToGeVConstant.h.
|
private |
Definition at line 26 of file EcalADCToGeVConstant.h.
Referenced by EcalADCToGeVConstant(), getEBValue(), print(), and setEBValue().
|
private |
Definition at line 27 of file EcalADCToGeVConstant.h.
Referenced by EcalADCToGeVConstant(), getEEValue(), print(), and setEEValue().