#include "HepMC/GenEvent.h"
#include <iostream>
#include <stdio.h>
#include "HepMC/IO_GenEvent.h"
#include "HepMC/IO_AsciiParticles.h"
#include "HepMC/SimpleVector.h"
#include "HepPDT/ParticleDataTable.hh"
#include "fastjet/PseudoJet.hh"
#include "fastjet/ClusterSequence.hh"
#include "fastjet/JetDefinition.hh"
#include "fastjet/SISConePlugin.hh"
#include "TH1.h"
Go to the source code of this file.
Classes | |
class | baseAnalysis |
Base class for all HepMCanalysis classes to implement common functionality and interfaces. More... | |
Enumerations | |
enum | RETURN { FAILURE = -1, SUCCESS = 1, CHARGED = 2, NOTCHARGED = 3 } |
|
Definition at line 24 of file baseAnalysis.h. |