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

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