Skip to content

Commit 2eb7ce8

Browse files
committed
Try to remove some headers
1 parent f348d54 commit 2eb7ce8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

MC/config/PWGLF/pythia8/generator_pythia8_LF_rapidity.C

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,15 @@
1616
/// Here PDG, Number injected, pT limits, rapidity limits are provided via an intermediate configuration file
1717
///
1818

19+
#if !defined(__CLING__) || defined(__ROOTCLING__)
1920
#include "SimulationDataFormat/MCGenStatus.h"
2021
#include "SimulationDataFormat/MCUtils.h"
2122
#include "fairlogger/Logger.h"
2223
#include "TSystem.h"
2324
#include <fstream>
2425
#include "Generators/GeneratorPythia8Param.h"
2526
#include "Generators/DecayerPythia8Param.h"
26-
#include "Generators/GeneratorPythia8.h"
27+
#endif
2728
#include <nlohmann/json.hpp>
2829
#include "generator_pythia8_longlived.C"
2930

0 commit comments

Comments
 (0)