Документ взят из кэша поисковой машины. Адрес оригинального документа : http://theory.sinp.msu.ru/comphep_html/tutorial/node46.html
Дата изменения: Wed Aug 9 20:40:47 2000
Дата индексирования: Mon Oct 1 22:43:58 2012
Кодировка:
Files and commands in the working directory Scheme of calls
 in the CompHEP  session CompHEP
 files and commands CompHEP
 files and commands Contents

Files and commands in the working directory

We shall use an alias name WORK for the directory which has been created by the user during the CompHEP  installation. It contains the following sub-directories and files:
models/ results/ tmp/
comphep comphep.ini

The models directory contains files which describe physical models. When you modify a model or create a new one all changes are kept in this directory.

The directory results keeps a CompHEP  output which is produced as a result of symbolic or numerical calculations.

The directory tmp is used for temporary files. The file tmp/safe keeps user settings between the sessions. If this file exists the symbolic session starts its work with reading this file to restore the user settings of the previous session. A bug presenting in this file could be a reason for a fatal error in the beginning of the CompHEP  session. In the case of such an error we recommend to remove the tmp/safe file.

All these directories are necessary for CompHEP  work. Absence of one of them will lead to a fatal error.

You can toggle on/off the color and the sound for a CompHEP  session as well as choose the most appropriate font for your X-terminal. To do this just edit the comphep.ini file. We hope the syntax there is self-explanatory enough.

The command
./comphep
starts a CompHEP  session. This is a shell script which calls commands disposed in the CompHEP  root directory. It is assumed that the $COMPHEP environment variable points to this directory.


Scheme of calls
 in the CompHEP  session CompHEP
 files and commands CompHEP
 files and commands Contents