/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
CondFormats/DataRecord/interface/MFGeometryFileRcd.h
6 строк
239 B
Nicola Amapane
Separate the MF geometry record from the sim/reco geometry records. Allow XMLGeometryBuilder to optionally use the new MF geometry record
09 окт 2014, 21:39
09 окт 2014, 21:39
9abd32b
Код
Авторство
О чём код?
#ifndef MFGEOMETRYFILERCD_H #define MFGEOMETRYFILERCD_H #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" class MFGeometryFileRcd : public edm::eventsetup::EventSetupRecordImplementation<MFGeometryFileRcd> {}; #endif