source: trunk/MagicSoft/Mars/Changelog@ 9249

Last change on this file since 9249 was 9249, checked in by Daniela Dorner, 16 years ago
*** empty log message ***
File size: 12.1 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
22 2009/01/23 Daniela Dorner
23
24 * datacenter/db/showplots-ds.php, datacenter/db/tabs.php,
25 datacenter/db/plot.php:
26 - adapted path to new web file structure
27
28 * datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php:
29 - added option to group by date (year, month, night): pulldown in
30 menu and adapted query
31
32 * datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php
33 datacenter/db/datasetinfo-aio.php:
34 - enabled possibility to combine all group-bys
35
36 * datacenter/db/datasetinfo-aio.php:
37 - enhances information printed in table in case of group-by
38
39 * datacenter/db/include.php:
40 - adapted pulldown of status-group-by
41
42 * datacenter/db/menu.php:
43 - added pulldown for sumtrigger-flag to sequinfo-menu
44 - added function to print pulldown for group-by date
45
46
47
48 2009/01/23 Thomas Bretz
49
50 * msimcamera/MSimAPD.[h,cc], msimcamera/MSimBundlePhotons.[h,cc],
51 msimcamera/MSimRandomPhotons.[h,cc]:
52 - added
53
54 * melectronics/Makefile, melectronics/MAnalogChannels.[h,cc],
55 melectronics/ElectronicsIncl.h, melectronics/ElectronicsLinkDef.h,
56 melectronics/MDigitalSignal.[h,cc],
57 melectronics/MAnalogSignal.[h,cc],
58 melectronics/MAvalanchePhotoDiode.[h,cc]:
59 - added
60
61 * msim/M*.cc, msimreflector/M*.cc, msimcamera/M*.cc:
62 - changed copyright notice
63
64
65
66 2009/01/22 Thomas Bretz
67
68 * mraw/MRawRunHeader.h:
69 - added new functions to access the runtype
70
71 * msim/MPhotonData.cc:
72 - removed some obsolete comments
73
74 * msim/MPhotonEvent.[h,cc]
75 - added some comments
76 - added new member function GetFirst and GetLast
77 - UnSort the array after reading new data
78 - removed some old obsolete code
79 - added new meber function Sort and IsSorted
80
81 * msimreflector/MSimReflector.cc:
82 - force sorting of the array
83
84 * msimcamera/MSimPSF.[h,cc], msimcamera/MSimGeomCam.[h,cc],
85 msimcamera/MSimExcessNoise.[h,cc], msimcamera/MSimSignalCam.[h,cc]:
86 - added
87
88
89
90 2009/01/21 Thomas Bretz
91
92 * mbase/BaseLinkDef.h, mbase/Makefile:
93 - added MQuaternion
94 - added MReflection
95
96 * mbase/MQuaternion.[h,cc], mbase/MReflection.[h,cc]:
97 - added
98
99 * mbase/MArrayI.[h,cc]:
100 - added a few new functions (ReSort, Add, Find and AddUniq)
101
102 * mbase/MMath.cc:
103 - replaced delete by delete[] where appropriate
104
105 * mgeom/MGeomCam.h:
106 - added new virtual functions HitFrame and HitDetector
107 - included MQuaternion
108
109 * mgeom/MGeomCamDwarf.[h,cc], mgeom/MGeomCamMagic.[h,cc]:
110 - added new functions HitFrame and HitDetector:
111
112 * msim/MHPhotonEvent.cc:
113 - removed the reference to MCamera
114
115 * mgeom/MGeomPix.[h,cc], mgui/MHexagon.[h,cc]:
116 - moved DistanceToPrimitive from MHexagon to MGeomPix
117 - moved the funtions to calculate overlapping areas
118 also, but they are still in a comment
119
120 * mgui/MHexagon.[h,cc]:
121 - started implementing a rotation angle
122 - added data meber fPhi
123 - increased class version number
124
125 * mhist/MHCamera.cc, mtools/MagicJam.cc:
126 - we don't have to use a MHexagon anymore caluclating
127 DistanceToPrimitive
128
129 * msimreflector/MMirror.[h,cc], msimreflector/MMirrorSquare.[h,cc],
130 msimreflector/MMirrorHex.[h,cc], msimreflector/MMirrorDisk.[h,cc],
131 msimreflector/MReflector.[h,cc], msimreflector/MSimReflector.[h,cc],
132 msimreflector/Makefile, msimreflector/SimReflectorLinkDef.h,
133 msimreflector/SimReflectorIncl.h:
134 - added
135
136
137
138 2009/01/21 Stefan Ruegamer
139
140 * datacenter/scripts/read_lapalma-tapes:
141 - added check of the tape slot when exporting the tapes
142
143
144
145 2009/01/20 Thomas Bretz
146
147 * mjobs/MJob.h:
148 - added Esc member function
149
150 * msim/MPhotonData.[h,cc], msim/MPhotonEvent.[h,cc],
151 msim/MSimAbsorption.[h,cc], msim/MSimPointingPos.[h,cc],
152 MHPhotonEvent.[h,cc], msim/Makefile, msim/SimIncl.h
153 msim/SimLinkDef.h:
154 - added
155
156
157 2009/01/19 Thomas Bretz
158
159 * mfileio/MWriteRootFile.cc:
160 - simplified how the rules are evaluated using TPregexp
161 - by this the rules got more powerful
162
163 * mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
164 - changed ols style rule to new style
165
166
167
168 2009/01/18 Thomas Bretz
169
170 * mbase/BaseLinkDef.h, mbase/Makefile:
171 - added MSpline3
172
173 * mcorsika/MCorsikaEvtHeader.cc:
174 - some little cosmetics
175
176 * mcorsika/MCorsikaEvtHeader.h:
177 - added some missing getters
178
179 * mcorsika/MCorsikaRunHeader.cc:
180 - removed some obsolete comments
181 - reordered some comments
182
183 * mextralgo/MExtralgoSpline.h:
184 - changed default in GetIntegral from true to false
185
186 * mraw/MRawEvtHeader.h:
187 - added Setter for DAQEventNumber
188
189 * mraw/MRawRunHeader.cc:
190 - start pixel hardware indices with 1 not with 0
191
192
193
194 2009/01/17 Thomas Bretz
195
196 * mbase/MMath.[h,cc]:
197 - added a new function RndmExp which should be a tiny bit faster than
198 root's own implementation because it ises Rndm() instead of Uniform()
199
200 * mextralgo/ExtralgoIncl.h:
201 - added MArrayF
202
203 * mextralgo/MExtralgoSpline.[h,cc]:
204 - divided FindY into FindYup and FindYdn to avoid an obsolete if-clause
205 - added a new member function to return the integral function of the
206 spline. This is useful to init a new spline and use it for
207 producing the proper random distribution.
208
209 * mpedestal/MPedestalSubtractedEvt.[h,cc]:
210 - added Print() function
211
212 * mraw/MRawEvtData.[h,cc]:
213 - added a member function to Reset the arrays
214 - added member function to set the pixel indices
215 - Improved the new Set function
216
217 * readcorsika.cc:
218 - added
219
220
221
222 2009/01/16 Daniel Hoehne-Moench
223
224 * datacenter/scripts/mcsequences:
225 - implemented sumtrigger -> modes, fTriggerFlagKEY
226 - fPriority(MCSequenceProcessStatus) is now filled into the mcdb
227
228 * datacenter/scripts/fillmccallisto, fillmcstar:
229 - bugfix: changed argument of $primaries from [$s+$s] to [$s]
230
231 * datacenter/macros/fillcamera.C:
232 - changed NumPheFromDNSB to float(7,3)
233 - fPriority(MCRunProcessStatus) is now filled into the mcdb
234
235 * datacenter/macros/fillmccalib.C:
236 - minor changes, bugfix (wrong column name for mcdb)
237
238 * datacenter/macros/fillmcsignal.C:
239 - definition of some parameters changed according to fillsignal.C
240 - minor changes, deleted unnecessary code
241 - implemented if clause for HiLo-Parameters. Instead of
242 seqno<200000 the fAmplFadcKEY is queried in the mcdb for each
243 sequence. For MUX MCs the HiLo-Parameters are not calculated.
244
245
246
247 2009/01/15 Thomas Bretz
248
249 * callisto.cc:
250 - cosmetics to output
251
252 * mcorsika/MCorsikaRunHeader.cc:
253 - cosmetics (removed a ;;)
254
255 * mhist/MHEvent.[h,cc]:
256 - ReInit to allow the change of the camera geoemtry in ReInit
257
258
259
260 2009/01/15 Stefan Ruegamer
261
262 * datacenter/scripts/dodatacheck:
263 - removed the _E in the find command; files from 2008/06/04 on do
264 not have it any more
265
266
267
268 2009/01/14 Daniel Hoehne-Moench
269
270 * datacenter/scripts/sourcefile:
271 - extended errorcoding on mc run process status
272
273 * datacenter/scripts/runmccallisto, runmcstar:
274 - deleted unnecessary lines, adapted to primary structure
275
276 * datacenter/macros/fillmcsignal.C, fillmccalib.C, fillmcstar.C:
277 - added
278
279 * datacenter/scripts/fillmccallisto, fillmcstar:
280 - added
281
282
283
284 2009/01/14 Thomas Bretz
285
286 * readraw.cc:
287 - check first whether the file exist before adding the extension
288
289 * mbase/MMath.[h,cc]:
290 - added function to Re-sort an array
291
292 * mfileio/MReadMarsFile.cc, mfileio/MWriteRootFile.cc:
293 - Improved output
294
295 * mfileio/MWriteRootFile.cc:
296 - fixed a problem which prevented to open more than one /dev/null
297 devices independantly
298
299 * mgeom/MGeomCam.cc:
300 - cosmetics
301
302 * mgeom/MGeomCamDwarf.h:
303 - fixed a typo in an ifdef
304
305 * mgeom/MGeomPix.[h,cc]:
306 - added funtion to return positon as TVector2
307 - slightly improved the algorithm to check IsInside
308 - fixed the conditional signs for the orientation of pixels
309 in GetDirection
310
311 * mmain/MEventDisplay.cc:
312 - Give different names to the MPedestalSubtract tasks
313 - fixed buttons
314 - call AddGeometryTags after ReInit to allow reading new geometries in
315 ReInit
316
317 * mmc/MMcEvtBasic.h:
318 - added a new primary type kNightSky
319
320 * mraw/MRawEvtPixelIter.h:
321 - replaced type of the number of bytes by UInt_t
322
323 * mraw/MRawRunHeader.h:
324 - allow to validate the magic-number from outside (for MCs)
325
326 * datacenter/scripts/runcorsika:
327 - added a lot of comments
328 - reordered values in input card
329 - switched off a lot of obsolete output
330 - changed the Magnetic field to a value corresponding to the location of
331 MAGIC at 2200m height valid for January 2009. (The old value never took
332 place there?!) The value was taken from www.noaa.gov/geomagmodels
333
334
335
336 2009/01/12 Daniel Hoehne-Moench
337
338 * datacenter/db/menu.php:
339 - bugfix: now the SumTriggerFlag is correctly displayed in the web
340 interface
341
342
343
344 2009/01/09 Daniel Hoehne-Moench
345
346 * datacenter/macros/fillcamera.C
347 - implemented new variables: zbinmin, zbinmax, number of
348 sumtriggers, sum trigger flag
349 - bugfix: for P and C runs the mirror fraction and the impact
350 parameter had unreasonable values (negative) which were filled
351 into the mcdb, now->0
352
353 * datacenter/scripts/fillcamera, mcsequences:
354 - implemented call of getdbsetup
355
356
357
358 2009/01/09 Stefan Ruegamer
359
360 * datacenter/scripts/buildsequenceentries
361 - corrected IFS argument
362
363
364
365 2009/01/08 Stefan Ruegamer
366
367 * datacenter/scripts/filesondisk
368 - added S and N runs
369
370
371
372 2009/01/07 Daniel Hoehne-Moench
373
374 * datacenter/macros/filldotrun.C:
375 - updated column counting numbers
376 - included a check for the number of columns in the runfiles
377
378 * datacenter/macros/buildsequenceentries.C:
379 - implemented SumTriggerFlagKEY for sequence building
380
381
382
383 2009/01/06 Thomas Bretz
384
385 * mbase/MArrayB.h, mbase/MArrayD.h, mbase/MArrayF.h,
386 mbase/MArrayI.h, mbase/MArrayS.h:
387 - removed GetSize
388
389 * mbase/MArrayF.h:
390 - added Add()
391 - added AddClipped
392
393 * mbase/MMath.[h,cc]:
394 - implemented ReSort
395
396 * mcorsika/MCorsikaEvtHeader.cc:
397 - removed obsolete comments
398
399 * mcorsika/MCorsikaRead.cc:
400 - cosmetics
401
402 * mcorsika/MCorsikaRunHeader.[h,cc]:
403 - added comments about file contents
404 - added fWavelengthMin/Max
405
406 * mextralgo/MExtralgoSpline.[h,cc]:
407 - renamed SearchY to SearchYdn
408 - fixed a problem in SearchYup (must be ++i instead of i++)
409 (this is relatively unimportant because it was only used
410 in the determination of the pulse width which we never
411 really used)
412 - added a sanity/range-check to SearchYup and SearchYdn
413 - added a comment
414 - changed the order of arguments in EvalDeriv1
415 - changed the order of arguments in EvalDeriv2
416 - accelerated EvalDeriv1 (one multiplication less)
417 - added Deriv1 function
418 - made SearchYup and SearchYdn public
419
420 * mjobs/MDataSet.cc:
421 - removed an obsolete return statement
422
423 * mraw/MRawEvtData.[h,cc]:
424 - changed pointer in AddPixel to reference
425 - added a Set function
426
427 * mraw/MRawRunHeader.[h,cc]:
428 - added a lot of fixes for wrong run numbers written by Arehucas
429 - added a fix for strange file numbers written by Arehucas
430 - added functions as monta carlo interface to set contents
431
432 * msignal/MSignalCam.cc:
433 - defined a case 9
434
435
436
437 2009/01/05 Thomas Bretz
438
439 * mhbase/MH.h:
440 - commited missing changes from last year
441
442 * merpp.cc:
443 - fixed a description
444
445 * sponde.cc:
446 - added "Multiple dataset at once"
447
448 * star.cc:
449 - removed obsolete -ff option from output
450
451 * mbase/MTime.[h,cc]:
452 - added GetBinary
453 - added WriteBinary
454
455 * mbase/MEvtLoop.cc:
456 - display paused status in status line
457 - improved pause handling
458
459
Note: See TracBrowser for help on using the repository browser.