#include <memory>
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/EDProducer.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "SimDataFormats/GeneratorProducts/interface/GenEventInfoProduct.h"
#include "FWCore/Common/interface/Provenance.h"
#include "DataFormats/Candidate/interface/Candidate.h"
#include "DataFormats/HepMCCandidate/interface/GenParticle.h"
#include "DataFormats/HepMCCandidate/interface/GenParticleFwd.h"
#include "PhysicsTools/JetMCUtils/interface/CandMCTag.h"
#include "PhysicsTools/CandUtils/interface/pdgIdUtils.h"
#include "PhysicsTools/JetMCAlgos/interface/BasePartonSelector.h"
#include "PhysicsTools/JetMCAlgos/interface/Pythia6PartonSelector.h"
#include "PhysicsTools/JetMCAlgos/interface/Pythia8PartonSelector.h"
#include "PhysicsTools/JetMCAlgos/interface/Herwig6PartonSelector.h"
#include "PhysicsTools/JetMCAlgos/interface/HerwigppPartonSelector.h"
#include "PhysicsTools/JetMCAlgos/interface/SherpaPartonSelector.h"
Go to the source code of this file.
Classes | |
class | HadronAndPartonSelector |
Selects hadrons and partons from a collection of GenParticles. More... | |
Typedefs | |
typedef boost::shared_ptr < BasePartonSelector > | PartonSelectorPtr |
Functions | |
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker < edm::ParameterSetDescriptionFiller < HadronAndPartonSelector > > | s_filler__LINE__ ("HadronAndPartonSelector") |
static const edm::MakerPluginFactory::PMaker < edm::WorkerMaker < HadronAndPartonSelector > > | s_maker__LINE__ ("HadronAndPartonSelector") |
typedef boost::shared_ptr<BasePartonSelector> PartonSelectorPtr |
Definition at line 73 of file HadronAndPartonSelector.cc.
|
static |
|
static |