ExDwarfListRcd

ExDwarfRcd

ExEfficiencyRcd

Macros

Line Code
1 2 3 4 5 6 7 8 9 10 11
#ifndef ExEfficiencyRCD_H
#define ExEfficiencyRCD_H

#include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
class ExEfficiencyRcd : public edm::eventsetup::EventSetupRecordImplementation<ExEfficiencyRcd> {};

class ExDwarfRcd : public edm::eventsetup::EventSetupRecordImplementation<ExDwarfRcd> {};

class ExDwarfListRcd : public edm::eventsetup::EventSetupRecordImplementation<ExDwarfListRcd> {};

#endif