#include <EventFilter/CastorRawToDigi/interface/CastorPacker.h>
Public Member Functions | |
Collections () | |
Public Attributes | |
const HcalCalibDigiCollection * | calibCont |
const CastorDigiCollection * | castorCont |
const HcalTrigPrimDigiCollection * | tpCont |
Definition at line 16 of file CastorPacker.h.
CastorPacker::Collections::Collections | ( | ) |
Definition at line 9 of file CastorPacker.cc.
References calibCont, castorCont, and tpCont.
00009 { 00010 castorCont=0; 00011 tpCont=0; 00012 calibCont=0; 00013 }
Definition at line 18 of file CastorPacker.h.
Referenced by Collections(), CastorPacker::findSamples(), and CastorDigiToRaw::produce().