/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
GeneratorInterface/ExhumeInterface/plugins/PythiaRecord.h
30 строк
418 B
Matti Kortelainen
Move contents of ExhumeHadronizer.{h,cc} to ExhumeGeneratorFilter
16 мар 2026, 11:45
16 мар 2026, 11:45
c901e15
Код
Авторство
О чём код?
////PythiaInterface.h #ifndef PYTHIA_RECORD_HH #define PYTHIA_RECORD_HH #define py1ent py1ent_ extern "C" { void py1ent(int&, int&, double&, double&, double&); } #define pyexec pyexec_ extern "C" { void pyexec(); } #define pyinre pyinre_ extern "C" { void pyinre(); } #define pyjoin pyjoin_ extern "C" { void pyjoin(int&, int[2]); } #define pyshow pyshow_ extern "C" { void pyshow(int&, int&, double&); } #endif