#include <CastorCollections.h>
Public Member Functions | |
CastorCollections () | |
~CastorCollections () | |
Public Attributes | |
const HcalCalibDigiCollection * | calibCont |
const CastorDigiCollection * | castorCont |
const HcalTrigPrimDigiCollection * | tpCont |
Definition at line 17 of file CastorCollections.h.
CastorCollections::CastorCollections | ( | ) |
Definition at line 4 of file CastorCollections.cc.
References calibCont, castorCont, and tpCont.
{ castorCont=0; tpCont=0; calibCont=0; }
CastorCollections::~CastorCollections | ( | ) |
Definition at line 9 of file CastorCollections.cc.
{ }
Definition at line 24 of file CastorCollections.h.
Referenced by CastorCollections().
Definition at line 23 of file CastorCollections.h.
Referenced by CastorCollections(), CastorPacker::findSamples(), CastorCtdcPacker::findSamples(), and CastorDigiToRaw::produce().
Definition at line 25 of file CastorCollections.h.
Referenced by CastorCollections().