#include <MuonSeedTrack.h>
Public Member Functions | |
MuonSeedTrack (const edm::ParameterSet &) | |
constructor with config More... | |
~MuonSeedTrack () | |
destructor More... | |
Public Member Functions inherited from edm::EDProducer | |
EDProducer () | |
virtual | ~EDProducer () |
Public Member Functions inherited from edm::ProducerBase | |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
boost::function< void(const BranchDescription &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
Private Member Functions | |
virtual void | beginJob () |
pre-job booking More... | |
std::pair< bool, reco::Track > | buildTrackAtPCA (const TrajectorySeed &) const |
Build a track at the PCA WITHOUT any vertex constriant. More... | |
double | computeNDOF (const TrajectorySeed &) const |
compute the TrajectorySeed's degree of freedom More... | |
virtual void | endJob () |
post-job More... | |
TrajectoryStateOnSurface | getSeedTSOS (const TrajectorySeed &seed) const |
get the TrajectorySeed's TrajectoryStateOnSurface More... | |
virtual void | produce (edm::Event &, const edm::EventSetup &) |
construct proto-tracks More... | |
void | setAlias (std::string alias) |
set the Branch alias More... | |
Private Attributes | |
std::string | theAlias |
the Branch alias More... | |
bool | theAllowNoVtxFlag |
edm::InputTag | theSeedsLabel |
the propagator used for extracting TSOS from seed More... | |
MuonServiceProxy * | theService |
the event setup proxy, it takes care the services update More... | |
MuonUpdatorAtVertex * | theUpdatorAtVtx |
the class used for updating a Trajectory State at veretex More... | |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
typedef WorkerT< EDProducer > | WorkerType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::EDProducer | |
CurrentProcessingContext const * | currentContext () const |
Protected Member Functions inherited from edm::ProducerBase | |
template<class TProducer , class TMethod > | |
void | callWhenNewProductsRegistered (TProducer *iProd, TMethod iMethod) |
Make a (fake) reco::Track from a TrajectorySeed. The (fake) track can be associated to a TrackingParticle (SimTrack) using SimTracker/TrackAssociation. The association can then be used in Validation packages, such as Validation/RecoMuon/MuonTrackValidator.cc
Definition at line 43 of file MuonSeedTrack.h.
|
explicit |
constructor with config
Definition at line 42 of file MuonSeedTrack.cc.
References edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), MuonServiceProxy_cff::MuonServiceProxy, and MuonUpdatorAtVertex_cff::MuonUpdatorAtVertex.
MuonSeedTrack::~MuonSeedTrack | ( | ) |
destructor
Definition at line 64 of file MuonSeedTrack.cc.
|
privatevirtual |
pre-job booking
empty method
Reimplemented from edm::EDProducer.
Definition at line 112 of file MuonSeedTrack.cc.
|
private |
Build a track at the PCA WITHOUT any vertex constriant.
First calls getSeedTSOS, then propagates to the vertex. Creates a reco::Track from the propagated initial FreeTrajectoryState.
Definition at line 172 of file MuonSeedTrack.cc.
References FreeTrajectoryState::charge(), FreeTrajectoryState::curvilinearError(), debug, MuonPatternRecoDumper::dumpFTS(), TrajectoryStateOnSurface::freeState(), TrajectoryStateOnSurface::globalPosition(), TrackerBounds::isInside(), LogTrace, metname, FreeTrajectoryState::momentum(), AlCaHLTBitMon_ParallelJobs::p, FreeTrajectoryState::position(), PV3DBase< T, PVType, FrameType >::x(), PV3DBase< T, PVType, FrameType >::y(), and PV3DBase< T, PVType, FrameType >::z().
|
private |
compute the TrajectorySeed's degree of freedom
Calculates number of degrees of freedom for the TrajectorySeed
Definition at line 228 of file MuonSeedTrack.cc.
References max(), metname, and TrajectorySeed::recHits().
|
privatevirtual |
post-job
empty method
Reimplemented from edm::EDProducer.
Definition at line 121 of file MuonSeedTrack.cc.
|
private |
get the TrajectorySeed's TrajectoryStateOnSurface
Get the TrajectoryStateOnSurface from the TrajectorySeed
Definition at line 128 of file MuonSeedTrack.cc.
References PTrajectoryStateOnDet::detId(), TrajectorySeed::startingState(), and trajectoryStateTransform::transientState().
|
privatevirtual |
construct proto-tracks
For each seed, make a (fake) reco::Track
Implements edm::EDProducer.
Definition at line 78 of file MuonSeedTrack.cc.
|
inlineprivate |
|
private |
|
private |
Definition at line 94 of file MuonSeedTrack.h.
|
private |
the propagator used for extracting TSOS from seed
the TrajectorySeed label
Definition at line 91 of file MuonSeedTrack.h.
|
private |
the event setup proxy, it takes care the services update
Definition at line 79 of file MuonSeedTrack.h.
|
private |
the class used for updating a Trajectory State at veretex
Definition at line 82 of file MuonSeedTrack.h.