CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
StandAloneMuonProducer.h
Go to the documentation of this file.
1 #ifndef RecoMuon_StandAloneMuonProducer_StandAloneMuonProducer_H
2 #define RecoMuon_StandAloneMuonProducer_StandAloneMuonProducer_H
3 
20 
21 namespace edm {class ParameterSet; class Event; class EventSetup;}
22 
23 class MuonTrackFinder;
24 class MuonServiceProxy;
25 
27 
28  public:
29 
32 
34  virtual ~StandAloneMuonProducer();
35 
37  virtual void produce(edm::Event&, const edm::EventSetup&);
38 
39  private:
40 
43 
45  MuonTrackFinder* theTrackFinder; //It isn't the same as in ORCA
46 
49 
51 
52  void setAlias( std::string alias ){
53  alias.erase( alias.size() - 1, alias.size() );
54  theAlias=alias;
55  }
56 };
57 
58 #endif
edm::InputTag theSeedCollectionLabel
MuonSeed Collection Label.
virtual void produce(edm::Event &, const edm::EventSetup &)
reconstruct muons
virtual ~StandAloneMuonProducer()
destructor
StandAloneMuonProducer(const edm::ParameterSet &)
constructor with config
void setAlias(std::string alias)
MuonServiceProxy * theService
the event setup proxy, it takes care the services update
MuonTrackFinder * theTrackFinder
the track finder