/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
PhysicsTools/PatAlgos/interface/KinematicResolutionRcd.h
27 строк
920 B
Christopher Jones
Switched to using edm::mpl::Vector for dependent Records
22 июл 2020, 20:39
22 июл 2020, 20:39
8600aac
Код
Авторство
О чём код?
#ifndef PatAlgos_KinematicResolutionRcd_h #define PatAlgos_KinematicResolutionRcd_h // -*- C++ -*- // // Package: PatAlgos // Class : KinematicResolutionRcd // /**\class KinematicResolutionRcd ParticleResolutionRcd.h PhysicsTools/PatAlgos/interface/ParticleResolutionRcd.h Description: Interface for getting Kinematic Resolutions through EventSetup */ // // Author: // Created: Sun Jun 24 16:53:34 CEST 2007 // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" #include "FWCore/Framework/interface/DependentRecordImplementation.h" #include "MagneticField/Records/interface/IdealMagneticFieldRecord.h" #include "FWCore/Utilities/interface/mplVector.h" class KinematicResolutionRcd : public edm::eventsetup::DependentRecordImplementation<KinematicResolutionRcd, edm::mpl::Vector<IdealMagneticFieldRecord> > {}; #endif