#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 "baseAnalysis.h"
Go to the source code of this file.
Classes | |
class | DiJetAnalysis |
Class to analyse events of the type QCD 2->2 Processes. Examples to generate these events are given in the specific generator directory, e.g. examples/pythia6 ; the histogramm output is stored in the Dijet folder of the root file. More... |