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
(
22
const
std::string
& m_type,
double
m_energy,
double
m_phi,
double
m_sigma_e,
double
m_sigma_tan)
23
:
type
(m_type),
energy
(m_energy),
phi
(m_phi), sigma_e(m_sigma_e), sigma_tan(m_sigma_tan) {}
24
//================================================//
25
26
//=== Methods ====================================//
27
// none yet...
28
//================================================//
metsig::SigInputObj::SigInputObj
SigInputObj()
Definition:
SigInputObj.h:31
SigInputObj.h
HCALHighEnergyHPDFilter_cfi.energy
energy
Definition:
HCALHighEnergyHPDFilter_cfi.py:5
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
PVValHelper::phi
Definition:
PVValidationHelpers.h:68
type
type
Definition:
SiPixelVCal_PayloadInspector.cc:37
Generated for CMSSW Reference Manual by
1.8.16