CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
StandAloneTrajectoryBuilder.h
Go to the documentation of this file.
1 #ifndef RecoMuon_TrackFinder_StandAloneTrajectoryBuilder_H
2 #define RecoMuon_TrackFinder_StandAloneTrajectoryBuilder_H
3 
11 
14 
15 
16 class TrajectorySeed;
20 class MuonServiceProxy;
21 class SeedTransformer;
22 
23 namespace edm {class ParameterSet;}
24 
26 
27  public:
28  typedef std::pair<const DetLayer*,TrajectoryStateOnSurface> DetLayerWithState;
29 
30  public:
33 
36 
37  // Returns a vector of the reconstructed trajectories compatible with
38  // the given seed.
40 
43 
46 
49 
52 
54  virtual void setEvent(const edm::Event& event);
55 
56  protected:
57 
58  private:
59 
61 
62  private:
63 
67 
69 
72 
75  // FIXME
76  // StandAloneMuonBackwardFilter* theBWFilter;
79 
81  bool doRefit;
84 
86 };
87 #endif
MuonCandidate::CandidateContainer CandidateContainer
std::pair< const Trajectory *, reco::TrackRef > TrackCand
StandAloneMuonTrajectoryBuilder(const edm::ParameterSet &, const MuonServiceProxy *, edm::ConsumesCollector &iC)
Constructor with Parameter set and MuonServiceProxy.
MuonCandidate::TrajectoryContainer TrajectoryContainer
virtual void setEvent(const edm::Event &event)
Pass the Event to the algo at each event.
StandAloneMuonFilter * bwfilter() const
actual filter
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision and the trigger will pass if any such matching triggers are FAIL or EXCEPTION A wildcarded negative criterion that matches more than one trigger in the trigger but the state exists so we define the behavior If all triggers are the negative crieriion will lead to accepting the event(this again matches the behavior of"!*"before the partial wildcard feature was incorporated).The per-event"cost"of each negative criterion with multiple relevant triggers is about the same as!*was in the past
std::pair< const DetLayer *, TrajectoryStateOnSurface > DetLayerWithState
Definition: DetId.h:18
StandAloneMuonFilter * filter() const
pre-filter
TrajectoryContainer trajectories(const TrajectorySeed &)
return a container of the reconstructed trajectories compatible with a given seed ...
virtual CandidateContainer trajectories(const TrackCand &)
dummy implementation, unused in this class
std::string theSeedPropagatorName
Propagator for the seed extrapolation.
virtual ~StandAloneMuonTrajectoryBuilder()
Destructor.
StandAloneMuonRefitter * refitter() const
refitter of the hits container
DetLayerWithState propagateTheSeedTSOS(TrajectoryStateOnSurface &aTSOS, DetId &aDetId)