CMS 3D CMS Logo

CastorUnpacker::Collections Struct Reference

#include <EventFilter/CastorRawToDigi/interface/CastorUnpacker.h>

List of all members.

Public Member Functions

 Collections ()

Public Attributes

std::vector< HcalCalibDataFrame > * calibCont
std::vector< CastorDataFrame > * castorCont
std::vector
< HcalTriggerPrimitiveDigi > * 
tpCont


Detailed Description

Definition at line 17 of file CastorUnpacker.h.


Constructor & Destructor Documentation

CastorUnpacker::Collections::Collections (  ) 

Definition at line 148 of file CastorUnpacker.cc.

References calibCont, castorCont, and tpCont.

00148                                        {
00149   castorCont=0;
00150   tpCont=0;
00151   calibCont=0;
00152 }


Member Data Documentation

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

Definition at line 20 of file CastorUnpacker.h.

Referenced by Collections().

std::vector<CastorDataFrame>* CastorUnpacker::Collections::castorCont

Definition at line 19 of file CastorUnpacker.h.

Referenced by Collections(), CastorRawToDigi::produce(), and CastorUnpacker::unpack().

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

Definition at line 21 of file CastorUnpacker.h.

Referenced by Collections().


The documentation for this struct was generated from the following files:
Generated on Tue Jun 9 18:16:16 2009 for CMSSW by  doxygen 1.5.4