CMS 3D CMS Logo

Public Member Functions | Public Attributes

HcalPacker::Collections Struct Reference

#include <HcalPacker.h>

List of all members.

Public Member Functions

 Collections ()

Public Attributes

const HcalCalibDigiCollectioncalibCont
const HBHEDigiCollectionhbhe
const HFDigiCollectionhfCont
const HODigiCollectionhoCont
const HcalTrigPrimDigiCollectiontpCont
const ZDCDigiCollectionzdcCont

Detailed Description

Definition at line 16 of file HcalPacker.h.


Constructor & Destructor Documentation

HcalPacker::Collections::Collections ( )

Definition at line 9 of file HcalPacker.cc.

References calibCont, hbhe, hfCont, hoCont, tpCont, and zdcCont.

                                   {
  hbhe=0;
  hoCont=0;
  hfCont=0;
  tpCont=0;
  zdcCont=0;
  calibCont=0;
}

Member Data Documentation

Definition at line 21 of file HcalPacker.h.

Referenced by Collections(), HcalPacker::findSamples(), and HcalDigiToRaw::produce().

Definition at line 18 of file HcalPacker.h.

Referenced by Collections(), HcalPacker::findSamples(), and HcalDigiToRaw::produce().

Definition at line 20 of file HcalPacker.h.

Referenced by Collections(), HcalPacker::findSamples(), and HcalDigiToRaw::produce().

Definition at line 19 of file HcalPacker.h.

Referenced by Collections(), HcalPacker::findSamples(), and HcalDigiToRaw::produce().

Definition at line 23 of file HcalPacker.h.

Referenced by Collections(), HcalPacker::pack(), and HcalDigiToRaw::produce().

Definition at line 22 of file HcalPacker.h.

Referenced by Collections(), HcalPacker::findSamples(), and HcalDigiToRaw::produce().