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/14 Thomas Bretz
|
---|
22 |
|
---|
23 | * readraw.cc:
|
---|
24 | - check first whether the file exist before adding the extension
|
---|
25 |
|
---|
26 | * mbase/MMath.[h,cc]:
|
---|
27 | - added function to Re-sort an array
|
---|
28 |
|
---|
29 | * mfileio/MReadMarsFile.cc, mfileio/MWriteRootFile.cc:
|
---|
30 | - Improved output
|
---|
31 |
|
---|
32 | * mfileio/MWriteRootFile.cc:
|
---|
33 | - fixed a problem which prevented to open more than one /dev/null
|
---|
34 | devices independantly
|
---|
35 |
|
---|
36 | * mgeom/MGeomCam.cc:
|
---|
37 | - cosmetics
|
---|
38 |
|
---|
39 | * mgeom/MGeomCamDwarf.h:
|
---|
40 | - fixed a typo in an ifdef
|
---|
41 |
|
---|
42 | * mgeom/MGeomPix.[h,cc]:
|
---|
43 | - added funtion to return positon as TVector2
|
---|
44 | - slightly improved the algorithm to check IsInside
|
---|
45 | - fixed the conditional signs for the orientation of pixels
|
---|
46 | in GetDirection
|
---|
47 |
|
---|
48 | * mmain/MEventDisplay.cc:
|
---|
49 | - Give different names to the MPedestalSubtract tasks
|
---|
50 | - fixed buttons
|
---|
51 | - call AddGeometryTags after ReInit to allow reading new geometries in
|
---|
52 | ReInit
|
---|
53 |
|
---|
54 | * mmc/MMcEvtBasic.h:
|
---|
55 | - added a new primary type kNightSky
|
---|
56 |
|
---|
57 | * mraw/MRawEvtPixelIter.h:
|
---|
58 | - replaced type of the number of bytes by UInt_t
|
---|
59 |
|
---|
60 | * mraw/MRawRunHeader.h:
|
---|
61 | - allow to validate the magic-number from outside (for MCs)
|
---|
62 |
|
---|
63 | * datacenter/scripts/runcorsika:
|
---|
64 | - added a lot of comments
|
---|
65 | - reordered values in input card
|
---|
66 | - switched off a lot of obsolete output
|
---|
67 | - changed the Magnetic field to a value corresponding to the location of
|
---|
68 | MAGIC at 2200m height valid for January 2009. (The old value never took
|
---|
69 | place there?!) The value was taken from www.noaa.gov/geomagmodels
|
---|
70 |
|
---|
71 |
|
---|
72 |
|
---|
73 | 2009/01/12 Daniel Hoehne-Moench
|
---|
74 |
|
---|
75 | * datacenter/db/menu.php:
|
---|
76 | - bugfix: now the SumTriggerFlag is correctly displayed in the web
|
---|
77 | interface
|
---|
78 |
|
---|
79 |
|
---|
80 |
|
---|
81 | 2009/01/09 Daniel Hoehne-Moench
|
---|
82 |
|
---|
83 | * datacenter/macros/fillcamera.C
|
---|
84 | - implemented new variables: zbinmin, zbinmax, number of
|
---|
85 | sumtriggers, sum trigger flag
|
---|
86 | - bugfix: for P and C runs the mirror fraction and the impact
|
---|
87 | parameter had unreasonable values (negative) which were filled
|
---|
88 | into the mcdb, now->0
|
---|
89 |
|
---|
90 | * datacenter/scripts/fillcamera, mcsequences:
|
---|
91 | - implemented call of getdbsetup
|
---|
92 |
|
---|
93 |
|
---|
94 |
|
---|
95 | 2009/01/09 Stefan Ruegamer
|
---|
96 |
|
---|
97 | * datacenter/scripts/buildsequenceentries
|
---|
98 | - corrected IFS argument
|
---|
99 |
|
---|
100 |
|
---|
101 |
|
---|
102 | 2009/01/08 Stefan Ruegamer
|
---|
103 |
|
---|
104 | * datacenter/scripts/filesondisk
|
---|
105 | - added S and N runs
|
---|
106 |
|
---|
107 |
|
---|
108 |
|
---|
109 | 2009/01/07 Daniel Hoehne-Moench
|
---|
110 |
|
---|
111 | * datacenter/macros/filldotrun.C:
|
---|
112 | - updated column counting numbers
|
---|
113 | - included a check for the number of columns in the runfiles
|
---|
114 |
|
---|
115 | * datacenter/macros/buildsequenceentries.C:
|
---|
116 | - implemented SumTriggerFlagKEY for sequence building
|
---|
117 |
|
---|
118 |
|
---|
119 |
|
---|
120 | 2009/01/06 Thomas Bretz
|
---|
121 |
|
---|
122 | * mbase/MArrayB.h, mbase/MArrayD.h, mbase/MArrayF.h,
|
---|
123 | mbase/MArrayI.h, mbase/MArrayS.h:
|
---|
124 | - removed GetSize
|
---|
125 |
|
---|
126 | * mbase/MArrayF.h:
|
---|
127 | - added Add()
|
---|
128 | - added AddClipped
|
---|
129 |
|
---|
130 | * mbase/MMath.[h,cc]:
|
---|
131 | - implemented ReSort
|
---|
132 |
|
---|
133 | * mcorsika/MCorsikaEvtHeader.cc:
|
---|
134 | - removed obsolete comments
|
---|
135 |
|
---|
136 | * mcorsika/MCorsikaRead.cc:
|
---|
137 | - cosmetics
|
---|
138 |
|
---|
139 | * mcorsika/MCorsikaRunHeader.[h,cc]:
|
---|
140 | - added comments about file contents
|
---|
141 | - added fWavelengthMin/Max
|
---|
142 |
|
---|
143 | * mextralgo/MExtralgoSpline.[h,cc]:
|
---|
144 | - renamed SearchY to SearchYdn
|
---|
145 | - fixed a problem in SearchYup (must be ++i instead of i++)
|
---|
146 | (this is relatively unimportant because it was only used
|
---|
147 | in the determination of the pulse width which we never
|
---|
148 | really used)
|
---|
149 | - added a sanity/range-check to SearchYup and SearchYdn
|
---|
150 | - added a comment
|
---|
151 | - changed the order of arguments in EvalDeriv1
|
---|
152 | - changed the order of arguments in EvalDeriv2
|
---|
153 | - accelerated EvalDeriv1 (one multiplication less)
|
---|
154 | - added Deriv1 function
|
---|
155 | - made SearchYup and SearchYdn public
|
---|
156 |
|
---|
157 | * mjobs/MDataSet.cc:
|
---|
158 | - removed an obsolete return statement
|
---|
159 |
|
---|
160 | * mraw/MRawEvtData.[h,cc]:
|
---|
161 | - changed pointer in AddPixel to reference
|
---|
162 | - added a Set function
|
---|
163 |
|
---|
164 | * mraw/MRawRunHeader.[h,cc]:
|
---|
165 | - added a lot of fixes for wrong run numbers written by Arehucas
|
---|
166 | - added a fix for strange file numbers written by Arehucas
|
---|
167 | - added functions as monta carlo interface to set contents
|
---|
168 |
|
---|
169 | * msignal/MSignalCam.cc:
|
---|
170 | - defined a case 9
|
---|
171 |
|
---|
172 |
|
---|
173 |
|
---|
174 | 2009/01/05 Thomas Bretz
|
---|
175 |
|
---|
176 | * mhbase/MH.h:
|
---|
177 | - commited missing changes from last year
|
---|
178 |
|
---|
179 | * merpp.cc:
|
---|
180 | - fixed a description
|
---|
181 |
|
---|
182 | * sponde.cc:
|
---|
183 | - added "Multiple dataset at once"
|
---|
184 |
|
---|
185 | * star.cc:
|
---|
186 | - removed obsolete -ff option from output
|
---|
187 |
|
---|
188 | * mbase/MTime.[h,cc]:
|
---|
189 | - added GetBinary
|
---|
190 | - added WriteBinary
|
---|
191 |
|
---|
192 | * mbase/MEvtLoop.cc:
|
---|
193 | - display paused status in status line
|
---|
194 | - improved pause handling
|
---|
195 |
|
---|
196 |
|
---|