/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
GeneratorInterface/ExhumeInterface/plugins/I.h
10 строк
335 B
Matti Kortelainen
Move contents of ExhumeHadronizer.{h,cc} to ExhumeGeneratorFilter
16 мар 2026, 11:45
16 мар 2026, 11:45
c901e15
Код
Авторство
О чём код?
#ifndef GeneratorInterface_ExhumeInterface_I_h #define GeneratorInterface_ExhumeInterface_I_h #include <complex> namespace Exhume { const std::complex<double> _i_sq_ = -1.0; const std::complex<double> _sqrt_i_sq_ = sqrt(_i_sq_); //#define I _sqrt_i_sq_ const std::complex<double> I = _sqrt_i_sq_; } // namespace Exhume #endif