CMS 3D CMS Logo

GenSpecificAlgo.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: METAlgorithms
4 // Class: GenSpecificAlgo
5 //
13 //
14 // Original Authors: R. Cavanaugh (taken from F.Ratnikov, UMd)
15 // Created: June 6, 2006
16 //
17 //
18 #ifndef METProducers_GenMETInfo_h
19 #define METProducers_GenMETInfo_h
20 
21 //____________________________________________________________________________||
27 
28 //____________________________________________________________________________||
30 public:
33  double globalThreshold = 0,
34  bool onlyFiducial = false,
36  bool usePt = false);
37 
38 private:
41 
44  double globalThreshold,
45  bool onlyFiducial,
46  bool usePt);
48  double globalThreshold,
49  bool onlyFiducial,
51  bool usePt);
52 };
53 
54 //____________________________________________________________________________||
55 #endif // METProducers_GenMETInfo_h
reco::GenMET addInfo(edm::Handle< edm::View< reco::Candidate > > particles, CommonMETData *met, double globalThreshold=0, bool onlyFiducial=false, bool applyFiducialThresholdForFractions=false, bool usePt=false)
math::XYZPoint Point
XYZTLorentzVectorD XYZTLorentzVector
Lorentz vector with cylindrical internal representation using pseudorapidity.
Definition: LorentzVector.h:29
void fillCommonMETData(CommonMETData *met, edm::Handle< edm::View< reco::Candidate > > &particles, double globalThreshold, bool onlyFiducial, bool usePt)
Structure containing data common to all types of MET.
Definition: CommonMETData.h:12
applyFiducialThresholdForFractions
using Pt instead Et
XYZPointD XYZPoint
point in space with cartesian internal representation
Definition: Point3D.h:12
SpecificGenMETData mkSpecificGenMETData(edm::Handle< edm::View< reco::Candidate > > &particles, double globalThreshold, bool onlyFiducial, bool applyFiducialThresholdForFractions, bool usePt)
math::XYZTLorentzVector LorentzVector