You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Event generation using stdhep

stdhep can be obtained from:
http://cepa.fnal.gov/psm/stdhep/getStdHep.shtml

To obtain and build the package do (just cut and paste the lines below):

wget http://cepa.fnal.gov/dist/stdhep/stdhep-5-06-01.tar.gz
tar xzvf stdhep-5-06-01.tar.gz
cd stdhep-5-06-01
export STDHEP_DIR=${PWD}
unset CRNLIB
gmake clean
gmake

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

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

To generate some events get the tar ball with various data cards that is attached, set the environmental variable to select the data cards and run the example

wget https://confluence.slac.stanford.edu/download/attachments/112108463/PythiaCards.tgz
tar xzvf PythiaCards.tgz

Event generation on ilcsim

On ilcsim stdhep is provided via ups/upd. Instructions can be found at:
https://cdcvs.fnal.gov/redmine/projects/lcsim/wiki/Pythia_To_Stdhep_%28new%29_

Event generation with EvtGenPythia

to be provided

  • No labels