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 
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 ~StandAloneMuonProducer();
34 
36  virtual void produce(edm::Event&, const edm::EventSetup&) override;
37 
38  private:
39 
42 
44  MuonTrackFinder* theTrackFinder; //It isn't the same as in ORCA
45 
48 
49 
51 
53 
55  alias.erase( alias.size() - 1, alias.size() );
57  }
58 };
59 
60 #endif
edm::InputTag theSeedCollectionLabel
MuonSeed Collection Label.
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
virtual void produce(edm::Event &, const edm::EventSetup &) override
reconstruct muons
edm::EDGetTokenT< edm::View< TrajectorySeed > > seedToken