#include <MuonSeedTrack.h>
Private Member Functions | |
void | beginJob () override |
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... | |
void | endJob () override |
post-job More... | |
TrajectoryStateOnSurface | getSeedTSOS (const TrajectorySeed &seed) const |
get the TrajectorySeed's TrajectoryStateOnSurface More... | |
void | produce (edm::Event &, const edm::EventSetup &) override |
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... | |
edm::EDGetTokenT< TrajectorySeedCollection > | theSeedsToken |
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 |
Public Types inherited from edm::ProducerBase | |
using | ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex >> |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
static bool | wantsGlobalLuminosityBlocks () |
static bool | wantsGlobalRuns () |
static bool | wantsStreamLuminosityBlocks () |
static bool | wantsStreamRuns () |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
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 45 of file MuonSeedTrack.h.
|
explicit |
constructor with config
Definition at line 39 of file MuonSeedTrack.cc.
References edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), MuonServiceProxy_cff::MuonServiceProxy, MuonUpdatorAtVertex_cff::MuonUpdatorAtVertex, and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
destructor
Definition at line 62 of file MuonSeedTrack.cc.
|
overrideprivatevirtual |
pre-job booking
empty method
Reimplemented from edm::EDProducer.
Definition at line 110 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 170 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(), HiIsolationCommonParameters_cff::track, 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 226 of file MuonSeedTrack.cc.
References SiStripPI::max, metname, ndof, and TrajectorySeed::recHits().
|
overrideprivatevirtual |
post-job
empty method
Reimplemented from edm::EDProducer.
Definition at line 119 of file MuonSeedTrack.cc.
|
private |
get the TrajectorySeed's TrajectoryStateOnSurface
Get the TrajectoryStateOnSurface from the TrajectorySeed
Definition at line 126 of file MuonSeedTrack.cc.
References PTrajectoryStateOnDet::detId(), TrajectorySeed::startingState(), and trajectoryStateTransform::transientState().
|
overrideprivate |
construct proto-tracks
For each seed, make a (fake) reco::Track
Definition at line 76 of file MuonSeedTrack.cc.
References eostools::move(), HiIsolationCommonParameters_cff::track, and findElectronsInSiStrips_cfi::trackCollection.
|
inlineprivate |
set the Branch alias
Definition at line 67 of file MuonSeedTrack.h.
References egammaCTFFinalFitWithMaterial_cff::alias.
|
private |
the Branch alias
Definition at line 87 of file MuonSeedTrack.h.
|
private |
Definition at line 97 of file MuonSeedTrack.h.
|
private |
the propagator used for extracting TSOS from seed
the TrajectorySeed label
Definition at line 93 of file MuonSeedTrack.h.
|
private |
Definition at line 94 of file MuonSeedTrack.h.
|
private |
the event setup proxy, it takes care the services update
Definition at line 81 of file MuonSeedTrack.h.
|
private |
the class used for updating a Trajectory State at veretex
Definition at line 84 of file MuonSeedTrack.h.