/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Geometry/Records/interface/PTotemRcd.h
6 строк
241 B
Laurent Forthomme
Geom: Totem geometry has its own record
04 авг 2022, 23:16
04 авг 2022, 23:16
d9943b0
Код
Авторство
О чём код?
#ifndef Geometry_Records_PTotemRcd_h #define Geometry_Records_PTotemRcd_h #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" class PTotemRcd : public edm::eventsetup::EventSetupRecordImplementation<PTotemRcd> {}; #endif