/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
FastSimulation/TrackerSetup/interface/TrackerInteractionGeometryRecord.h
30 строк
968 B
Christopher Jones
Switched to using edm::mpl::Vector for dependent Records
22 июл 2020, 20:39
22 июл 2020, 20:39
8600aac
Код
Авторство
О чём код?
#ifndef FastSimulation_TrackerSetup_TrackerInteractionGeometryRecord_h #define FastSimulation_TrackerSetup_TrackerInteractionGeometryRecord_h // -*- C++ -*- // // Package: TrackerSetup // Class : TrackerInteractionGeometryRecord // /**\class TrackerInteractionGeometryRecord TrackerInteractionGeometryRecord.h FastSimulation/TrackerSetup/interface/TrackerInteractionGeometryRecord.h Description: <one line class summary> Usage: <usage> */ // // Author: // Created: Wed Nov 21 12:14:34 CET 2007 // $Id$ // #include "FWCore/Framework/interface/DependentRecordImplementation.h" #include "RecoTracker/Record/interface/TrackerRecoGeometryRecord.h" #include "FWCore/Utilities/interface/mplVector.h" class TrackerInteractionGeometryRecord : public edm::eventsetup::DependentRecordImplementation<TrackerInteractionGeometryRecord, edm::mpl::Vector<TrackerRecoGeometryRecord> > {}; #endif