!--------------------------------------- ! Run Definition PbPb !--------------------------------------- application hadron !hadron-hadron, hadron-nucleus, or nucleus-nucleus collision set laproj 82 !projectile atomic number set maproj 208 !projectile mass number set latarg 82 !target atomic number set matarg 208 !target mass number set ecms 5020 !sqrt(s)_pp set istmax 25 set iranphi 1 ftime on set ninicon 1 !number of initial conditions used for hydro evolution core full !core/corona activated hydro hlle !hydro activated eos x3ff !eos activated hacas full !hadronic cascade activated set nfull 2 !number of events set nfreeze 1 !number of freeze out events per hydro event set modsho 100 !certain printout every modsho events set centrality 0 ! 0=min bias fillTree4(C2) !---------------------------------------------------------- ! 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