Main Page
Namespaces
Classes
Package Documentation
DataFormats
METReco
interface
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
11
#include "
DataFormats/METReco/interface/MET.h
"
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
reco::PFClusterMET::PFClusterMET
PFClusterMET()
Definition:
PFClusterMET.cc:14
MET.h
reco::PFClusterMET::PFClusterMET
PFClusterMET(double sumet_, const LorentzVector &fP4, const Point &fVertex)
Definition:
PFClusterMET.h:17
reco::PFClusterMET
Definition:
PFClusterMET.h:14
reco::MET
Definition:
MET.h:42
reco::Candidate::LorentzVector
math::XYZTLorentzVector LorentzVector
Lorentz vector.
Definition:
Candidate.h:37
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:44
Point
Structure Point Contains parameters of Gaussian fits to DMRs.
Definition:
DMRtrends.cc:55
reco::PFClusterMET::~PFClusterMET
~PFClusterMET() override
Definition:
PFClusterMET.h:21
Generated for CMSSW Reference Manual by
1.8.11