File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
MC/config/PWGUD/templates Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 },
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
You can’t perform that action at this time.
0 commit comments