CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
HcalPacker::Collections Struct Reference

#include <HcalPacker.h>

Public Member Functions

 Collections ()
 

Public Attributes

const HcalCalibDigiCollectioncalibCont
 
const HBHEDigiCollectionhbhe
 
const HFDigiCollectionhfCont
 
const HODigiCollectionhoCont
 
const HcalTrigPrimDigiCollectiontpCont
 
const ZDCDigiCollectionzdcCont
 

Detailed Description

Definition at line 14 of file HcalPacker.h.

Constructor & Destructor Documentation

◆ Collections()

HcalPacker::Collections::Collections ( )

Definition at line 9 of file HcalPacker.cc.

References calibCont, hbhe, hfCont, hoCont, tpCont, and zdcCont.

9  {
10  hbhe = nullptr;
11  hoCont = nullptr;
12  hfCont = nullptr;
13  tpCont = nullptr;
14  zdcCont = nullptr;
15  calibCont = nullptr;
16 }
const HcalCalibDigiCollection * calibCont
Definition: HcalPacker.h:19
const HcalTrigPrimDigiCollection * tpCont
Definition: HcalPacker.h:21
const ZDCDigiCollection * zdcCont
Definition: HcalPacker.h:20
const HBHEDigiCollection * hbhe
Definition: HcalPacker.h:16
const HODigiCollection * hoCont
Definition: HcalPacker.h:17
const HFDigiCollection * hfCont
Definition: HcalPacker.h:18

Member Data Documentation

◆ calibCont

const HcalCalibDigiCollection* HcalPacker::Collections::calibCont

Definition at line 19 of file HcalPacker.h.

Referenced by Collections(), and HcalDigiToRaw::produce().

◆ hbhe

const HBHEDigiCollection* HcalPacker::Collections::hbhe

Definition at line 16 of file HcalPacker.h.

Referenced by Collections(), and HcalDigiToRaw::produce().

◆ hfCont

const HFDigiCollection* HcalPacker::Collections::hfCont

Definition at line 18 of file HcalPacker.h.

Referenced by Collections(), and HcalDigiToRaw::produce().

◆ hoCont

const HODigiCollection* HcalPacker::Collections::hoCont

Definition at line 17 of file HcalPacker.h.

Referenced by Collections(), and HcalDigiToRaw::produce().

◆ tpCont

const HcalTrigPrimDigiCollection* HcalPacker::Collections::tpCont

Definition at line 21 of file HcalPacker.h.

Referenced by Collections(), and HcalDigiToRaw::produce().

◆ zdcCont

const ZDCDigiCollection* HcalPacker::Collections::zdcCont

Definition at line 20 of file HcalPacker.h.

Referenced by Collections(), and HcalDigiToRaw::produce().