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
 
QIE10DigiCollectionqie10
 
std::vector
< HcalTriggerPrimitiveDigi > * 
tpCont
 
std::vector
< HOTriggerPrimitiveDigi > * 
tphoCont
 
std::vector< HcalTTPDigi > * ttp
 
std::vector< ZDCDataFrame > * zdcCont
 

Detailed Description

Definition at line 23 of file HcalUnpacker.h.

Constructor & Destructor Documentation

HcalUnpacker::Collections::Collections ( )

Definition at line 709 of file HcalUnpacker.cc.

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

709  {
710  hbheCont=0;
711  hoCont=0;
712  hfCont=0;
713  tpCont=0;
714  zdcCont=0;
715  calibCont=0;
716  ttp=0;
717  qie10=0;
718 }
std::vector< HcalTTPDigi > * ttp
Definition: HcalUnpacker.h:32
std::vector< HFDataFrame > * hfCont
Definition: HcalUnpacker.h:27
std::vector< HBHEDataFrame > * hbheCont
Definition: HcalUnpacker.h:25
std::vector< HcalTriggerPrimitiveDigi > * tpCont
Definition: HcalUnpacker.h:30
std::vector< HcalCalibDataFrame > * calibCont
Definition: HcalUnpacker.h:28
std::vector< HODataFrame > * hoCont
Definition: HcalUnpacker.h:26
QIE10DigiCollection * qie10
Definition: HcalUnpacker.h:33
std::vector< ZDCDataFrame > * zdcCont
Definition: HcalUnpacker.h:29

Member Data Documentation

std::vector<HcalCalibDataFrame>* HcalUnpacker::Collections::calibCont
std::vector<HBHEDataFrame>* HcalUnpacker::Collections::hbheCont
std::vector<HFDataFrame>* HcalUnpacker::Collections::hfCont
std::vector<HODataFrame>* HcalUnpacker::Collections::hoCont
QIE10DigiCollection* HcalUnpacker::Collections::qie10

Definition at line 33 of file HcalUnpacker.h.

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

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

Definition at line 31 of file HcalUnpacker.h.

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

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

Definition at line 32 of file HcalUnpacker.h.

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

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