Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:10:20

0001 #ifndef CastorRawCollections_h
0002 #define CastorRawCollections_h
0003 
0004 /** \class CastorRawCollections
0005  *
0006  * CastorRawCollections 
0007  *
0008  * \author Alan Campbell     
0009  *
0010  * \version   1st Version April 18, 2008  
0011  *
0012  ************************************************************/
0013 
0014 #include "DataFormats/HcalDigi/interface/HcalDigiCollections.h"
0015 
0016 class CastorRawCollections {
0017 public:
0018   CastorRawCollections();
0019   ~CastorRawCollections();
0020   std::vector<CastorDataFrame>* castorCont;
0021   std::vector<ZDCDataFrame>* zdcCont;
0022   std::vector<HcalCalibDataFrame>* calibCont;
0023   std::vector<CastorTriggerPrimitiveDigi>* tpCont;
0024   std::vector<HcalTTPDigi>* ttp;
0025 };
0026 
0027 #endif