Skip to content

Commit

Permalink
fz-new as deafult model for formation zone
Browse files Browse the repository at this point in the history
  • Loading branch information
TomaszGolan committed Feb 11, 2017
1 parent 81f0074 commit fd01435
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion data/params.txt
Expand Up @@ -240,7 +240,8 @@ step = 0.2 // length of one step in cascade
xsec = 1 //model of cross sections in cascade: 0 - metropolis, 1 - oset
kaskada_w = 7

formation_zone = fz
formation_zone = fz-new
# formation_zone = fz //
# formation_zone = nofz //
# formation_zone = fz //
# formation_zone = trans //
Expand Down
2 changes: 1 addition & 1 deletion src/params.xml
Expand Up @@ -374,7 +374,7 @@
<param name="kaskada_writeall" type="checkbox" ctype="bool" default="0">
<description><![CDATA[Store all intermediate FSI particles int the event::all vector]]></description>
</param>
<param name="formation_zone" type="select" ctype="string" default="fz">
<param name="formation_zone" type="select" ctype="string" default="fz-new">
<description><![CDATA[Name of formation zone model]]></description>
<options>
<option key="fz"><![CDATA[fz - ]]></option>
Expand Down

0 comments on commit fd01435

Please sign in to comment.