CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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  virtual ~PFClusterMET() {}
22 
23 
24  };
25 }
26 #endif
PFClusterMET(double sumet_, const LorentzVector &fP4, const Point &fVertex)
Definition: PFClusterMET.h:17
Definition: MET.h:32
math::XYZTLorentzVector LorentzVector
Lorentz vector.
Definition: Candidate.h:41
virtual ~PFClusterMET()
Definition: PFClusterMET.h:21
math::XYZPoint Point
point in the space
Definition: Candidate.h:45