/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Geometry/Records/interface/CastorGeometryRecord.h
32 строки
2 KB
Christopher Jones
Switched to using edm::mpl::Vector for dependent Records
22 июл 2020, 20:39
22 июл 2020, 20:39
8600aac
Код
Авторство
О чём код?
#ifndef RECORDS_CastorGEOMETRYRECORD_H #define RECORDS_CastorGEOMETRYRECORD_H // -*- C++ -*- // // Package: Records // Class : CastorGeometryRecord // // // Author: Brian Heltsley // Created: Tue April 1, 2008 // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" #include "FWCore/Framework/interface/DependentRecordImplementation.h" #include "Geometry/Records/interface/IdealGeometryRecord.h" #include "CondFormats/AlignmentRecord/interface/CastorAlignmentRcd.h" #include "CondFormats/AlignmentRecord/interface/CastorAlignmentErrorRcd.h" #include "CondFormats/AlignmentRecord/interface/CastorAlignmentErrorExtendedRcd.h" #include "CondFormats/AlignmentRecord/interface/GlobalPositionRcd.h" #include "Geometry/Records/interface/PCastorRcd.h" #include "FWCore/Utilities/interface/mplVector.h" class CastorGeometryRecord : public edm::eventsetup::DependentRecordImplementation<CastorGeometryRecord, edm::mpl::Vector<IdealGeometryRecord, CastorAlignmentRcd, CastorAlignmentErrorRcd, CastorAlignmentErrorExtendedRcd, GlobalPositionRcd, PCastorRcd> > {}; #endif /* RECORDS_CastorGEOMETRYRECORD_H */