Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 11:58:11

0001 #ifndef CastorObjects_CastorTPGRecord_h
0002 #define CastorObjects_CastorTPGRecord_h
0003 /**\class CastorTPGRecord 
0004 
0005  Description: copy from HCAL
0006 
0007  Usage:
0008     <usage>
0009 
0010 */
0011 //
0012 
0013 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
0014 #include "CalibFormats/CastorObjects/interface/CastorDbRecord.h"
0015 
0016 class CastorTPGRecord
0017     : public edm::eventsetup::DependentRecordImplementation<CastorTPGRecord, edm::mpl::Vector<CastorDbRecord> > {};
0018 
0019 #endif