File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1- #if !defined(__CLING__ ) || defined(__ROOTCLING__ )
21#include "FairGenerator.h"
32#include "FairPrimaryGenerator.h"
43#include "Generators/GeneratorPythia8.h"
4+
55#include "Pythia8/Pythia.h"
6+
67#include "TDatabasePDG.h"
78#include "TMath.h"
89#include "TParticlePDG.h"
910#include "TRandom3.h"
1011#include "TSystem.h"
12+
1113#include "fairlogger/Logger.h"
14+
1215#include <fastjet/AreaDefinition.hh>
1316#include <fastjet/ClusterSequence.hh>
1417#include <fastjet/ClusterSequenceArea.hh>
1720#include <fastjet/Selector.hh>
1821#include <fastjet/tools/JetMedianBackgroundEstimator.hh>
1922#include <fastjet/tools/Subtractor.hh>
23+
2024#include <cmath>
2125#include <fstream>
2226#include <string>
2327#include <vector>
2428
2529using namespace Pythia8 ;
2630using namespace fastjet ;
27- #endif
2831
2932/// Pythia8 event generator for pp collisions
3033/// Selection of events with Xi or Omega inside jets with pt > 10 GeV
You can’t perform that action at this time.
0 commit comments