#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 > |
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 TemplatedVertexArbitrator<edm::View<reco::Candidate>, reco::VertexCompositePtrCandidate> CandidateVertexArbitrator |
Definition at line 155 of file VertexArbitrators.cc.
Definition at line 153 of file VertexArbitrators.cc.
|
inline |
Definition at line 43 of file VertexArbitrators.cc.
References pfDeepBoostedJetPreprocessParams_cfi::sv.
Referenced by TemplatedVertexArbitrator< InputContainer, VTX >::produce().
|
inline |
Definition at line 44 of file VertexArbitrators.cc.
References pfDeepBoostedJetPreprocessParams_cfi::sv.
|
static |
|
static |