#include <PFClusterMET.h>
Public Member Functions | |
PFClusterMET () | |
PFClusterMET (double sumet_, const LorentzVector &fP4, const Point &fVertex) | |
virtual | ~PFClusterMET () |
Definition at line 14 of file PFClusterMET.h.
PFClusterMET::PFClusterMET | ( | ) |
Definition at line 14 of file PFClusterMET.cc.
{ }
reco::PFClusterMET::PFClusterMET | ( | double | sumet_, |
const LorentzVector & | fP4, | ||
const Point & | fVertex | ||
) | [inline] |
Definition at line 17 of file PFClusterMET.h.
: MET( sumet_, fP4, fVertex ) {}
virtual reco::PFClusterMET::~PFClusterMET | ( | ) | [inline, virtual] |
Definition at line 21 of file PFClusterMET.h.
{}