]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STARLIGHT/starlight/Readme
Updated STARLIGHT from r176 ro r188 (http://starlight.hepforge.org/svn/)
[u/mrichter/AliRoot.git] / STARLIGHT / starlight / Readme
index 8edd7311a8cb03574f58402c4fbeebff79320231..3fbd227cd220adf5781ea60409b29dad3f3ba681 100644 (file)
@@ -49,8 +49,6 @@ N_EVENTS = 10    #Number of events produced
 PROD_PID = 443013   #Channel of interest (in PDG notation); currently supported        options listed below
 RND_SEED = 34533    #Random number seed
 
-OUTPUT_FORMAT = 2    #Form of the output (not considered at this state)
-
 BREAKUP_MODE = 5     #Controls the nuclear breakup
                     # Note that this option only works for lead or gold; it should work at any energy
                     # 1 = hard sphere nuclei (b>2R)
@@ -65,11 +63,10 @@ BREAKUP_MODE = 5     #Controls the nuclear breakup
 
 INTERFERENCE = 0     #Interference (0 = off, 1 = on)
 IF_STRENGTH = 1.     #% of intefernce (0.0 - 0.1)
-COHERENT = 1         #Coherent=1,Incoherent=0 production for assym collisions
-INCO_FACTOR = 1.     #percentage of incoherence
-BFORD = 9.5          #Deuteron slope parameter (dsig/dt = exp(BFORD*t))
 INT_PT_MAX = 0.24    #Maximum pt considered, when interference is turned on
 INT_PT_N_BINS =120   #Number of pt bins when interference is turned on
+COHERENT = 1         #Coherent=1,Incoherent=0 production for assym collisions
+INCO_FACTOR = 1.     #percentage of incoherence
 
 
 ----------------------------------------------------------------------------
@@ -123,8 +120,3 @@ fixed types for class Particle
 
 - changed PID of the charged KAON to 321 and neutral kaon to 310 .. it should work now for phi -> kk 
 
-- incoherent formfactor was hardcoded for dAu events, it should now accept coherent too.
-- Had hardcoded narrow and wide resonances for VMs. The user can again select gg_or_gp (2 or 3)
-except for the psi family.  This is still always narrow.
-- Changed the spin dependence for VMs going to ee/mumu(gammaavectormeson::gettheta).  It was only for psi and now upsilon will follow too
-inretrospect, i should probably have done this first and merge psifamily back into gammaavm.cpp