#include <algorithm>
#include <vector>
#include <Math/GenVector/PxPyPzE4D.h>
#include <HepMC/GenEvent.h>
#include <HepMC/GenParticle.h>
#include <HepMC/GenVertex.h>
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/Utilities/interface/Exception.h"
#include "GeneratorInterface/LHEInterface/interface/JetInput.h"
Go to the source code of this file.
Namespaces | |
namespace | lhef |
Functions | |
static void | lhef::invalidateTree (JetInput::ParticleBitmap &invalid, const JetInput::ParticleVector &p, const HepMC::GenVertex *v) |
static bool | lhef::isContained (const std::vector< unsigned int > &list, int id) |
static unsigned int | lhef::partIdx (const JetInput::ParticleVector &p, const HepMC::GenParticle *particle) |