1 | MaxiSingle README file
|
---|
2 | by Carles Domingo, May 16, 2001
|
---|
3 |
|
---|
4 | MaxiSingle is an utility which allows the conversion of "old-fashioned"
|
---|
5 | MMCS 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 |
|
---|
8 | MaxiSingle has been tested to work properly both on OSF1 (alpha) and Linux
|
---|
9 | platforms
|
---|
10 |
|
---|
11 |
|
---|
12 |
|
---|
13 | INSTALLATION of the program:
|
---|
14 |
|
---|
15 | unzip the file using: gunzip maxisingle*.tar.gz
|
---|
16 | extract the file from achive: tar xvf maxisingle*.tar
|
---|
17 | goto lib directory: cd MagicProgs/Simulation/Detector/lib
|
---|
18 | create a link to libranlib ln -s libranlib.a.[yoursystem] libranlib.a
|
---|
19 | change directory to cd ../../Corsika/MaxiSingle/
|
---|
20 | compile the program with make clean depend
|
---|
21 | make all
|
---|
22 |
|
---|
23 | start the program with maxisingle FullPathOfTheDirectoryWithCerenkovFiles
|
---|
24 |
|
---|
25 |
|
---|
26 |
|
---|
27 |
|
---|
28 | RUNNING the program:
|
---|
29 |
|
---|
30 | It is necessary that the directory FullPathOfTheDirectoryWithCerenkovFiles contains
|
---|
31 | cerenkov (cer) and particle data (dat) files in the old MMCS output format,
|
---|
32 | starting from 000001.
|
---|
33 |
|
---|
34 | Running 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
|
---|
36 | created the directory) will be stored. These files are standard MMCS output format
|
---|
37 | and contain the RunHeader, EventHeader, EventEnd, RunEnd and Particle records.
|
---|
38 | These output files can be then read by Simone, GuiSimone and Reflector (new)
|
---|
39 | programs
|
---|
40 |
|
---|
41 |
|
---|
42 |
|
---|
43 |
|
---|
44 | Please, contribute to this README file!
|
---|
45 |
|
---|
46 | CD |
---|