Skip to content

Commit 332a2ee

Browse files
committed
fix headers
1 parent e9a736f commit 332a2ee

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

MC/config/PWGLF/pythia8/generator_pythia8_strangeness_in_jets.C

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
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>
@@ -17,14 +20,14 @@
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

2529
using namespace Pythia8;
2630
using 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

0 commit comments

Comments
 (0)