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