/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Fireworks/Geometry/interface/DisplayGeomRecord.h
28 строк
666 B
Christopher Jones
Switched to using edm::mpl::Vector for dependent Records
22 июл 2020, 20:39
22 июл 2020, 20:39
8600aac
Код
Авторство
О чём код?
#ifndef Geometry_DisplayGeomRecord_h #define Geometry_DisplayGeomRecord_h // -*- C++ -*- // // Package: Geometry // Class : DisplayGeomRecord // /**\class DisplayGeomRecord DisplayGeomRecord.h Fireworks/Geometry/interface/DisplayGeomRecord.h Description: [one line class summary] Usage: <usage> */ // // Author: // Created: Thu Mar 18 16:19:57 CDT 2010 // #include "FWCore/Framework/interface/DependentRecordImplementation.h" #include "Geometry/Records/interface/IdealGeometryRecord.h" class DisplayGeomRecord : public edm::eventsetup::DependentRecordImplementation<DisplayGeomRecord, edm::mpl::Vector<IdealGeometryRecord> > { }; #endif