source: trunk/MagicSoft/Simulation/Detector/ReflectorII/Changelog@ 1621

Last change on this file since 1621 was 1621, checked in by bigongia, 22 years ago
*** empty log message ***
  • Property svn:executable set to *
File size: 1.8 KB
Line 
1** Add changes at the beginning! **
2
315/11/2002 A. Moralejo
4ph2cph.c: changed sign of phi angle to make it positive. This was necessary
5since now the vector indicating the reflected photon trajectory has also
6changed sign! (see note below, 11/11).
7
814/11/2002 A. Moralejo
9reflector.c, parms.c Added wobble mode option. Added wobble flag to the
10output and also an atmospheric_model flag.
11
1213/11/2002 A. Moralejo
13reflector.c, header.h: Introduced 3 counters to keep track of what proportion
14of the C-photons in each event have been produced by electrons, muons or
15other particles.
16
1711/11/2002 A. Moralejo
18ph2cph.c: BUG found! and fixed: the direction cosines in the cer files are
19those of the downgoing directions of photons, hence third component is
20negative. Before it was assumed positive. This, together with a wrong
21reflection in the individual mirrors (also changed) resulted in a subtle
22error which produced a quite de-focused reflector!
23
24reflector.c: for the same reason as above, the sign of theta in the calls
25to makeOmega had to be changed (+pi added to the phi argument).
26
27geometry.c, ph2cph.c, reflector.c, init.h: eliminated array ct_Focal[]
28which contained the focal lengths of individual mirrors. It was redundant
29since the same information is available in ct_data[].f
30
31Oct/2002 A. Moralejo
32added attach.c to attach the files magic.def, axisdev.dat and
33reflectivity.dat to the end of the reflector output.
34
35Sept/2002 A. Moralejo
36header.h, reflector.c: added run header (=Corsika's), changed event header.
37
383/7/2002 A. Moralejo
39reflector.c: Introduced NaN check in the photon loop.
40If NAns are found in a photon data block, it is not processed.
41
42ph2cph.c: Introduced "check of positiveness" before taking the sqrt
43in the calculation of the photon trajectory intersection with the
44global paraboloid.
45
46
47
Note: See TracBrowser for help on using the repository browser.