Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
DQM
PhysicsHWW
interface
PFMETMaker.h
Go to the documentation of this file.
1
#ifndef PFMETMAKER_H
2
#define PFMETMAKER_H
3
4
#include "
FWCore/Framework/interface/MakerMacros.h
"
5
#include "
FWCore/Framework/interface/ConsumesCollector.h
"
6
#include "
DataFormats/METReco/interface/PFMET.h
"
7
#include "
DQM/PhysicsHWW/interface/HWW.h
"
8
9
class
PFMETMaker
{
10
11
public
:
12
13
PFMETMaker
(
const
edm::ParameterSet
&,
edm::ConsumesCollector
);
14
void
SetVars
(
HWW
&,
const
edm::Event
&,
const
edm::EventSetup
&);
15
16
private
:
17
18
edm::EDGetTokenT<edm::View<reco::PFMET>
>
PFMET_
;
19
20
};
21
22
#endif
PFMETMaker::PFMETMaker
PFMETMaker(const edm::ParameterSet &, edm::ConsumesCollector)
Definition:
PFMETMaker.cc:3
PFMETMaker::SetVars
void SetVars(HWW &, const edm::Event &, const edm::EventSetup &)
Definition:
PFMETMaker.cc:9
MakerMacros.h
PFMETMaker
Definition:
PFMETMaker.h:9
PFMET.h
edm::EDGetTokenT
Definition:
EDGetToken.h:32
HWW.h
edm::EventSetup
Definition:
EventSetup.h:44
HWW
Definition:
HWW.h:12
PFMETMaker::PFMET_
edm::EDGetTokenT< edm::View< reco::PFMET > > PFMET_
Definition:
PFMETMaker.h:18
edm::ParameterSet
Definition:
ParameterSet.h:35
edm::Event
Definition:
Event.h:59
ConsumesCollector.h
edm::ConsumesCollector
Definition:
ConsumesCollector.h:32
Generated for CMSSW Reference Manual by
1.8.5