#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 16 of file CastorShape.h.
CastorShape::CastorShape | ( | ) |
CastorShape::CastorShape | ( | const CastorShape & | d | ) |
Definition at line 12 of file CastorShape.cc.
|
inlineoverride |
Definition at line 23 of file CastorShape.h.
References computeShapeCastor(), operator()(), ntuplemaker::time, and timeToRise().
|
private |
Definition at line 20 of file CastorShape.cc.
References JetChargeProducer_cfi::exp, nbin_, and nt_.
Referenced by CastorShape(), and ~CastorShape().
|
overridevirtual |
|
overridevirtual |
|
private |
Definition at line 31 of file CastorShape.h.
Referenced by computeShapeCastor(), and operator()().
|
private |
Definition at line 32 of file CastorShape.h.
Referenced by computeShapeCastor(), and operator()().