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 {
14  class PFClusterMET: public MET {
15  public:
16  PFClusterMET() ;
17  PFClusterMET( double sumet_,
18  const LorentzVector& fP4, const Point& fVertex )
19  : MET( sumet_, fP4, fVertex ) {}
20 
21  ~PFClusterMET() override {}
22 
23 
24  };
25 }
26 #endif
PFClusterMET(double sumet_, const LorentzVector &fP4, const Point &fVertex)
Definition: PFClusterMET.h:17
Definition: MET.h:42
math::XYZTLorentzVector LorentzVector
Lorentz vector.
Definition: Candidate.h:37
fixed size matrix
Structure Point Contains parameters of Gaussian fits to DMRs.
Definition: DMRtrends.cc:55
~PFClusterMET() override
Definition: PFClusterMET.h:21