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