SIMDET - A Fast Simulation Tool for Linear Collider Detector Studies

 

Gamma Gamma Background Studies

file description
util_hades.tgz zipped tar file of utilities to prepare the background input for SIMDET
hadron.events.170.tar tared zipped ascii data file for background at 170 GeV
hadron.events.360.tar tared zipped ascii data file for background at 360 GeV
hadron.events.500.tar tared zipped ascii data file for background at 500 GeV
hadron.events.800.tar tared zipped ascii data file for background at 800 GeV

The content of util_hades.tgz is:

file description
README.hades README for hades utilities
make_hades_import_zipped script to convert zipped ascii data files to SIMDET background input files
make_hades_import_unzipped script to convert (unzipped) ascii data files to SIMDET background input files
make_hades_export_unzipped script to convert SIMDET background input files to ascii data files
hades_import_zipped.f Fortran source for make_hades_import_zipped
hades_import_unzipped.f Fortran source for make_hades_import_unzipped
hades_export_unzipped.f Fortran source for make_hades_export_unzipped

The script make_hades_import_zipped can be used to convert the zipped ascii data files to SIMDET background input files (which are platform dependent direct access Fortran files).
It requires the the environment variable LIBGZIO. The library can be found in the installation directory (default name: build) if Simdet is installed accordingly, e.g.

export LIBGZIO=install_dir/libsigzio.a  (sh, zsh)
setenv LIBGZIO install_dir/libsigzio.a  (csh, tcsh)

Harald.Vogt@desy.de