CMS 3D CMS Logo

Public Member Functions | Public Attributes

HcalUnpacker::Collections Struct Reference

#include <HcalUnpacker.h>

List of all members.

Public Member Functions

 Collections ()

Public Attributes

std::vector< HcalCalibDataFrame > * calibCont
std::vector< HBHEDataFrame > * hbheCont
std::vector< HFDataFrame > * hfCont
std::vector< HODataFrame > * hoCont
std::vector
< HcalTriggerPrimitiveDigi > * 
tpCont
std::vector
< HOTriggerPrimitiveDigi > * 
tphoCont
std::vector< HcalTTPDigi > * ttp
std::vector< ZDCDataFrame > * zdcCont

Detailed Description

Definition at line 22 of file HcalUnpacker.h.


Constructor & Destructor Documentation

HcalUnpacker::Collections::Collections ( )

Definition at line 449 of file HcalUnpacker.cc.

References calibCont, hbheCont, hfCont, hoCont, tpCont, ttp, and zdcCont.

                                     {
  hbheCont=0;
  hoCont=0;
  hfCont=0;
  tpCont=0;
  zdcCont=0;
  calibCont=0;
  ttp=0;
}

Member Data Documentation

Definition at line 27 of file HcalUnpacker.h.

Referenced by Collections(), HcalRawToDigi::produce(), and HcalUnpacker::unpack().

Definition at line 24 of file HcalUnpacker.h.

Referenced by Collections(), HcalRawToDigi::produce(), and HcalUnpacker::unpack().

Definition at line 26 of file HcalUnpacker.h.

Referenced by Collections(), HcalRawToDigi::produce(), and HcalUnpacker::unpack().

Definition at line 25 of file HcalUnpacker.h.

Referenced by Collections(), HcalRawToDigi::produce(), and HcalUnpacker::unpack().

Definition at line 29 of file HcalUnpacker.h.

Referenced by Collections(), HcalRawToDigi::produce(), and HcalUnpacker::unpack().

Definition at line 30 of file HcalUnpacker.h.

Referenced by HcalRawToDigi::produce(), and HcalUnpacker::unpack().

Definition at line 31 of file HcalUnpacker.h.

Referenced by Collections(), HcalRawToDigi::produce(), and HcalUnpacker::unpack().

Definition at line 28 of file HcalUnpacker.h.

Referenced by Collections(), HcalRawToDigi::produce(), and HcalUnpacker::unpack().