CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 // $Id: PFClusterSpecificAlgo.cc,v 1.4 2012/06/11 04:27:43 sakuma Exp $
9 //
10 //
11 //____________________________________________________________________________||
14 
15 //____________________________________________________________________________||
17 {
18  const LorentzVector p4(met.mex , met.mey, 0.0, met.met);
19  const Point vtx(0.0,0.0,0.0);
20  reco::PFClusterMET pfClusterMET(met.sumet, p4, vtx);
21  return pfClusterMET;
22 }
reco::PFClusterMET addInfo(edm::Handle< edm::View< reco::Candidate > > PFClusterCandidates, CommonMETData met)
double p4[4]
Definition: TauolaWrapper.h:92
Structure containing data common to all types of MET.
Definition: CommonMETData.h:22
math::XYZTLorentzVector LorentzVector