#include <ESGain.h>
Public Member Functions | |
ESGain () | |
ESGain (const float &gain) | |
float | getESGain () const |
void | print (std::ostream &s) const |
void | setESGain (const float &value) |
~ESGain () | |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Private Attributes | |
float | gain_ |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
ESGain::ESGain | ( | const float & | gain | ) |
|
inline |
Definition at line 13 of file ESGain.h.
References gain_.
Referenced by EcalMixingModuleValidation::checkCalibrations(), ESGainXMLTranslator::dumpXML(), ESTimingTask::set(), PreshowerPhiClusterProducer::set(), ESRecHitWorker::set(), and PreshowerClusterProducer::set().
|
inline |
|
private |
|
inline |
|
friend |
|
private |
Definition at line 18 of file ESGain.h.
Referenced by ESGain(), getESGain(), print(), and setESGain().