PedestalsRcd

anotherPedestalsRcd

Macros

Line Code
1 2 3 4 5 6 7
#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