/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
DataFormats/METReco/src/SigInputObj.cc
28 строк
893 B
Cms Build
Clang-Format
03 июн 2019, 06:43
03 июн 2019, 06:43
2b2acc7
Код
Авторство
О чём код?
#include "DataFormats/METReco/interface/SigInputObj.h" // -*- C++ -*- // // Package: METAlgorithms // Class: SigInputObj // /**\class METSignificance SigInputObj.cc RecoMET/METAlgorithms/src/SigInputObj.cc Description: <one line class summary> Implementation: <Notes on implementation> */ // // Original Author: Kyle Story, Freya Blekman (Cornell University) // Created: Fri Apr 18 11:58:33 CEST 2008 // // //=== Constructors ===============================// metsig::SigInputObj::SigInputObj( const std::string& m_type, double m_energy, double m_phi, double m_sigma_e, double m_sigma_tan) : type(m_type), energy(m_energy), phi(m_phi), sigma_e(m_sigma_e), sigma_tan(m_sigma_tan) {} //================================================// //=== Methods ====================================// // none yet... //================================================//