Skip to content

Commit

Permalink
Adding Xe-Xe system for STARLIGHT generator
Browse files Browse the repository at this point in the history
  • Loading branch information
miweberSMI committed Oct 25, 2017
1 parent ec9abd3 commit f860eec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions MC/GeneratorConfig.C
Original file line number Diff line number Diff line change
Expand Up @@ -996,6 +996,11 @@ GeneratorStarlight(){
projA = 208; projZ = 82;
targA = 208; targZ = 82;
}
// XeXe
else if (systemConfig.EqualTo("Xe-Xe")) {
projA = 129; projZ = 54;
targA = 129; targZ = 54;
}
// p-Pb
else if (systemConfig.EqualTo("p-Pb")) {
projA = 1; projZ = 1;
Expand Down

0 comments on commit f860eec

Please sign in to comment.