CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups 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::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 23 of file HcalUnpacker.h.

Constructor & Destructor Documentation

HcalUnpacker::Collections::Collections ( )

Definition at line 975 of file HcalUnpacker.cc.

References calibCont, hbheCont, hfCont, hoCont, qie10, qie10Lasermon, qie10ZDC, qie11, tpCont, ttp, umnio, and zdcCont.

975  {
976  hbheCont = nullptr;
977  hoCont = nullptr;
978  hfCont = nullptr;
979  tpCont = nullptr;
980  zdcCont = nullptr;
981  calibCont = nullptr;
982  ttp = nullptr;
983  qie10 = nullptr;
984  qie10ZDC = nullptr;
985  qie10Lasermon = nullptr;
986  qie11 = nullptr;
987  umnio = nullptr;
988 }
std::vector< HcalTTPDigi > * ttp
Definition: HcalUnpacker.h:32
std::vector< HFDataFrame > * hfCont
Definition: HcalUnpacker.h:27
HcalUMNioDigi * umnio
Definition: HcalUnpacker.h:40
QIE10DigiCollection * qie10Lasermon
Definition: HcalUnpacker.h:35
std::vector< HBHEDataFrame > * hbheCont
Definition: HcalUnpacker.h:25
QIE10DigiCollection * qie10ZDC
Definition: HcalUnpacker.h:34
std::vector< HcalTriggerPrimitiveDigi > * tpCont
Definition: HcalUnpacker.h:30
std::vector< HcalCalibDataFrame > * calibCont
Definition: HcalUnpacker.h:28
std::vector< HODataFrame > * hoCont
Definition: HcalUnpacker.h:26
QIE11DigiCollection * qie11
Definition: HcalUnpacker.h:36
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::unordered_map<int, QIE10DigiCollection*> HcalUnpacker::Collections::qie10Addtl

Definition at line 38 of file HcalUnpacker.h.

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

QIE10DigiCollection* HcalUnpacker::Collections::qie10Lasermon

Definition at line 35 of file HcalUnpacker.h.

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

QIE10DigiCollection* HcalUnpacker::Collections::qie10ZDC

Definition at line 34 of file HcalUnpacker.h.

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

QIE11DigiCollection* HcalUnpacker::Collections::qie11

Definition at line 36 of file HcalUnpacker.h.

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

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

Definition at line 39 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 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().

HcalUMNioDigi* HcalUnpacker::Collections::umnio

Definition at line 40 of file HcalUnpacker.h.

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

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