#include <memory>
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/stream/EDProducer.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/EventSetup.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/Utilities/interface/StreamID.h"
#include "DataFormats/HepMCCandidate/interface/GenParticle.h"
#include "SimDataFormats/TrackingAnalysis/interface/TrackingParticle.h"
#include "PhysicsTools/HepMCCandAlgos/interface/pdgEntryReplace.h"
#include "CommonTools/Utils/interface/StringCutObjectSelector.h"
#include "SimGeneral/HepPDTRecord/interface/ParticleDataTable.h"
Go to the source code of this file.
Classes | |
struct | helper::SelectCode |
class | TrackingParticleSelectorByGen |
Namespaces | |
helper | |
Functions | |
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker< edm::ParameterSetDescriptionFiller< TrackingParticleSelectorByGen > > | s_filler_0__LINE__ ("TrackingParticleSelectorByGen") |
static const edm::MakerPluginFactory ::PMaker< edm::WorkerMaker< TrackingParticleSelectorByGen > > | s_maker__LINE__ ("TrackingParticleSelectorByGen") |
Variables | |
const int | drop = -1 |
const int | keep = 1 |
|
static |
|
static |
const int drop = -1 |
Definition at line 82 of file TrackingParticleSelectorByGen.cc.
Referenced by TrackingParticleSelectorByGen::produce().
const int keep = 1 |
Definition at line 82 of file TrackingParticleSelectorByGen.cc.
Referenced by TrackingParticleSelectorByGen::produce().