Skip to content

Commit

Permalink
update default settings for Graniitti simulations
Browse files Browse the repository at this point in the history
  • Loading branch information
pbuehler authored and sawenzel committed Jan 9, 2025
1 parent c9eea89 commit c9321cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions MC/config/PWGUD/templates/ALICE_Graniitti.temp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"NCALL" : 40000, // Number of function calls per iteration (5000 .. 50000 or more)
"ITER" : 50, // Number of initialization iteration (10 or more)
"CHI2MAX" : 10.0, // Maximum Chi^2 in initialization
"PRECISION" : 0.05, // Integral relative precision target
"PRECISION" : 0.01, // Integral relative precision target

"DEBUG" : -1 // Debug output (default -1)
},
Expand Down Expand Up @@ -91,14 +91,14 @@

"FIDCUTS" : {

"active" : false,
"active" : true,

// Central system final states
"PARTICLE" : {

"Eta" : [-1.0, 1.0], // Pseudorapidity
"Eta" : [-0.95, 0.95], // Pseudorapidity
"Rap" : [-10.0, 10.0], // Rapidity
"Pt" : [0.1, 100000.0], // Transverse momentum
"Pt" : [0.08, 100000.0], // Transverse momentum
"Et" : [0.0, 100000.0] // Transverse energy
},

Expand Down

0 comments on commit c9321cc

Please sign in to comment.