CMS 3D CMS Logo

Public Member Functions | Public Attributes

HcalPulseContainmentManager::HcalPulseContainmentEntry Struct Reference

List of all members.

Public Member Functions

 HcalPulseContainmentEntry (int toAdd, float fixedphase_ns, const HcalPulseShape *shape, const HcalPulseContainmentCorrection &correction)

Public Attributes

HcalPulseContainmentCorrection correction_
float fixedphase_ns_
const HcalPulseShapeshape_
int toAdd_

Detailed Description

Definition at line 19 of file HcalPulseContainmentManager.h.


Constructor & Destructor Documentation

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) {}

Member Data Documentation

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.