Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:02:02

0001 #ifndef HcalZDCLowGainFractionsRcd_H
0002 #define HcalZDCLowGainFractionsRcd_H
0003 // -*- C++ -*-
0004 //
0005 // Package:     CondFormats/DataRecord
0006 // Class  :     HcalZDCLowGainFractionsRcd
0007 //
0008 /**\class HcalZDCLowGainFractionsRcd HcalZDCLowGainFractionsRcd.h CondFormats/DataRecord/interface/HcalZDCLowGainFractionsRcd.h
0009 
0010  Description: [one line class summary]
0011 
0012  Usage:
0013     <usage>
0014 
0015 */
0016 //
0017 // Author:      Audrius Mecionis
0018 // Created:     Wed, 24 Sep 2014 11:27:57 GMT
0019 //
0020 
0021 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
0022 #include "Geometry/Records/interface/HcalRecNumberingRecord.h"
0023 #include "Geometry/Records/interface/IdealGeometryRecord.h"
0024 
0025 class HcalZDCLowGainFractionsRcd : public edm::eventsetup::DependentRecordImplementation<
0026                                        HcalZDCLowGainFractionsRcd,
0027                                        edm::mpl::Vector<HcalRecNumberingRecord, IdealGeometryRecord> > {};
0028 
0029 #endif