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