Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
RecoMET
METAlgorithms
interface
METAlgo.h
Go to the documentation of this file.
1
// -*- C++ -*-
2
//
3
// Package: METAlgorithms
4
// Class: METAlgo
5
//
13
//
14
// Original Authors: Michael Schmitt, Richard Cavanaugh The University of Florida
15
// Created: May 14, 2005
16
//
17
//
18
19
//____________________________________________________________________________||
20
#ifndef METAlgo_h
21
#define METAlgo_h
22
23
//____________________________________________________________________________||
24
#include "
DataFormats/Candidate/interface/CandidateFwd.h
"
25
#include "
DataFormats/METReco/interface/CommonMETData.h
"
26
27
//____________________________________________________________________________||
28
class
METAlgo
29
{
30
public
:
31
METAlgo
() {}
32
virtual
~METAlgo
() {}
33
CommonMETData
run
(
const
edm::View<reco::Candidate>
& candidates,
double
globalThreshold = 0.0);
34
35
};
36
37
//____________________________________________________________________________||
38
#endif // METAlgo_h
METAlgo::~METAlgo
virtual ~METAlgo()
Definition:
METAlgo.h:32
METAlgo
Definition:
METAlgo.h:28
edm::View< reco::Candidate >
CommonMETData.h
METAlgo::run
CommonMETData run(const edm::View< reco::Candidate > &candidates, double globalThreshold=0.0)
Definition:
METAlgo.cc:16
CommonMETData
Structure containing data common to all types of MET.
Definition:
CommonMETData.h:12
METAlgo::METAlgo
METAlgo()
Definition:
METAlgo.h:31
CandidateFwd.h
Generated for CMSSW Reference Manual by
1.8.5