Skip to content

Commit 7895aaa

Browse files
jesgumjesgum
andauthored
Add MC/config for ALICE3 otf simulations (#1595)
* Changed the .cfg files to the actual cards * Removed redundancy in cfg files and added diamond configuration in ini files * Add README for ALICE3 directory --------- Co-authored-by: jesgum <je8022ka-s@student.lu.se>
1 parent 973de7e commit 7895aaa

File tree

16 files changed

+164
-0
lines changed

16 files changed

+164
-0
lines changed

MC/config/ALICE3/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# ALICE3 configurations
2+
This directory contains configurations used for ALICE3 on-the-fly studies on Hyperloop.
3+
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[Diamond]
2+
width[2]=6.0
3+
4+
[GeneratorPythia8]
5+
config=${O2DPG_ROOT}/MC/config/ALICE3/pythia8/generator/pythia8_ArAr.cfg
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[Diamond]
2+
width[2]=6.0
3+
4+
[GeneratorPythia8]
5+
config=${O2DPG_ROOT}/MC/config/ALICE3/pythia8/generator/pythia8_KrKr.cfg
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[Diamond]
2+
width[2]=6.0
3+
4+
[GeneratorPythia8]
5+
config=${O2DPG_ROOT}/MC/config/ALICE3/pythia8/generator/pythia8_OO.cfg
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[Diamond]
2+
width[2]=6.0
3+
4+
[GeneratorPythia8]
5+
config=${O2DPG_ROOT}/MC/config/ALICE3/pythia8/generator/pythia8_PbPb.cfg
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[Diamond]
2+
width[2]=6.0
3+
4+
[GeneratorPythia8]
5+
config=${O2DPG_ROOT}/MC/config/ALICE3/pythia8/generator/pythia8_XeXe.cfg
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
int External() {
2+
return 0;
3+
}
4+
5+
int Pythia8()
6+
{
7+
return External();
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
int External() {
2+
return 0;
3+
}
4+
5+
int Pythia8()
6+
{
7+
return External();
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
int External() {
2+
return 0;
3+
}
4+
5+
int Pythia8()
6+
{
7+
return External();
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
int External() {
2+
return 0;
3+
}
4+
5+
int Pythia8()
6+
{
7+
return External();
8+
}

0 commit comments

Comments
 (0)