CMS 3D CMS Logo

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::unordered_map< int, QIE10DigiCollection * > qie10Addtl
 
QIE10DigiCollectionqie10Lasermon
 
QIE10DigiCollectionqie10ZDC
 
QIE11DigiCollectionqie11
 
std::unordered_map< int, QIE11DigiCollection * > qie11Addtl
 
std::vector< HcalTriggerPrimitiveDigi > * tpCont
 
std::vector< HOTriggerPrimitiveDigi > * tphoCont
 
std::vector< HcalTTPDigi > * ttp
 
HcalUMNioDigiumnio
 
std::vector< ZDCDataFrame > * zdcCont
 

Detailed Description

Definition at line 24 of file HcalUnpacker.h.

Constructor & Destructor Documentation

HcalUnpacker::Collections::Collections ( )

Definition at line 848 of file HcalUnpacker.cc.

848  {
849  hbheCont=nullptr;
850  hoCont=nullptr;
851  hfCont=nullptr;
852  tpCont=nullptr;
853  zdcCont=nullptr;
854  calibCont=nullptr;
855  ttp=nullptr;
856  qie10=nullptr;
857  qie10ZDC=nullptr;
858  qie10Lasermon=nullptr;
859  qie11=nullptr;
860  umnio=nullptr;
861 }
std::vector< HcalTTPDigi > * ttp
Definition: HcalUnpacker.h:33
std::vector< HFDataFrame > * hfCont
Definition: HcalUnpacker.h:28
HcalUMNioDigi * umnio
Definition: HcalUnpacker.h:41
QIE10DigiCollection * qie10Lasermon
Definition: HcalUnpacker.h:36
std::vector< HBHEDataFrame > * hbheCont
Definition: HcalUnpacker.h:26
QIE10DigiCollection * qie10ZDC
Definition: HcalUnpacker.h:35
std::vector< HcalTriggerPrimitiveDigi > * tpCont
Definition: HcalUnpacker.h:31
std::vector< HcalCalibDataFrame > * calibCont
Definition: HcalUnpacker.h:29
std::vector< HODataFrame > * hoCont
Definition: HcalUnpacker.h:27
QIE11DigiCollection * qie11
Definition: HcalUnpacker.h:37
QIE10DigiCollection * qie10
Definition: HcalUnpacker.h:34
std::vector< ZDCDataFrame > * zdcCont
Definition: HcalUnpacker.h:30

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 34 of file HcalUnpacker.h.

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

std::unordered_map<int, QIE10DigiCollection*> HcalUnpacker::Collections::qie10Addtl

Definition at line 39 of file HcalUnpacker.h.

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

QIE10DigiCollection* HcalUnpacker::Collections::qie10Lasermon

Definition at line 36 of file HcalUnpacker.h.

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

QIE10DigiCollection* HcalUnpacker::Collections::qie10ZDC

Definition at line 35 of file HcalUnpacker.h.

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

QIE11DigiCollection* HcalUnpacker::Collections::qie11

Definition at line 37 of file HcalUnpacker.h.

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

std::unordered_map<int, QIE11DigiCollection*> HcalUnpacker::Collections::qie11Addtl

Definition at line 40 of file HcalUnpacker.h.

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

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

Definition at line 32 of file HcalUnpacker.h.

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

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

Definition at line 33 of file HcalUnpacker.h.

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

HcalUMNioDigi* HcalUnpacker::Collections::umnio

Definition at line 41 of file HcalUnpacker.h.

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

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