/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
CondFormats/DataRecord/interface/ExEfficiency.h
11 строк
422 B
Cms Build
Clang-Format
27 май 2019, 06:02
27 май 2019, 06:02
da621e8
Код
Авторство
О чём код?
#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