#include <memory>
#include <set>
#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/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"
Go to the source code of this file.
Classes | |
class | VertexMerger |
Functions | |
static double | computeSharedTracks (const reco::Vertex &pv, const reco::Vertex &sv) |
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker < edm::ParameterSetDescriptionFiller < VertexMerger > > | s_filler__LINE__ ("VertexMerger") |
static const edm::MakerPluginFactory::PMaker < edm::WorkerMaker < VertexMerger > > | s_maker__LINE__ ("VertexMerger") |
|
static |
Definition at line 39 of file VertexMerger.cc.
References prof2calltree::count, getDQMSummary::iter, pileupDistInMC::total, reco::Vertex::tracks_begin(), reco::Vertex::tracks_end(), and reco::Vertex::trackWeight().
Referenced by VertexMerger::produce().
|
static |
|
static |