#include <functional>
#include <algorithm>
#include <iostream>
#include <vector>
#include <memory>
#include <string>
#include <boost/bind.hpp>
#include <Math/GenVector/Cartesian3D.h>
#include <Math/GenVector/VectorUtil.h>
#include <HepMC/GenEvent.h>
#include <HepMC/SimpleVector.h>
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/Utilities/interface/Exception.h"
#include "GeneratorInterface/LHEInterface/interface/JetInput.h"
#include "GeneratorInterface/LHEInterface/interface/JetClustering.h"
#include "GeneratorInterface/LHEInterface/interface/JetMatchingMLM.h"
#include "Matching.h"
Go to the source code of this file.
Classes | |
struct | lhef::cc::DeltaRSeparation< T1, T2, R > |
struct | lhef::cc::DeltaRSeparation< const HepMC::GenParticle *, T2, R > |
struct | lhef::cc::ParticlePtGreater |
Namespaces | |
namespace | lhef |
namespace | lhef::cc |
Functions | |
HepMC::FourVector | lhef::cc::convert (const JetClustering::Jet &jet) |