Private Attributes | |
edm::InputTag | generalTracksTag |
edm::EDGetTokenT< reco::TrackCollection > | generalTracksToken_ |
edm::InputTag | OurSegmentsTag |
edm::EDGetTokenT< ME0SegmentCollection > | OurSegmentsToken_ |
double | thePHIDIR_RESIDUAL_CUT |
double | theX_PULL_CUT |
double | theX_RESIDUAL_CUT |
double | theY_PULL_CUT |
double | theY_RESIDUAL_CUT |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
typedef CacheContexts< T... > | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T... > | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
Public Types inherited from edm::stream::EDProducerBase | |
typedef EDProducerAdaptorBase | 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::stream::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
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) |
Definition at line 77 of file ME0SegmentMatcher.cc.
|
explicit |
Constructor.
Definition at line 116 of file ME0SegmentMatcher.cc.
References generalTracksTag, generalTracksToken_, edm::ParameterSet::getParameter(), OurSegmentsTag, OurSegmentsToken_, thePHIDIR_RESIDUAL_CUT, theX_PULL_CUT, theX_RESIDUAL_CUT, theY_PULL_CUT, and theY_RESIDUAL_CUT.
|
override |
|
overridevirtual |
Reimplemented from edm::stream::EDProducerBase.
Definition at line 358 of file ME0SegmentMatcher.cc.
References DEFINE_FWK_MODULE.
void ME0SegmentMatcher::getFromFTS | ( | const FreeTrajectoryState & | fts, |
GlobalVector & | p3, | ||
GlobalVector & | r3, | ||
int & | charge, | ||
AlgebraicSymMatrix66 & | cov | ||
) |
Definition at line 339 of file ME0SegmentMatcher.cc.
References FreeTrajectoryState::cartesianError(), FreeTrajectoryState::charge(), FreeTrajectoryState::hasError(), CartesianTrajectoryError::matrix(), FreeTrajectoryState::momentum(), FreeTrajectoryState::position(), PV3DBase< T, PVType, FrameType >::x(), PV3DBase< T, PVType, FrameType >::y(), and PV3DBase< T, PVType, FrameType >::z().
Referenced by produce().
FreeTrajectoryState ME0SegmentMatcher::getFTS | ( | const GlobalVector & | p3, |
const GlobalVector & | r3, | ||
int | charge, | ||
const AlgebraicSymMatrix66 & | cov, | ||
const MagneticField * | field | ||
) |
Definition at line 326 of file ME0SegmentMatcher.cc.
References PV3DBase< T, PVType, FrameType >::x(), PV3DBase< T, PVType, FrameType >::y(), and PV3DBase< T, PVType, FrameType >::z().
Referenced by produce().
FreeTrajectoryState ME0SegmentMatcher::getFTS | ( | const GlobalVector & | p3, |
const GlobalVector & | r3, | ||
int | charge, | ||
const AlgebraicSymMatrix55 & | cov, | ||
const MagneticField * | field | ||
) |
Definition at line 312 of file ME0SegmentMatcher.cc.
References PV3DBase< T, PVType, FrameType >::x(), PV3DBase< T, PVType, FrameType >::y(), and PV3DBase< T, PVType, FrameType >::z().
|
override |
Produce the ME0Segment collection.
Definition at line 132 of file ME0SegmentMatcher.cc.
References funct::abs(), PV3DBase< T, PVType, FrameType >::barePhi(), barePhi(), ecalTB2006H4_GenSimDigiReco_cfg::bField, patCaloMETCorrections_cff::C, relativeConstraints::chamber, ME0Geometry::chamber(), reco::deltaPhi(), reco::deltaR2(), TrajectoryStateOnSurface::freeTrajectoryState(), isolatedTracks_cfi::generalTracks, generalTracksToken_, edm::EventSetup::get(), edm::Event::getByToken(), getFromFTS(), getFTS(), mps_fire::i, TrajectoryStateOnSurface::isValid(), JacobianCartesianToLocal::jacobian(), eostools::move(), OurSegmentsToken_, Propagator::propagate(), edm::Event::put(), reco::ME0Muon::setGlobalTrackCov(), reco::ME0Muon::setGlobalTrackMomAtSurface(), reco::ME0Muon::setGlobalTrackPosAtSurface(), reco::ME0Muon::setLocalTrackCov(), reco::ME0Muon::setLocalTrackMomAtSurface(), reco::ME0Muon::setLocalTrackPosAtSurface(), mathSSE::sqrt(), thePHIDIR_RESIDUAL_CUT, theX_PULL_CUT, theX_RESIDUAL_CUT, theY_PULL_CUT, theY_RESIDUAL_CUT, PV3DBase< T, PVType, FrameType >::x(), PV3DBase< T, PVType, FrameType >::y(), z, and PV3DBase< T, PVType, FrameType >::z().
|
private |
Definition at line 108 of file ME0SegmentMatcher.cc.
Referenced by ME0SegmentMatcher().
|
private |
Definition at line 110 of file ME0SegmentMatcher.cc.
Referenced by ME0SegmentMatcher(), and produce().
|
private |
Definition at line 108 of file ME0SegmentMatcher.cc.
Referenced by ME0SegmentMatcher().
|
private |
Definition at line 109 of file ME0SegmentMatcher.cc.
Referenced by ME0SegmentMatcher(), and produce().
|
private |
Definition at line 107 of file ME0SegmentMatcher.cc.
Referenced by ME0SegmentMatcher(), and produce().
|
private |
Definition at line 107 of file ME0SegmentMatcher.cc.
Referenced by ME0SegmentMatcher(), and produce().
|
private |
Definition at line 107 of file ME0SegmentMatcher.cc.
Referenced by ME0SegmentMatcher(), and produce().
|
private |
Definition at line 107 of file ME0SegmentMatcher.cc.
Referenced by ME0SegmentMatcher(), and produce().
|
private |
Definition at line 107 of file ME0SegmentMatcher.cc.
Referenced by ME0SegmentMatcher(), and produce().