CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
GlobalMuonProducer.h
Go to the documentation of this file.
1 #ifndef RecoMuon_GlobalMuonProducer_GlobalMuonProducer_H
2 #define RecoMuon_GlobalMuonProducer_GlobalMuonProducer_H
3 
19 
20 namespace edm {class ParameterSet; class Event; class EventSetup;}
21 
22 class MuonTrackFinder;
23 class MuonServiceProxy;
24 
26 
27  public:
28 
31 
33  virtual ~GlobalMuonProducer();
34 
36  virtual void produce(edm::Event&, const edm::EventSetup&);
37 
38  private:
39 
42 
44 
47 
48  std::string theAlias;
49 
50  void setAlias( std::string alias ){
51  alias.erase( alias.size() - 1, alias.size() );
52  theAlias=alias;
53  }
54 
55 };
56 
57 #endif
virtual void produce(edm::Event &, const edm::EventSetup &)
reconstruct muons
virtual ~GlobalMuonProducer()
destructor
GlobalMuonProducer(const edm::ParameterSet &)
constructor with config
MuonTrackFinder * theTrackFinder
MuonServiceProxy * theService
the event setup proxy, it takes care the services update
void setAlias(std::string alias)
edm::InputTag theSTACollectionLabel
STA Label.