CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SigInputObj.cc
Go to the documentation of this file.
2 // -*- C++ -*-
3 //
4 // Package: METAlgorithms
5 // Class: SigInputObj
6 //
14 //
15 // Original Author: Kyle Story, Freya Blekman (Cornell University)
16 // Created: Fri Apr 18 11:58:33 CEST 2008
17 // $Id: SigInputObj.cc,v 1.1 2012/08/31 08:57:58 veelken Exp $
18 //
19 //
20 
21 //=== Constructors ===============================//
22 metsig::SigInputObj::SigInputObj(const std::string& m_type, double m_energy, double m_phi, double m_sigma_e, double m_sigma_tan)
23  : type(m_type),
24  energy(m_energy),
25  phi(m_phi),
26  sigma_e(m_sigma_e),
27  sigma_tan(m_sigma_tan)
28 {}
29 //================================================//
30 
31 //=== Methods ====================================//
32 // none yet...
33 //================================================//
34 
type
Definition: HCALResponse.h:21
Definition: DDAxes.h:10