!--------------------------------------- ! Run Definition !--------------------------------------- application hadron set laproj 1 set maproj 1 set latarg 1 set matarg 1 set ecms 7000 set istmax 25 set iranphi 1 ftime on set ninicon 1 !number of initial conditions used for hydro evolution core off !core/corona not activated hydro off !hydro not activated eos off !eos not activated hacas off !hadronic cascade not activated set nfull 200 !number of events set nfreeze 1 !number of freeze out events per hydro event set modsho 1 !printout every modsho events set centrality 0 !0=min bias !---------------------------------------------------------- ! Analysis definition (first histogram) !---------------------------------------------------------- beginanalysis histogram pt !x = transverse momentum numptl !y = number of particles 11 !normalisation code (per event, per bin width) see below 0 !x-min 5 !x-max 10 !number of bins trigger rap -1 1 !rapidity range set hisfac 0.5 !divide by rapidity range idcode 120 idcode -120 !charged pions endanalysis !--------------------------------------------------- ! First histogram output !--------------------------------------------------- write "Charged pi distro pt" histoweight writearray 3 !---------------------------------------------------------- ! Analysis definition (second histogram) !---------------------------------------------------------- beginanalysis histogram rap !x = rapidity numptl !y = number of particles 11 !normalisation -5 !x-min 5 !x-max 20 !number of bins idcode 1120 idcode -1120 !protons and antiprotons endanalysis !--------------------------------------------------- ! Second histogram output !--------------------------------------------------- write "Proton-antiproton rapidity distribution" histoweight writearray 3