CMS 3D CMS Logo

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  ~StandAloneMuonProducer() override;
34 
36  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() );
56  theAlias=alias;
57  }
58 };
59 
60 #endif
edm::InputTag theSeedCollectionLabel
MuonSeed Collection Label.
void setAlias(std::string alias)
MuonServiceProxy * theService
the event setup proxy, it takes care the services update
MuonTrackFinder * theTrackFinder
the track finder
HLT enums.
edm::EDGetTokenT< edm::View< TrajectorySeed > > seedToken