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