#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 "DataFormats/Candidate/interface/VertexCompositePtrCandidate.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/AdaptiveVertexFinder/plugins/TemplatedVertexArbitrator.h"
#include "DataFormats/Common/interface/View.h"
Go to the source code of this file.
Typedefs | |
typedef TemplatedVertexArbitrator < edm::View< reco::Candidate > , reco::VertexCompositePtrCandidate > | CandidateVertexArbitrator |
typedef TemplatedVertexArbitrator < reco::TrackCollection, reco::Vertex > | TrackVertexArbitrator |
Functions | |
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 TemplatedVertexArbitrator<edm::View<reco::Candidate>,reco::VertexCompositePtrCandidate> CandidateVertexArbitrator |
Definition at line 19 of file VertexArbitrators.cc.
Definition at line 18 of file VertexArbitrators.cc.
|
static |
|
static |