/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Geometry/Records/interface/TotemGeometryRcd.h
26 строк
898 B
Laurent Forthomme
Geom+DF+Reco: several adjustments requested from reviewers
19 авг 2022, 11:57
19 авг 2022, 11:57
65b6a5e
Код
Авторство
О чём код?
/**************************************************************************** * * This is a part of TOTEM offline software. * Authors: * Laurent Forthomme * ****************************************************************************/ #ifndef Geometry_Records_TotemGeometryRcd_h #define Geometry_Records_TotemGeometryRcd_h #include "FWCore/Framework/interface/DependentRecordImplementation.h" #include "FWCore/Utilities/interface/mplVector.h" #include "Geometry/Records/interface/IdealGeometryRecord.h" #include "Geometry/Records/interface/PTotemRcd.h" /** * \ingroup TotemGeometry * \brief Event setup record containing the real (actual) geometry information. **/ class TotemGeometryRcd : public edm::eventsetup::DependentRecordImplementation<TotemGeometryRcd, edm::mpl::Vector<IdealGeometryRecord, PTotemRcd> > {}; #endif