CMS 3D CMS Logo

SigInputObj.cc

Go to the documentation of this file.
00001 #include "RecoMET/METAlgorithms/interface/SigInputObj.h"
00002 // -*- C++ -*-
00003 //
00004 // Package:    METAlgorithms
00005 // Class:      SigInputObj
00006 // 
00014 //
00015 // Original Author:  Kyle Story, Freya Blekman (Cornell University)
00016 //         Created:  Fri Apr 18 11:58:33 CEST 2008
00017 // $Id: SigInputObj.cc,v 1.1 2008/04/18 10:12:55 fblekman Exp $
00018 //
00019 //
00020 
00021 //=== Constructors ===============================//
00022 metsig::SigInputObj::SigInputObj( std::string & m_type,  double & m_energy,  double & m_phi,
00023                   double & m_sigma_e,  double & m_sigma_tan) 
00024 {
00025   type.clear(); 
00026   type.append(m_type);
00027   energy = m_energy;
00028   phi = m_phi;
00029   sigma_e = m_sigma_e;
00030   sigma_tan = m_sigma_tan;
00031 }
00032 
00033 //================================================//
00034 
00035 //=== Methods ====================================//
00036 // none yet...
00037 //================================================//
00038 

Generated on Tue Jun 9 17:44:06 2009 for CMSSW by  doxygen 1.5.4