File indexing completed on 2024-04-06 11:59:30
0001 #ifndef CALIBTRACKER_RECORDS_SIPIXELFEDCHANNELCONTAINERESPRODUCERRCD_H
0002 #define CALIBTRACKER_RECORDS_SIPIXELFEDCHANNELCONTAINERESPRODUCERRCD_H
0003
0004 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
0005 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
0006 #include "FWCore/Utilities/interface/mplVector.h"
0007 #include "CondFormats/DataRecord/interface/SiPixelStatusScenariosRcd.h"
0008
0009 class SiPixelFEDChannelContainerESProducerRcd
0010 : public edm::eventsetup::DependentRecordImplementation<SiPixelFEDChannelContainerESProducerRcd,
0011 edm::mpl::Vector<SiPixelStatusScenariosRcd> > {};
0012
0013 #endif