CMS 3D CMS Logo

PFClusterSpecificAlgo.cc
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: METAlgorithms
4 // Class: PFClusterSpecificAlgo
5 //
6 // Original Authors: R. Remington (UF), R. Cavanaugh (UIC/Fermilab)
7 // Created: October 27, 2008
8 //
9 //
10 //____________________________________________________________________________||
13 
14 //____________________________________________________________________________||
16  const CommonMETData& met) {
17  const LorentzVector p4(met.mex, met.mey, 0.0, met.met);
18  const Point vtx(0.0, 0.0, 0.0);
19  reco::PFClusterMET pfClusterMET(met.sumet, p4, vtx);
20  return pfClusterMET;
21 }
reco::PFClusterMET addInfo(edm::Handle< edm::View< reco::Candidate > > PFClusterCandidates, const CommonMETData &met)
Structure containing data common to all types of MET.
Definition: CommonMETData.h:12
Structure Point Contains parameters of Gaussian fits to DMRs.
math::XYZTLorentzVector LorentzVector