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