source: trunk/MagicSoft/Mars/Changelog@ 9213

Last change on this file since 9213 was 9213, checked in by hoehne, 16 years ago
*** empty log message ***
File size: 2.7 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/07 Daniel Hoehne-Moench
22
23 * datacenter/macros/filldotrun.C:
24 - updated column counting numbers
25 - included a check for the number of columns in the runfiles
26
27 * datacenter/macros/buildsequenceentries.C:
28 - implemented SumTriggerFlagKEY for sequence building
29
30
31
32 2009/01/06 Thomas Bretz
33
34 * mbase/MArrayB.h, mbase/MArrayD.h, mbase/MArrayF.h,
35 mbase/MArrayI.h, mbase/MArrayS.h:
36 - removed GetSize
37
38 * mbase/MArrayF.h:
39 - added Add()
40 - added AddClipped
41
42 * mbase/MMath.[h,cc]:
43 - implemented ReSort
44
45 * mcorsika/MCorsikaEvtHeader.cc:
46 - removed obsolete comments
47
48 * mcorsika/MCorsikaRead.cc:
49 - cosmetics
50
51 * mcorsika/MCorsikaRunHeader.[h,cc]:
52 - added comments about file contents
53 - added fWavelengthMin/Max
54
55 * mextralgo/MExtralgoSpline.[h,cc]:
56 - renamed SearchY to SearchYdn
57 - fixed a problem in SearchYup (must be ++i instead of i++)
58 (this is relatively unimportant because it was only used
59 in the determination of the pulse width which we never
60 really used)
61 - added a sanity/range-check to SearchYup and SearchYdn
62 - added a comment
63 - changed the order of arguments in EvalDeriv1
64 - changed the order of arguments in EvalDeriv2
65 - accelerated EvalDeriv1 (one multiplication less)
66 - added Deriv1 function
67 - made SearchYup and SearchYdn public
68
69 * mjobs/MDataSet.cc:
70 - removed an obsolete return statement
71
72 * mraw/MRawEvtData.[h,cc]:
73 - changed pointer in AddPixel to reference
74 - added a Set function
75
76 * mraw/MRawRunHeader.[h,cc]:
77 - added a lot of fixes for wrong run numbers written by Arehucas
78 - added a fix for strange file numbers written by Arehucas
79 - added functions as monta carlo interface to set contents
80
81 * msignal/MSignalCam.cc:
82 - defined a case 9
83
84
85
86 2009/01/05 Thomas Bretz
87
88 * mhbase/MH.h:
89 - commited missing changes from last year
90
91 * merpp.cc:
92 - fixed a description
93
94 * sponde.cc:
95 - added "Multiple dataset at once"
96
97 * star.cc:
98 - removed obsolete -ff option from output
99
100 * mbase/MTime.[h,cc]:
101 - added GetBinary
102 - added WriteBinary
103
104 * mbase/MEvtLoop.cc:
105 - display paused status in status line
106 - improved pause handling
107
108
Note: See TracBrowser for help on using the repository browser.