#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 Attributes | |
float | gain_ |
ESGain::ESGain | ( | const float & | gain | ) |
float ESGain::getESGain | ( | ) | const [inline] |
Definition at line 11 of file ESGain.h.
References gain_.
Referenced by EcalMixingModuleValidation::checkCalibrations(), ESTimingTask::set(), ESRecHitWorker::set(), and PreshowerClusterProducer::set().
{ return gain_; }
void ESGain::print | ( | std::ostream & | s | ) | const [inline] |
void ESGain::setESGain | ( | const float & | value | ) | [inline] |
float ESGain::gain_ [private] |
Definition at line 16 of file ESGain.h.
Referenced by ESGain(), getESGain(), print(), and setESGain().