CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MuonLinksProducer.h
Go to the documentation of this file.
1 #ifndef MuonIdentification_MuonLinksProducer_h
2 #define MuonIdentification_MuonLinksProducer_h
3 
4 // -*- C++ -*-
5 //
6 // Package: MuonIdentification
7 // Class: MuonLinksProducer
8 //
9 /*
10  Simple producer to make reco::MuonTrackLinks collection
11  out of the global muons from "muons" collection to restore
12  dropped links used as input for MuonIdProducer.
13  */
14 //
15 // Original Author: Dmytro Kovalskyi
16 // $Id: MuonLinksProducer.h,v 1.1.2.1 2008/08/07 00:59:31 dmytro Exp $
17 //
18 //
19 
20 
21 // user include files
26 
28  public:
29  explicit MuonLinksProducer(const edm::ParameterSet&);
30 
31  virtual ~MuonLinksProducer();
32 
33  virtual void produce(edm::Event&, const edm::EventSetup&);
34 
35  private:
37 };
38 #endif
virtual void produce(edm::Event &, const edm::EventSetup &)
virtual ~MuonLinksProducer()
edm::InputTag m_inputCollection
MuonLinksProducer(const edm::ParameterSet &)