CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L3MuonTrajectoryBuilder.h
Go to the documentation of this file.
1 #ifndef RecoMuon_L3TrackFinder_L3MuonTrajectoryBuilder_H
2 #define RecoMuon_L3TrackFinder_L3MuonTrajectoryBuilder_H
3 
20 
24 
25 namespace edm {class ParameterSet; class Event; class EventSetup;}
26 
27 class MuonServiceProxy;
28 class Trajectory;
29 class TrajectoryCleaner;
30 
32 
33  public:
34 
37 
40 
44 
46  virtual void setEvent(const edm::Event&);
47 
49  static void fillDescriptions(edm::ParameterSetDescription& descriptions);
50 
51  private:
52 
54  std::vector<TrackCand> makeTkCandCollection(const TrackCand&);
55 
66  double theMaxChi2;
69 };
70 #endif
MuonCandidate::CandidateContainer CandidateContainer
std::pair< const Trajectory *, reco::TrackRef > TrackCand
static void fillDescriptions(edm::ParameterSetDescription &descriptions)
Add default values for fillDescriptions.
virtual void setEvent(const edm::Event &)
Pass the Event to the algo at each event.
edm::Handle< reco::TrackCollection > allTrackerTracks
edm::Handle< reco::VertexCollection > pvHandle
MuonTrajectoryBuilder::TrajectoryContainer trajectories(const TrajectorySeed &)
dummy implementation, unused in this class
MuonTrajectoryBuilder::CandidateContainer trajectories(const TrackCand &)
return a container reconstructed muons starting from a given track
edm::EDGetTokenT< reco::TrackCollection > theTrackToken
TrajectoryCleaner * theTrajectoryCleaner
std::vector< TrackCand > makeTkCandCollection(const TrackCand &)
Make a TrackCand collection using tracker Track, Trajectory information.
edm::Handle< reco::BeamSpot > beamSpotHandle
L3MuonTrajectoryBuilder(const edm::ParameterSet &, const MuonServiceProxy *, edm::ConsumesCollector &)
Constructor with Parameter Set and MuonServiceProxy.