|
||||
File indexing completed on 2024-04-06 12:04:45
0001 #include "DataFormats/METReco/interface/SigInputObj.h" 0002 // -*- C++ -*- 0003 // 0004 // Package: METAlgorithms 0005 // Class: SigInputObj 0006 // 0007 /**\class METSignificance SigInputObj.cc RecoMET/METAlgorithms/src/SigInputObj.cc 0008 0009 Description: <one line class summary> 0010 0011 Implementation: 0012 <Notes on implementation> 0013 */ 0014 // 0015 // Original Author: Kyle Story, Freya Blekman (Cornell University) 0016 // Created: Fri Apr 18 11:58:33 CEST 2008 0017 // 0018 // 0019 0020 //=== Constructors ===============================// 0021 metsig::SigInputObj::SigInputObj( 0022 const std::string& m_type, double m_energy, double m_phi, double m_sigma_e, double m_sigma_tan) 0023 : type(m_type), energy(m_energy), phi(m_phi), sigma_e(m_sigma_e), sigma_tan(m_sigma_tan) {} 0024 //================================================// 0025 0026 //=== Methods ====================================// 0027 // none yet... 0028 //================================================//
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |