/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
PhysicsTools/PatAlgos/src/KinematicResolutionRcd.cc
18 строк
564 B
Cms Build
Clang-Format
11 июн 2019, 11:28
11 июн 2019, 11:28
c32a387
Код
Авторство
О чём код?
// -*- C++ -*- // // Package: PatAlgos // Class : KinematicResolutionRcd // // Implementation: // <Notes on implementation> // // Author: // Created: Sun Jun 24 16:53:34 CEST 2007 #include "PhysicsTools/PatAlgos/interface/KinematicResolutionRcd.h" #include "PhysicsTools/PatAlgos/interface/KinematicResolutionProvider.h" #include "FWCore/Utilities/interface/typelookup.h" #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h" TYPELOOKUP_DATA_REG(KinematicResolutionProvider); EVENTSETUP_RECORD_REG(KinematicResolutionRcd);