#include <ESShape.h>
Public Member Functions | |
void | display () const |
ESShape () | |
ctor More... | |
double | operator() (double time) const override |
void | setGain (const int gain) |
double | timeToRise () const override |
~ESShape () override | |
dtor More... | |
Public Member Functions inherited from CaloVShape | |
CaloVShape () | |
virtual | ~CaloVShape () |
Private Attributes | |
int | theGain_ |
ESShape::ESShape | ( | ) |
|
overridevirtual |
Implements CaloVShape.
Definition at line 6 of file ESShape.cc.
References JetChargeProducer_cfi::exp, dqmiodumpmetadata::n, funct::pow(), and findQualityFiles::v.
|
inline |
Definition at line 23 of file ESShape.h.
References PedestalClient_cfi::gain, and theGain_.
Referenced by EcalDigiProducer::checkCalibrations().
|
overridevirtual |