#include <CastorShape.h>
Public Member Functions | |
CastorShape () | |
CastorShape (const CastorShape &d) | |
double | operator() (double time) const override |
double | timeToRise () const override |
~CastorShape () override | |
Public Member Functions inherited from CaloVShape | |
CaloVShape () | |
virtual | ~CaloVShape () |
Private Member Functions | |
void | computeShapeCastor () |
Private Attributes | |
int | nbin_ |
std::vector< float > | nt_ |
shaper for Castor
Definition at line 15 of file CastorShape.h.
CastorShape::CastorShape | ( | ) |
CastorShape::CastorShape | ( | const CastorShape & | d | ) |
Definition at line 7 of file CastorShape.cc.
|
inlineoverride |
Definition at line 20 of file CastorShape.h.
|
private |
Definition at line 9 of file CastorShape.cc.
References JetChargeProducer_cfi::exp, dqmiolumiharvest::j, nbin_, and nt_.
Referenced by CastorShape().
|
overridevirtual |
Implements CaloVShape.
Definition at line 30 of file CastorShape.cc.
References nbin_, nt_, and hcalRecHitTable_cff::time.
|
overridevirtual |
|
private |
Definition at line 28 of file CastorShape.h.
Referenced by computeShapeCastor(), and operator()().
|
private |
Definition at line 29 of file CastorShape.h.
Referenced by computeShapeCastor(), and operator()().