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
00009
00010 #include "CondFormats/DataRecord/interface/EcalMappingElectronicsRcd.h"
00011
00012
00013
00014
00015
00016
00017 class EcalMappingRcd : public edm::eventsetup::DependentRecordImplementation <EcalMappingRcd,
00018 boost::mpl::vector<EcalMappingElectronicsRcd> > {};
00019
00020
00021
00022 #endif
00023