File indexing completed on 2023-03-17 13:02:55
0001 #ifndef ECALMAPPINGRCD_H
0002 #define ECALMAPPINGRCD_H
0003
0004 #include "FWCore/Utilities/interface/mplVector.h"
0005
0006 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
0007
0008
0009 #include "CondFormats/DataRecord/interface/EcalMappingElectronicsRcd.h"
0010
0011
0012
0013
0014
0015 class EcalMappingRcd
0016 : public edm::eventsetup::DependentRecordImplementation<EcalMappingRcd,
0017 edm::mpl::Vector<EcalMappingElectronicsRcd> > {};
0018
0019 #endif