ESGainRcd

Macros

Line Code
1 2 3 4 5 6
#ifndef CondFormats_DataRecord_ESGain_H
#define CondFormats_DataRecord_ESGain_H

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