CMS 3D CMS Logo

PFClusterMET.h
Go to the documentation of this file.
1 #ifndef METReco_PFClusterMET_h
2 #define METReco_PFClusterMET_h
3 
4 /*
5 class: PFClusterMET
6 description: MET made from Particle Flow clusters
7 authors: Salvatore Rappoccio
8 date: 28-Dec-2010
9 */
10 
12 namespace reco {
13  class PFClusterMET : public MET {
14  public:
15  PFClusterMET();
16  PFClusterMET(double sumet_, const LorentzVector& fP4, const Point& fVertex) : MET(sumet_, fP4, fVertex) {}
17 
18  ~PFClusterMET() override {}
19  };
20 } // namespace reco
21 #endif
reco::PFClusterMET::PFClusterMET
PFClusterMET(double sumet_, const LorentzVector &fP4, const Point &fVertex)
Definition: PFClusterMET.h:16
reco
fixed size matrix
Definition: AlignmentAlgorithmBase.h:45
reco::MET
Definition: MET.h:41
Point
Structure Point Contains parameters of Gaussian fits to DMRs.
Definition: DMRtrends.cc:57
reco::PFClusterMET::PFClusterMET
PFClusterMET()
Definition: PFClusterMET.cc:14
reco::PFClusterMET::~PFClusterMET
~PFClusterMET() override
Definition: PFClusterMET.h:18
MET.h
reco::PFClusterMET
Definition: PFClusterMET.h:13
reco::Candidate::LorentzVector
math::XYZTLorentzVector LorentzVector
Lorentz vector.
Definition: Candidate.h:36