/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
PhysicsTools/Heppy/interface/Apc.h
26 строк
595 B
Cms Build
Clang-Format
31 май 2019, 14:09
31 май 2019, 14:09
c029a52
Код
Авторство
О чём код?
#ifndef PhysicsTools_Heppy_Apc_h #define PhysicsTools_Heppy_Apc_h #include <cmath> #include <numeric> #include <vector> /* Apc * * Calculates the Apc event variable for a given input jet collection * */ namespace heppy { struct Apc { static double getApcJetMetMin(const std::vector<double>& et, const std::vector<double>& px, const std::vector<double>& py, const double metx, const double mety); }; }; // namespace heppy #endif // Apc_h