File tree Expand file tree Collapse file tree 6 files changed +51
-0
lines changed
Expand file tree Collapse file tree 6 files changed +51
-0
lines changed Original file line number Diff line number Diff line change 11[Diamond]
22width[2]=6.0
33
4+ [GeneratorExternal]
5+ fileName =${O2DPG_ROOT}/MC/config/ALICE3/pythia8/generator_pythia8_ALICE3.C
6+ funcName =generator_pythia8_ALICE3()
7+
48[GeneratorPythia8]
59config =${O2DPG_ROOT}/MC/config/ALICE3/pythia8/generator/pythia8_ArAr.cfg
Original file line number Diff line number Diff line change 11[Diamond]
22width[2]=6.0
33
4+ [GeneratorExternal]
5+ fileName =${O2DPG_ROOT}/MC/config/ALICE3/pythia8/generator_pythia8_ALICE3.C
6+ funcName =generator_pythia8_ALICE3()
7+
48[GeneratorPythia8]
59config =${O2DPG_ROOT}/MC/config/ALICE3/pythia8/generator/pythia8_KrKr.cfg
Original file line number Diff line number Diff line change 11[Diamond]
22width[2]=6.0
33
4+ [GeneratorExternal]
5+ fileName =${O2DPG_ROOT}/MC/config/ALICE3/pythia8/generator_pythia8_ALICE3.C
6+ funcName =generator_pythia8_ALICE3()
7+
48[GeneratorPythia8]
59config =${O2DPG_ROOT}/MC/config/ALICE3/pythia8/generator/pythia8_OO.cfg
Original file line number Diff line number Diff line change 11[Diamond]
22width[2]=6.0
33
4+ [GeneratorExternal]
5+ fileName =${O2DPG_ROOT}/MC/config/ALICE3/pythia8/generator_pythia8_ALICE3.C
6+ funcName =generator_pythia8_ALICE3()
7+
48[GeneratorPythia8]
59config =${O2DPG_ROOT}/MC/config/ALICE3/pythia8/generator/pythia8_PbPb.cfg
Original file line number Diff line number Diff line change 11[Diamond]
22width[2]=6.0
33
4+ [GeneratorExternal]
5+ fileName =${O2DPG_ROOT}/MC/config/ALICE3/pythia8/generator_pythia8_ALICE3.C
6+ funcName =generator_pythia8_ALICE3()
7+
48[GeneratorPythia8]
59config =${O2DPG_ROOT}/MC/config/ALICE3/pythia8/generator/pythia8_XeXe.cfg
Original file line number Diff line number Diff line change 1+
2+ #if !defined(__CLING__ ) || defined(__ROOTCLING__ )
3+ #include "Pythia8/Pythia.h"
4+ #include "FairGenerator.h"
5+ #include "FairPrimaryGenerator.h"
6+ #include "Generators/GeneratorPythia8.h"
7+ #include "TRandom3.h"
8+ #include "TParticlePDG.h"
9+ #include "TDatabasePDG.h"
10+ #include "TMath.h"
11+ #include <cmath>
12+ using namespace Pythia8 ;
13+ #endif
14+
15+ // Default pythia8 minimum bias generator
16+ // Please do not change
17+
18+ class GeneratorPythia8ALICE3 : public o2 ::eventgen ::GeneratorPythia8
19+ {
20+ public :
21+ /// Constructor
22+ GeneratorPythia8ALICE3 () {}
23+
24+ /// Destructor
25+ ~GeneratorPythia8ALICE3 () = default ;
26+ };
27+
28+ FairGenerator * generator_pythia8_ALICE3 ()
29+ {
30+ return new GeneratorPythia8ALICE3 ();
31+ }
You can’t perform that action at this time.
0 commit comments