From c9321ccfc70e1ebb0e4b40b87934f6ebfcfb07d9 Mon Sep 17 00:00:00 2001 From: Paul Buehler Date: Thu, 9 Jan 2025 10:00:23 +0100 Subject: [PATCH] update default settings for Graniitti simulations --- MC/config/PWGUD/templates/ALICE_Graniitti.temp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/MC/config/PWGUD/templates/ALICE_Graniitti.temp b/MC/config/PWGUD/templates/ALICE_Graniitti.temp index 2a3e6689b..b0614f279 100644 --- a/MC/config/PWGUD/templates/ALICE_Graniitti.temp +++ b/MC/config/PWGUD/templates/ALICE_Graniitti.temp @@ -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) }, @@ -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 },