1 | Please do not write behind the end of line tag so that it is possible
|
---|
2 | to send a Changelog file to a line printer directly. Thanks.
|
---|
3 |
|
---|
4 | For 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 |
|
---|
17 | While 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 |
|
---|