CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RhoMaker.h
Go to the documentation of this file.
1 #ifndef RHOMAKER_H
2 #define RHOMAKER_H
3 
7 
8 class RhoMaker {
9 
10  public:
11 
13  void SetVars(HWW&, const edm::Event&, const edm::EventSetup&);
14 
15  private:
16 
21 
22 };
23 
24 #endif
edm::EDGetTokenT< double > wwRhoVor_
Definition: RhoMaker.h:19
edm::EDGetTokenT< double > Rho_
Definition: RhoMaker.h:17
edm::EDGetTokenT< double > wwRho_
Definition: RhoMaker.h:18
Definition: HWW.h:11
edm::EDGetTokenT< double > RhoForEGIso_
Definition: RhoMaker.h:20
RhoMaker(const edm::ParameterSet &, edm::ConsumesCollector)
Definition: RhoMaker.cc:3
void SetVars(HWW &, const edm::Event &, const edm::EventSetup &)
Definition: RhoMaker.cc:12