1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef CALIBTRACKER_RECORDS_SIPIXELFEDCHANNELCONTAINERESPRODUCERRCD_H
#define CALIBTRACKER_RECORDS_SIPIXELFEDCHANNELCONTAINERESPRODUCERRCD_H
#include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
#include "FWCore/Framework/interface/DependentRecordImplementation.h"
#include "FWCore/Utilities/interface/mplVector.h"
#include "CondFormats/DataRecord/interface/SiPixelStatusScenariosRcd.h"
class SiPixelFEDChannelContainerESProducerRcd
: public edm::eventsetup::DependentRecordImplementation<SiPixelFEDChannelContainerESProducerRcd,
edm::mpl::Vector<SiPixelStatusScenariosRcd> > {};
#endif
|