How to install Starlight-0.02

Got rid of cmake .. what a pain in ... 

but now you can easily compile it by 

gmake 

on any cluster you like 

how to run ?

 ./starlight


fixed types for class Particle 
- Int -> Double 
- fixed Makefile .. 
   autoconfig will appear in the future .. make sure paths are fixed before compiling 
   this is for includes and libraries in Makefile
- don't forget about link to pythia xml doc 
  This is located in main.cpp

enjoy 


-Careful with final states.  Upsilon currently goes to mu+mu-, this can be changed in
gammavm.cpp gammaavectormeson::getdaughtermass and in gammaacrosssection::brietwigner.
This applies to psi family as well. Be sure and double check.


- 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
