Public Member Functions | |
FastTrackerRecHitMatcher (const edm::ParameterSet &) | |
~FastTrackerRecHitMatcher () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
EDProducer (const EDProducer &)=delete | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
const EDProducer & | operator= (const EDProducer &)=delete |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Private Types | |
typedef std::pair< LocalPoint, LocalPoint > | StripPosition |
Private Member Functions | |
const FastSingleTrackerRecHit * | _cast2Single (const FastTrackerRecHit *recHit) const |
std::unique_ptr< FastTrackerRecHit > | match (const FastSingleTrackerRecHit *monoRH, const FastSingleTrackerRecHit *stereoRH, const GluedGeomDet *gluedDet, LocalVector &trackdirection, bool stereLayerFirst) const |
void | produce (edm::Event &, const edm::EventSetup &) override |
StripPosition | project (const GeomDetUnit *det, const GluedGeomDet *glueddet, const StripPosition &strip, const LocalVector &trackdirection) const |
std::unique_ptr< FastTrackerRecHit > | projectOnly (const FastSingleTrackerRecHit *originalRH, const GeomDet *monoDet, const GluedGeomDet *gluedDet, LocalVector &ldir) const |
Private Attributes | |
edm::EDGetTokenT< FastTrackerRecHitRefCollection > | simHit2RecHitMapToken |
edm::EDGetTokenT< edm::PSimHitContainer > | simHitsToken |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
using | CacheTypes = CacheContexts< T... > |
using | GlobalCache = typename CacheTypes::GlobalCache |
using | HasAbility = AbilityChecker< T... > |
using | InputProcessBlockCache = typename CacheTypes::InputProcessBlockCache |
using | LuminosityBlockCache = typename CacheTypes::LuminosityBlockCache |
using | LuminosityBlockContext = LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > |
using | LuminosityBlockSummaryCache = typename CacheTypes::LuminosityBlockSummaryCache |
using | RunCache = typename CacheTypes::RunCache |
using | RunContext = RunContextT< RunCache, GlobalCache > |
using | RunSummaryCache = typename CacheTypes::RunSummaryCache |
Definition at line 31 of file FastTrackerRecHitMatcher.cc.
|
private |
Definition at line 41 of file FastTrackerRecHitMatcher.cc.
|
explicit |
Definition at line 77 of file FastTrackerRecHitMatcher.cc.
References edm::ParameterSet::getParameter(), simHit2RecHitMapToken, and simHitsToken.
|
inlineoverride |
Definition at line 34 of file FastTrackerRecHitMatcher.cc.
|
inlineprivate |
Definition at line 63 of file FastTrackerRecHitMatcher.cc.
References Exception, and rpcPointValidation_cfi::recHit.
Referenced by produce().
|
static |
Definition at line 357 of file FastTrackerRecHitMatcher.cc.
References edm::ConfigurationDescriptions::addDefault(), and submitPVResolutionJobs::desc.
|
private |
Definition at line 197 of file FastTrackerRecHitMatcher.cc.
References c, alignmentValidation::c1, funct::cos(), change_name::diff, relativeConstraints::error, Exception, TrackingRecHit::geographicalId(), StripTopology::localPitch(), StripTopology::localPosition(), BaseTrackerRecHit::localPosition(), BaseTrackerRecHit::localPositionError(), visualization-live-secondInstance_cfg::m, PV3DBase< T, PVType, FrameType >::mag2(), Topology::measurementError(), Topology::measurementPosition(), GluedGeomDet::monoDet(), PV3DBase< T, PVType, FrameType >::phi(), position, project(), funct::sin(), GluedGeomDet::stereoDet(), GeomDet::surface(), toLocal(), GeomDet::topology(), PV2DBase< T, PVType, FrameType >::x(), geometryCSVtoXML::xx, geometryCSVtoXML::xy, and geometryCSVtoXML::yy.
Referenced by produce().
|
overrideprivate |
Definition at line 88 of file FastTrackerRecHitMatcher.cc.
References _cast2Single(), relativeConstraints::geometry, edm::EventSetup::get(), get, edm::Ref< C, T, F >::get(), StripSubdetector::glued(), iEvent, edm::Ref< C, T, F >::isNull(), match(), eostools::move(), projectOnly(), DetId::rawId(), rpcPointValidation_cfi::recHit, rpcPointValidation_cfi::simHit, Reconstruction_BefMix_cff::simHit2RecHitMap, simHit2RecHitMapToken, FastTrackerRecHitCombiner_cfi::simHits, simHitsToken, StripSubdetector::stereo(), GeomDet::surface(), GloballyPositioned< T >::toLocal(), and PSimHit::trackId().
|
private |
Definition at line 297 of file FastTrackerRecHitMatcher.cc.
References L1EGammaCrystalsEmulatorProducer_cfi::scale, digitizers_cfi::strip, GeomDet::surface(), toLocal(), and PV3DBase< T, PVType, FrameType >::z().
Referenced by match().
|
private |
Definition at line 318 of file FastTrackerRecHitMatcher.cc.
References dumpMFGeometry_cfg::delta, Exception, GeomDet::geographicalId(), BaseTrackerRecHit::localPosition(), BaseTrackerRecHit::localPositionError(), GluedGeomDet::monoDet(), position, LocalError::rotate(), GluedGeomDet::stereoDet(), GeomDet::surface(), Surface::toGlobal(), PV3DBase< T, PVType, FrameType >::x(), LocalError::xx(), LocalError::xy(), PV3DBase< T, PVType, FrameType >::y(), LocalError::yy(), and PV3DBase< T, PVType, FrameType >::z().
Referenced by produce().
|
private |
Definition at line 74 of file FastTrackerRecHitMatcher.cc.
Referenced by FastTrackerRecHitMatcher(), and produce().
|
private |
Definition at line 73 of file FastTrackerRecHitMatcher.cc.
Referenced by FastTrackerRecHitMatcher(), and produce().