% % % +OPT,MAPASM. % % To use PYTHIA or SUSYGEN or to read LUJETS % from an external file, instead of JETSET, % activte one of these. Note that some work % might be needed for SUSYGEN. Look at chap. 4.1 % of SGV_UG ! If You have Your own generator, % add Your activation flag here as well. % %+USE,PYTHIA. %+USE,PYTHIA6. % (change x for 1 or 2 below) %+USE,PYTHIA6x. %+USE,SUSYGEN. %+USE,EXTREAD. %+USE,SINGPART. % % Activate this to load the latest corrections % %+USE,USENEWS. % % Select the right system here ... % +USE,VMS. % % .. and the right architecture here ! % +USE,ALPHA % % Pick up various KEEP sequences from SGVALL ... % +USE,SGVCDE. +USE,P=SGVANA,D=ZACDE. +USE,P=SGVSTEER,D=ZXCDE. +USE,P=SGVSTEER,D=ZXMAIN,T=EXE. % % Pick up the routines needed if PYTHIA6 is used % +USE,P=SGVSTEER,D=ZXINI,T=EXE,IF=PYTHIA6. +USE,P=SGVSTEER,D=ZXLOOP,T=EXE,IF=PYTHIA6. +USE,P=SGVSTEER,D=ZXEND,T=EXE,IF=PYTHIA6. % +PAM,11,T=A,C,H,RET=SGVSTEER. sgv_pam:SGVALL.car +PAM,11, T=C,T=R. % % Pick up various KEEP sequences from SUSYGEN ... % NB Verify the pam-file name !!!! % +USE,P=SUSYGEN,D=SUSEQ,IF=SUSYGEN. +PAM,11,T=A,C,IF=SUSYGEN. susygen.car % % Pick up the code % +USE,P=SGVSTEER,D=ZXCDE. +PAM,11,T=A,C,H,RET=SGVSTEER. sgv_pam:SGVALL.car +USE,SGVDETSIM. +USE,SGVANA. +USE,SGVEVSIM. +EXE. +PAM,11, T=A,C. lc_sgv23.car +PAM,11, T=A,C. sgv_pam:sgvevsim.car % % If You have Your own generator interface, % Un-comment the following, and put the right % pam-file name here % %+PAM,11, T=A,C.mygenerator.car % +USE,SGVNEWS,IF=USENEWS. +EXE. +PAM,11, T=A,C. sgv_pam:sgvnews.car +QUIT.