CMS 3D CMS Logo

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