/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
DataFormats/Math/test/ReadMath.h
15 строк
378 B
Christopher Jones
Moved test modules in DataFormat/Math to thread friendly types
03 окт 2022, 20:55
03 окт 2022, 20:55
ff090c5
Код
Авторство
О чём код?
#ifndef DataFormats_ReadMath_h #define DataFormats_ReadMath_h #include "FWCore/Framework/interface/one/EDAnalyzer.h" #include "FWCore/Utilities/interface/InputTag.h" class ReadMath : public edm::one::EDAnalyzer<> { public: ReadMath(const edm::ParameterSet&); private: void analyze(const edm::Event&, const edm::EventSetup&); edm::InputTag src; }; #endif