CMS 3D CMS Logo

Classes | Typedefs | Functions
VertexArbitrators.cc File Reference
#include <memory>
#include <set>
#include "TrackingTools/TransientTrack/interface/TransientTrack.h"
#include "TrackingTools/TransientTrack/interface/TransientTrackBuilder.h"
#include "TrackingTools/Records/interface/TransientTrackRecord.h"
#include "TrackingTools/IPTools/interface/IPTools.h"
#include "FWCore/Framework/interface/stream/EDProducer.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "FWCore/Utilities/interface/InputTag.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/Utilities/interface/ESGetToken.h"
#include "DataFormats/Common/interface/Handle.h"
#include "DataFormats/TrackReco/interface/Track.h"
#include "DataFormats/TrackReco/interface/TrackFwd.h"
#include "DataFormats/VertexReco/interface/Vertex.h"
#include "DataFormats/VertexReco/interface/VertexFwd.h"
#include "RecoVertex/VertexTools/interface/VertexDistance3D.h"
#include "DataFormats/BeamSpot/interface/BeamSpot.h"
#include "RecoVertex/AdaptiveVertexFit/interface/AdaptiveVertexFitter.h"
#include "RecoVertex/KalmanVertexFit/interface/KalmanVertexUpdator.h"
#include "RecoVertex/KalmanVertexFit/interface/KalmanVertexTrackCompatibilityEstimator.h"
#include "RecoVertex/KalmanVertexFit/interface/KalmanVertexSmoother.h"
#include "DataFormats/Math/interface/deltaR.h"
#include "RecoVertex/ConfigurableVertexReco/interface/ConfigurableVertexReconstructor.h"
#include "RecoVertex/AdaptiveVertexFinder/interface/TrackVertexArbitration.h"
#include "DataFormats/Candidate/interface/VertexCompositePtrCandidate.h"
#include "RecoVertex/AdaptiveVertexFinder/interface/TTHelpers.h"

Go to the source code of this file.

Classes

class  TemplatedVertexArbitrator< InputContainer, VTX >
 

Typedefs

typedef TemplatedVertexArbitrator< edm::View< reco::Candidate >, reco::VertexCompositePtrCandidateCandidateVertexArbitrator
 
typedef TemplatedVertexArbitrator< reco::TrackCollection, reco::VertexTrackVertexArbitrator
 

Functions

const unsigned int nTracks (const reco::Vertex &sv)
 
const unsigned int nTracks (const reco::VertexCompositePtrCandidate &sv)
 
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker< edm::ParameterSetDescriptionFiller< TrackVertexArbitrator > > s_filler_0__LINE__ ("TrackVertexArbitrator")
 
static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< TrackVertexArbitrator > > s_maker__LINE__ ("TrackVertexArbitrator")
 

Typedef Documentation

◆ CandidateVertexArbitrator

Definition at line 155 of file VertexArbitrators.cc.

◆ TrackVertexArbitrator

Definition at line 153 of file VertexArbitrators.cc.

Function Documentation

◆ nTracks() [1/2]

const unsigned int nTracks ( const reco::Vertex sv)
inline

◆ nTracks() [2/2]

const unsigned int nTracks ( const reco::VertexCompositePtrCandidate sv)
inline

Definition at line 44 of file VertexArbitrators.cc.

References pfDeepBoostedJetPreprocessParams_cfi::sv.

44  {
45  return sv.numberOfSourceCandidatePtrs();
46 }

◆ s_filler_0__LINE__()

static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker< edm::ParameterSetDescriptionFiller< CandidateVertexArbitrator > > s_filler_0__LINE__ ( "TrackVertexArbitrator"  )
static

◆ s_maker__LINE__()

static const edm::MakerPluginFactory::PMaker< edm::WorkerMaker< CandidateVertexArbitrator > > s_maker__LINE__ ( "TrackVertexArbitrator"  )
static