Selects hadrons and partons from a collection of GenParticles. More...
#include <PhysicsTools/JetMCAlgos/plugins/HadronAndPartonSelector.cc>
Public Member Functions | |
HadronAndPartonSelector (const edm::ParameterSet &) | |
~HadronAndPartonSelector () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
EDProducer (const EDProducer &)=delete | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
const EDProducer & | operator= (const EDProducer &)=delete |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Private Member Functions | |
void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
bool | fullChainPhysPartons_ |
const edm::EDGetTokenT < reco::GenParticleCollection > | particlesToken_ |
std::string | partonMode_ |
PartonSelectorPtr | partonSelector_ |
bool | partonSelectorSet_ |
const edm::EDGetTokenT < GenEventInfoProduct > | srcToken_ |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
using | CacheTypes = CacheContexts< T...> |
using | GlobalCache = typename CacheTypes::GlobalCache |
using | HasAbility = AbilityChecker< T...> |
using | InputProcessBlockCache = typename CacheTypes::InputProcessBlockCache |
using | LuminosityBlockCache = typename CacheTypes::LuminosityBlockCache |
using | LuminosityBlockContext = LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > |
using | LuminosityBlockSummaryCache = typename CacheTypes::LuminosityBlockSummaryCache |
using | RunCache = typename CacheTypes::RunCache |
using | RunContext = RunContextT< RunCache, GlobalCache > |
using | RunSummaryCache = typename CacheTypes::RunSummaryCache |
Selects hadrons and partons from a collection of GenParticles.
This producer selects hadrons, partons, and leptons from a collection of GenParticles and stores vectors of EDM references to these particles in the event. The following hadrons are selected:
Older Fortran Monte Carlo generators (Pythia6 and Herwig6) follow the HEPEVT [1] particle status code convention while newer C++ Monte Carlo generators (Pythia8, Herwig++, and Sherpa) follow the HepMC [2] particle status code convention. However, both conventions give considerable freedom in defining the status codes of intermediate particle states. Hence, the parton selection is generator-dependent and is described in each of the parton selectors separately.
Using the provenance information of the GenEventInfoProduct, the producer attempts to automatically determine what generator was used to hadronize events and based on that information decides what parton selection mode to use. It is also possible to enforce any of the supported parton selection modes.
The selected hadrons and partons are finally used by the JetFlavourClustering producer to determine the jet flavour.
The following leptons are selected:
[1] http://cepa.fnal.gov/psm/stdhep/ [2] http://lcgapp.cern.ch/project/simu/HepMC/
Definition at line 78 of file HadronAndPartonSelector.cc.
|
explicit |
Definition at line 105 of file HadronAndPartonSelector.cc.
References partonSelector_, and partonSelectorSet_.
|
override |
Definition at line 125 of file HadronAndPartonSelector.cc.
|
static |
Definition at line 273 of file HadronAndPartonSelector.cc.
References edm::ConfigurationDescriptions::addDefault(), submitPVResolutionJobs::desc, and edm::ParameterSetDescription::setUnknown().
|
overrideprivate |
Definition at line 135 of file HadronAndPartonSelector.cc.
References Exception, fullChainPhysPartons_, edm::Event::getByToken(), edm::Event::getStableProvenance(), CandMCTagUtils::hasBottom(), CandMCTagUtils::hasCharm(), mps_fire::i, edm::HandleBase::id(), reco::isElectron(), reco::isMuon(), CandMCTagUtils::isParton(), reco::isTau(), edm::HandleBase::isValid(), HLT_FULL_cff::leptons, edm::moduleName(), convertParamsToOnlineFormat::moduleName, eostools::move(), edm::parameterSet(), particlesToken_, partonMode_, jetFlavourId_cff::partons, partonSelector_, partonSelectorSet_, edm::Event::processHistory(), edm::Event::put(), srcToken_, and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 93 of file HadronAndPartonSelector.cc.
Referenced by produce().
|
private |
Definition at line 90 of file HadronAndPartonSelector.cc.
Referenced by produce().
|
private |
Definition at line 92 of file HadronAndPartonSelector.cc.
Referenced by produce().
|
private |
Definition at line 95 of file HadronAndPartonSelector.cc.
Referenced by HadronAndPartonSelector(), and produce().
|
private |
Definition at line 94 of file HadronAndPartonSelector.cc.
Referenced by HadronAndPartonSelector(), and produce().
|
private |
Definition at line 89 of file HadronAndPartonSelector.cc.
Referenced by produce().