00001 #ifndef PEDESTALSRCD_H 00002 #define PEDESTALSRCD_H 00003 00004 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" 00005 class PedestalsRcd : public edm::eventsetup::EventSetupRecordImplementation<PedestalsRcd> {}; 00006 class anotherPedestalsRcd : public edm::eventsetup::EventSetupRecordImplementation<anotherPedestalsRcd> {}; 00007 #endif