CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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::VertexCompositePtrCandidate
CandidateVertexArbitrator
 
typedef
TemplatedVertexArbitrator
< reco::TrackCollection,
reco::Vertex
TrackVertexArbitrator
 

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__LINE__ ("TrackVertexArbitrator")
 
static const
edm::MakerPluginFactory::PMaker
< edm::WorkerMaker
< TrackVertexArbitrator > > 
s_maker__LINE__ ("TrackVertexArbitrator")
 

Typedef Documentation

Definition at line 155 of file VertexArbitrators.cc.

Definition at line 153 of file VertexArbitrators.cc.

Function Documentation

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

Definition at line 43 of file VertexArbitrators.cc.

References reco::Vertex::nTracks().

43 { return sv.nTracks(); }
unsigned int nTracks(float minWeight=0.5) const
Returns the number of tracks in the vertex with weight above minWeight.
Definition: Vertex.cc:131
const unsigned int nTracks ( const reco::VertexCompositePtrCandidate sv)
inline

Definition at line 44 of file VertexArbitrators.cc.

References reco::CompositePtrCandidate::numberOfSourceCandidatePtrs().

44  {
45  return sv.numberOfSourceCandidatePtrs();
46 }
size_type numberOfSourceCandidatePtrs() const override
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker< edm::ParameterSetDescriptionFiller< CandidateVertexArbitrator > > s_filler__LINE__ ( "TrackVertexArbitrator"  )
static
static const edm::MakerPluginFactory::PMaker< edm::WorkerMaker< CandidateVertexArbitrator > > s_maker__LINE__ ( "TrackVertexArbitrator"  )
static