Skip to content

Commit 00cf826

Browse files
pbuehleralcaliva
authored andcommitted
update default settings for Graniitti simulations
(cherry picked from commit c9321cc)
1 parent 58e77cd commit 00cf826

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

MC/config/PWGUD/templates/ALICE_Graniitti.temp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"NCALL" : 40000, // Number of function calls per iteration (5000 .. 50000 or more)
5454
"ITER" : 50, // Number of initialization iteration (10 or more)
5555
"CHI2MAX" : 10.0, // Maximum Chi^2 in initialization
56-
"PRECISION" : 0.05, // Integral relative precision target
56+
"PRECISION" : 0.01, // Integral relative precision target
5757

5858
"DEBUG" : -1 // Debug output (default -1)
5959
},
@@ -91,14 +91,14 @@
9191

9292
"FIDCUTS" : {
9393

94-
"active" : false,
94+
"active" : true,
9595

9696
// Central system final states
9797
"PARTICLE" : {
9898

99-
"Eta" : [-1.0, 1.0], // Pseudorapidity
99+
"Eta" : [-0.95, 0.95], // Pseudorapidity
100100
"Rap" : [-10.0, 10.0], // Rapidity
101-
"Pt" : [0.1, 100000.0], // Transverse momentum
101+
"Pt" : [0.08, 100000.0], // Transverse momentum
102102
"Et" : [0.0, 100000.0] // Transverse energy
103103
},
104104

0 commit comments

Comments
 (0)