#include <APDShape.h>
Public Member Functions | |
APDShape (double tStart, double tau) | |
virtual double | threshold () const |
virtual | ~APDShape () |
Public Member Functions inherited from EcalShapeBase | |
double | derivative (double time) const |
EcalShapeBase (bool aSaveDerivative) | |
double | operator() (double aTime) const |
double | timeOfMax () const |
double | timeOfThr () const |
virtual double | timeToRise () const |
virtual | ~EcalShapeBase () |
Public Member Functions inherited from CaloVShape | |
CaloVShape () | |
virtual | ~CaloVShape () |
Protected Member Functions | |
virtual void | fillShape (EcalShapeBase::DVec &aVec) const |
Protected Member Functions inherited from EcalShapeBase | |
void | buildMe () |
unsigned int | timeIndex (double aTime) const |
Private Attributes | |
double | m_tau |
double | m_tStart |
Additional Inherited Members | |
Public Types inherited from EcalShapeBase | |
enum | { kReadoutTimeInterval = 25, kNBinsPerNSec = 10, k1NSecBins = kReadoutTimeInterval*kNBinsPerNSec, k1NSecBinsTotal = 2*k1NSecBins, kNBinsStored = k1NSecBinsTotal*kNBinsPerNSec } |
typedef std::vector< double > | DVec |
Static Public Attributes inherited from EcalShapeBase | |
static const double | qNSecPerBin = 1./(1.*kNBinsPerNSec) |
Definition at line 6 of file APDShape.h.
APDShape::APDShape | ( | double | tStart, |
double | tau | ||
) |
Definition at line 11 of file APDShape.cc.
References EcalShapeBase::buildMe(), alignCSCRings::e, m_tau, and m_tStart.
|
virtual |
Definition at line 7 of file APDShape.cc.
|
protectedvirtual |
Implements EcalShapeBase.
Definition at line 29 of file APDShape.cc.
References create_public_lumi_plots::exp, i, EcalShapeBase::k1NSecBinsTotal, m_tau, and m_tStart.
|
virtual |
|
private |
Definition at line 24 of file APDShape.h.
Referenced by APDShape(), and fillShape().
|
private |
Definition at line 23 of file APDShape.h.
Referenced by APDShape(), and fillShape().