source: trunk/mmcs6500/README_MMCS6500@ 18024

Last change on this file since 18024 was 18024, checked in by dneise, 11 years ago
inital commit of the version of Corsika/MMCS, which is currently used by FACT. binary files missing
File size: 2.1 KB
Line 
1**************************************************
2I) Instructions for mmcs6500 (for LINUX ONLY !!)
3
4To install mmcs6500 (corsika with fluka-model for low energy interaction
5and QGS-JETII model for higher energy)
6follow instructions.
7
81)create directory fluka2011_2 (wherever you want, for instance under MagicSoft/Simulation/Corsika/Mmcs6500)
9
102) move fluka2011.2-linuxAA.tar.gz to directory fluka2011_2
11
123) go to directory fluka2011_2 and uncompress the file:
13
14 cd fluka2011_2
15 tar xvzf fluka2011.2-linuxAA.tar.gz
16
174) 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
275) go to directory with main program mmcs6500, i.e.:
28
29 cd MagicSoft/Simulation/Corsika/MMcs6500/
30
316) Uncompress qgsdat-II-03.gz :
32
33 gunzip qgsdat-II-03.gz
34
357) compile the program:
36
37 make all SYSTEM=LINUX
38
398) have fun with simulations
40
41************************************
42
43
44NOTE 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
47on the plane perpendicular to the axis core. Radius between r_min to r_max.
48Normally we use
49
50CSCAT 1 r_min r_max scatter Cherenkov events
51
52which 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.
57In 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
62CSCAT 21 x_max y_max scatter Cherenkov events
63
64Line like above showes that you are using one shower only once.
65You may use one shower no more then 20 times ( for 20 it looks like
66
67CSCAT 41 x_max y_max scatter Cherenkov events
68
69
Note: See TracBrowser for help on using the repository browser.