Public Member Functions | |
HcalPulseContainmentEntry (int toAdd, float fixedphase_ns, const HcalPulseShape *shape, const HcalPulseContainmentCorrection &correction) | |
Public Attributes | |
HcalPulseContainmentCorrection | correction_ |
float | fixedphase_ns_ |
const HcalPulseShape * | shape_ |
int | toAdd_ |
Definition at line 19 of file HcalPulseContainmentManager.h.
HcalPulseContainmentManager::HcalPulseContainmentEntry::HcalPulseContainmentEntry | ( | int | toAdd, |
float | fixedphase_ns, | ||
const HcalPulseShape * | shape, | ||
const HcalPulseContainmentCorrection & | correction | ||
) | [inline] |
Definition at line 20 of file HcalPulseContainmentManager.h.
: toAdd_(toAdd), fixedphase_ns_(fixedphase_ns),shape_(shape), correction_(correction) {}
Definition at line 25 of file HcalPulseContainmentManager.h.
Definition at line 23 of file HcalPulseContainmentManager.h.
Definition at line 24 of file HcalPulseContainmentManager.h.
Definition at line 22 of file HcalPulseContainmentManager.h.