#include <InclusiveVertexFinder.h>
Public Types | |
typedef std::vector< VTX > | Product |
typedef InputContainer::value_type | TRK |
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 |
Public Member Functions | |
void | produce (edm::Event &event, const edm::EventSetup &es) override |
TemplatedInclusiveVertexFinder (const edm::ParameterSet ¶ms) | |
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 &cdesc) |
Private Member Functions | |
std::pair< std::vector< reco::TransientTrack >, GlobalPoint > | nearTracks (const reco::TransientTrack &seed, const std::vector< reco::TransientTrack > &tracks, const reco::Vertex &primaryVertex) const |
bool | trackFilter (const reco::Track &track) const |
Private Attributes | |
std::unique_ptr< TracksClusteringFromDisplacedSeed > | clusterizer |
double | fitterRatio |
double | fitterSigmacut |
double | fitterTini |
double | maxLIP |
unsigned int | maxNTracks |
double | maxTimeSig |
unsigned int | minHits |
double | minPt |
edm::EDGetTokenT< reco::BeamSpot > | token_beamSpot |
edm::EDGetTokenT< reco::VertexCollection > | token_primaryVertex |
edm::ESGetToken< TransientTrackBuilder, TransientTrackRecord > | token_trackBuilder |
edm::EDGetTokenT< InputContainer > | token_tracks |
bool | useVertexFitter |
bool | useVertexReco |
double | vertexMinAngleCosine |
double | vertexMinDLen2DSig |
double | vertexMinDLenSig |
std::unique_ptr< VertexReconstructor > | vtxReco |
Definition at line 42 of file InclusiveVertexFinder.h.
typedef std::vector<VTX> TemplatedInclusiveVertexFinder< InputContainer, VTX >::Product |
Definition at line 44 of file InclusiveVertexFinder.h.
typedef InputContainer::value_type TemplatedInclusiveVertexFinder< InputContainer, VTX >::TRK |
Definition at line 45 of file InclusiveVertexFinder.h.
TemplatedInclusiveVertexFinder< InputContainer, VTX >::TemplatedInclusiveVertexFinder | ( | const edm::ParameterSet & | params | ) |
Definition at line 132 of file InclusiveVertexFinder.h.
References submitPVValidationJobs::params, TemplatedInclusiveVertexFinder< InputContainer, VTX >::token_beamSpot, TemplatedInclusiveVertexFinder< InputContainer, VTX >::token_primaryVertex, TemplatedInclusiveVertexFinder< InputContainer, VTX >::token_trackBuilder, and TemplatedInclusiveVertexFinder< InputContainer, VTX >::token_tracks.
|
inlinestatic |
Definition at line 48 of file InclusiveVertexFinder.h.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), edm::ConfigurationDescriptions::addDefault(), TemplatedInclusiveVertexFinder< InputContainer, VTX >::clusterizer, ProducerED_cfi::InputTag, AlCaHLTBitMon_QueryRunRegistry::string, relativeConstraints::value, and HLT_2024v14_cff::vertexReco.
|
private |
|
override |
Definition at line 169 of file InclusiveVertexFinder.h.
References funct::abs(), pwdgSkimBPark_cfi::beamSpot, cms::cuda::bs, tthelpers::buildTT(), HLT_2024v14_cff::clusterizer, bsc_activity_cfg::clusters, gather_cfg::cout, DeadROC_duringRun::dir, VertexDistanceXY::distance(), VertexDistance3D::distance(), Measurement1D::error(), HLT_2024v14_cff::fitterRatio, HLT_2024v14_cff::fitterSigmacut, HLT_2024v14_cff::fitterTini, edm::EventSetup::getHandle(), mps_fire::i, edm::isFinite(), TransientVertex::isValid(), dqmiolumiharvest::j, HLT_2024v14_cff::maxNTracks, eostools::move(), funct::pow(), HLT_2024v14_cff::primaryVertices, Measurement1D::significance(), mathSSE::sqrt(), pfDeepBoostedJetPreprocessParams_cfi::sv, HLT_2024v14_cff::track, MinBiasPDSkim_cfg::trackFilter, DiMuonV_cfg::tracks, groupFilesInBlocks::tt, unit(), reco::BeamSpot::Unknown, svhelper::updateVertexTime(), HLT_2024v14_cff::useVertexReco, findQualityFiles::v, Measurement1D::value(), AdaptiveVertexFitter::vertex(), HLT_2024v14_cff::vertexMinAngleCosine, HLT_2024v14_cff::vertexMinDLen2DSig, HLT_2024v14_cff::vertexMinDLenSig, AlignmentTracksFromVertexSelector_cfi::vertices, L1BJetProducer_cff::vtx, and w().
|
private |
Definition at line 159 of file InclusiveVertexFinder.h.
References createfilelist::int, reco_skim_cfg_mod::minHits, PV_cfg::minPt, and HLT_2024v14_cff::track.
|
private |
Definition at line 129 of file InclusiveVertexFinder.h.
Referenced by TemplatedInclusiveVertexFinder< InputContainer, VTX >::fillDescriptions().
|
private |
Definition at line 125 of file InclusiveVertexFinder.h.
|
private |
Definition at line 123 of file InclusiveVertexFinder.h.
|
private |
Definition at line 124 of file InclusiveVertexFinder.h.
|
private |
Definition at line 117 of file InclusiveVertexFinder.h.
|
private |
Definition at line 116 of file InclusiveVertexFinder.h.
|
private |
Definition at line 118 of file InclusiveVertexFinder.h.
|
private |
Definition at line 115 of file InclusiveVertexFinder.h.
|
private |
Definition at line 119 of file InclusiveVertexFinder.h.
|
private |
Definition at line 111 of file InclusiveVertexFinder.h.
Referenced by TemplatedInclusiveVertexFinder< InputContainer, VTX >::TemplatedInclusiveVertexFinder().
|
private |
Definition at line 112 of file InclusiveVertexFinder.h.
Referenced by TemplatedInclusiveVertexFinder< InputContainer, VTX >::TemplatedInclusiveVertexFinder().
|
private |
Definition at line 114 of file InclusiveVertexFinder.h.
Referenced by TemplatedInclusiveVertexFinder< InputContainer, VTX >::TemplatedInclusiveVertexFinder().
|
private |
Definition at line 113 of file InclusiveVertexFinder.h.
Referenced by TemplatedInclusiveVertexFinder< InputContainer, VTX >::TemplatedInclusiveVertexFinder().
|
private |
Definition at line 126 of file InclusiveVertexFinder.h.
|
private |
Definition at line 127 of file InclusiveVertexFinder.h.
|
private |
Definition at line 120 of file InclusiveVertexFinder.h.
|
private |
Definition at line 121 of file InclusiveVertexFinder.h.
|
private |
Definition at line 122 of file InclusiveVertexFinder.h.
|
private |
Definition at line 128 of file InclusiveVertexFinder.h.