#include <CastorRawCollections.h>
Public Member Functions | |
CastorRawCollections () | |
~CastorRawCollections () | |
Public Attributes | |
std::vector< HcalCalibDataFrame > * | calibCont |
std::vector< CastorDataFrame > * | castorCont |
std::vector < CastorTriggerPrimitiveDigi > * | tpCont |
std::vector< HcalTTPDigi > * | ttp |
Definition at line 17 of file CastorRawCollections.h.
CastorRawCollections::CastorRawCollections | ( | ) |
Definition at line 3 of file CastorRawCollections.cc.
References calibCont, castorCont, tpCont, and ttp.
CastorRawCollections::~CastorRawCollections | ( | ) |
Definition at line 9 of file CastorRawCollections.cc.
std::vector<HcalCalibDataFrame>* CastorRawCollections::calibCont |
Definition at line 24 of file CastorRawCollections.h.
Referenced by CastorRawCollections().
std::vector<CastorDataFrame>* CastorRawCollections::castorCont |
Definition at line 23 of file CastorRawCollections.h.
Referenced by CastorRawCollections(), CastorRawToDigi::produce(), CastorCtdcUnpacker::unpack(), and CastorUnpacker::unpack().
std::vector<CastorTriggerPrimitiveDigi>* CastorRawCollections::tpCont |
Definition at line 25 of file CastorRawCollections.h.
Referenced by CastorRawCollections(), CastorRawToDigi::produce(), and CastorUnpacker::unpack().
std::vector<HcalTTPDigi>* CastorRawCollections::ttp |
Definition at line 26 of file CastorRawCollections.h.
Referenced by CastorRawCollections(), CastorRawToDigi::produce(), and CastorUnpacker::unpack().