#include <memory>
#include <string>
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/stream/EDProducer.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "DataFormats/ParticleFlowCandidate/interface/PFCandidateFwd.h"
#include "DataFormats/VertexReco/interface/VertexFwd.h"
#include "CommonTools/ParticleFlow/interface/PFPileUpAlgo.h"
Go to the source code of this file.
Classes | |
class | PFPileUp |
Identifies pile-up candidates from a collection of PFCandidates, and produces the corresponding collection of PileUpCandidates. More... | |