1 | **************************************************
|
---|
2 | I) Instructions for mmcs6500 (for LINUX ONLY !!)
|
---|
3 |
|
---|
4 | To install mmcs6500 (corsika with fluka-model for low energy interaction
|
---|
5 | and QGS-JETII model for higher energy)
|
---|
6 | follow instructions.
|
---|
7 |
|
---|
8 | 1)create directory fluka2011_2 (wherever you want, for instance under MagicSoft/Simulation/Corsika/Mmcs6500)
|
---|
9 |
|
---|
10 | 2) move fluka2011.2-linuxAA.tar.gz to directory fluka2011_2
|
---|
11 |
|
---|
12 | 3) go to directory fluka2011_2 and uncompress the file:
|
---|
13 |
|
---|
14 | cd fluka2011_2
|
---|
15 | tar xvzf fluka2011.2-linuxAA.tar.gz
|
---|
16 |
|
---|
17 | 4) Define environment variable FLUPRO in your ~/.bashrc or ~/.cshrc. Examples:
|
---|
18 |
|
---|
19 | export FLUPRO='/home/magic/MagicSoft/Simulation/Corsika/Mmcs6500/fluka2011_2' (bash)
|
---|
20 |
|
---|
21 | setenv FLUPRO /home/magic/MagicSoft/Simulation/Corsika/Mmcs6500/fluka2011_2 (csh)
|
---|
22 |
|
---|
23 | (then do "source ~/.bashrc" or "source ~/.cshrc")
|
---|
24 |
|
---|
25 | PROGRAM NEEDS FLUPRO TO WORK PROPERLY!
|
---|
26 |
|
---|
27 | 5) go to directory with main program mmcs6500, i.e.:
|
---|
28 |
|
---|
29 | cd MagicSoft/Simulation/Corsika/MMcs6500/
|
---|
30 |
|
---|
31 | 6) Uncompress qgsdat-II-03.gz :
|
---|
32 |
|
---|
33 | gunzip qgsdat-II-03.gz
|
---|
34 |
|
---|
35 | 7) compile the program:
|
---|
36 |
|
---|
37 | make all SYSTEM=LINUX
|
---|
38 |
|
---|
39 | 8) have fun with simulations
|
---|
40 |
|
---|
41 | ************************************
|
---|
42 |
|
---|
43 |
|
---|
44 | NOTE by D. Sobczynska, about the use of CSCAT:
|
---|
45 |
|
---|
46 | *) If first value in CSCAT is lower than 21 you simulate axis core in the ring
|
---|
47 | on the plane perpendicular to the axis core. Radius between r_min to r_max.
|
---|
48 | Normally we use
|
---|
49 |
|
---|
50 | CSCAT 1 r_min r_max scatter Cherenkov events
|
---|
51 |
|
---|
52 | which means that we are using shower only once.
|
---|
53 | (you may use one shower no more than 20 times)
|
---|
54 |
|
---|
55 | *)If first value in CSCAT is larger then 20 you simulate axis core
|
---|
56 | in rectangular shape ON THE GROUND.
|
---|
57 | In this case you should find core position ON THE GROUND:
|
---|
58 |
|
---|
59 | - for north_south direction x between -x_max to x_max ;
|
---|
60 | - for east-west direction y between -y_max to y_max ;
|
---|
61 |
|
---|
62 | CSCAT 21 x_max y_max scatter Cherenkov events
|
---|
63 |
|
---|
64 | Line like above showes that you are using one shower only once.
|
---|
65 | You may use one shower no more then 20 times ( for 20 it looks like
|
---|
66 |
|
---|
67 | CSCAT 41 x_max y_max scatter Cherenkov events
|
---|
68 |
|
---|
69 |
|
---|