#include <memory>
#include <string>
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/EDProducer.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "RecoTracker/TrackProducer/interface/TrackProducerAlgorithm.h"
#include "TrackingTools/TrajectoryState/interface/TrajectoryStateOnSurface.h"
#include "TrackingTools/GeomPropagators/interface/Propagator.h"
#include "RecoParticleFlow/PFProducer/interface/PFGeometry.h"
#include "DataFormats/ParticleFlowReco/interface/PFRecTrackFwd.h"
#include "RecoParticleFlow/PFProducer/interface/PFBlockAlgo.h"
Go to the source code of this file.
Classes | |
class | PFSimParticleProducer |
Producer for PFRecTracks and PFSimParticles. More... | |