source: trunk/MagicSoft/Mars/Changelog@ 9255

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