/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
L1Trigger/TrackerTFP/interface/DataFormatsRcd.h
17 строк
543 B
Andrea Bocci
Add missing newline at the end of file
27 фев 2024, 16:21
Не верифицирован
27 фев 2024, 16:21
badfe73
Код
Авторство
О чём код?
#ifndef L1Trigger_TrackerTFP_DataFormatsRcd_h #define L1Trigger_TrackerTFP_DataFormatsRcd_h #include "FWCore/Framework/interface/DependentRecordImplementation.h" #include "L1Trigger/TrackTrigger/interface/SetupRcd.h" #include "FWCore/Utilities/interface/mplVector.h" namespace trackerTFP { typedef edm::mpl::Vector<tt::SetupRcd> RcdsDataFormats; // record of trackerTFP::DataFormats class DataFormatsRcd : public edm::eventsetup::DependentRecordImplementation<DataFormatsRcd, RcdsDataFormats> {}; } // namespace trackerTFP #endif