![]() |
![]() |
00001 #ifndef CALIBTRACKER_RECORDS_SISTRIPFECCABLING_H 00002 #define CALIBTRACKER_RECORDS_SISTRIPFECCABLING_H 00003 // -*- C++ -*- 00004 // 00005 // Package: Records 00006 // Class : SiStripFecCablingRcd 00007 // 00016 // 00017 // Author: dkcira 00018 00019 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" 00020 #include "FWCore/Framework/interface/DependentRecordImplementation.h" 00021 #include "CondFormats/DataRecord/interface/SiStripFedCablingRcd.h" 00022 #include "boost/mpl/vector.hpp" 00023 00024 class SiStripFecCablingRcd : public edm::eventsetup::DependentRecordImplementation<SiStripFecCablingRcd, 00025 boost::mpl::vector<SiStripFedCablingRcd> > {}; 00026 00027 #endif /* CALIBTRACKER_RECORDS_SISTRIPFECCABLING_H */ 00028