------------------------------------------------------ HYDRO, fast event generator for simulation of flow effects in central and semi-central heavy ion AA collisions at LHC ------------------------------------------------------- Igor Lokhtin, SINP MSU, Moscow, RU e-mail: Igor.Lokhtin@cern.ch References: N.A.Kruglov, I.P.Lokhtin, L.I.Sarycheva, A.M.Snigirev, Z. Phys. C 76 (1997) 99-105; I.P.Lokhtin, L.I.Sarycheva, A.M.Snigirev, Phys. Lett. B 537 (2002) 261-267; I.P.Lokhtin, A.M.Snigirev, Preprint SINP MSU 2004-14/753, hep-ph/0312204. Web-page: http://cern.ch/lokhtin/hydro ------------------------------------------------------- Description of routine CALL hydro(A,ifb,bmin,bmax,bfix,ny) - generates one event input parameters to fix 'thermal' hadron event configuration : (set in main program by user before hydro call) A - beam and target nucleus atomic weight ifb - flag of type of centrality generation =0 impact parameter is fixed (bfix) >0 or <0 impact parameter is generated with standard glauber geometry between minimum (bmin) and maximum (bmax) values bmin - minimum impact parameter in units of nucleus radius RA (i.e. minimum value in [fm] will be bmin*RA), valid only if ifb not equal to zero bmax - maximum impact parameter in units of nucleus radius RA (i.e. maximum value in [fm] will be bmax*RA), valid only if ifb not equal to zero bfix - fixed impact parameter in units of nucleus radius RA (i.e. fixed value in [fm] will be bfix*RA), valid only if ifb=0 ny - baseline mean charged particle multiplicity per unit rapidity at mid-rapidity, (y=0), in central Pb-Pb collisions (total multiplicity for other centralities and atomic numbers will be calculated automatically) strength of transverse flow can be varied by user changing maximum transverse flow rapidity, ytfl, which is stored in common block hyflow: COMMON /hyflow/ ytfl (allowed range is 0.013) and very high pt (>> 2-5 GeV/c).