source: trunk/MagicSoft/Mars/Changelog@ 9212

Last change on this file since 9212 was 9212, checked in by tbretz, 16 years ago
*** empty log message ***
File size: 2.4 KB
Line 
1Please do not write behind the end of line tag so that it is possible
2to send a Changelog file to a line printer directly. Thanks.
3
4For your entries please follow EXACTLY this style:
5
6_yyyy/mm/dd_[Your Name]
7_
8___*_filename:
9_____-_description
10_
11___*_filename2, filename3:
12_____-_description
13_
14_
15_
16
17While an underscore is a placeholder for a white-space or an empty line.
18
19 -*-*- END OF LINE -*-*-
20
21 2009/01/06 Thomas Bretz
22
23 * mbase/MArrayB.h, mbase/MArrayD.h, mbase/MArrayF.h,
24 mbase/MArrayI.h, mbase/MArrayS.h:
25 - removed GetSize
26
27 * mbase/MArrayF.h:
28 - added Add()
29 - added AddClipped
30
31 * mbase/MMath.[h,cc]:
32 - implemented ReSort
33
34 * mcorsika/MCorsikaEvtHeader.cc:
35 - removed obsolete comments
36
37 * mcorsika/MCorsikaRead.cc:
38 - cosmetics
39
40 * mcorsika/MCorsikaRunHeader.[h,cc]:
41 - added comments about file contents
42 - added fWavelengthMin/Max
43
44 * mextralgo/MExtralgoSpline.[h,cc]:
45 - renamed SearchY to SearchYdn
46 - fixed a problem in SearchYup (must be ++i instead of i++)
47 (this is relatively unimportant because it was only used
48 in the determination of the pulse width which we never
49 really used)
50 - added a sanity/range-check to SearchYup and SearchYdn
51 - added a comment
52 - changed the order of arguments in EvalDeriv1
53 - changed the order of arguments in EvalDeriv2
54 - accelerated EvalDeriv1 (one multiplication less)
55 - added Deriv1 function
56 - made SearchYup and SearchYdn public
57
58 * mjobs/MDataSet.cc:
59 - removed an obsolete return statement
60
61 * mraw/MRawEvtData.[h,cc]:
62 - changed pointer in AddPixel to reference
63 - added a Set function
64
65 * mraw/MRawRunHeader.[h,cc]:
66 - added a lot of fixes for wrong run numbers written by Arehucas
67 - added a fix for strange file numbers written by Arehucas
68 - added functions as monta carlo interface to set contents
69
70 * msignal/MSignalCam.cc:
71 - defined a case 9
72
73
74
75 2009/01/05 Thomas Bretz
76
77 * mhbase/MH.h:
78 - commited missing changes from last year
79
80 * merpp.cc:
81 - fixed a description
82
83 * sponde.cc:
84 - added "Multiple dataset at once"
85
86 * star.cc:
87 - removed obsolete -ff option from output
88
89 * mbase/MTime.[h,cc]:
90 - added GetBinary
91 - added WriteBinary
92
93 * mbase/MEvtLoop.cc:
94 - display paused status in status line
95 - improved pause handling
96
97
Note: See TracBrowser for help on using the repository browser.