#include <TrackerSeedGenerator.h>
Public Types | |
typedef std::vector < TrajectorySeed > | BTSeedCollection |
typedef std::pair< const Trajectory *, reco::TrackRef > | TrackCand |
Public Member Functions | |
const edm::Event * | getEvent () const |
virtual void | init (const MuonServiceProxy *service) |
virtual void | setEvent (const edm::Event &) |
TrackerSeedGenerator () | |
virtual void | trackerSeeds (const TrackCand &, const TrackingRegion &, const TrackerTopology *, BTSeedCollection &) |
virtual | ~TrackerSeedGenerator () |
destructor More... | |
Protected Attributes | |
const edm::Event * | theEvent |
const MuonServiceProxy * | theProxyService |
Private Member Functions | |
virtual void | run (TrajectorySeedCollection &seeds, const edm::Event &ev, const edm::EventSetup &es, const TrackingRegion ®ion) |
Generate seed from muon trajectory.
Definition at line 19 of file TrackerSeedGenerator.h.
typedef std::vector<TrajectorySeed> TrackerSeedGenerator::BTSeedCollection |
Definition at line 22 of file TrackerSeedGenerator.h.
typedef std::pair<const Trajectory*, reco::TrackRef> TrackerSeedGenerator::TrackCand |
Definition at line 26 of file TrackerSeedGenerator.h.
|
inline |
Definition at line 24 of file TrackerSeedGenerator.h.
|
inlinevirtual |
|
inline |
Definition at line 37 of file TrackerSeedGenerator.h.
References theEvent.
Referenced by DualByL2TSG::selectTSG(), and FastTSGFromIOHit::trackerSeeds().
|
virtual |
Reimplemented in FastTSGFromPropagation, TSGForRoadSearch, TSGFromPropagation, and CompositeTSG.
Definition at line 6 of file TrackerSeedGenerator.cc.
References theProxyService.
Referenced by TSGFromL2Muon::beginRun().
|
inlineprivatevirtual |
Reimplemented in TSGFromOrderedHits, and TSGSmart.
Definition at line 41 of file TrackerSeedGenerator.h.
Referenced by trackerSeeds().
|
virtual |
Reimplemented in FastTSGFromPropagation, TSGForRoadSearch, TSGFromPropagation, and CompositeTSG.
Definition at line 19 of file TrackerSeedGenerator.cc.
References event(), and theEvent.
Referenced by TSGFromL2Muon::produce().
|
virtual |
Reimplemented in TSGForRoadSearch, CompositeTSG, SeparatingTSG, and CombinedTSG.
Definition at line 11 of file TrackerSeedGenerator.cc.
References MuonServiceProxy::eventSetup(), hitfit::return, run(), theEvent, and theProxyService.
Referenced by TSGFromL2Muon::produce().
|
protected |
Definition at line 44 of file TrackerSeedGenerator.h.
Referenced by getEvent(), CompositeTSG::setEvent(), setEvent(), and trackerSeeds().
|
protected |
Definition at line 45 of file TrackerSeedGenerator.h.
Referenced by init(), and trackerSeeds().