#include <IPProducer.h>
Public Types | |
typedef std::vector< reco::IPTagInfo< Container, Base > > | Product |
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 Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Public Member Functions | |
template<> | |
void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
template<> | |
void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
IPProducer (const edm::ParameterSet &) | |
virtual void | produce (edm::Event &, const edm::EventSetup &) |
~IPProducer () | |
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 | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
std::vector< edm::ProductResolverIndex > const & | indiciesForPutProducts (BranchType iBranchType) const |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
std::function< void(BranchDescription const &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
void | resolvePutIndicies (BranchType iBranchType, std::unordered_multimap< std::string, edm::ProductResolverIndex > const &iIndicies, std::string const &moduleLabel) |
virtual | ~ProducerBase () noexcept(false) |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
void | convertCurrentProcessAlias (std::string const &processName) |
Convert "@currentProcess" in InputTag process names to the actual current process name. More... | |
EDConsumerBase () | |
EDConsumerBase (EDConsumerBase const &)=delete | |
EDConsumerBase (EDConsumerBase &&)=default | |
ProductResolverIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const |
std::vector< ProductResolverIndexAndSkipBit > const & | itemsToGetFrom (BranchType iType) const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
EDConsumerBase const & | operator= (EDConsumerBase const &)=delete |
EDConsumerBase & | operator= (EDConsumerBase &&)=default |
bool | registeredToConsume (ProductResolverIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet) |
virtual | ~EDConsumerBase () noexcept(false) |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::stream::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Private Member Functions | |
void | checkEventSetup (const edm::EventSetup &iSetup) |
Private Attributes | |
unsigned long long | m_calibrationCacheId2D |
unsigned long long | m_calibrationCacheId3D |
bool | m_computeGhostTrack |
bool | m_computeProbabilities |
const edm::ParameterSet & | m_config |
double | m_cutMaxChiSquared |
double | m_cutMaxLIP |
double | m_cutMaxTIP |
double | m_cutMinPt |
int | m_cutPixelHits |
int | m_cutTotalHits |
bool | m_directionWithGhostTrack |
bool | m_directionWithTracks |
double | m_ghostTrackPriorDeltaR |
Helper | m_helper |
std::auto_ptr< HistogramProbabilityEstimator > | m_probabilityEstimator |
bool | m_useDB |
bool | m_useTrackQuality |
edm::EDGetTokenT< reco::VertexCollection > | token_primaryVertex |
Additional Inherited Members | |
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) |
Description: <one line="" class="" summary>="">
Implementation: <Notes on="" implementation>="">
Definition at line 135 of file IPProducer.h.
typedef std::vector<reco::IPTagInfo<Container,Base> > IPProducer< Container, Base, Helper >::Product |
Definition at line 137 of file IPProducer.h.
|
explicit |
Definition at line 196 of file IPProducer.h.
References edm::ParameterSet::getParameter(), IPProducer< Container, Base, Helper >::m_calibrationCacheId2D, IPProducer< Container, Base, Helper >::m_calibrationCacheId3D, IPProducer< Container, Base, Helper >::m_computeGhostTrack, IPProducer< Container, Base, Helper >::m_computeProbabilities, IPProducer< Container, Base, Helper >::m_config, IPProducer< Container, Base, Helper >::m_cutMaxChiSquared, IPProducer< Container, Base, Helper >::m_cutMaxLIP, IPProducer< Container, Base, Helper >::m_cutMaxTIP, IPProducer< Container, Base, Helper >::m_cutMinPt, IPProducer< Container, Base, Helper >::m_cutPixelHits, IPProducer< Container, Base, Helper >::m_cutTotalHits, IPProducer< Container, Base, Helper >::m_directionWithGhostTrack, IPProducer< Container, Base, Helper >::m_directionWithTracks, IPProducer< Container, Base, Helper >::m_ghostTrackPriorDeltaR, IPProducer< Container, Base, Helper >::m_useTrackQuality, and IPProducer< Container, Base, Helper >::token_primaryVertex.
IPProducer< Container, Base, Helper >::~IPProducer | ( | ) |
Definition at line 222 of file IPProducer.h.
|
private |
Definition at line 432 of file IPProducer.h.
References edm::eventsetup::EventSetupRecord::cacheIdentifier(), edm::EventSetup::get(), IPProducer< Container, Base, Helper >::m_calibrationCacheId2D, IPProducer< Container, Base, Helper >::m_calibrationCacheId3D, IPProducer< Container, Base, Helper >::m_probabilityEstimator, and edm::ESHandle< T >::product().
Referenced by IPProducer< Container, Base, Helper >::produce().
|
static |
void IPProducer< reco::TrackRefVector, reco::JTATagInfo, IPProducerHelpers::FromJTA >::fillDescriptions | ( | edm::ConfigurationDescriptions & | descriptions | ) |
Definition at line 461 of file IPProducer.h.
References edm::ParameterSetDescription::add(), and edm::ConfigurationDescriptions::addDefault().
void IPProducer< std::vector< reco::CandidatePtr >, reco::JetTagInfo, IPProducerHelpers::FromJetAndCands >::fillDescriptions | ( | edm::ConfigurationDescriptions & | descriptions | ) |
Definition at line 482 of file IPProducer.h.
References edm::ParameterSetDescription::add(), edm::ConfigurationDescriptions::addDefault(), and edm::ParameterSetDescription::addOptional().
|
virtual |
Definition at line 231 of file IPProducer.h.
References funct::abs(), TransientTrackBuilder::build(), IPProducer< Container, Base, Helper >::checkEventSetup(), IPTools::closestApproachToJet(), reco::btag::TrackIPData::closestToGhostTrack, reco::btag::TrackIPData::closestToJetAxis, RecoVertex::convertError(), RecoVertex::convertPos(), reco::GhostTrackPrediction::direction(), VertexDistance3D::distance(), reco::btag::TrackIPData::distanceToGhostTrack, reco::btag::TrackIPData::distanceToJetAxis, reco::TrackBase::dxy(), reco::TrackBase::dz(), MillePedeFileConverter_cfg::e, reco::e1, reco::e2, relativeConstraints::error, reco::Vertex::error(), reco::TransientTrack::field(), reco::GhostTrackFitter::fit(), edm::EventSetup::get(), edm::Event::getByToken(), edm::Event::getRefBeforePut(), reco::btag::TrackIPData::ghostTrackWeight, TrajectoryStateOnSurface::globalPosition(), reco::TrackBase::hitPattern(), reco::TransientTrack::impactPointState(), reco::btag::TrackIPData::ip2d, reco::btag::TrackIPData::ip3d, TrajectoryStateOnSurface::isValid(), IPTools::jetTrackDistance(), reco::GhostTrackPrediction::lambda(), IPProducer< Container, Base, Helper >::m_computeGhostTrack, IPProducer< Container, Base, Helper >::m_computeProbabilities, IPProducer< Container, Base, Helper >::m_cutMaxChiSquared, IPProducer< Container, Base, Helper >::m_cutMaxLIP, IPProducer< Container, Base, Helper >::m_cutMaxTIP, IPProducer< Container, Base, Helper >::m_cutMinPt, IPProducer< Container, Base, Helper >::m_cutPixelHits, IPProducer< Container, Base, Helper >::m_cutTotalHits, IPProducer< Container, Base, Helper >::m_directionWithGhostTrack, IPProducer< Container, Base, Helper >::m_directionWithTracks, IPProducer< Container, Base, Helper >::m_ghostTrackPriorDeltaR, IPProducer< Container, Base, Helper >::m_helper, IPProducer< Container, Base, Helper >::m_probabilityEstimator, IPProducer< Container, Base, Helper >::m_useTrackQuality, eostools::move(), reco::TrackBase::normalizedChi2(), reco::HitPattern::numberOfValidHits(), reco::TrackBase::numberOfValidHits(), reco::HitPattern::numberOfValidPixelHits(), AlCaHLTBitMon_ParallelJobs::p, p1, p2, reco::GhostTrackPrediction::position(), reco::Vertex::position(), reco::GhostTrackPrediction::positionError(), reco::GhostTrackPrediction::prediction(), impactParameterTagInfos_cfi::primaryVertex, reco::TrackBase::pt(), edm::Event::put(), MetAnalyzer::pv(), mps_fire::result, trackingPlots::selectedTracks, IPTools::signedImpactParameter3D(), IPTools::signedTransverseImpactParameter(), IPProducer< Container, Base, Helper >::token_primaryVertex, reco::btag::toTrack(), HiIsolationCommonParameters_cff::track, reco::GhostTrackState::track(), reco::TransientTrack::track(), and l1t::tracks.
|
private |
Definition at line 155 of file IPProducer.h.
Referenced by IPProducer< Container, Base, Helper >::checkEventSetup(), and IPProducer< Container, Base, Helper >::IPProducer().
|
private |
Definition at line 156 of file IPProducer.h.
Referenced by IPProducer< Container, Base, Helper >::checkEventSetup(), and IPProducer< Container, Base, Helper >::IPProducer().
|
private |
Definition at line 152 of file IPProducer.h.
Referenced by IPProducer< Container, Base, Helper >::IPProducer(), and IPProducer< Container, Base, Helper >::produce().
|
private |
Definition at line 151 of file IPProducer.h.
Referenced by IPProducer< Container, Base, Helper >::IPProducer(), and IPProducer< Container, Base, Helper >::produce().
|
private |
Definition at line 148 of file IPProducer.h.
Referenced by IPProducer< Container, Base, Helper >::IPProducer().
|
private |
Definition at line 163 of file IPProducer.h.
Referenced by IPProducer< Container, Base, Helper >::IPProducer(), and IPProducer< Container, Base, Helper >::produce().
|
private |
Definition at line 164 of file IPProducer.h.
Referenced by IPProducer< Container, Base, Helper >::IPProducer(), and IPProducer< Container, Base, Helper >::produce().
|
private |
Definition at line 161 of file IPProducer.h.
Referenced by IPProducer< Container, Base, Helper >::IPProducer(), and IPProducer< Container, Base, Helper >::produce().
|
private |
Definition at line 162 of file IPProducer.h.
Referenced by IPProducer< Container, Base, Helper >::IPProducer(), and IPProducer< Container, Base, Helper >::produce().
|
private |
Definition at line 159 of file IPProducer.h.
Referenced by IPProducer< Container, Base, Helper >::IPProducer(), and IPProducer< Container, Base, Helper >::produce().
|
private |
Definition at line 160 of file IPProducer.h.
Referenced by IPProducer< Container, Base, Helper >::IPProducer(), and IPProducer< Container, Base, Helper >::produce().
|
private |
Definition at line 166 of file IPProducer.h.
Referenced by IPProducer< Container, Base, Helper >::IPProducer(), and IPProducer< Container, Base, Helper >::produce().
|
private |
Definition at line 165 of file IPProducer.h.
Referenced by IPProducer< Container, Base, Helper >::IPProducer(), and IPProducer< Container, Base, Helper >::produce().
|
private |
Definition at line 153 of file IPProducer.h.
Referenced by IPProducer< Container, Base, Helper >::IPProducer(), and IPProducer< Container, Base, Helper >::produce().
|
private |
Definition at line 168 of file IPProducer.h.
Referenced by IPProducer< Container, Base, Helper >::produce().
|
private |
Definition at line 154 of file IPProducer.h.
Referenced by IPProducer< Container, Base, Helper >::checkEventSetup(), and IPProducer< Container, Base, Helper >::produce().
|
private |
Definition at line 157 of file IPProducer.h.
|
private |
Definition at line 167 of file IPProducer.h.
Referenced by IPProducer< Container, Base, Helper >::IPProducer(), and IPProducer< Container, Base, Helper >::produce().
|
private |
Definition at line 149 of file IPProducer.h.
Referenced by IPProducer< Container, Base, Helper >::IPProducer(), and IPProducer< Container, Base, Helper >::produce().