Main Page
Namespaces
Classes
Package Documentation
DataFormats
METReco
src
SigInputObj.cc
Go to the documentation of this file.
1
#include "
DataFormats/METReco/interface/SigInputObj.h
"
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
//
18
//
19
20
//=== Constructors ===============================//
21
metsig::SigInputObj::SigInputObj
(
const
std::string
& m_type,
double
m_energy,
double
m_phi,
double
m_sigma_e,
double
m_sigma_tan)
22
:
type
(m_type),
23
energy(m_energy),
24
phi
(m_phi),
25
sigma_e(m_sigma_e),
26
sigma_tan(m_sigma_tan)
27
{}
28
//================================================//
29
30
//=== Methods ====================================//
31
// none yet...
32
//================================================//
33
type
type
Definition:
HCALResponse.h:21
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
SigInputObj.h
stringResolutionProvider_cfi.phi
phi
Definition:
stringResolutionProvider_cfi.py:15
metsig::SigInputObj::SigInputObj
SigInputObj()
Definition:
SigInputObj.h:34
Generated for CMSSW Reference Manual by
1.8.11