Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To generate pythia mu+ mu - events at 3 TeV center of mass energy and to control the physics processes by data cards change into the example directory and replace the file pythiaExample.F with the attached file: pythiaExample.F. To make this example the CERNLIBS need to be installed and set up so make sure the environmental variables:

CERN,
CERN_LEVEL,
CERN_ROOT=$CERN/$CERN_LEVEL
CRNLIB=$CERN_ROOT/lib
LD_LIBRARY_PATH=$CRNLIB:$LD_LIBRARY_PATH

are set correctly

cd example
rm pythiaExample.F
wget https://confluence.slac.stanford.edu/download/attachments/112108463/pythiaExample.F
make pythiaExample

...

wget https://confluence.slac.stanford.edu/download/attachments/112108463/PythiaCards.tgz
tar xzvf PythiaCards.tgz
export PYTHIA_CARD=Zp_pythia_new.card
export NUMBER_OF_EVENTS=10000
./pythiaExample

Event generation on ilcsim

...