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
PFClusterMET(double sumet_, const LorentzVector &fP4, const Point &fVertex)
Definition: PFClusterMET.h:16
Definition: MET.h:41
math::XYZTLorentzVector LorentzVector
Lorentz vector.
Definition: Candidate.h:36
fixed size matrix
Structure Point Contains parameters of Gaussian fits to DMRs.
~PFClusterMET() override
Definition: PFClusterMET.h:18