CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SETMuonSeedProducer.h
Go to the documentation of this file.
1 #ifndef RecoMuon_MuonSeedGenerator_SETMuonSeedProducer_H
2 #define RecoMuon_MuonSeedGenerator_SETMuonSeedProducer_H
3 
7 //---- Despite its name SET is not a Seed producer in a sense that it is supposed to
8 //---- give the final answer about the STA muon (no pattern recognition needed
9 //---- hereafter). For exact parameters (including chi2 estimation) the measurements
10 //---- provided need to be fitted properly (starting from the initial estimates also provided).
11 //---- Technically all this information is stored as a TrajectorySeed. SS
12 
16 
18 
23 
24 class TrajectorySeed;
25 class STAFilter;
26 
28 
30 
31  public:
33  typedef std::vector<Trajectory*> TrajectoryContainer;
34 
37 
39  virtual ~SETMuonSeedProducer();
40 
41  // Operations
42  virtual void produce(edm::Event&, const edm::EventSetup&);
43 
44  protected:
45 
46  private:
47 
48  // Returns a vector of measurements sets (for later trajectory seed building)
50  SETFilter* filter() const {return theFilter;}
51 
52  //----
53 
54  //private:
55 
57  void setEvent(const edm::Event&);
58 
59  //---- SET
63 
66 
68 };
69 #endif
SETSeedFinder theSeedFinder
virtual ~SETMuonSeedProducer()
Destructor.
SETMuonSeedProducer(const edm::ParameterSet &)
Constructor with Parameter set.
SETPatternRecognition thePatternRecognition
edm::InputTag theBeamSpotTag
virtual void produce(edm::Event &, const edm::EventSetup &)
MuonTransientTrackingRecHit::MuonRecHitContainer MuonRecHitContainer
void setEvent(const edm::Event &)
MuonServiceProxy * theService
SETFilter * filter() const
pre-filter
std::vector< Trajectory * > TrajectoryContainer
std::vector< MuonRecHitPointer > MuonRecHitContainer