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