CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_4/src/EventFilter/CastorRawToDigi/interface/CastorRawCollections.h

Go to the documentation of this file.
00001 #ifndef CastorRawCollections_h
00002 #define CastorRawCollections_h
00003 
00015 #include "DataFormats/HcalDigi/interface/HcalDigiCollections.h"
00016 
00017 class CastorRawCollections 
00018 {
00019 public:
00020 
00021    CastorRawCollections();
00022    ~CastorRawCollections();
00023     std::vector<CastorDataFrame>* castorCont;
00024     std::vector<HcalCalibDataFrame>* calibCont;
00025     std::vector<CastorTriggerPrimitiveDigi>* tpCont;
00026         std::vector<HcalTTPDigi>* ttp;
00027 
00028 };
00029 
00030 #endif