CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TevMuonProducer.h
Go to the documentation of this file.
1 #ifndef RecoMuon_GlobalMuonProducer_TevMuonProducer_H
2 #define RecoMuon_GlobalMuonProducer_TevMuonProducer_H
3 
21 
22 namespace edm {class ParameterSet; class Event; class EventSetup;}
23 
24 class MuonTrackFinder;
25 class MuonServiceProxy;
26 
28 
29  public:
30 
33 
35  virtual ~TevMuonProducer();
36 
38  virtual void produce(edm::Event&, const edm::EventSetup&);
39 
40  private:
41 
44 
47 
49 
51 
53  std::vector<std::string> theRefits;
54  std::vector<int> theRefitIndex;
55 
56  void setAlias( std::string alias ){
57  alias.erase( alias.size() - 1, alias.size() );
58  theAlias=alias;
59  }
60 
61 };
62 
63 #endif
std::vector< int > theRefitIndex
void setAlias(std::string alias)
TevMuonProducer(const edm::ParameterSet &)
constructor with config
edm::InputTag theGLBCollectionLabel
STA Label.
std::vector< std::string > theRefits
std::string theAlias
GlobalMuonRefitter * theRefitter
virtual ~TevMuonProducer()
destructor
MuonTrackLoader * theTrackLoader
MuonServiceProxy * theService
the event setup proxy, it takes care the services update
virtual void produce(edm::Event &, const edm::EventSetup &)
reconstruct muons