Classes | |
struct | ThreeTokens |
track input collection More... | |
Public Types | |
typedef std::pair < TrackCandidate, std::pair < reco::TrackRef, reco::TrackRef > > | DuplicateRecord |
typedef container of candidate and input tracks More... | |
typedef edm::OwnVector < TrackingRecHit > | RecHitContainer |
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 | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Member Functions | |
DuplicateListMerger (const edm::ParameterSet &iPara) | |
constructor More... | |
virtual | ~DuplicateListMerger () |
destructor More... | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
Public Member Functions inherited from edm::stream::EDProducerBase | |
EDProducerBase () | |
ModuleDescription const & | moduleDescription () const |
virtual | ~EDProducerBase () |
Public Member Functions inherited from edm::ProducerBase | |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
std::function< void(BranchDescription const &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
EDConsumerBase () | |
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
std::vector < ProductHolderIndexAndSkipBit > const & | itemsToGetFromEvent () const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesDependentUpon (const std::string &iProcessName, std::vector< const char * > &oModuleLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Protected Member Functions | |
void | produce (edm::Event &, const edm::EventSetup &) override |
produce one event More... | |
Protected Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
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) |
Private Member Functions | |
edm::ProductID | clusterProductB (const TrackingRecHit *hit) |
int | matchCandidateToTrack (TrackCandidate, edm::Handle< reco::TrackCollection >) |
ThreeTokens | threeTokens (const edm::InputTag &tag) |
Private Attributes | |
edm::EDGetTokenT< edm::View < DuplicateRecord > > | candidateSource_ |
bool | copyExtras_ |
unsigned int | diffHitsCut_ |
bool | makeReKeyedSeeds_ |
edm::InputTag | mergedMVAVals_ |
edm::EDGetTokenT < edm::ValueMap< float > > | mergedMVAValsToken_ |
ThreeTokens | mergedTrackSource_ |
float | minTrkProbCut_ |
edm::InputTag | originalMVAVals_ |
edm::EDGetTokenT < edm::ValueMap< float > > | originalMVAValsToken_ |
ThreeTokens | originalTrackSource_ |
reco::TrackBase::TrackQuality | qualityToSet_ |
Additional Inherited Members | |
Static Public Member Functions inherited from edm::stream::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
merges list of merge duplicate tracks with its parent list
Definition at line 39 of file DuplicateListMerger.cc.
typedef std::pair<TrackCandidate,std::pair<reco::TrackRef,reco::TrackRef> > DuplicateListMerger::DuplicateRecord |
typedef container of candidate and input tracks
Definition at line 47 of file DuplicateListMerger.cc.
Definition at line 48 of file DuplicateListMerger.cc.
|
explicit |
constructor
Definition at line 99 of file DuplicateListMerger.cc.
References edm::ParameterSet::exists(), edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), HLT_25ns14e33_v1_cff::InputTag, reco::TrackBase::qualityByName(), AlCaHLTBitMon_QueryRunRegistry::string, and reco::TrackBase::undefQuality.
|
virtual |
destructor
Definition at line 150 of file DuplicateListMerger.cc.
|
inlineprivate |
Definition at line 56 of file DuplicateListMerger.cc.
|
private |
Definition at line 490 of file DuplicateListMerger.cc.
References spr::find(), i, match(), TrackCandidate::recHits(), and TrackCandidate::seedRef().
|
overrideprotectedvirtual |
produce one event
Implements edm::stream::EDProducerBase.
Definition at line 157 of file DuplicateListMerger.cc.
References a, reco::TrackBase::algo(), b, edm::OwnVector< T, P >::back(), reco::TrackBase::charge(), reco::TrackBase::chi2(), ChiSquaredProbability(), edm::AssociationMap< edm::OneToOne< std::vector< Trajectory >, reco::TrackCollection, unsigned short > >::const_iterator, TrajectorySeed::direction(), edm::helper::Filler< Map >::fill(), edm::Ref< C, T, F >::get(), edm::Event::getByLabel(), edm::Event::getByToken(), edm::Event::getProvenance(), edm::Event::getRefBeforePut(), i, edm::RefProd< T >::id(), reco::Track::innerDetId(), reco::Track::innerMomentum(), reco::Track::innerOk(), reco::Track::innerPosition(), reco::Track::innerStateCovariance(), HLT_25ns14e33_v1_cff::InputTag, edm::helper::Filler< Map >::insert(), edm::Ref< C, T, F >::isNonnull(), j, match(), min(), edm::Provenance::moduleLabel(), reco::TrackBase::momentum(), reco::TrackBase::ndof(), TrajectorySeed::nHits(), reco::TrackBase::normalizedChi2(), reco::Track::outerDetId(), reco::Track::outerMomentum(), reco::Track::outerOk(), reco::Track::outerPosition(), reco::Track::outerStateCovariance(), edm::Provenance::processName(), edm::Provenance::productInstanceName(), edm::OwnVector< T, P >::push_back(), edm::Event::put(), reco::TrackBase::qualityMask(), reco::Track::recHit(), TrajectorySeed::recHits(), reco::Track::recHitsBegin(), reco::Track::recHitsEnd(), reco::Track::recHitsSize(), reco::TrackBase::referencePoint(), ClusterRemovalRefSetter::reKey(), edm::OwnVector< T, P >::reserve(), reco::Track::residuals(), reco::Track::seedDirection(), reco::Track::seedRef(), reco::TrackExtraBase::setHits(), reco::TrackExtra::setResiduals(), TrajectorySeed::startingState(), and trackAlgoPriorityOrder.
|
inlineprivate |
Definition at line 70 of file DuplicateListMerger.cc.
|
private |
Definition at line 74 of file DuplicateListMerger.cc.
|
private |
Definition at line 84 of file DuplicateListMerger.cc.
|
private |
Definition at line 82 of file DuplicateListMerger.cc.
|
private |
Definition at line 85 of file DuplicateListMerger.cc.
|
private |
Definition at line 77 of file DuplicateListMerger.cc.
|
private |
Definition at line 79 of file DuplicateListMerger.cc.
|
private |
Definition at line 73 of file DuplicateListMerger.cc.
|
private |
Definition at line 83 of file DuplicateListMerger.cc.
|
private |
Definition at line 76 of file DuplicateListMerger.cc.
|
private |
Definition at line 78 of file DuplicateListMerger.cc.
|
private |
Definition at line 73 of file DuplicateListMerger.cc.
|
private |
Definition at line 81 of file DuplicateListMerger.cc.