CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
VertexMaker.h
Go to the documentation of this file.
1 #ifndef VERTEXMAKER_H
2 #define VERTEXMAKER_H
3 
8 
9 class VertexMaker {
10 
11  public:
12 
14  void SetVars(HWW&, const edm::Event&, const edm::EventSetup&);
15 
17 
18 };
19 
20 #endif
edm::EDGetTokenT< reco::VertexCollection > thePVCollection_
Definition: VertexMaker.h:16
VertexMaker(const edm::ParameterSet &, edm::ConsumesCollector)
Definition: VertexMaker.cc:6
void SetVars(HWW &, const edm::Event &, const edm::EventSetup &)
Definition: VertexMaker.cc:12
Definition: HWW.h:11