source: trunk/MagicSoft/Simulation/Corsika/MaxiSingle/README@ 12426

Last change on this file since 12426 was 795, checked in by domingo, 23 years ago
MaxiSingle project. README added
File size: 1.5 KB
Line 
1MaxiSingle README file
2by Carles Domingo, May 16, 2001
3
4MaxiSingle is an utility which allows the conversion of "old-fashioned"
5MMCS output files (one file per event) to the "new" MMCS output format
6(one file per run). Its name stands for MAXI file from SINGLE files.
7
8MaxiSingle has been tested to work properly both on OSF1 (alpha) and Linux
9platforms
10
11
12
13INSTALLATION of the program:
14
15unzip the file using: gunzip maxisingle*.tar.gz
16extract the file from achive: tar xvf maxisingle*.tar
17goto lib directory: cd MagicProgs/Simulation/Detector/lib
18create a link to libranlib ln -s libranlib.a.[yoursystem] libranlib.a
19change directory to cd ../../Corsika/MaxiSingle/
20compile the program with make clean depend
21 make all
22
23start the program with maxisingle FullPathOfTheDirectoryWithCerenkovFiles
24
25
26
27
28RUNNING the program:
29
30It is necessary that the directory FullPathOfTheDirectoryWithCerenkovFiles contains
31cerenkov (cer) and particle data (dat) files in the old MMCS output format,
32starting from 000001.
33
34Running maxisingle will create in this same directory two output files, named
35"cer_allfiles" and "dat_allfiles", where all the information of the run (which
36created the directory) will be stored. These files are standard MMCS output format
37and contain the RunHeader, EventHeader, EventEnd, RunEnd and Particle records.
38These output files can be then read by Simone, GuiSimone and Reflector (new)
39programs
40
41
42
43
44Please, contribute to this README file!
45
46CD
Note: See TracBrowser for help on using the repository browser.