#include <MuonSeedFinder.h>
Public Member Functions | |
MuonSeedFinder (const edm::ParameterSet &pset) | |
Constructor. More... | |
void | seeds (const MuonTransientTrackingRecHit::MuonRecHitContainer &hits, std::vector< TrajectorySeed > &result) override |
void | setBField (const MagneticField *field) override |
~MuonSeedFinder () override | |
Destructor. More... | |
Public Member Functions inherited from MuonSeedVFinder | |
void | setBeamSpot (const GlobalVector &gv) |
virtual | ~MuonSeedVFinder () |
Private Member Functions | |
void | analyze () const |
float | computePt (MuonTransientTrackingRecHit::ConstMuonRecHitPointer muon, const MagneticField *field) const |
Private Attributes | |
MuonDTSeedFromRecHits | theBarrel |
MuonCSCSeedFromRecHits | theEndcap |
const MagneticField * | theField |
float | theMinMomentum |
MuonOverlapSeedFromRecHits | theOverlap |
Additional Inherited Members | |
Protected Attributes inherited from MuonSeedVFinder | |
MuonSeedPtExtractor * | thePtExtractor |
Definition at line 22 of file MuonSeedFinder.h.
MuonSeedFinder::MuonSeedFinder | ( | const edm::ParameterSet & | pset | ) |
Constructor.
Definition at line 19 of file MuonSeedFinder.cc.
References MuonSeedFromRecHits::setPtExtractor(), theBarrel, theEndcap, theMinMomentum, theOverlap, and MuonSeedVFinder::thePtExtractor.
|
inlineoverride |
Destructor.
Definition at line 29 of file MuonSeedFinder.h.
References analyze(), computePt(), hfClusterShapes_cfi::hits, mps_fire::result, seeds(), setBField(), and MuonSeedVFinder::thePtExtractor.
|
private |
Referenced by ~MuonSeedFinder().
|
private |
Referenced by ~MuonSeedFinder().
|
overridevirtual |
Implements MuonSeedVFinder.
Definition at line 45 of file MuonSeedFinder.cc.
References MuonSeedFromRecHits::add(), MuonSeedFromRecHits::clear(), MuonSeedFromRecHits::firstRecHit(), LogDebug, LogTrace, metname, MuonCSCSeedFromRecHits::seed(), MuonDTSeedFromRecHits::seed(), MuonOverlapSeedFromRecHits::seeds(), AlCaHLTBitMon_QueryRunRegistry::string, theBarrel, theEndcap, and theOverlap.
Referenced by ~MuonSeedFinder().
|
overridevirtual |
Implements MuonSeedVFinder.
Definition at line 36 of file MuonSeedFinder.cc.
References MuonSeedFromRecHits::setBField(), theBarrel, theEndcap, theField, and theOverlap.
Referenced by ~MuonSeedFinder().
|
private |
Definition at line 48 of file MuonSeedFinder.h.
Referenced by MuonSeedFinder(), seeds(), and setBField().
|
private |
Definition at line 50 of file MuonSeedFinder.h.
Referenced by MuonSeedFinder(), seeds(), and setBField().
|
private |
Definition at line 46 of file MuonSeedFinder.h.
Referenced by setBField().
|
private |
Definition at line 45 of file MuonSeedFinder.h.
Referenced by MuonSeedFinder().
|
private |
Definition at line 49 of file MuonSeedFinder.h.
Referenced by MuonSeedFinder(), seeds(), and setBField().