CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MuonMaker.h
Go to the documentation of this file.
1 #ifndef MUONMAKER_H
2 #define MUONMAKER_H
3 
13 
14 class MuonMaker {
15 
16  public:
17 
19  void SetVars(HWW&, const edm::Event&, const edm::EventSetup&);
20 
21  private:
22 
29 
30 };
31 
32 #endif
edm::EDGetTokenT< reco::VertexCollection > thePVCollection_
Definition: MuonMaker.h:25
edm::EDGetTokenT< reco::MuonCollection > MuonCollection_
Definition: MuonMaker.h:28
edm::EDGetTokenT< reco::PFCandidateCollection > PFCandidateCollection_
Definition: MuonMaker.h:26
edm::EDGetTokenT< reco::BeamSpot > BeamSpot_
Definition: MuonMaker.h:27
MuonMaker(const edm::ParameterSet &, edm::ConsumesCollector)
Definition: MuonMaker.cc:11
Definition: HWW.h:12
edm::EDGetTokenT< edm::View< reco::Muon > > Muon_
Definition: MuonMaker.h:23
edm::EDGetTokenT< edm::ValueMap< reco::MuonShower > > MuonShower_
Definition: MuonMaker.h:24
void SetVars(HWW &, const edm::Event &, const edm::EventSetup &)
Definition: MuonMaker.cc:23