Skip to content

Commit d081a1a

Browse files
committed
Modify Lnn generator to include Li4
1 parent 67a59f0 commit d081a1a

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[GeneratorExternal]
22
fileName=${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGLF/pythia8/generator_pythia8_longlived_gaptriggered.C
3-
funcName=generateLongLivedGapTriggered("${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGLF/pythia8/generator/lnn_pbpb.gun", 1)
3+
funcName=generateLongLivedGapTriggered("${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGLF/pythia8/generator/exotic_nuclei_pbpb.gun", 1)
44

55
[GeneratorPythia8]
6-
config=${O2_ROOT}/share/Generators/egconfig/pythia8_hi.cfg
6+
config=${O2_ROOT}/share/Generators/egconfig/pythia8_hi.cfg

MC/config/PWGLF/ini/tests/GeneratorLFLnnPbPb.C renamed to MC/config/PWGLF/ini/tests/GeneratorLFExoticNucleiPbPb.C

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
int External()
22
{
33
std::string path{"o2sim_Kine.root"};
4-
std::vector<int> possiblePDGs = {1010000030, -1010000030};
4+
std::vector<int> possiblePDGs = {1010000030, -1010000030, 1000030040, -1000030040};
55

66
int nPossiblePDGs = possiblePDGs.size();
77

@@ -50,4 +50,4 @@ int External()
5050
std::cout << possiblePDGs[i] << ": " << std::count(injectedPDGs.begin(), injectedPDGs.end(), possiblePDGs[i]) << "\n";
5151
}
5252
return 0;
53-
}
53+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# PDG N ptMin ptMax yMin yMax
2+
1010000030 10 0.2 10 -1 1
3+
-1010000030 10 0.2 10 -1 1
4+
1000030040 10 0.2 10 -1 1
5+
-1000030040 10 0.2 10 -1 1

MC/config/PWGLF/pythia8/generator/lnn_pbpb.gun

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)