#include <RecoVertex/PrimaryVertexProducer/src/PrimaryVertexProducer.cc>
Classes | |
struct | algo |
Public Member Functions | |
edm::ParameterSet | config () const |
PrimaryVertexProducer (const edm::ParameterSet &) | |
void | produce (edm::Event &, const edm::EventSetup &) override |
~PrimaryVertexProducer () 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 Attributes | |
std::vector< algo > | algorithms |
edm::EDGetTokenT< reco::BeamSpot > | bsToken |
bool | f4D |
bool | fRecoveryIteration |
bool | fVerbose |
edm::EDGetTokenT < reco::VertexCollection > | recoveryVtxToken |
edm::ParameterSet | theConfig |
TrackClusterizerInZ * | theTrackClusterizer |
TrackFilterForPVFindingBase * | theTrackFilter |
const edm::ESGetToken < TransientTrackBuilder, TransientTrackRecord > | theTTBToken |
edm::EDGetTokenT < edm::ValueMap< float > > | trkTimeResosToken |
edm::EDGetTokenT < edm::ValueMap< float > > | trkTimesToken |
edm::EDGetTokenT < reco::TrackCollection > | trkToken |
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 |
Description: steers tracker primary vertex reconstruction and storage
Implementation: <Notes on="" implementation>="">
Definition at line 56 of file PrimaryVertexProducer.h.
PrimaryVertexProducer::PrimaryVertexProducer | ( | const edm::ParameterSet & | conf | ) |
Definition at line 18 of file PrimaryVertexProducer.cc.
References HLT_FULL_cff::algorithm, algorithms, bsToken, edm::ParameterSet::exists(), f4D, PrimaryVertexProducer::algo::fitter, fRecoveryIteration, fVerbose, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), PrimaryVertexProducer::algo::label, PrimaryVertexProducer::algo::minNdof, recoveryVtxToken, AlCaHLTBitMon_QueryRunRegistry::string, theTrackClusterizer, theTrackFilter, trkTimeResosToken, trkTimesToken, trkToken, PrimaryVertexProducer::algo::useBeamConstraint, HLT_FULL_cff::vertexCollections, and PrimaryVertexProducer::algo::vertexSelector.
|
override |
Definition at line 131 of file PrimaryVertexProducer.cc.
References HLT_FULL_cff::algorithm, algorithms, theTrackClusterizer, and theTrackFilter.
|
inline |
Definition at line 66 of file PrimaryVertexProducer.h.
References theConfig.
Referenced by zMuMuValidation.ZMuMuValidation::trackcollection().
|
static |
Definition at line 343 of file PrimaryVertexProducer.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), edm::ParameterSet::addParameter(), edm::ParameterSetDescription::addUntracked(), edm::ParameterSetDescription::addVPSet(), submitPVResolutionJobs::desc, GapClusterizerInZ::fillPSetDescription(), TrackFilterForPVFinding::fillPSetDescription(), DAClusterizerInZT_vect::fillPSetDescription(), HLT_FULL_cff::InputTag, and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
Definition at line 144 of file PrimaryVertexProducer.cc.
References HLT_FULL_cff::algorithm, algorithms, beam_dqm_sourceclient-live_cfg::beamSpot, bsToken, TrackClusterizerInZ::clusterize(), HLT_FULL_cff::clusters, gather_cfg::cout, GlobalErrorBase< T, ErrorWeightType >::cxx(), GlobalErrorBase< T, ErrorWeightType >::cyy(), GlobalErrorBase< T, ErrorWeightType >::czz(), TransientVertex::degreesOfFreedom(), submitPVValidationJobs::err, VertexState::error(), f4D, fRecoveryIteration, fVerbose, edm::Event::get(), edm::Event::getByToken(), edm::EventSetup::getData(), edm::HandleBase::isValid(), TransientVertex::isValid(), gpuVertexFinder::iv, GlobalErrorBase< T, ErrorWeightType >::matrix(), GlobalErrorBase< T, ErrorWeightType >::matrix4D(), eostools::move(), TransientVertex::originalTracks(), reco::BeamSpot::position(), TransientVertex::position(), TransientVertex::positionError(), edm::Handle< T >::product(), edm::Event::put(), recoveryVtxToken, mps_fire::result, reco::BeamSpot::rotatedCovariance3D(), TrackFilterForPVFindingBase::select(), theTrackClusterizer, theTrackFilter, theTTBToken, TransientVertex::time(), TransientVertex::totalChiSquared(), trkTimeResosToken, trkTimesToken, trkToken, findQualityFiles::v, trackerHitRTTI::vector, w(), TransientVertex::weightMap(), PV3DBase< T, PVType, FrameType >::x(), PV3DBase< T, PVType, FrameType >::y(), and PV3DBase< T, PVType, FrameType >::z().
|
private |
Definition at line 84 of file PrimaryVertexProducer.h.
Referenced by PrimaryVertexProducer(), produce(), and ~PrimaryVertexProducer().
|
private |
Definition at line 92 of file PrimaryVertexProducer.h.
Referenced by PrimaryVertexProducer(), and produce().
|
private |
Definition at line 97 of file PrimaryVertexProducer.h.
Referenced by PrimaryVertexProducer(), and produce().
|
private |
Definition at line 89 of file PrimaryVertexProducer.h.
Referenced by PrimaryVertexProducer(), and produce().
|
private |
Definition at line 87 of file PrimaryVertexProducer.h.
Referenced by PrimaryVertexProducer(), and produce().
|
private |
Definition at line 90 of file PrimaryVertexProducer.h.
Referenced by PrimaryVertexProducer(), and produce().
|
private |
Definition at line 86 of file PrimaryVertexProducer.h.
Referenced by config().
|
private |
Definition at line 73 of file PrimaryVertexProducer.h.
Referenced by PrimaryVertexProducer(), produce(), and ~PrimaryVertexProducer().
|
private |
Definition at line 72 of file PrimaryVertexProducer.h.
Referenced by PrimaryVertexProducer(), produce(), and ~PrimaryVertexProducer().
|
private |
Definition at line 70 of file PrimaryVertexProducer.h.
Referenced by produce().
|
private |
Definition at line 95 of file PrimaryVertexProducer.h.
Referenced by PrimaryVertexProducer(), and produce().
|
private |
Definition at line 94 of file PrimaryVertexProducer.h.
Referenced by PrimaryVertexProducer(), and produce().
|
private |
Definition at line 93 of file PrimaryVertexProducer.h.
Referenced by PrimaryVertexProducer(), and produce().