#include "HepMC/GenEvent.h"
#include <iostream>
#include <stdio.h>
#include "HepMC/IO_GenEvent.h"
#include "HepMC/IO_AsciiParticles.h"
#include "HepMC/SimpleVector.h"
#include "fastjet/JetDefinition.hh"
#include "TH1.h"
#include "TH2.h"
#include "baseAnalysis.h"
Go to the source code of this file.
Classes | |
class | UEAnalysis |
Class to study underlying events. Currently the UE is studied for events with at least one jet, e.g. QCD 2->2, pp->W+jet, pp->Z+jet. Extension to DrellYan events will follow. Examples to generate e.g events are given in the specific generator directory, e.g. examples/pythia6 ; the histogramm output is stored in the UE folder of the root file. More... |