source: trunk/MagicSoft/Mars/Changelog@ 9231

Last change on this file since 9231 was 9231, checked in by tbretz, 16 years ago
*** empty log message ***
File size: 8.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/20 Thomas Bretz
22
23 * mjobs/MJob.h:
24 - added Esc member function
25
26
27
28 2009/01/19 Thomas Bretz
29
30 * mfileio/MWriteRootFile.cc:
31 - simplified how the rules are evaluated using TPregexp
32 - by this the rules got more powerful
33
34 * mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
35 - changed ols style rule to new style
36
37
38
39 2009/01/18 Thomas Bretz
40
41 * mbase/BaseLinkDef.h, mbase/Makefile:
42 - added MSpline3
43
44 * mcorsika/MCorsikaEvtHeader.cc:
45 - some little cosmetics
46
47 * mcorsika/MCorsikaEvtHeader.h:
48 - added some missing getters
49
50 * mcorsika/MCorsikaRunHeader.cc:
51 - removed some obsolete comments
52 - reordered some comments
53
54 * mextralgo/MExtralgoSpline.h:
55 - changed default in GetIntegral from true to false
56
57 * mraw/MRawEvtHeader.h:
58 - added Setter for DAQEventNumber
59
60 * mraw/MRawRunHeader.cc:
61 - start pixel hardware indices with 1 not with 0
62
63
64
65 2009/01/17 Thomas Bretz
66
67 * mbase/MMath.[h,cc]:
68 - added a new function RndmExp which should be a tiny bit faster than
69 root's own implementation because it ises Rndm() instead of Uniform()
70
71 * mextralgo/ExtralgoIncl.h:
72 - added MArrayF
73
74 * mextralgo/MExtralgoSpline.[h,cc]:
75 - divided FindY into FindYup and FindYdn to avoid an obsolete if-clause
76 - added a new member function to return the integral function of the
77 spline. This is useful to init a new spline and use it for
78 producing the proper random distribution.
79
80 * mpedestal/MPedestalSubtractedEvt.[h,cc]:
81 - added Print() function
82
83 * mraw/MRawEvtData.[h,cc]:
84 - added a member function to Reset the arrays
85 - added member function to set the pixel indices
86 - Improved the new Set function
87
88 * readcorsika.cc:
89 - added
90
91
92 2009/01/16 Daniel Hoehne-Moench
93
94 * datacenter/scripts/mcsequences:
95 - implemented sumtrigger -> modes, fTriggerFlagKEY
96 - fPriority(MCSequenceProcessStatus) is now filled into the mcdb
97
98 * datacenter/scripts/fillmccallisto, fillmcstar:
99 - bugfix: changed argument of $primaries from [$s+$s] to [$s]
100
101 * datacenter/macros/fillcamera.C:
102 - changed NumPheFromDNSB to float(7,3)
103 - fPriority(MCRunProcessStatus) is now filled into the mcdb
104
105 * datacenter/macros/fillmccalib.C:
106 - minor changes, bugfix (wrong column name for mcdb)
107
108 * datacenter/macros/fillmcsignal.C:
109 - definition of some parameters changed according to fillsignal.C
110 - minor changes, deleted unnecessary code
111 - implemented if clause for HiLo-Parameters. Instead of
112 seqno<200000 the fAmplFadcKEY is queried in the mcdb for each
113 sequence. For MUX MCs the HiLo-Parameters are not calculated.
114
115
116
117 2009/01/15 Thomas Bretz
118
119 * callisto.cc:
120 - cosmetics to output
121
122 * mcorsika/MCorsikaRunHeader.cc:
123 - cosmetics (removed a ;;)
124
125 * mhist/MHEvent.[h,cc]:
126 - ReInit to allow the change of the camera geoemtry in ReInit
127
128
129
130 2009/01/15 Stefan Ruegamer
131
132 * datacenter/scripts/dodatacheck:
133 - removed the _E in the find command; files from 2008/06/04 on do
134 not have it any more
135
136
137
138 2009/01/14 Daniel Hoehne-Moench
139
140 * datacenter/scripts/sourcefile:
141 - extended errorcoding on mc run process status
142
143 * datacenter/scripts/runmccallisto, runmcstar:
144 - deleted unnecessary lines, adapted to primary structure
145
146 * datacenter/macros/fillmcsignal.C, fillmccalib.C, fillmcstar.C:
147 - added
148
149 * datacenter/scripts/fillmccallisto, fillmcstar:
150 - added
151
152
153
154 2009/01/14 Thomas Bretz
155
156 * readraw.cc:
157 - check first whether the file exist before adding the extension
158
159 * mbase/MMath.[h,cc]:
160 - added function to Re-sort an array
161
162 * mfileio/MReadMarsFile.cc, mfileio/MWriteRootFile.cc:
163 - Improved output
164
165 * mfileio/MWriteRootFile.cc:
166 - fixed a problem which prevented to open more than one /dev/null
167 devices independantly
168
169 * mgeom/MGeomCam.cc:
170 - cosmetics
171
172 * mgeom/MGeomCamDwarf.h:
173 - fixed a typo in an ifdef
174
175 * mgeom/MGeomPix.[h,cc]:
176 - added funtion to return positon as TVector2
177 - slightly improved the algorithm to check IsInside
178 - fixed the conditional signs for the orientation of pixels
179 in GetDirection
180
181 * mmain/MEventDisplay.cc:
182 - Give different names to the MPedestalSubtract tasks
183 - fixed buttons
184 - call AddGeometryTags after ReInit to allow reading new geometries in
185 ReInit
186
187 * mmc/MMcEvtBasic.h:
188 - added a new primary type kNightSky
189
190 * mraw/MRawEvtPixelIter.h:
191 - replaced type of the number of bytes by UInt_t
192
193 * mraw/MRawRunHeader.h:
194 - allow to validate the magic-number from outside (for MCs)
195
196 * datacenter/scripts/runcorsika:
197 - added a lot of comments
198 - reordered values in input card
199 - switched off a lot of obsolete output
200 - changed the Magnetic field to a value corresponding to the location of
201 MAGIC at 2200m height valid for January 2009. (The old value never took
202 place there?!) The value was taken from www.noaa.gov/geomagmodels
203
204
205
206 2009/01/12 Daniel Hoehne-Moench
207
208 * datacenter/db/menu.php:
209 - bugfix: now the SumTriggerFlag is correctly displayed in the web
210 interface
211
212
213
214 2009/01/09 Daniel Hoehne-Moench
215
216 * datacenter/macros/fillcamera.C
217 - implemented new variables: zbinmin, zbinmax, number of
218 sumtriggers, sum trigger flag
219 - bugfix: for P and C runs the mirror fraction and the impact
220 parameter had unreasonable values (negative) which were filled
221 into the mcdb, now->0
222
223 * datacenter/scripts/fillcamera, mcsequences:
224 - implemented call of getdbsetup
225
226
227
228 2009/01/09 Stefan Ruegamer
229
230 * datacenter/scripts/buildsequenceentries
231 - corrected IFS argument
232
233
234
235 2009/01/08 Stefan Ruegamer
236
237 * datacenter/scripts/filesondisk
238 - added S and N runs
239
240
241
242 2009/01/07 Daniel Hoehne-Moench
243
244 * datacenter/macros/filldotrun.C:
245 - updated column counting numbers
246 - included a check for the number of columns in the runfiles
247
248 * datacenter/macros/buildsequenceentries.C:
249 - implemented SumTriggerFlagKEY for sequence building
250
251
252
253 2009/01/06 Thomas Bretz
254
255 * mbase/MArrayB.h, mbase/MArrayD.h, mbase/MArrayF.h,
256 mbase/MArrayI.h, mbase/MArrayS.h:
257 - removed GetSize
258
259 * mbase/MArrayF.h:
260 - added Add()
261 - added AddClipped
262
263 * mbase/MMath.[h,cc]:
264 - implemented ReSort
265
266 * mcorsika/MCorsikaEvtHeader.cc:
267 - removed obsolete comments
268
269 * mcorsika/MCorsikaRead.cc:
270 - cosmetics
271
272 * mcorsika/MCorsikaRunHeader.[h,cc]:
273 - added comments about file contents
274 - added fWavelengthMin/Max
275
276 * mextralgo/MExtralgoSpline.[h,cc]:
277 - renamed SearchY to SearchYdn
278 - fixed a problem in SearchYup (must be ++i instead of i++)
279 (this is relatively unimportant because it was only used
280 in the determination of the pulse width which we never
281 really used)
282 - added a sanity/range-check to SearchYup and SearchYdn
283 - added a comment
284 - changed the order of arguments in EvalDeriv1
285 - changed the order of arguments in EvalDeriv2
286 - accelerated EvalDeriv1 (one multiplication less)
287 - added Deriv1 function
288 - made SearchYup and SearchYdn public
289
290 * mjobs/MDataSet.cc:
291 - removed an obsolete return statement
292
293 * mraw/MRawEvtData.[h,cc]:
294 - changed pointer in AddPixel to reference
295 - added a Set function
296
297 * mraw/MRawRunHeader.[h,cc]:
298 - added a lot of fixes for wrong run numbers written by Arehucas
299 - added a fix for strange file numbers written by Arehucas
300 - added functions as monta carlo interface to set contents
301
302 * msignal/MSignalCam.cc:
303 - defined a case 9
304
305
306
307 2009/01/05 Thomas Bretz
308
309 * mhbase/MH.h:
310 - commited missing changes from last year
311
312 * merpp.cc:
313 - fixed a description
314
315 * sponde.cc:
316 - added "Multiple dataset at once"
317
318 * star.cc:
319 - removed obsolete -ff option from output
320
321 * mbase/MTime.[h,cc]:
322 - added GetBinary
323 - added WriteBinary
324
325 * mbase/MEvtLoop.cc:
326 - display paused status in status line
327 - improved pause handling
328
329
Note: See TracBrowser for help on using the repository browser.