#ifndef PEDESTALSRCD_H
#define PEDESTALSRCD_H
#include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
class PedestalsRcd : public edm::eventsetup::EventSetupRecordImplementation<PedestalsRcd> {};
class anotherPedestalsRcd : public edm::eventsetup::EventSetupRecordImplementation<anotherPedestalsRcd> {};
#endif
|