CMS 3D CMS Logo

CMSSW_4_4_3_patch1/src/Geometry/EcalMapping/interface/EcalMappingRcd.h

Go to the documentation of this file.
00001 #ifndef ECALMAPPINGRCD_H
00002 #define ECALMAPPINGRCD_H
00003 
00004 #include "boost/mpl/vector.hpp"
00005 
00006 
00007 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
00008 // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
00009 
00010 #include "CondFormats/DataRecord/interface/EcalMappingElectronicsRcd.h"
00011 
00012 // class EcalMappingElectronicsRcd;
00013 
00014 
00015 // class EcalMappingRcd : public edm::eventsetup::EventSetupRecordImplementation<EcalMappingRcd> {};
00016 
00017 class EcalMappingRcd : public edm::eventsetup::DependentRecordImplementation <EcalMappingRcd, 
00018              boost::mpl::vector<EcalMappingElectronicsRcd> >  {};
00019 
00020 
00021 
00022 #endif
00023