Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef HcalObjects_HcalTPGRecord_h
0002 #define HcalObjects_HcalTPGRecord_h
0003 // -*- C++ -*-
0004 //
0005 // Package:     HcalObjects
0006 // Class  :     HcalTPGRecord
0007 //
0008 /**\class HcalTPGRecord HcalTPGRecord.h CalibFormats/HcalObjects/interface/HcalTPGRecord.h
0009 
0010  Description: <one line class summary>
0011 
0012  Usage:
0013     <usage>
0014 
0015 */
0016 //
0017 // Author:
0018 // Created:     Thu Sep 14 11:54:26 CDT 2006
0019 //
0020 
0021 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
0022 #include "CalibFormats/HcalObjects/interface/HcalDbRecord.h"
0023 #include "Geometry/Records/interface/HcalRecNumberingRecord.h"
0024 
0025 class HcalTPGRecord : public edm::eventsetup::DependentRecordImplementation<
0026                           HcalTPGRecord,
0027                           edm::mpl::Vector<HcalRecNumberingRecord, IdealGeometryRecord, HcalDbRecord> > {};
0028 
0029 #endif