source: trunk/MagicSoft/Mars/Changelog@ 7869

Last change on this file since 7869 was 7869, checked in by tbretz, 19 years ago
*** empty log message ***
File size: 61.6 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 2006/08/09 Thomas Bretz
21
22 * mbase/MMath.cc:
23 - changed MedianDev to support 68% division instead of 0.5%
24
25
26
27 2006/08/08 Thomas Bretz
28
29 * mbadpixels/MBadPixelsCam.cc:
30 - added some comments
31
32 * mhist/MHEvent.cc:
33 - replaced GetTheta() by GetTelescopeTheta()
34
35 * msignal/MExtractedSignalCam.cc:
36 - some update to returning the hi-/lo-gain ratio
37
38 * mbase/MMath.[h,cc]:
39 - new functions MedianDev
40
41 * mhist/MHCamera.[h,cc]:
42 - new function GetMedian
43 - new function GetMedianDev
44
45
46
47 2006/08/08 Daniela Dorner
48
49 * datacenter/scripts/copyscript:
50 - updated address list of people who are informed about changes in
51 the catalog file
52 - improved output to mail
53 - updated search of newer catalogfiles
54 - addapted to change in md5sum
55 - fixed typo
56
57 * steps.rc:
58 - made interpretable for shell
59 - set Default to check, so that manually inserted sequences can't
60 be resettet
61
62 * datacenter/scripts/makecallistolinks:
63 - removed reason2
64
65
66
67 2006/08/06 Thomas Bretz
68
69 * datacenter/macros/checkstardone.C,
70 datacenter/macros/checkfileavail.C,
71 datacenter/macros/filldotraw.C:
72 - fixed. res was still not correctly deleted
73
74
75
76 2006/08/05 Thomas Bretz
77
78 * datacente/macros/fillsignal.C:
79 - still searched for tabs DiffHi and DiffLo... fixed.
80 - added a missing comma in the sql query
81
82 * mbase/MLog.cc, mbase/MLogHtml.cc:
83 - switched off buffering for ofstreams
84 - fixed length argument for the case </> are replaced by html-code
85
86 * datacenter/macros/checkstardone.C:
87 - fixed. was completely broken, didn't even compile.
88
89
90
91 2006/08/04 Thomas Bretz
92
93 * mhvstime/MHVsTime.cc:
94 - fixed a bug which made the argument of SetMinimum be ignored
95
96 * mpointing/MHPointing.cc:
97 - changed position of SetMinimum and SetMaximum
98
99 * msignal/MArrivalTimeCam.[h,cc]:
100 - added new options in GetPixelContent
101 - added some new member functions
102
103 * msignal/MExtractedSignalCam.[h,cc]:
104 - added new options in GetPixelContent
105 - added some new member functions
106
107 * msignal/MExtractedSignalPix.h:
108 - added some new member function
109 - added some comments
110
111 * msql/MSQLServer.cc:
112 - allow to setup different password for differend users and different
113 users for different databases in sql.rc
114
115 * mcalib/MCalibrateRelTimes.cc:
116 - implemented a workaround to mark pixels bad for extraction of
117 hi- and lo-gain failed. (Before MCalibrateData just assigned
118 a weird value)
119
120 * msignal/MArrivalTimePix.h:
121 - added some member functions
122
123 * msignal/MExtractTimeAndCharge.cc:
124 - added some comments which contain future code
125 - invalidate hi- and lo-gain if both could not be extracted properly
126 (FIXME: We need a cut on the number of unsuitable pixels per event)
127 - changed handling of sathi to make the detection of hi-gain
128 saturation work properly
129
130 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
131 - changed fgLoGainOffset from 1.05 to 0.95 (comming out of the
132 latest plots)
133 - fixed assignment of sat in hi-gain extraction to make sure
134 the the satuartion information can be returned properly
135
136 * msignal/MExtractTimeAndChargeSpline.cc:
137 - changed fgLoGainStartShift according to BCN cvs to -2.4 (FIXME
138 this should be checked!)
139 - adapted handling of sat in hi-gain extraction to changes
140 above
141
142 * mjobs/MJCalibrateSignal.cc:
143 - replaced the hi-/lo-gain pulse plots by plots showing the
144 hi-/lo-gain intercalibration and the hi-/lo-gain offset
145
146 * datacenter/macros/fillsignal.C:
147 - changed according to the changes
148
149 * mraw/MRawFileRead.cc:
150 - rais an error if a requested file could not be opened
151
152 * mbase/MParContainer.cc:
153 - added some comments
154
155
156
157 2006/08/03 Thomas Bretz
158
159 * mbase/MTask.cc:
160 - do not print number of executions if it is (UInt_t)-1
161
162 * mfileio/MReadReports.cc:
163 - do not allocate a MTime container anymore. This can be done
164 by root automatically which has the advantage that we don't
165 have to care about its deletion
166 - added some more debug output, just in case...
167
168 * mfileio/MReadTree.cc:
169 - fixed a typo in a comment
170
171 * mhist/MHRate.cc, mhist/MHWeather.cc, mhvstime/MHSectorVsTime.cc,
172 mhvstime/MHVsTime.cc:
173 - changed position of SetMinimum and SetMaximum
174
175 * mimage/MHHillas.[h,cc]
176 - made the Center-Histogram in the case only one is displayed
177 one with palette
178
179
180
181 2006/08/03 Markus Meyer
182
183 * resources/calibration.rc, calibration_spline.rc
184 - update of correction factors
185
186 * datacenter/macros/fillstar.C
187 - update of reference values for muon analysis
188
189
190
191 2006/08/02 Daniela Dorner
192
193 * datacenter/scripts/buildsequenceentries,
194 datacenter/scripts/checkfilesforsequenceavail,
195 datacenter/scripts/checkstardone, datacenter/scripts/copyscript,
196 datacenter/scripts/correcttime, datacenter/scripts/dodatacheck,
197 datacenter/scripts/doexclusions, datacenter/scripts/doqualityplots,
198 datacenter/scripts/dowebplots, datacenter/scripts/filesondisk,
199 datacenter/scripts/fillcallisto, datacenter/scripts/fillganymed,
200 datacenter/scripts/fillstar, datacenter/scripts/insertdatasets,
201 datacenter/scripts/insertsequences, datacenter/scripts/linkmc,
202 datacenter/scripts/makecallistolinks,
203 datacenter/scripts/mcsequences, datacenter/scripts/movingrawfiles,
204 datacenter/scripts/processmcsequences, datacenter/scripts/rmlocks,
205 datacenter/scripts/runcallisto, datacenter/scripts/runganymed,
206 datacenter/scripts/runstar, datacenter/scripts/sourcefile,
207 datacenter/scripts/writesequencefiles:
208 - replaced $USER by `whoami`
209
210 * datacenter/scripts/dowebplots:
211 - write output (ps, png files) to $datapath and not $webdir to
212 speed up the webupdate
213
214
215
216 2006/08/02 Thomas Bretz
217
218 * mhist/MHCamEvent.cc:
219 - removed some obsolete includes
220
221 * msignal/MExtractTimeAndCharge.cc:
222 - reformatted position of a parenthesis
223
224 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
225 - changed default lo-gain offset to new value 1.05 which was
226 determined plotting arrival time vs. signal height.
227 - added fHiGainFirst to time (as it is in the spline extractor)
228
229 * msignal/MSignalCam.cc:
230 - after extesive tests using the arrival time vs signal height
231 histograms, new threshold levels (independent of the pixel size)
232 have been determined for the pulse positions
233 (50phe for pulse, hi-gain and 320phe for lo-gain)
234
235 * datacenter/macros/fillsignal.C:
236 - changed to support new information about pulse positions
237
238
239
240 2006/08/01 Thomas Bretz
241
242 * mcalib/MCalibCalcFromPast.cc:
243 - hand over the hi-lo-gain conversion factors to the new
244 MCalibrationChargeCam if reinitialized
245
246 * mcalib/MCalibrateData.cc:
247 - removed obsolete use of zenith angle (which actually was never used)
248 - fixed a bug which caused the renorm factor being initialized from
249 default instead of the QECam always (which didn't make any difference
250 because also the QECam contains the default value)
251
252 * mcalib/MCalibrateRelTimes.[h,cc]:
253 - store also the information whether lo-gain was used or not in
254 MSignalCam
255 - removed some comments from header
256
257 * mcalib/MCalibrationQEPix.[h,cc]:
258 - removed obsolete use of zenith angle (which actually was never used)
259
260 * mhist/MHCamera.cc:
261 - fixed wrong cast (from this to TProfile instead of TH1D)
262
263 * mjobs/MJCalibrateSignal.cc:
264 - added tabs for hi-/lo-gain pulse position
265
266 * mjobs/MJCalibration.cc:
267 - removed obsolete use of zenith angle (which actually was never used)
268 for MCalibrationQEPix
269
270 * msignal/MArrivalTimePix.h:
271 - added Copy member function
272
273 * msignal/MExtractedSignalPix.cc:
274 - small code layout
275
276 * msignal/MSignalPix.[h,cc]:
277 - added new (non I/O) member fLoGainUsed
278
279 * msignal/MSignalCam.cc:
280 - added cases 10 and 11 to GetPixelContent
281 - added some more comments
282
283
284
285 2006/07/31 Thomas Bretz
286
287 * showplot.cc:
288 - added new options to write bmp and xml files
289 - added new options for the display size
290
291 * mbase/MStatusDisplay.[h,cc]:
292 - changed the constructor to allow starting with a different size
293 - added new member functions to change the display or canvas size
294 - fixed setting of sizes
295
296
297
298 2006/07/30 Thomas Bretz
299
300 * macros/starfield.C:
301 - updated to use resources/mirrors.def by default
302
303 * mhist/MHCamera.[h,cc]:
304 - replaced SavePrimitive(ofstream&) by SavePrimitive(ostream&)
305 - if necessary let SavePrimitive(ofstream&) call
306 SavePrimitive(ostream&)
307
308 * mgui/MHexagon.[h,cc]:
309 - special solution for SavePrimitive because it calls a function
310 from the base class which also needs ofstream or ostream
311
312 * mbase/MStatusDisplay.[h,cc]:
313 - switched on writing bmp and xml (I still found no program able
314 to read this bmp, but they are written)
315 - removed check for writing images in batch mode for root
316 >= 5.12/00. It is working now.
317 - calculate kB and MB correctly by dividing by 1000 instead of
318 1024 (would be kiB and MiB)
319 - removed some unused parameters from function declaration
320 - fixed some warnings about local overwrites of variable names
321 - fixed a deprecated conversion from string constant to `char*
322
323
324
325 2006/07/29 Thomas Bretz
326
327 * mhflux/MHEffectiveOnTime.cc:
328 - changed the fit such that initial values are calculated
329 automatically now instead of using build in values. This
330 makes the fit more indepedant of the underlaying rates.
331 With a test of ~350 sequences in the test database it could
332 be shown that the new fit gives the same result +/-1sek.
333 The highest deviation was +5s the lowest -10s.
334 - the number of the first bin used in the fit became a variable
335 - A limit of 15kHz was set for the rate
336 - sanity checkes for lambda==0 added (possible division by zero)
337 - increased class version number by one
338 - made functions derived from MH private
339 - to fit the resulting "gammas" use fFirstBin=1 and fNumEvents=120
340
341
342
343 2006/07/28 Daniela Dorner
344
345 * datacenter/scripts/buildsequenceentries,
346 datacenter/scripts/checkfilesforsequenceavail,
347 datacenter/scripts/checkstardone, datacenter/scripts/copyscript,
348 datacenter/scripts/correcttime, datacenter/scripts/dodatacheck,
349 datacenter/scripts/doexclusions, datacenter/scripts/doqualityplots,
350 datacenter/scripts/dowebplots, datacenter/scripts/filesondisk,
351 datacenter/scripts/fillcallisto, datacenter/scripts/fillganymed,
352 datacenter/scripts/fillstar, datacenter/scripts/insertdatasets,
353 datacenter/scripts/insertsequences, datacenter/scripts/linkmc,
354 datacenter/scripts/makecallistolinks,
355 datacenter/scripts/mcsequences, datacenter/scripts/movingrawfiles,
356 datacenter/scripts/processmcsequences, datacenter/scripts/rmlocks,
357 datacenter/scripts/runcallisto, datacenter/scripts/runganymed,
358 datacenter/scripts/runstar, datacenter/scripts/sourcefile,
359 datacenter/scripts/writesequencefiles:
360 - replaced username by $USER
361
362
363
364 2006/07/27 Thomas Bretz
365
366 * datacenter/macros/buildsequenceentries.C:
367 - removed some obsolete output
368 - logging output redone
369 - added some missing delete of TSQLResults
370 - fixed some overwrite of local variables
371 - added more comments
372 - moved code building the blocks to its own function
373 - simplified buildblocks
374
375
376
377 2006/07/27 Daniela Dorner
378
379 * datacenter/scripts/buildsequenceentries:
380 - fixed bug in name of logfile (introduced on 2006/02/03)
381
382
383
384 2006/07/26 Daniela Dorner
385
386 * datacenter/scripts/movingrawfiles:
387 - changed machine
388 - added logging
389 - added launching of filesondisk, when files have been moved
390
391 * datacenter/scripts/filesondisk:
392 - added logging
393
394
395
396 2006/07/26 Thomas Bretz
397
398 * merpp.cc:
399 - files with the extension .raw.gz were not found. fixed. This
400 is necessary because raw-files must be merpped before they can
401 be displayed with the mars-gui.
402
403 * star.cc:
404 - fixed some misalignment when the title is printed
405
406 * datacenter/macros/fillsinope.C:
407 - removed some obsolete comments
408
409 * mbase/MContinue.h:
410 - some reformatting
411
412 * mreport/MReportStarguider.h:
413 - added enum for states
414 - added IsMonitoring member function
415
416 * msignal/MArrivalTimeCam.cc:
417 - fixed a problem which gave errors when compiling (introduced
418 with the latest change)
419
420 * manalysis/MEventRateCalc.[h,cc], manalysis/MGeomApply.[h,cc],
421 manalysis/MMultiDimDistCalc.[h,cc], mbadpixels/MBadPixelsTreat.[h,cc],
422 mbase/MEvtLoop.[h,cc], mbase/MParContainer.[h,cc], mbase/MParList.[h,cc],
423 mbase/MTask.[h,cc], mbase/MTaskList.[h,cc], mcalib/MCalibrateData.[h,cc],
424 mdata/MDataArray.[h,cc], mfbase/MF.[h,cc], mfbase/MFDataChain.[h,cc],
425 mfbase/MFDataChain.[h,cc], mfbase/MFDataMember.[h,cc],
426 mfbase/MFilterList.[h,cc], mfileio/MReadTree.[h,cc],
427 mfileio/MWriteRootFile.[h,cc], mfilter/MFParticleId.[h,cc],
428 mfilter/MFTriggerLvl1.[h,cc], mfilter/MFTriggerLvl2.[h,cc],
429 mhbase/MBinning.[h,cc], mhbase/MFillH.[h,cc], mhbase/MH3.[h,cc],
430 mhbase/MHMatrix.[h,cc], mimage/MHillasCalc.[h,cc],
431 mimage/MImgCleanStd.[h,cc], mimage/MImgCleanTGB.[h,cc],
432 mpointing/MSrcPosCam.[h,cc], msignal/MExtractFixedWindow.[h,cc],
433 msignal/MExtractSignal.[h,cc], msignal/MExtractSignalABcorr.[h,cc],
434 msignal/MExtractor.[h,cc], mtools/MChisqEval.[h,cc]
435 - replaced StreamPrimitive(ofstream&) by StreamPrimitive(ostream&)
436 - replaced SavePrimitive(ofstream&) by SavePrimitive(ostream&)
437 - if necessary let SavePrimitive(ofstream&) call
438 SavePrimitive(ostream&)
439
440 * mbadpixels/MBadPixelsCam.cc, mbadpixels/MBadPixelsIntensityCam.cc,
441 mbase/MEvtLoop.cc, mbase/MLog.cc, mbase/MParList.cc, mbase/MTaskList.cc,
442 mcalib/MCalibConstCam.cc, mcalib/MCalibrationBlindCam.cc,
443 mcalib/MCalibrationCam.cc, mcalib/MCalibrationIntensityCam.cc,
444 mcalib/MCalibrationIntensityConstCam.cc, mdata/MDataArray.cc,
445 mdata/MDataFormula.cc, mdata/MDataList.cc, mfbase/MFilterList.cc,
446 mgeom/MGeomCam.cc, mhcalib/MHCalibrationCam.cc, mmain/MMonteCarlo.cc,
447 mpedestal/MPedPhotCam.cc, mpedestal/MPedestalCam.cc,
448 mreport/MReportFileRead.cc, msignal/MArrivalTimeCam.cc,
449 msignal/MExtractedSignalCam.cc, msignal/MSignalCam.cc:
450 - replaced ForEach by R__FOR_EACH
451
452 * mbase/MAGIC.h:
453 - define R__FOR_EACH macro if not yet defined
454
455 * mbase/MEvtLoop.cc:
456 - removed usage of copy-constructor of TEnv
457
458 * mbase/MString.h:
459 - exclude some of the member function from CINT (gives problem
460 with CINT)
461
462 * mfbase/MFEventSelector.[h,cc]:
463 - removed StreamPrimitive (it was empty anyhow)
464
465 * mranforest/MRanTree.cc:
466 - moved includes for TVector and TMatrix to header
467 - replaced TMatrixRow by TMatrixFRow_const in TreeHad
468
469 * msignal/Makefile, msignal/SignalLinkDef.h:
470 - removed MExtractSignal
471 - removed MExtractSignal2
472 - removed MExtractSignal3
473 - removed MExtractSignalABcorr
474
475 * mbase/MArgs.cc, mbase/MContinue.cc, mbase/MEnv.cc, mbase/MGMap.[h,cc],
476 mbase/MGTask.h, mbase/MLogManip.h, mbase/MLogPlugin.h
477 mbase/MParContainer.cc, mbase/MParList.cc, mbase/MParameters.cc,
478 mbase/MSearch.cc, mbase/MStatusArray.h, mbase/MTask.cc,
479 mbase/MTaskList.[h,cc]:
480 - removed some unused parameters from function declaration
481
482 * mbase/MArray.h, mbase/MArrayB.h, mbase/MArrayD.h, mbase/MArrayF.h,
483 mbase/MArrayI.h, mbase/MArrayS.h, mbase/MDirIter.h, mbase/MLog.[h,cc],
484 mbase/MReadSocket.h, mbase/MTask.cc, mbase/MTaskList.[h,cc],
485 mbase/MTime.h:
486 - added explicit initialization of base class to copy ctor
487
488 * mbase/MDirIter.[h,cc], mbase/MLog.[h,cc], mbase/MRunIter.cc,
489 mbase/MZlib.cc:
490 - fixed some warnings about local overwrites of variable names
491
492 * mbase/MTaskList.[h,cc]:
493 - removed unsused second argument from CheckAddListTo
494 - allow 0 as the type argument which just keeps the input steam id
495 of the task
496
497 * mjobs/MSequence.cc:
498 - fixed a deprecated conversion from string constant to `char*
499
500 * mfbase/MFilterList.cc:
501 - improved warn output
502
503 * msignal/MArrivalTimeCalc2.cc, msignal/MArrivalTimePix.[h,cc],
504 msignal/MExtractFixedWindowPeakSearch.cc, msignal/MExtractSignal.cc,
505 msignal/MExtractSignal2.cc, msignal/MExtractSignal3.cc,
506 msignal/MExtractSignalABcorr.cc, msignal/MExtractTime.cc,
507 msignal/MExtractTimeAndCharge.cc, msignal/MExtractor.cc,
508 msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.cc:
509 - removed first obsolete argument from SetGainSaturation
510
511 * msignal/MExtractedSignalCam.[h,cc]:
512 - removed obsolete fNdf
513 - increased class version
514
515 * msignal/MExtractedSignalPix.[h,cc]:
516 - removed obsolete fIsLoGainUsed
517 - removed obsolete fChisquare
518 - increased class version
519 - removed obsolete first argument from SetGainSaturation
520
521
522
523 2006/07/23 Thomas Bretz
524
525 * datacenter/scripts/copyscript:
526 - only try to insert the contents of runbook files which
527 contain the regexp \\\.rbk$ instead of .rbk It might be
528 that in a script it should be \.rbk$ rather than \\\.rbk$
529 (to be tested)
530
531
532
533 2006/07/22 Thomas Bretz
534
535 * datacenter/scripts/runstar:
536 - added -r to sort ToDo-files such that the newest sequences
537 are processed first
538
539
540
541 2006/07/21 Daniela Dorner
542
543 * datacenter/scripts/checkfilesforsequavail:
544 - fixed bug in path
545
546
547
548 2006/07/19 Thomas Bretz
549
550 * msignal/MArrivalTimeCam.cc:
551 - added case 7 and 2 in GetPixelContent
552
553
554
555 2006/07/13 Thomas Bretz
556
557 * mastro/MAstroCatalog.h:
558 - implemented new member function GetNumStars
559
560 * mbase/MGMap.[h,cc]:
561 - implemented new member function DrawHexagon
562
563
564
565 2006/07/11 Thomas Bretz
566
567 * mbase/MStatusArray.cc, mdata/MDataChain.cc, mdata/MDataFormula.cc,
568 mhflux/MMcSpectrumWeight.cc, mimage/MHillasExt.cc, mjobs/MJCut.cc,
569 msignal/MExtractTimeAndChargeDigitalFilter.cc,
570 mranforest/MRanForestCalc.cc:
571 - fixed some compiler warning of the kind
572 ambiguous overload for `Bool_t ? const char[14] : const TString &'
573 to make gcc 2.95.3 happy (used to get cosy working with the
574 latest Mars version)
575
576 * mbase/MZlib.[h,cc]:
577 - added some preprocessor statements which allow compilation with
578 gcc 2.95.3
579
580 * mastro/MAstroCamera.cc:
581 - removed path from include
582
583 * mastro/Makefile:
584 - added directory for MHCamera
585
586 * mhflux/MHThetaSqN.cc:
587 - removed the const-qualifier from the static_cast when setting
588 tghe MParameterD
589
590
591
592 2006/07/06 Thomas Bretz
593
594 * Makefile.conf.linux:
595 - removed options -Wstrict-prototypes -Wmissing-prototypes
596 obsolete for C++
597
598 * mastro/MAstro.h, mgui/MCamEvent.h:
599 - added virtual destructor to make gcc 4.1 happy
600
601 * mfilter/MFMagicCuts.cc, mtools/MagicJam.cc:
602 - added includes to make gcc 4.1 happy
603
604 * mranforest/MRanForestCalc.cc:
605 - added include for the compilation with root 5.10/00
606
607
608
609 2006/07/05 Thomas Bretz
610
611 * datacenter/macros/checkfileavail.C,
612 datacenter/macros/checkstardone.C,
613 datacenter/macros/doexclusions.C,
614 datacenter/macros/filldotraw.C,
615 datacenter/macros/fillganymed.C,
616 datacenter/macros/fillsignal.C,
617 datacenter/macros/fillstar.C,
618 datacenter/macros/setupdb.C:
619 - make sure that 'res' is correctly deleted
620
621 * datacenter/macros/doexclusions.C:
622 - fixed some variable name overrides
623
624 * mhflux/MAlphaFitter.[h,cc]:
625 - added the possibility to DrawResult()
626
627 * mhflux/MHAlpha.[h,cc]:
628 - added new output container (Bin) which contains the number
629 of the bin the event was assigned to
630 - fixed drawing the significance in DrawAll
631
632
633
634 2006/07/04 Daniela Dorner
635
636 * datacenter/scripts/copyscript:
637 - removed not needed if-clause (was used to copy subsystemfiles to
638 /magic/datacenter/totape)
639
640
641
642 2006/07/03 Thomas Bretz
643
644 * mhflux/MHThetaSqN.[h,cc]:
645 - added counter and output some statistics afterwards
646
647
648
649 2006/06/29 Thomas Bretz
650
651 * mmain/MEventDisplay.cc:
652 - added decoding of calibration pattern
653
654 * mbase/MContinue.cc:
655 - small change to some output
656
657 * mmc/MMcTrig.hxx, mmc/MMcTrigHeader.hxx:
658 - increased version number
659
660 * mmc/Mdefine.h:
661 - increased CAMERA_PIXELS from 3500 to 3800
662
663
664
665 2006/06/28 Daniela Dorner
666
667 * datacenter/macros/setupdb.C:
668 - added new columns
669 - changed name columns
670
671
672
673 2006/06/28 Thomas Bretz
674
675 * datacenter/macros/fillstar.C:
676 - added number of correlated stars
677
678 * datacenter/macros/plotdb.C:
679 - added number of correlated stars
680 - changed name of database column
681
682 * callisto.cc, mbadpixels/MBadPixelsCalc.cc,
683 mjtrain/MJTrainSeparation.cc:
684 - small improvement to log-output
685
686 * tpoint/gui.C:
687 - added some SetFrameBorderMode and SetBorderMode
688
689
690
691 2006/06/27 Thomas Bretz
692
693 * mhflux/MHAlpha.cc:
694 - added a small change to prevent DrawAll from opening a new
695 canvas if called with the option "No new canvas" and no
696 fDisplay
697
698
699
700 2006/06/26 Thomas Bretz
701
702 * mjobs/MJCut.[h,cc]:
703 - added error codes for some fatal errors
704
705 * ganymed.cc:
706 - pipe error codes to shell
707
708
709
710 2006/05/29 Thomas Bretz
711
712 * mbase/MEnv.cc:
713 - included THashList for compatibility with root 5.10/00
714
715 * mdata/MDataArray.[h,cc]:
716 - included TVector in header for compatibility with root 5.10/00
717
718 * mgui/MHexagon.cc:
719 - changed argument of PaintFillArea from Float_t to Double_t
720 for compatibility with root 5.10/00
721
722 * mhbase/MHMatrix.[h,cc]:
723 - added some #ifdef for compatibility with root 5.10/00
724 - included TVector in the header for compatibility with
725 root 5.10/00
726
727 * mjtrain/MJTrainDisp.cc:
728 - added the possibility to set weights
729 - added new histogram to show avg psf versus energy
730
731 * mjtrain/MJTrainRanForest.cc:
732 - included TFile for compatibility with root 5.10/00
733
734 * mranforest/MRanForest.[h,cc]:
735 - included TMatrix and TVector in header for compatibilty
736 with root 5.10/00
737
738 * mtools/MHSimulatedAnnealing.[h,cc]:
739 - included TMatrix and TVector in header for compatibilty
740 with root 5.10/00
741
742
743
744 2006/05/24
745
746 * RELEASE 0.9.6
747
748
749
750 2006/05/24 Thomas Bretz
751
752 * mbadpixels/MBadPixelsTreat.cc:
753 - another small improvement, set fMaxArrivalTimeDiff to 0.9
754
755 * mjobs/MJPedestal.cc:
756 - switched off error in case of "pulse is too much to the left"
757 - the extraction window is not changed anymore
758
759 * mhflux/MAlphaFitter.cc:
760 - made new background fit more robust by improving the start
761 values
762
763 * mhflux/MHAlpha.[h,cc]:
764 - preliminary implementation showing automatically all sizebins in
765 the status display
766
767 * mpointing/MPointingDevCalc.[h,cc]:
768 - if the mispointing is set to 0 due to missing mispointing
769 information also the starguider calibration is reset.
770 - in the case the latest report is older than a default (currently
771 one minute) and the current report will be skip the starguider
772 correction and calibration will be reset.
773
774 * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
775 - updated
776
777 * mmc/MMcRunHeader.hxx:
778 - added new getter for ShowerPhiMin and ShowerPhiMax
779
780
781
782 2006/05/23 Daniela Dorner
783
784 * scripts/processsequence:
785 - added (script to run callisto, merppupdate and star for 1
786 sequence)
787
788 * scripts/preparemc:
789 - added (script to create montecarlo sequence and datasetfiles)
790
791
792
793 2006/05/23 Thomas Bretz
794
795 * mranforest/MRanTree.cc:
796 - should be if(!Finite) instead of if(Finite)
797
798 * mhbase/MH3.cc:
799 - fixed a problem which arouse in root 4.04/02g namely that
800 is the draw-option is " " nothing is displayed. Therefore
801 all " " are removed before the histogram is drawn
802
803 * mhist/MHCamera.cc:
804 - when the azimuthal profile was produced the binning was optimized
805 with the OptimizeLimits. This doesn't make sense because it
806 changed the alignment of the bins with the 60deg boundaries
807
808 * mreport/MReportStarguider.cc:
809 - fixed a typo in a comment and removed an obsolete one
810
811 * msignal/MExtractTimeAndCharge.cc:
812 - instead of setting the arrival time to a value at the border of
813 the meaningful range a random number is assigned in the case
814 of an arrival time extracted outside the fadc range. This
815 avoids possible unfortuante coincidences in arrival times.
816
817 * mbadpixels/MBadPixelsTreat.[h,cc]:
818 - added new data member fMaxArrivalTimeDiff, which is the maximum
819 arrival time difference allowed for the badpixel algorithm
820 to determin whether a pixels belongs to a shower
821 - changed the old value (0.5) to 1.0 as suggested by Stefan
822 due to a recent study on the fraction of pixels surviving the
823 image cleaning
824
825 * callisto.rc, callisto_Dec04Jan05.rc, callisto_MarApr05.rc:
826 - added comment to show usage of new option
827
828
829
830 2006/05/22 Daniela Dorner
831
832 * datacenter/scripts/makecallistolinks:
833 - fixed bug
834
835
836
837 2006/05/22 Thomas Bretz
838
839 * mranforest/MRanTree.cc:
840 - replaced some arbitrary small and large values by FLT_MAX in
841 FindBestSpllit*
842 - replaced in FindBestSpllit* a sanity check for rld and rrd (do
843 not divide by zero) by a check whether the result (crit) is finite
844
845 * mcamera/MCameraRecTemp.[h,cc]:
846 - implemented new data member for validity
847 - increased class version by 1
848
849 * mpointing/MHPointing.[h,cc]:
850 - implemented new TGraph for number of correlated stars
851 - increased class version by 1
852
853 * mpointing/MPointingDevCalc.cc:
854 - if the report is empty assume no pointing deviation and also
855 reset the starguider calibration
856
857 * mpointing/MPointingPos.cc:
858 - slight modifications to comment
859
860 * mreport/MReport.cc:
861 - introduced new fake version to support new starguider format
862
863 * mreport/MReportCC.[h,cc]:
864 - improved handling of receiver boar com-errors and RecTemp section
865
866 * mreport/MReportStarguider.[h,cc]:
867 - implemented changes in the starguider reports around 9th May
868 - added new data member for number of correlated stars
869 - increased class version by 1
870
871
872
873 2006/05/21 Thomas Bretz
874
875 * mfileio/MReadTree.cc:
876 - show all added files only in debug modes or if wildcards are used
877
878 * mfilter/MFEnergySlope.[h,cc]:
879 - added a third constructor which also allows to set fMcEnergyMin
880
881 * mjtrain/MJTrainSeparation.[h,cc]:
882 - updated text output
883 - improved result display
884 - added possibility to set weights and/or pre/post-tasks for
885 train or test only
886
887 * mranforest/MRanForest.cc:
888 - commented out an obsolete check to check whether TMath::Sort
889 has sorted correctly
890 - added some comments
891
892
893
894 2006/05/20 Thomas Bretz
895
896 * mreport/MReportCC.cc:
897 - fixed a typo in InterpreteTD which was introduced yesterday
898
899
900
901 2006/05/19 Thomas Bretz
902
903 * mbase/MMath.h:
904 - added default to second argument of GaussProb
905
906 * mcamera/MCameraTD.[h,cc], mcamera/MCameraTH.[h,cc]:
907 - added a data member fIsValid giving the status of the arrays
908 in case the CC reports contained nonsense (mainly for files
909 before summer 2005)
910 - increased class version by 1
911
912 * mhflux/MHAlpha.h:
913 - made SetOffData virtual
914
915 * mreport/MReport.cc:
916 - small changes to some comments
917
918 * mreport/MReportCC.[h,cc]:
919 - better handling of problems with the TH and TD part of the
920 CC-REPORT for files older than 200507190 and 200412210
921 respectively
922
923 * mreport/MReportFileReadCC.cc:
924 - always output the file format version
925
926 * mhflux/MAlphaFitter.[h,cc]:
927 - implemented fitting of the off-data for background determination
928 - the result values are not yet accessible
929 - increased class version by 1
930
931 * mhflux/MHThetaSqN.[h,cc]:
932 - some improvements regarding the treatment of the signal-regions
933 - allow to set a different cut-level for off-cuts
934
935
936
937 2006/05/18 Thomas Bretz
938
939 * mhflux/MAlphaFitter.h:
940 - added Getter for ScaleMode
941
942 * mhflux/MHAlpha.[h,cc]:
943 - made fHillas data member protected
944 - increased size of fMap
945
946 * mhflux/MHThetaSq.[h,cc]:
947 - removed obsolete data-member fThetaSq
948
949 * mjtrain/MJTrainRanForest.cc, mranforest/MRanForestCalc.cc:
950 - fixed a typo in a comment
951
952 * mranforest/MRanTree.cc:
953 - added a lot of comments in the code
954
955 * callisto.cc:
956 - fixed typo in output
957
958 * mhflux/MHThreshold.cc:
959 - enabled grids
960 - slightly improved calculation of shown threshold
961
962 * mhflux/MHThetaSqN.[h,cc]:
963 - added
964
965 * mhflux/Makefile, mhflux/FluxLinkDef.h:
966 - added MHThetaSqN
967
968
969
970 2006/05/18 Daniela Dorner
971
972 * resources/calibration.rc, resources/calibration_spline.rc:
973 - added values for current and following periods
974
975
976
977 2006/05/05
978
979 * RELEASE 0.9.5.1
980
981
982
983 2006/05/05 Thomas Bretz
984
985 * datacenter/macros/plotdb.C:
986 - updated with new tabs for the starguider data
987
988 * mhflux/MHEnergyEst.cc:
989 - print the result to the all-logstream
990 - changed the fit range not to take the overflow into account
991
992 * mranforest/MRanForest.[h,cc]:
993 - Use the default Reset() instead of Reset(0)
994 - changed output while training
995 - replaced a lot of TArrays by MArrays
996 - at some points replaced gRandom->Rndm by gRandom->Integer
997 - removed some obsolete arguments from ModifyDataSort
998 - In CreateDataSort isort need not to be initialized, it is
999 done by TMath::Sort anyhow
1000 - a small simplification to ModifyDataSort
1001 - added some const-qualifiers in funciton calls
1002
1003 * mranforest/MRanTree.[h,cc]:
1004 - replaced a lot of TArrays by MArrays
1005 - removed some obsolete calls to Reset(0) after the instatization
1006 of the array
1007 - small acceleration of the averaging when calculating fBestSplit[k]
1008 - at some points replaced gRandom->Rndm by gRandom->Integer
1009 - directly give mean[kbuild] and square[kbuild] as an argument
1010 to FindBestSplit
1011 - removed the obsolste dereferencing from the call to FindBestSplit
1012 - added some const-qualifiers in funciton calls
1013 - make a copy of tclasspop in BuildTree to be able to give the
1014 array as a const qualified reference. It is not used at any other
1015 place
1016 - in TreeHad first get the pointers to the vector with the data to
1017 get rid of the range check done by root. This has also the advantage
1018 that all TreeHad member function can be unified into a single
1019 member function
1020
1021 * mhflux/MAlphaFitter.cc:
1022 - fixed a problem with the fit which could cause infinite loops
1023 in the case of off-data. This did in no means effect the result,
1024 just the performance.
1025
1026 * mhbase/MH3.cc:
1027 - convert the options ToLower case first before checking
1028
1029 * mjtrain/MJTrainRanForest.[h,cc]:
1030 - added AddPar member function
1031 - added fPreTasks and fPostTasks
1032 - added fEnableWeights
1033 - added member functions suporting setting pre- and posttasks
1034 and weights
1035
1036 * mtools/MTFillMatrix.h:
1037 - added new member function to clear the fPreCuts, fPreTasks and
1038 fPostTasks lists
1039
1040 * mjtrain/MJTrainEnergy.cc:
1041 - implemented usage of weights
1042
1043 * mjtrain/MJTrainSeparation.[h,cc]:
1044 - implemented the usage of weights
1045 - implemented a random source position to train with wobble
1046 data
1047 - added some more output
1048 - added an option to switch between classification and regression
1049 - added th epossibility to change the MC flux
1050
1051 * mjtrain/Makefile:
1052 - added include path for mpointing and mimage
1053
1054
1055
1056 2006/05/04 Thomas Bretz
1057
1058 * mbase/MTaskList.[h,cc]:
1059 - added new member function AddToListBefore(TList&) and
1060 AddToListAfter(TList&)
1061 - added corresponding RemoveFromList(TList&)
1062
1063 * mhflux/MMcSpectrumWeight.[h,cc]:
1064 - added new member functions CalcSpecNew and CalcSpecOld to
1065 evaluate the spectrum at a given energy
1066 - added a new data member which allows to set an energy
1067 at which the normalization is calculated instead of
1068 the integral
1069
1070 * mpointing/MSrcPosRndm.[h,cc]:
1071 - added new option which allows to create a random wobble
1072 source position
1073
1074
1075
1076 2006/05/03 Daniela Dorner
1077
1078 * datacenter/macros/setupdb.C:
1079 - changed type of sourcename and projectname according to new
1080 format
1081
1082
1083
1084 2006/05/03 Thomas Bretz
1085
1086 * Makefile.rules:
1087 - added new option zdiff
1088
1089 * mbase/MTaskList.[h,cc]:
1090 - overwrite member function AddToList with a TList-reference
1091 as argument
1092
1093 * mhflux/MHCollectionArea.[h,cc]:
1094 - added the missing //! behind the fMcEvt data member
1095 - increased class version number
1096 - removed obsolete fEnergy data member
1097
1098 * mranforest/MRanForest.cc:
1099 - added to the output whether weights are set
1100
1101 * mraw/MRawRunHeader.cc:
1102 - removed an obsolete Print() which enetered for debugging
1103
1104 * mimage/MHNewImagePar.cc:
1105 - the plots for CocCOG and ConcCore had the same color... fixed
1106
1107 * mranforest/MRanForestCalc.[h,cc]:
1108 - allow to set weights for each event
1109
1110 * mtools/MTFillMatrix.[h,cc]:
1111 - implemented the possibility to set pre- and post-tasks
1112 executed in the eventloop
1113
1114
1115
1116
1117 2006/05/02 Thomas Bretz
1118
1119 * mraw/MRawRunHeader.cc:
1120 - fixed the typo in the output
1121
1122 * mpointing/MHPointing.cc, datacenter/macros/fillstar.C:
1123 - fixed a typo in the name of the plot Skybrightness
1124
1125
1126
1127 2006/04/30 Thomas Bretz
1128
1129 * mjtrain/MJTrainSeparation.[h,cc]:
1130 - new option to switch between regression and classification
1131 - fixed the auto training (still far from working well)
1132 - improved result plots
1133
1134 * mbase/MMath.cc:
1135 - fixed SignificanceLiMa such that it allows basically zero
1136 signal- and/or background events
1137
1138
1139
1140 2006/04/27 Thomas Bretz
1141
1142 * datacenter/macros/fillstar.C:
1143 - replaced the mean by the median
1144
1145
1146
1147 2006/04/26 Daniela Dorner
1148
1149 * datacenter/macros/fillstar.C, datacenter/macros/setupdb.C:
1150 - added four new columns to the table Star
1151
1152
1153
1154 2006/04/24 Thomas Bretz
1155
1156 * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
1157 - some fixes to the comments describing random forest
1158
1159
1160
1161 2006/04/23 Thomas Bretz
1162
1163 * mhist/MHHadronness.cc:
1164 - do not reset the two hadronness-histograms in SetupFill
1165 otherwise MJTrainSeparation cannot work correctly
1166
1167 * mjtrain/MJTrainSeparation.cc:
1168 - added a Plot of Hadronness versus Size for MC events
1169
1170
1171
1172 2006/04/22 Thomas Bretz
1173
1174 * mraw/MRawRunHeader.cc:
1175 - some small changes, mainly output and comments
1176
1177 * mhflux/MHAlpha.[h,cc]:
1178 - show also the integrated number of excess events in the
1179 plot versus energy/size and show the correct error.
1180
1181 * mtools/MJSpectrum.cc:
1182 - added accelerator for executing the tasklist as in MJCut
1183
1184 * macros/train/trainseparation.C:
1185 - fixed a typo
1186
1187 * mjtrain/MJTrainSeparation.h:
1188 - added missing initialization of fAutoTrain
1189 - fixed an error in EnablAutoTrain (was always set to kTRUE)
1190
1191
1192
1193 2006/04/21 Daniel Hoehne
1194
1195 * datacenter/scripts/doqualityplots, datacenter/scripts/dowebplots:
1196 - fixed bug in usage of pstoimg
1197
1198
1199
1200 2006/04/13 Thomas Bretz
1201
1202 * mraw/MRawRunHeader.[h,cc]:
1203 - adapted to new DAQ format version 6
1204 - increased class version number
1205
1206 * mtools/MTFillMatrix.cc:
1207 - added accelerator for executing the tasklist as in MJCut
1208
1209 * mfilter/MFEnergySlope.cc:
1210 - small update to output
1211
1212 * mfbase/MFilterList.[h,cc]:
1213 - fixed a really old problem that the contents of the list never
1214 got ReInit. Hopefully this never had bad sideeffects.
1215
1216 * macros/train/trainenergy.C:
1217 - added another comment how to change the spectral slope of the
1218 monte carlo spectrum
1219
1220
1221
1222 2006/04/13 Thomas Bretz
1223
1224 * mreport/MReport.cc:
1225 - added new fake arehucas versions to fix a problem with the
1226 starguider reports
1227
1228 * mreport/MReportFileRead.cc:
1229 - increased informations in warning output
1230
1231 * mreport/MReportStarguider.cc:
1232 - fixed a problem with the starguider reports between 6.3.2006 and
1233 19.3.2006
1234
1235
1236
1237 2006/04/13 Daniel Hoehne
1238
1239 * datacenter/db/findoffdata.php:
1240 - implemented query for the inhomogeneity
1241
1242 * datacenter/db/runinfo.php:
1243 - added checkboxes for start time, failed time and error codes
1244
1245 * datacenter/db/datacheck.php:
1246 - fixed bug in StatusMenus for DataCheck and RawFile
1247
1248
1249
1250 2006/04/12 Daniela Dorner, Daniel Hoehne
1251
1252 * datacenter/scripts/makecallistolinks:
1253 - fixed bug
1254
1255
1256
1257 2006/04/12 Thomas Bretz
1258
1259 * datacenter/macros/filldotraw.C:
1260 - allow to access gzipped raw-files
1261
1262
1263
1264 2006/04/11 Thomas Bretz
1265
1266 * mastro/MAstro.h:
1267 - added conversion Parsec2Lighyear
1268
1269 * mbase/MLogHtml.cc:
1270 - added a fix to display < and > correctly
1271
1272 * mhflux/MHCollectionArea.[h,cc]:
1273 - commented out obsolete fEnergy parameter
1274
1275 * mjobs/MJSpectrum.cc:
1276 - fill a second collection area plot after trigger
1277
1278 * mjoptim/MJOptimize.cc:
1279 - improve speed of optimization by switching of timing and
1280 reset in eventloop
1281
1282 * mmc/MFadcHeader.h:
1283 - changed MFADC_CHANNELS from 3500 to 3800 according to Abelardo
1284
1285 * mmc/MMcFadcHeader.hxx:
1286 - increaded version number from 7 to 8
1287
1288
1289
1290 2006/04/11 Daniel Hoehne, Daniela Dorner
1291
1292 * datacenter/scripts/dodatacheck:
1293 - fixed bug in finding raw-files
1294
1295
1296
1297 2006/04/10 Daniel Hoehne
1298
1299 * datacenter/macros/filldotrun.C:
1300 - implemented new arehucas version
1301
1302
1303
1304 2006/04/07 Daniel Hoehne, Daniela Dorner
1305
1306 * datacenter/macros/filldotrun.C, buildsequenceentries.C, setupdb.C:
1307 - implemented new arehucas version
1308
1309
1310
1311 2006/04/06 Daniela Dorner
1312
1313 * datacenter/scripts/makecallistolinks:
1314 - fixed bug in resetting
1315
1316 * datacenter/db/tabs.php:
1317 - changed tabs for wobble
1318
1319
1320
1321 2006/04/05 Thomas Bretz
1322
1323 * datacenter/macros/plotdb.C:
1324 - added new tab with the effective on-time relative to the
1325 observation time
1326
1327 * sponde_onoff.rc:
1328 - added
1329
1330
1331
1332 2006/04/04 Thomas Bretz
1333
1334 * datacenter/macros/plotdb.C:
1335 - if no dataset and no time-interval is given only sequences with
1336 an effective on-time above five minutes are plotted anymore
1337
1338
1339
1340 2006/03/21 Daniela Dorner
1341
1342 * datacenter/db/ganymed.php, datacenter/db/tabs.php:
1343 - included different tabs for on/off and wobble
1344
1345 * datacenter/db/ganymed.php:
1346 - added zd angle range and observation period
1347
1348 * datacenter/db/sequence.php:
1349 - added rel. ontime
1350
1351
1352
1353 2006/03/20 Thomas Bretz
1354
1355 * mraw/MRawRunHeader.cc:
1356 - if the pixels to be swaped are both not found, assume they are
1357 intentially not mapped. Changed the Error to a Warning
1358
1359 * mhflux/MHDisp.[h,cc]:
1360 - made the scale region a parameter which can be changed from
1361 within the display
1362 - allow the scale parameters to be setup from the resource-file
1363 - changed the source-region which is cut out in wobble mode from
1364 +/-15deg to +/-25deg which better fits what we get from MHPhi
1365
1366 * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
1367 - added example how to change the new scale parameters in MHDisp
1368
1369 * mhflux/MAlphaFitter.[h,cc]:
1370 - implemented the strategy for optimization which is suggested
1371 by the Berlin people for weak sources "weaksource"
1372
1373 * mhflux/MHPhi.[h,cc]:
1374 - moved the AppendPad for the text-paint into all sub-pads which
1375 need it. Otherwise they are not always properly updated.
1376
1377
1378
1379 2006/03/16 Daniela Dorner
1380
1381 * datacenter/scripts/sourcefile:
1382 - small bugfix in logging
1383
1384 * datacenter/db/tabs.php:
1385 - added new tab for ganymed
1386
1387
1388
1389 2006/03/15 Stefan Ruegamer
1390
1391 * manalysis/MCameraData.cc
1392 - inserted an image cleaning based on the time information
1393 of the shower (CalcCleaningArrivalTime)
1394
1395 * manalysis/MCameraData.h
1396 - made entry for "CalcCleaningArrivalTime"
1397
1398 * mimage/MImgCleanStd.cc
1399 - created entries for the new image cleaning named "Time"
1400
1401 * mimage/MImgCleanStd.h
1402 - inserted entry "kTime"
1403
1404
1405
1406 2006/03/14 Daniela Dorner
1407
1408 * datacenter/scripts/makecallistolinks:
1409 - fixed bug
1410
1411 * steps.rc:
1412 - added fFillGanymed to influences of fGanymed
1413
1414
1415
1416 2006/03/14 Thomas Bretz
1417
1418 * mhflux/MHEffectiveOnTime.cc:
1419 - skip the fit not only if the integral is empty but
1420 also if the first bin is empty
1421 - changed upper limit to 95% according to a study from
1422 David Paneque
1423 - replaced the fit with the exponential used in the BCN Mars
1424 version
1425 - use the correct number of entries
1426 - use a likelihood fit
1427 - calculate the fit quality from the probability
1428 - ignore the fit quality for the theta-plot
1429
1430 * mimage/MHNewImagePar.cc:
1431 - fixed the handling of the "same" option in Draw/Paint
1432
1433 * mpointing/MPointingDev.h:
1434 - fDx and fDy initialized in the constructor
1435
1436 * mbase/MTask.[h,cc]:
1437 - removed the kDontCount option. Instead don't use the TStopwatch
1438 counter anymore. By this the class to TStopwatch can be
1439 suppressed completely if kDontTime is set.
1440
1441 * mbase/MContinue.cc, mbase/MTaskEnv.cc, mfbase/MF.cc,
1442 mfbase/MFilterList.[h,cc]:
1443 - pipe the accelerator flag to the filter or task
1444
1445 * mjobs/MJCut.cc:
1446 - also accelerate the reading task
1447
1448
1449
1450 2006/03/13
1451
1452 * RELEASE 0.9.5
1453
1454
1455
1456 2006/03/13 Thomas Bretz
1457
1458 * ganymed.rc:
1459 - changed smearing to half of our PSF 0.06
1460 - added new examples for setting the starguider calibration
1461
1462 * ganymed_onoff.rc
1463 - changed smearing to half of our PSF 0.06
1464 - switched the new feature for a random source position on
1465 - added new examples for setting the starguider calibration
1466
1467 * ganymed_wobble.rc:
1468 - changed smearing to half of our PSF 0.06
1469 - added new examples for setting the starguider calibration
1470 - added example how to control the phi plot
1471
1472 * mhflux/MHPhi.[h,cc]:
1473 - many improvements to the algorithm, it now takes also
1474 inhomgeneities into account
1475 - restructured the display, display more histograms
1476 - increased class version to 2
1477
1478 * mjobs/MJCut.cc:
1479 - enabled acceleration for first and second loop
1480
1481 * mpointing/MPointingDevCalc.[h,cc]:
1482 - allowed to set the starguider offset calibration from the
1483 resource file
1484
1485 * callisto_Dec04Jan05.rc:
1486 - replaced Calibration scale factor by usage of
1487 resources/calibration_spline.rc
1488
1489
1490
1491 2006/03/13 Markus Meyer
1492
1493 * ganymed_wobble.rc,ganymed_onoff.rc,ganymed.rc:
1494 - changed cuts:
1495 wobble: average values from optimisation of 3 Crab
1496 sample (01/05,10/05,12/05), done by Karsten
1497 onoff : cuts from 1218 (01/05, highest significance)
1498 theta is now 0.22 for both.
1499
1500
1501
1502 2006/03/13 Daniel Hoehne
1503
1504 * ganymed_wobble.rc,ganymed_onoff.rc,ganymed.rc:
1505 - implemented qualitycut in log10(conc) vs. log10(size)
1506
1507
1508
1509 2006/03/13 Markus Meyer
1510
1511 * resources/calibration_spline.C:
1512 - more comments
1513
1514
1515
1516 2006/03/10 Markus Meyer
1517
1518 * resources/calibration.C:
1519 - update from p27 to p39 (spline excluded, still p33 data missing)
1520
1521
1522
1523 2006/03/10 Markus Meyer
1524
1525 * resources/calibration_spline.C:
1526 - correction coefficients for spline data for each period
1527
1528
1529
1530 2006/03/10 Daniel Hoehne
1531
1532 * datacenter/scripts/insertsequences:
1533 - fixed bug
1534
1535
1536
1537 2006/03/09 Daniel Hoehne
1538
1539 * ganymed_wobble.rc:
1540 - changed parameters 1 to 5 in Cut1 to actual values
1541
1542
1543
1544 2006/03/08 Thomas Bretz
1545
1546 * readdaq.cc, mraw/MRawFileRead.[h,cc], mraw/MRawRunHeader.cc:
1547 - added new force-option to foirce output of run-header
1548
1549
1550
1551 2006/03/08 Daniela Dorner
1552
1553 * datacenter/script/movingrawfiles:
1554 - added moving of files, that are transferred via internet
1555 - added removing of empty directories
1556
1557 * datacenter/db/ganymed.php:
1558 - added links to ganymedplots
1559 - added links to sequence.php (instead of links to starfiles)
1560 - fixed bug in query
1561
1562 * datacenter/db/sequence.php:
1563 - added links to plots from callisto and star
1564 - fixed bug in query
1565
1566 * datacenter/db/sequinfo.php:
1567 - added links to sequence.php
1568
1569 * datacenter/db/datasetinfo.php:
1570 - added links to ganymed.php
1571
1572 * datacenter/db/tabs.php:
1573 - added (includefile for names of tabs of statusdisplays)
1574
1575
1576
1577 2006/03/07 Thomas Bretz
1578
1579 * mcalib/MCalibrateData.cc:
1580 - take the bad pixel information into account when calculating the
1581 number of saturating pixels!
1582
1583
1584
1585 2006/03/06 Thomas Bretz
1586
1587 * showplot.cc:
1588 - fixed the position were the first argument is converted
1589 to lower case. Until this fix no upper case could be used
1590 in file names
1591
1592 * datacenter/macros/plotdb.C:
1593 - print also average and RMS of all data.
1594
1595
1596
1597 2006/03/06 Daniela Dorner
1598
1599 * datacenter/db/ganymed.php:
1600 - added sequences + links to star-plots of sequences
1601 - improved layout
1602
1603 * datacenter/script/makecallistolinks:
1604 - changed condition, when to make the link: only, if the link is
1605 not yet existing, it is done
1606 - added resetting of db: if link is done, callisto is resetted
1607
1608 * datacenter/macros/resetcolumn.C:
1609 - added failure columns to the resetting
1610
1611
1612
1613 2006/03/04 Daniela Dorner
1614
1615 * callisto.cc:
1616 - changed return values to improve the failure handling in the db
1617
1618 * datacenter/script/makecallistolinks:
1619 - added 'Pulse is too much to the left, cannot go below 0!' as
1620 reason to use callisto_Dec04Jan05.rc
1621
1622 * datacenter/script/dowebplots:
1623 - reduced number of files to be updated by a limitation in
1624 modification time
1625
1626 * datacenter/db/ganymed.php:
1627 - added plots
1628 - effontime s->h
1629
1630
1631
1632 2006/03/03 Thomas Bretz
1633
1634 * mjobs/MJCut.cc:
1635 - added RemoveFromList for srcposrndm in off-data loop
1636
1637 * mpointing/MSrcPosRndm.[h,cc]:
1638 - fixed the scaling. MSrcPosCam has to be in mm
1639
1640 * ganymed.rc:
1641 - added line and comments with new resource
1642
1643
1644
1645 2006/03/03 Daniel Hoehne
1646
1647 * callisto_MarApr05.rc:
1648 - changed pulse position check ExtractWinLeft to 4.0 and
1649 ExtractWinRight to 4.5
1650
1651
1652
1653 2006/03/02 Thomas Bretz
1654
1655 * callisto.cc:
1656 - get result value from pulse pos check
1657
1658 * mjobs/MJCut.[h,cc]:
1659 - added the usage of the new class MSrcPosRndm
1660 - added new resource to switch random source position on
1661
1662 * mjobs/MJPedestal.[h,cc]:
1663 - changed return code of Process to int to be able to return
1664 the pulse pos check result.
1665
1666 * mpointing/PointingLinkDef.h, mpointing/Makefile:
1667 - added MSrcPosRndm
1668
1669 * mpointing/MSrcPosRndm.[h,cc]:
1670 - added
1671
1672 * mpointing/MHSrcPosCam.h:
1673 - addedn non const getter for fHist
1674
1675
1676
1677 2006/03/02 Daniela Dorner
1678
1679 * datacenter/db/querymc.php:
1680 - fixed small bug
1681
1682 * datacenter/db/dowebplots:
1683 - added option -p to the script, to be able to call the script
1684 for different programs independently
1685 - fixed find
1686
1687
1688
1689 2006/03/01 Daniela Dorner
1690
1691 * datacenter/db/datacheck.php, datasetinfo.php, sequinfo.php:
1692 - included failure handling columns
1693
1694
1695
1696 2006/03/01 Thomas Bretz
1697
1698 * mastro/MAstro.cc, mbase/MTime.cc:
1699 - added a comment in GetMagicPeriod
1700
1701 * mpointing/MPointingPos.cc:
1702 - added new member function GetString
1703 - moved code from Print to GetString
1704 - added new function IsInitialized()
1705
1706 * mjtrain/MJTrain*.[h,cc]:
1707 - added data members to change RF setup
1708
1709 * mpointing/MPointingDevCalc.h, mpointing/MPointingPosCalc.h:
1710 - added missing AddToBranchList
1711
1712 * mpointing/MHSrcPosCam.[h,cc]:
1713 - added
1714
1715 * mpointing/Makefile, mpointing/PointingLinkDef.h:
1716 - added MHSrcPosCam
1717
1718 * mbase/MTask.[h,cc]:
1719 - implemented a new data-meber fAccelerator which allows
1720 to switch off counting and timing analysis which can be very
1721 time-consuming in some circumstances
1722
1723 * mbase/MTaskList.[h,cc]:
1724 - implemented the usabe of MTask::fAccelerator to switch off
1725 resetting of all parameter containers which can be very
1726 time-consuming
1727
1728 * mimage/MImagePar.cc:
1729 - updated how the units are printed in Print()
1730
1731 * mjobs/MJCut.cc:
1732 - added a new loop to fill the source position of the on-data
1733 - the acceleration of the two main loops are disabled because
1734 they are not yet tested.
1735
1736 * datacenter/macros/plotstat.C:
1737 - the periods were wrong by one -- fixed.
1738
1739
1740
1741 2006/02/28 Daniela Dorner
1742
1743 * datacenter/scripts/insertdatasets:
1744 - made sure, that backupfiles of the editor are not taken into
1745 account, when dataset files are searched
1746
1747 * datacenter/db/*.php:
1748 - moved user, host and pw of database to the include file
1749 db.php
1750
1751 * datacenter/db/index.html:
1752 - fixed links
1753
1754 * datacenter/db/querymc.php,magicdefs.php:
1755 - added some variables
1756
1757 * datacenter/db/runinfo.php,sequinfo.php:
1758 - bugfix (incl. TestSources)
1759
1760 * datacenter/db/sequinfo.php:
1761 - changed init values
1762
1763 * datacenter/db/sequinfo.php, findoffdata.php, magicdefs.php:
1764 - added value (relative ontime)
1765
1766 * datacenter/db/dbstatus.php:
1767 - fixed bug
1768
1769 * datacenter/db/queryrbk.php:
1770 - added query field 'Night', to query all entries of one night
1771 from the runbook
1772
1773 * datacenter/db/index-header.html:
1774 - added links
1775
1776
1777
1778 2006/02/27 Thomas Bretz
1779
1780 * macros/optim/optimwobble.C:
1781 - fixed a typo (SetThetaCut instead SetAlphaCut), and added the
1782 standard Disp-parametrization
1783
1784 * mhflux/MHEffectiveOnTime.[h,cc]:
1785 - added showing the axis range of the time evolution histogram
1786
1787 * showplot.cc:
1788 - fixed a warning in the Hash-switch.
1789
1790 * mbase/MEnv.cc:
1791 - replaced casts in switch by an appended U
1792
1793 * macros/train/trainseparation.C:
1794 - replaced outdated MTTrainRFSeparate by MJTrainSeparation
1795
1796 * mastro/MAstro.h:
1797 - added conversion constants for pc-m and pc-ly
1798
1799 * mhflux/MMcSpectrumWeight.cc:
1800 - fixed typo in comment
1801
1802 * mimage/MImagePar.h:
1803 - minor changes to layout
1804
1805 * mimage/MHNewImagePar.[h,cc], mimage/MNewImagePar.[h,cc]:
1806 - added new image parameters fConcCOG and fConcCore
1807 - increased class version of MNewImagePar
1808
1809 * mimage/MHillasExt.cc:
1810 - added some comments
1811 - removed an obsolete TMath::Abs around "dist"
1812
1813 * mranforest/MRanForest.[h,cc]:
1814 - the initialization of fTreeHad was done at the wrong moment
1815 - replaced a cast int(x+.5) by TMath::Nint
1816 - added some additional warning output
1817 - added "!" to fTreeHad - it is only for temporary storage used
1818 in the histogram classes
1819
1820 * mranforest/MRanForestGrow.h:
1821 - added GetForest
1822
1823 * mjtrain/MJTrainSeparation.[h,cc]:
1824 - added some code for upcomming automatic event selection
1825
1826 * datacenter/macros/plotstat.C:
1827 - improved macro description
1828 - added arguments to main function
1829
1830 * macros/plot/mucal.C:
1831 - added
1832
1833
1834
1835 2006/02/25 Daniela Dorner
1836
1837 * datacenter/scripts/checkfilesforsequavail, checkstardone,
1838 writesequencefiles, buildsequenceentries, dodatacheck, doexclusions,
1839 fillcallisto, fillganymed, fillstar,
1840 datacenter/macros/writesequencefile.C, filldotraw.C, fillsinope.C
1841 buildsequenceentries.C, resetcolumn.C, doexclusions.C, fillcalib.C
1842 fillsignal.C, fillganymed.C, fillstar.C:
1843 - implemented, that a missing connection to the database doesn't
1844 cause an failure entry in the database, so that the step is
1845 retried in this case
1846 - updated documentation
1847
1848
1849
1850 2006/02/25 Thomas Bretz
1851
1852 * datacenter/macros/plotstat.C:
1853 - added
1854
1855
1856
1857 2006/02/24 Markus Meyer
1858
1859 * resources/calibration.rc:
1860 - update of correction values for the calibration constants
1861 (P31 - P39, without P36!(problems with spline))
1862
1863
1864
1865 2006/02/24 Daniela Dorner
1866
1867 * datacenter/db/datacheck.php, datasetinfo.php, dbstatus.php,
1868 findoffdata.php, include.php, magicdefs.php, runinfo.php,
1869 sequinfo.php, statusrps.php, statussbs.php, statussps.php:
1870 - included failure handling columns
1871
1872 * datacenter/db/findoffdata.php:
1873 - added DT
1874
1875 * datacenter/db/statusrps.php:
1876 - fixed bug
1877
1878 * datacenter/db/sequinfo.php:
1879 - reduced width of menu
1880
1881 * datacenter/scripts/copyscript:
1882 - added makedir for oldcatalogpath
1883
1884
1885
1886 2006/02/23 Thomas Bretz
1887
1888 * mjobs/MJSpectrum.cc:
1889 - fixed plot for Eý.dN/dE. The spectrum was multiplied with two
1890 times the bin-width instead of the absolute energy
1891
1892
1893
1894 2006/02/22 Daniela Dorner
1895
1896 * datacenter/db/querymc.php:
1897 - added (website to query montecarlo database - first version)
1898
1899 * datacenter/db/magicdefs.php:
1900 - added some values of montecarlo database
1901
1902
1903
1904 2006/02/17 Daniela Dorner
1905
1906 * datacenter/scripts/copyscript:
1907 - fixed path length
1908
1909 * datacenter/macros/fillsources.C:
1910 - added (macro to read source information from catalog files and
1911 insert it into the database)
1912
1913 * datacenter/db/ganymed.php:
1914 - improved output
1915
1916 * datacenter/db/index.html:
1917 - added ganymed.php
1918 - removed old link
1919
1920
1921
1922 2006/02/17 Thomas Bretz
1923
1924 * showplot.cc:
1925 - fixed path inflation in case of ganymed
1926
1927 * mjobs/MDataSet.cc:
1928 - return kFALSE if requested source wasn't found in catalog
1929
1930 * mjobs/MJCut.cc:
1931 - reformatted output of source to fit in one line
1932
1933 * mpointing/MPointingPos.[h,cc]:
1934 - output source name (title) in Print() if set
1935
1936
1937
1938 2006/02/16 Daniela Dorner
1939
1940 * datacenter/scripts/checkstardone:
1941 - small improvement in sequence handling
1942 - improved logging
1943
1944 * datacenter/scripts/sourcefile:
1945 - small bugfixes in setstatus function
1946
1947 * datacenter/scripts/runganymed:
1948 - small bugfix
1949
1950 * datacenter/scripts/copyscript:
1951 - fixed path length
1952
1953 * datacenter/db/ganymed.php:
1954 - added (website to query results for sources/datasets)
1955
1956
1957
1958 2006/02/15 Daniela Dorner
1959
1960 * datacenter/db/findoffdata.php:
1961 - implemented possibility to query range of dates for 'stardone'
1962
1963
1964
1965 2006/02/15 Daniel Hoehne
1966
1967 * datacenter/db/magicdefs.php, querycal.php, sequinfo.php:
1968 - implemented query for mean signal inner/outer and mean pulsepos
1969 * datacenter/db/sequence.php:
1970 - implemented query for mean signal inner/outer, mean pulsepos
1971 and inhomogeneity
1972
1973
1974
1975 2006/02/15 Daniela Dorner, Daniel Hoehne
1976
1977 * datacenter/scripts/writesequencefiles,doexclusion,correcttime:
1978 - fixed small bug
1979
1980
1981
1982 2006/02/14 Daniela Dorner, Daniel Hoehne
1983
1984 * datacenter/scripts/sourcefile:
1985 - fixed small bugs
1986
1987 * datacenter/scripts/movingrawfiles:
1988 - changed back to moving files without zipping
1989
1990 * datacenter/scripts/doqualityplots:
1991 - added running of plotdb.C for each datasetfile
1992
1993 * datacenter/macros/getdolist.C:
1994 - implemented limitation for number of todo files for
1995 SequenceProcessStatus
1996
1997 * datacenter/macros/checkfileavail.C,checkstardone.C:
1998 - changed return code in case that files are not available
1999
2000 * datacenter/scripts/checkfilesforsequavail,checkstardone,sourcefile:
2001 - adapted to changed return code in macros
2002
2003 * datacenter/db/magicdefs.php, querystar.php, sequinfo.php:
2004 - implemented query for inhomogeneity
2005
2006
2007
2008 2006/02/13
2009
2010 * RELEASE 0.9.4.3
2011
2012
2013
2014 2006/02/13 Thomas Bretz
2015
2016 * callisto.rc:
2017 - changed pulse position check ExtractWinLeft to 4.0 and
2018 ExtractWinRight to 4.5
2019
2020 * callisto_Dec04Jan05.rc:
2021 - changed pulse position check ExtractWinLeft to 3.0 and
2022 ExtractWinRight left at 2.5
2023
2024
2025
2026 2006/02/10 Thomas Bretz
2027
2028 * mastro/MAstro.cc:
2029 - allow for more year in the algorithm calculating easter
2030
2031 * mcamera/MCameraDC.h, mcamera/MCameraHV.h, mcamera/MCameraTD.h,
2032 mcamera/MCameraTH.h:
2033 - added a sanity check in GetPixelContent
2034
2035 * mraw/MRawRunHeader.cc:
2036 - fixed output (correct kiB instead of kB)
2037
2038 * Makefile, Makefile.rules:
2039 - implemented the possibility to spread Make through condor
2040
2041 * mastro/MAstroCatalog.[h,cc]:
2042 - new draw-options to rotate the grid and the stars
2043
2044 * mimage/MHHillas.cc:
2045 - set minimum of fDelte to 0 instead of fDistC
2046
2047 * msignal/MExtractTimeAndChargeSpline.h:
2048 - replaced the casts in SetRiseTimeHiGain and StFallTimeHiGain by
2049 TMath::NInt
2050
2051 * mjobs/MDataSet.h:
2052 - implemented new functions to check whether the dataset contains
2053 a dedicated sequence
2054
2055 * datacenter/macros/plotdb.C:
2056 - implemented the possibility to draw sequences of a dataset in
2057 several colors
2058
2059
2060
2061 2006/02/09 Thomas Bretz
2062
2063 * mreport/MReport.cc:
2064 - invented new fake CC report file version 200509300 for a change
2065 in the starguider format (the already implemented last values
2066 dissapeared again!) which is not noticed in the format version.
2067
2068 * mreport/MReportCC.cc, mreport/MReportStarguider.cc:
2069 - fixed support for ver 200510250
2070
2071 * mjobs/MJSpectrum.cc:
2072 - added fit of un-unfolded spectrum
2073
2074
2075
2076 2006/02/08 Daniela Dorner
2077
2078 * datacenter/scripts/sourcefile:
2079 - implemented function checklock
2080 - bugfix for failure code
2081
2082 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
2083 checkstardone, doexclusions, fillcallisto, fillganymed, fillstar,
2084 makecallistolinks, runcallisto, runganymed, runstar,
2085 writesequencefiles:
2086 - implemented usage of function checklock
2087
2088 * datacenter/scripts/copyscript, doqualityplots, dowebplots,
2089 insertsequences, linkmc:
2090 - implemented usage of function checklock
2091 - implemented variable $program
2092
2093 * datacenter/scripts/dodatacheck:
2094 - implemented usage of function checklock
2095 - implemented variable $lockfile
2096
2097 * datacenter/scripts/insertdatasets, mcsequences, processmcsequences:
2098 - implemented usage of function checklock
2099 - implemented variables $lockfile and $program
2100
2101 * datacenter/macros/doexclusions.C, fillganymed.C:
2102 - fixed bug
2103
2104 * datacenter/macros/fillsinope.C, setstatus.C:
2105 - improved documentation
2106
2107 * datacenter/scripts/filesondisk:
2108 - implemented finding of zipped files
2109
2110
2111
2112 2006/02/08 Thomas Bretz
2113
2114 * datacenter/macros/plotdb.C:
2115 - some minor changes to the layout
2116
2117
2118
2119 2006/02/07 Daniela Dorner
2120
2121 * datacenter/scripts/makecallistolinks:
2122 - fixed bug
2123
2124 * datacenter/db:
2125 - added (directory with db-websites)
2126
2127
2128
2129 2006/02/07 Daniela Dorner, Daniel Hoehne
2130
2131 * datacenter/scripts/sourcefile:
2132 - added failure code variables
2133 - changed calling of setstatus.C accordingly
2134
2135 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
2136 checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
2137 fillganymed, fillstar, runcallisto, runganymed, runstar,
2138 writesequencefiles:
2139 - implemented failure variable
2140
2141 * datacenter/macros/getdolist.C, setstatus.C, setupdb.C:
2142 - added new/changed columns (fReturnCode, fFailedCode,
2143 fFailedCodeAdd)
2144
2145
2146
2147 2006/02/06 Daniela Dorner
2148
2149 * datacenter/scripts/fillstar, macros/setstatus.C, getdolist.C:
2150 - fixed bugs
2151
2152
2153
2154 2006/02/03 Daniela Dorner
2155
2156 * datacenter/scripts/sourcefile:
2157 - implemented two new functions: getdolist, finish
2158 - implemented usage of function finish in other functions
2159
2160 * datacenter/scripts/movingrawfiles:
2161 - implemented zipping of rawfiles
2162
2163 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
2164 checkstardone, copyscript, correcttime, dodatacheck, doexclusions,
2165 fillcallisto, fillganymed, fillstar, insertdatasets,
2166 makecallistolinks, processmcsequences, runcallisto, runganymed,
2167 runstar, writesequencefiles:
2168 - replaced corresponding pieces of code by the functions getdolist
2169 and finish
2170 - moved variable $date to function getdolist
2171 - improved logging
2172 - generalized variables $lockfile and $todofile
2173
2174
2175 2006/02/03 Daniela Dorner, Daniel Hoehne
2176
2177 * datacenter/scripts/sourcefile:
2178 - fixed small bugs
2179
2180 * datacenter/scripts/runcallisto:
2181 - small bugfix
2182 - improved logging
2183
2184 * datacenter/scripts/insertdatasets:
2185 - removed not needed variable
2186
2187 * datacenter/macros/getdolist.C:
2188 - small bugfix
2189
2190
2191
2192 2006/02/02 Daniela Dorner
2193
2194 * datacenter/scripts/linkmc:
2195 - changed numbering of P and C run in linking
2196
2197 * datacenter/scripts/sourcefile:
2198 - moved to root-version root_v4.04.02g
2199
2200
2201
2202 2006/02/01 Daniel Hoehne
2203
2204 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
2205 checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
2206 fillganymed, fillstar, writesequencefiles:
2207 - adapted usage of function setstatus
2208
2209
2210
2211 2006/01/31 Daniela Dorner
2212
2213 * datacenter/macros/setstatus.C, getdolist.C:
2214 - adapted macros to changes in new columns (fFailedCode,
2215 fFailedComment)
2216
2217 * datacenter/macros/setstatus.C:
2218 - added "noreset" for column fStartTime (is needed so that runtime
2219 is available in case of failure)
2220
2221 * datacenter/macros/setupdb.C:
2222 - added new columns
2223
2224 * datacenter/scripts/runcallisto, runganymed, runstar:
2225 - implemented failure handling
2226
2227 * datacenter/scripts/sourcefile:
2228 - implemented new functions to set status values
2229
2230
2231
2232 2006/01/30 Daniel Hoehne
2233
2234 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
2235 checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
2236 fillganymed, fillstar, runcallisto, runganymed, runstar, sourcefile,
2237 writesequencefiles:
2238 - added function setstatus in sourcefile
2239 - changed calling of setstatus.C in setstatus
2240 - implemented variable $program to generalize usage of setstatus
2241 - replaced corresponding piece of code by function setstatus
2242 - fixed some typos
2243
2244
2245
2246 2006/01/30 Daniela Dorner
2247
2248 * datacenter/macros/setstatus.C, getdolist.C:
2249 - adapted macros to the improvement of failure handling in the
2250 automatic analysis (added columns fFailed, fStartTime,
2251 fFailedTime)
2252
2253
2254
2255 2006/01/27 Thomas Bretz
2256
2257 * mjobs/MDataSet.cc:
2258 - improved a warning output
2259
2260
2261
2262 2006/01/23 Thomas Bretz
2263
2264 * mbase/MTime.cc:
2265 - removed a sanity check in GetStringFmt. It work's quite nice
2266 in the DC but crashes on my Laptop (which is not so important)
2267
2268
2269
2270 2006/01/10 Daniela Dorner
2271
2272 * datacenter/macros/*.C, datacenter/script:
2273 - updated and added documentation
2274 - improved logging
2275 - fixed small bugs
Note: See TracBrowser for help on using the repository browser.