/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Geometry/Records/interface/ME0RecoGeometryRcd.h
6 строк
277 B
Sven Dildick
Clean-up include guards
05 сен 2014, 23:13
05 сен 2014, 23:13
8111bba
Код
Авторство
О чём код?
#ifndef Geometry_Records_ME0RecoGeometryRcd_H #define Geometry_Records_ME0RecoGeometryRcd_H #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" class ME0RecoGeometryRcd : public edm::eventsetup::EventSetupRecordImplementation<ME0RecoGeometryRcd> {}; #endif