CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
HcalUnpacker::Collections Struct Reference

#include <HcalUnpacker.h>

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 493 of file HcalUnpacker.cc.

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

493  {
494  hbheCont=0;
495  hoCont=0;
496  hfCont=0;
497  tpCont=0;
498  zdcCont=0;
499  calibCont=0;
500  ttp=0;
501 }
std::vector< HcalTTPDigi > * ttp
Definition: HcalUnpacker.h:31
std::vector< HFDataFrame > * hfCont
Definition: HcalUnpacker.h:26
std::vector< HBHEDataFrame > * hbheCont
Definition: HcalUnpacker.h:24
std::vector< HcalTriggerPrimitiveDigi > * tpCont
Definition: HcalUnpacker.h:29
std::vector< HcalCalibDataFrame > * calibCont
Definition: HcalUnpacker.h:27
std::vector< HODataFrame > * hoCont
Definition: HcalUnpacker.h:25
std::vector< ZDCDataFrame > * zdcCont
Definition: HcalUnpacker.h:28

Member Data Documentation

std::vector<HcalCalibDataFrame>* HcalUnpacker::Collections::calibCont

Definition at line 27 of file HcalUnpacker.h.

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

std::vector<HBHEDataFrame>* HcalUnpacker::Collections::hbheCont

Definition at line 24 of file HcalUnpacker.h.

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

std::vector<HFDataFrame>* HcalUnpacker::Collections::hfCont

Definition at line 26 of file HcalUnpacker.h.

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

std::vector<HODataFrame>* HcalUnpacker::Collections::hoCont

Definition at line 25 of file HcalUnpacker.h.

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

std::vector<HcalTriggerPrimitiveDigi>* HcalUnpacker::Collections::tpCont

Definition at line 29 of file HcalUnpacker.h.

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

std::vector<HOTriggerPrimitiveDigi>* HcalUnpacker::Collections::tphoCont

Definition at line 30 of file HcalUnpacker.h.

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

std::vector<HcalTTPDigi>* HcalUnpacker::Collections::ttp

Definition at line 31 of file HcalUnpacker.h.

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

std::vector<ZDCDataFrame>* HcalUnpacker::Collections::zdcCont

Definition at line 28 of file HcalUnpacker.h.

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