source: trunk/MagicSoft/Mars/Changelog@ 7776

Last change on this file since 7776 was 7776, checked in by Daniela Dorner, 19 years ago
*** empty log message ***
File size: 42.0 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 2006/07/04 Daniela Dorner
22
23 * datacenter/scripts/copyscript:
24 - removed not needed if-clause (was used to copy subsystemfiles to
25 /magic/datacenter/totape)
26
27
28
29 2006/07/03 Thomas Bretz
30
31 * mhflux/MHThetaSqN.[h,cc]:
32 - added counter and output some statistics afterwards
33
34
35
36 2006/06/29 Thomas Bretz
37
38 * mmain/MEventDisplay.cc:
39 - added decoding of calibration pattern
40
41 * mbase/MContinue.cc:
42 - small change to some output
43
44 * mmc/MMcTrig.hxx, mmc/MMcTrigHeader.hxx:
45 - increased version number
46
47 * mmc/Mdefine.h:
48 - increased CAMERA_PIXELS from 3500 to 3800
49
50
51
52 2006/06/28 Daniela Dorner
53
54 * datacenter/macros/setupdb.C:
55 - added new columns
56 - changed name columns
57
58
59
60 2006/06/28 Thomas Bretz
61
62 * datacenter/macros/fillstar.C:
63 - added number of correlated stars
64
65 * datacenter/macros/plotdb.C:
66 - added number of correlated stars
67 - changed name of database column
68
69 * callisto.cc, mbadpixels/MBadPixelsCalc.cc,
70 mjtrain/MJTrainSeparation.cc:
71 - small improvement to log-output
72
73 * tpoint/gui.C:
74 - added some SetFrameBorderMode and SetBorderMode
75
76
77
78 2006/06/27 Thomas Bretz
79
80 * mhflux/MHAlpha.cc:
81 - added a small change to prevent DrawAll from opening a new
82 canvas if called with the option "No new canvas" and no
83 fDisplay
84
85
86
87 2006/06/26 Thomas Bretz
88
89 * mjobs/MJCut.[h,cc]:
90 - added error codes for some fatal errors
91
92 * ganymed.cc:
93 - pipe error codes to shell
94
95
96
97 2006/05/29 Thomas Bretz
98
99 * mbase/MEnv.cc:
100 - included THashList for compatibility with root 5.10/00
101
102 * mdata/MDataArray.[h,cc]:
103 - included TVector in header for compatibility with root 5.10/00
104
105 * mgui/MHexagon.cc:
106 - changed argument of PaintFillArea from Float_t to Double_t
107 for compatibility with root 5.10/00
108
109 * mhbase/MHMatrix.[h,cc]:
110 - added some #ifdef for compatibility with root 5.10/00
111 - included TVector in the header for compatibility with
112 root 5.10/00
113
114 * mjtrain/MJTrainDisp.cc:
115 - added the possibility to set weights
116 - added new histogram to show avg psf versus energy
117
118 * mjtrain/MJTrainRanForest.cc:
119 - included TFile for compatibility with root 5.10/00
120
121 * mranforest/MRanForest.[h,cc]:
122 - included TMatrix and TVector in header for compatibilty
123 with root 5.10/00
124
125 * mtools/MHSimulatedAnnealing.[h,cc]:
126 - included TMatrix and TVector in header for compatibilty
127 with root 5.10/00
128
129
130
131 2006/05/24
132
133 * RELEASE 0.9.6
134
135
136
137 2006/05/24 Thomas Bretz
138
139 * mbadpixels/MBadPixelsTreat.cc:
140 - another small improvement, set fMaxArrivalTimeDiff to 0.9
141
142 * mjobs/MJPedestal.cc:
143 - switched off error in case of "pulse is too much to the left"
144 - the extraction window is not changed anymore
145
146 * mhflux/MAlphaFitter.cc:
147 - made new background fit more robust by improving the start
148 values
149
150 * mhflux/MHAlpha.[h,cc]:
151 - preliminary implementation showing automatically all sizebins in
152 the status display
153
154 * mpointing/MPointingDevCalc.[h,cc]:
155 - if the mispointing is set to 0 due to missing mispointing
156 information also the starguider calibration is reset.
157 - in the case the latest report is older than a default (currently
158 one minute) and the current report will be skip the starguider
159 correction and calibration will be reset.
160
161 * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
162 - updated
163
164 * mmc/MMcRunHeader.hxx:
165 - added new getter for ShowerPhiMin and ShowerPhiMax
166
167
168
169 2006/05/23 Daniela Dorner
170
171 * scripts/processsequence:
172 - added (script to run callisto, merppupdate and star for 1
173 sequence)
174
175 * scripts/preparemc:
176 - added (script to create montecarlo sequence and datasetfiles)
177
178
179
180 2006/05/23 Thomas Bretz
181
182 * mranforest/MRanTree.cc:
183 - should be if(!Finite) instead of if(Finite)
184
185 * mhbase/MH3.cc:
186 - fixed a problem which arouse in root 4.04/02g namely that
187 is the draw-option is " " nothing is displayed. Therefore
188 all " " are removed before the histogram is drawn
189
190 * mhist/MHCamera.cc:
191 - when the azimuthal profile was produced the binning was optimized
192 with the OptimizeLimits. This doesn't make sense because it
193 changed the alignment of the bins with the 60deg boundaries
194
195 * mreport/MReportStarguider.cc:
196 - fixed a typo in a comment and removed an obsolete one
197
198 * msignal/MExtractTimeAndCharge.cc:
199 - instead of setting the arrival time to a value at the border of
200 the meaningful range a random number is assigned in the case
201 of an arrival time extracted outside the fadc range. This
202 avoids possible unfortuante coincidences in arrival times.
203
204 * mbadpixels/MBadPixelsTreat.[h,cc]:
205 - added new data member fMaxArrivalTimeDiff, which is the maximum
206 arrival time difference allowed for the badpixel algorithm
207 to determin whether a pixels belongs to a shower
208 - changed the old value (0.5) to 1.0 as suggested by Stefan
209 due to a recent study on the fraction of pixels surviving the
210 image cleaning
211
212 * callisto.rc, callisto_Dec04Jan05.rc, callisto_MarApr05.rc:
213 - added comment to show usage of new option
214
215
216
217 2006/05/22 Daniela Dorner
218
219 * datacenter/scripts/makecallistolinks:
220 - fixed bug
221
222
223
224 2006/05/22 Thomas Bretz
225
226 * mranforest/MRanTree.cc:
227 - replaced some arbitrary small and large values by FLT_MAX in
228 FindBestSpllit*
229 - replaced in FindBestSpllit* a sanity check for rld and rrd (do
230 not divide by zero) by a check whether the result (crit) is finite
231
232 * mcamera/MCameraRecTemp.[h,cc]:
233 - implemented new data member for validity
234 - increased class version by 1
235
236 * mpointing/MHPointing.[h,cc]:
237 - implemented new TGraph for number of correlated stars
238 - increased class version by 1
239
240 * mpointing/MPointingDevCalc.cc:
241 - if the report is empty assume no pointing deviation and also
242 reset the starguider calibration
243
244 * mpointing/MPointingPos.cc:
245 - slight modifications to comment
246
247 * mreport/MReport.cc:
248 - introduced new fake version to support new starguider format
249
250 * mreport/MReportCC.[h,cc]:
251 - improved handling of receiver boar com-errors and RecTemp section
252
253 * mreport/MReportStarguider.[h,cc]:
254 - implemented changes in the starguider reports around 9th May
255 - added new data member for number of correlated stars
256 - increased class version by 1
257
258
259
260 2006/05/21 Thomas Bretz
261
262 * mfileio/MReadTree.cc:
263 - show all added files only in debug modes or if wildcards are used
264
265 * mfilter/MFEnergySlope.[h,cc]:
266 - added a third constructor which also allows to set fMcEnergyMin
267
268 * mjtrain/MJTrainSeparation.[h,cc]:
269 - updated text output
270 - improved result display
271 - added possibility to set weights and/or pre/post-tasks for
272 train or test only
273
274 * mranforest/MRanForest.cc:
275 - commented out an obsolete check to check whether TMath::Sort
276 has sorted correctly
277 - added some comments
278
279
280
281 2006/05/20 Thomas Bretz
282
283 * mreport/MReportCC.cc:
284 - fixed a typo in InterpreteTD which was introduced yesterday
285
286
287
288 2006/05/19 Thomas Bretz
289
290 * mbase/MMath.h:
291 - added default to second argument of GaussProb
292
293 * mcamera/MCameraTD.[h,cc], mcamera/MCameraTH.[h,cc]:
294 - added a data member fIsValid giving the status of the arrays
295 in case the CC reports contained nonsense (mainly for files
296 before summer 2005)
297 - increased class version by 1
298
299 * mhflux/MHAlpha.h:
300 - made SetOffData virtual
301
302 * mreport/MReport.cc:
303 - small changes to some comments
304
305 * mreport/MReportCC.[h,cc]:
306 - better handling of problems with the TH and TD part of the
307 CC-REPORT for files older than 200507190 and 200412210
308 respectively
309
310 * mreport/MReportFileReadCC.cc:
311 - always output the file format version
312
313 * mhflux/MAlphaFitter.[h,cc]:
314 - implemented fitting of the off-data for background determination
315 - the result values are not yet accessible
316 - increased class version by 1
317
318 * mhflux/MHThetaSqN.[h,cc]:
319 - some improvements regarding the treatment of the signal-regions
320 - allow to set a different cut-level for off-cuts
321
322
323
324 2006/05/18 Thomas Bretz
325
326 * mhflux/MAlphaFitter.h:
327 - added Getter for ScaleMode
328
329 * mhflux/MHAlpha.[h,cc]:
330 - made fHillas data member protected
331 - increased size of fMap
332
333 * mhflux/MHThetaSq.[h,cc]:
334 - removed obsolete data-member fThetaSq
335
336 * mjtrain/MJTrainRanForest.cc, mranforest/MRanForestCalc.cc:
337 - fixed a typo in a comment
338
339 * mranforest/MRanTree.cc:
340 - added a lot of comments in the code
341
342 * callisto.cc:
343 - fixed typo in output
344
345 * mhflux/MHThreshold.cc:
346 - enabled grids
347 - slightly improved calculation of shown threshold
348
349 * mhflux/MHThetaSqN.[h,cc]:
350 - added
351
352 * mhflux/Makefile, mhflux/FluxLinkDef.h:
353 - added MHThetaSqN
354
355
356
357 2006/05/18 Daniela Dorner
358
359 * resources/calibration.rc, resources/calibration_spline.rc:
360 - added values for current and following periods
361
362
363
364 2006/05/05
365
366 * RELEASE 0.9.5.1
367
368
369
370 2006/05/05 Thomas Bretz
371
372 * datacenter/macros/plotdb.C:
373 - updated with new tabs for the starguider data
374
375 * mhflux/MHEnergyEst.cc:
376 - print the result to the all-logstream
377 - changed the fit range not to take the overflow into account
378
379 * mranforest/MRanForest.[h,cc]:
380 - Use the default Reset() instead of Reset(0)
381 - changed output while training
382 - replaced a lot of TArrays by MArrays
383 - at some points replaced gRandom->Rndm by gRandom->Integer
384 - removed some obsolete arguments from ModifyDataSort
385 - In CreateDataSort isort need not to be initialized, it is
386 done by TMath::Sort anyhow
387 - a small simplification to ModifyDataSort
388 - added some const-qualifiers in funciton calls
389
390 * mranforest/MRanTree.[h,cc]:
391 - replaced a lot of TArrays by MArrays
392 - removed some obsolete calls to Reset(0) after the instatization
393 of the array
394 - small acceleration of the averaging when calculating fBestSplit[k]
395 - at some points replaced gRandom->Rndm by gRandom->Integer
396 - directly give mean[kbuild] and square[kbuild] as an argument
397 to FindBestSplit
398 - removed the obsolste dereferencing from the call to FindBestSplit
399 - added some const-qualifiers in funciton calls
400 - make a copy of tclasspop in BuildTree to be able to give the
401 array as a const qualified reference. It is not used at any other
402 place
403 - in TreeHad first get the pointers to the vector with the data to
404 get rid of the range check done by root. This has also the advantage
405 that all TreeHad member function can be unified into a single
406 member function
407
408 * mhflux/MAlphaFitter.cc:
409 - fixed a problem with the fit which could cause infinite loops
410 in the case of off-data. This did in no means effect the result,
411 just the performance.
412
413 * mhbase/MH3.cc:
414 - convert the options ToLower case first before checking
415
416 * mjtrain/MJTrainRanForest.[h,cc]:
417 - added AddPar member function
418 - added fPreTasks and fPostTasks
419 - added fEnableWeights
420 - added member functions suporting setting pre- and posttasks
421 and weights
422
423 * mtools/MTFillMatrix.h:
424 - added new member function to clear the fPreCuts, fPreTasks and
425 fPostTasks lists
426
427 * mjtrain/MJTrainEnergy.cc:
428 - implemented usage of weights
429
430 * mjtrain/MJTrainSeparation.[h,cc]:
431 - implemented the usage of weights
432 - implemented a random source position to train with wobble
433 data
434 - added some more output
435 - added an option to switch between classification and regression
436 - added th epossibility to change the MC flux
437
438 * mjtrain/Makefile:
439 - added include path for mpointing and mimage
440
441
442
443 2006/05/04 Thomas Bretz
444
445 * mbase/MTaskList.[h,cc]:
446 - added new member function AddToListBefore(TList&) and
447 AddToListAfter(TList&)
448 - added corresponding RemoveFromList(TList&)
449
450 * mhflux/MMcSpectrumWeight.[h,cc]:
451 - added new member functions CalcSpecNew and CalcSpecOld to
452 evaluate the spectrum at a given energy
453 - added a new data member which allows to set an energy
454 at which the normalization is calculated instead of
455 the integral
456
457 * mpointing/MSrcPosRndm.[h,cc]:
458 - added new option which allows to create a random wobble
459 source position
460
461
462
463 2006/05/03 Daniela Dorner
464
465 * datacenter/macros/setupdb.C:
466 - changed type of sourcename and projectname according to new
467 format
468
469
470
471 2006/05/03 Thomas Bretz
472
473 * Makefile.rules:
474 - added new option zdiff
475
476 * mbase/MTaskList.[h,cc]:
477 - overwrite member function AddToList with a TList-reference
478 as argument
479
480 * mhflux/MHCollectionArea.[h,cc]:
481 - added the missing //! behind the fMcEvt data member
482 - increased class version number
483 - removed obsolete fEnergy data member
484
485 * mranforest/MRanForest.cc:
486 - added to the output whether weights are set
487
488 * mraw/MRawRunHeader.cc:
489 - removed an obsolete Print() which enetered for debugging
490
491 * mimage/MHNewImagePar.cc:
492 - the plots for CocCOG and ConcCore had the same color... fixed
493
494 * mranforest/MRanForestCalc.[h,cc]:
495 - allow to set weights for each event
496
497 * mtools/MTFillMatrix.[h,cc]:
498 - implemented the possibility to set pre- and post-tasks
499 executed in the eventloop
500
501
502
503
504 2006/05/02 Thomas Bretz
505
506 * mraw/MRawRunHeader.cc:
507 - fixed the typo in the output
508
509 * mpointing/MHPointing.cc, datacenter/macros/fillstar.C:
510 - fixed a typo in the name of the plot Skybrightness
511
512
513
514 2006/04/30 Thomas Bretz
515
516 * mjtrain/MJTrainSeparation.[h,cc]:
517 - new option to switch between regression and classification
518 - fixed the auto training (still far from working well)
519 - improved result plots
520
521 * mbase/MMath.cc:
522 - fixed SignificanceLiMa such that it allows basically zero
523 signal- and/or background events
524
525
526
527 2006/04/27 Thomas Bretz
528
529 * datacenter/macros/fillstar.C:
530 - replaced the mean by the median
531
532
533
534 2006/04/26 Daniela Dorner
535
536 * datacenter/macros/fillstar.C, datacenter/macros/setupdb.C:
537 - added four new columns to the table Star
538
539
540
541 2006/04/24 Thomas Bretz
542
543 * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
544 - some fixes to the comments describing random forest
545
546
547
548 2006/04/23 Thomas Bretz
549
550 * mhist/MHHadronness.cc:
551 - do not reset the two hadronness-histograms in SetupFill
552 otherwise MJTrainSeparation cannot work correctly
553
554 * mjtrain/MJTrainSeparation.cc:
555 - added a Plot of Hadronness versus Size for MC events
556
557
558
559 2006/04/22 Thomas Bretz
560
561 * mraw/MRawRunHeader.cc:
562 - some small changes, mainly output and comments
563
564 * mhflux/MHAlpha.[h,cc]:
565 - show also the integrated number of excess events in the
566 plot versus energy/size and show the correct error.
567
568 * mtools/MJSpectrum.cc:
569 - added accelerator for executing the tasklist as in MJCut
570
571 * macros/train/trainseparation.C:
572 - fixed a typo
573
574 * mjtrain/MJTrainSeparation.h:
575 - added missing initialization of fAutoTrain
576 - fixed an error in EnablAutoTrain (was always set to kTRUE)
577
578
579
580 2006/04/21 Daniel Hoehne
581
582 * datacenter/scripts/doqualityplots, datacenter/scripts/dowebplots:
583 - fixed bug in usage of pstoimg
584
585
586
587 2006/04/13 Thomas Bretz
588
589 * mraw/MRawRunHeader.[h,cc]:
590 - adapted to new DAQ format version 6
591 - increased class version number
592
593 * mtools/MTFillMatrix.cc:
594 - added accelerator for executing the tasklist as in MJCut
595
596 * mfilter/MFEnergySlope.cc:
597 - small update to output
598
599 * mfbase/MFilterList.[h,cc]:
600 - fixed a really old problem that the contents of the list never
601 got ReInit. Hopefully this never had bad sideeffects.
602
603 * macros/train/trainenergy.C:
604 - added another comment how to change the spectral slope of the
605 monte carlo spectrum
606
607
608
609 2006/04/13 Thomas Bretz
610
611 * mreport/MReport.cc:
612 - added new fake arehucas versions to fix a problem with the
613 starguider reports
614
615 * mreport/MReportFileRead.cc:
616 - increased informations in warning output
617
618 * mreport/MReportStarguider.cc:
619 - fixed a problem with the starguider reports between 6.3.2006 and
620 19.3.2006
621
622
623
624 2006/04/13 Daniel Hoehne
625
626 * datacenter/db/findoffdata.php:
627 - implemented query for the inhomogeneity
628
629 * datacenter/db/runinfo.php:
630 - added checkboxes for start time, failed time and error codes
631
632 * datacenter/db/datacheck.php:
633 - fixed bug in StatusMenus for DataCheck and RawFile
634
635
636
637 2006/04/12 Daniela Dorner, Daniel Hoehne
638
639 * datacenter/scripts/makecallistolinks:
640 - fixed bug
641
642
643
644 2006/04/12 Thomas Bretz
645
646 * datacenter/macros/filldotraw.C:
647 - allow to access gzipped raw-files
648
649
650
651 2006/04/11 Thomas Bretz
652
653 * mastro/MAstro.h:
654 - added conversion Parsec2Lighyear
655
656 * mbase/MLogHtml.cc:
657 - added a fix to display < and > correctly
658
659 * mhflux/MHCollectionArea.[h,cc]:
660 - commented out obsolete fEnergy parameter
661
662 * mjobs/MJSpectrum.cc:
663 - fill a second collection area plot after trigger
664
665 * mjoptim/MJOptimize.cc:
666 - improve speed of optimization by switching of timing and
667 reset in eventloop
668
669 * mmc/MFadcHeader.h:
670 - changed MFADC_CHANNELS from 3500 to 3800 according to Abelardo
671
672 * mmc/MMcFadcHeader.hxx:
673 - increaded version number from 7 to 8
674
675
676
677 2006/04/11 Daniel Hoehne, Daniela Dorner
678
679 * datacenter/scripts/dodatacheck:
680 - fixed bug in finding raw-files
681
682
683
684 2006/04/10 Daniel Hoehne
685
686 * datacenter/macros/filldotrun.C:
687 - implemented new arehucas version
688
689
690
691 2006/04/07 Daniel Hoehne, Daniela Dorner
692
693 * datacenter/macros/filldotrun.C, buildsequenceentries.C, setupdb.C:
694 - implemented new arehucas version
695
696
697
698 2006/04/06 Daniela Dorner
699
700 * datacenter/scripts/makecallistolinks:
701 - fixed bug in resetting
702
703 * datacenter/db/tabs.php:
704 - changed tabs for wobble
705
706
707
708 2006/04/05 Thomas Bretz
709
710 * datacenter/macros/plotdb.C:
711 - added new tab with the effective on-time relative to the
712 observation time
713
714 * sponde_onoff.rc:
715 - added
716
717
718
719 2006/04/04 Thomas Bretz
720
721 * datacenter/macros/plotdb.C:
722 - if no dataset and no time-interval is given only sequences with
723 an effective on-time above five minutes are plotted anymore
724
725
726
727 2006/03/21 Daniela Dorner
728
729 * datacenter/db/ganymed.php, datacenter/db/tabs.php:
730 - included different tabs for on/off and wobble
731
732 * datacenter/db/ganymed.php:
733 - added zd angle range and observation period
734
735 * datacenter/db/sequence.php:
736 - added rel. ontime
737
738
739
740 2006/03/20 Thomas Bretz
741
742 * mraw/MRawRunHeader.cc:
743 - if the pixels to be swaped are both not found, assume they are
744 intentially not mapped. Changed the Error to a Warning
745
746 * mhflux/MHDisp.[h,cc]:
747 - made the scale region a parameter which can be changed from
748 within the display
749 - allow the scale parameters to be setup from the resource-file
750 - changed the source-region which is cut out in wobble mode from
751 +/-15deg to +/-25deg which better fits what we get from MHPhi
752
753 * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
754 - added example how to change the new scale parameters in MHDisp
755
756 * mhflux/MAlphaFitter.[h,cc]:
757 - implemented the strategy for optimization which is suggested
758 by the Berlin people for weak sources "weaksource"
759
760 * mhflux/MHPhi.[h,cc]:
761 - moved the AppendPad for the text-paint into all sub-pads which
762 need it. Otherwise they are not always properly updated.
763
764
765
766 2006/03/16 Daniela Dorner
767
768 * datacenter/scripts/sourcefile:
769 - small bugfix in logging
770
771 * datacenter/db/tabs.php:
772 - added new tab for ganymed
773
774
775
776 2006/03/15 Stefan Ruegamer
777
778 * manalysis/MCameraData.cc
779 - inserted an image cleaning based on the time information
780 of the shower (CalcCleaningArrivalTime)
781
782 * manalysis/MCameraData.h
783 - made entry for "CalcCleaningArrivalTime"
784
785 * mimage/MImgCleanStd.cc
786 - created entries for the new image cleaning named "Time"
787
788 * mimage/MImgCleanStd.h
789 - inserted entry "kTime"
790
791
792
793 2006/03/14 Daniela Dorner
794
795 * datacenter/scripts/makecallistolinks:
796 - fixed bug
797
798 * steps.rc:
799 - added fFillGanymed to influences of fGanymed
800
801
802
803 2006/03/14 Thomas Bretz
804
805 * mhflux/MHEffectiveOnTime.cc:
806 - skip the fit not only if the integral is empty but
807 also if the first bin is empty
808 - changed upper limit to 95% according to a study from
809 David Paneque
810 - replaced the fit with the exponential used in the BCN Mars
811 version
812 - use the correct number of entries
813 - use a likelihood fit
814 - calculate the fit quality from the probability
815 - ignore the fit quality for the theta-plot
816
817 * mimage/MHNewImagePar.cc:
818 - fixed the handling of the "same" option in Draw/Paint
819
820 * mpointing/MPointingDev.h:
821 - fDx and fDy initialized in the constructor
822
823 * mbase/MTask.[h,cc]:
824 - removed the kDontCount option. Instead don't use the TStopwatch
825 counter anymore. By this the class to TStopwatch can be
826 suppressed completely if kDontTime is set.
827
828 * mbase/MContinue.cc, mbase/MTaskEnv.cc, mfbase/MF.cc,
829 mfbase/MFilterList.[h,cc]:
830 - pipe the accelerator flag to the filter or task
831
832 * mjobs/MJCut.cc:
833 - also accelerate the reading task
834
835
836
837 2006/03/13
838
839 * RELEASE 0.9.5
840
841
842
843 2006/03/13 Thomas Bretz
844
845 * ganymed.rc:
846 - changed smearing to half of our PSF 0.06
847 - added new examples for setting the starguider calibration
848
849 * ganymed_onoff.rc
850 - changed smearing to half of our PSF 0.06
851 - switched the new feature for a random source position on
852 - added new examples for setting the starguider calibration
853
854 * ganymed_wobble.rc:
855 - changed smearing to half of our PSF 0.06
856 - added new examples for setting the starguider calibration
857 - added example how to control the phi plot
858
859 * mhflux/MHPhi.[h,cc]:
860 - many improvements to the algorithm, it now takes also
861 inhomgeneities into account
862 - restructured the display, display more histograms
863 - increased class version to 2
864
865 * mjobs/MJCut.cc:
866 - enabled acceleration for first and second loop
867
868 * mpointing/MPointingDevCalc.[h,cc]:
869 - allowed to set the starguider offset calibration from the
870 resource file
871
872 * callisto_Dec04Jan05.rc:
873 - replaced Calibration scale factor by usage of
874 resources/calibration_spline.rc
875
876
877
878 2006/03/13 Markus Meyer
879
880 * ganymed_wobble.rc,ganymed_onoff.rc,ganymed.rc:
881 - changed cuts:
882 wobble: average values from optimisation of 3 Crab
883 sample (01/05,10/05,12/05), done by Karsten
884 onoff : cuts from 1218 (01/05, highest significance)
885 theta is now 0.22 for both.
886
887
888
889 2006/03/13 Daniel Hoehne
890
891 * ganymed_wobble.rc,ganymed_onoff.rc,ganymed.rc:
892 - implemented qualitycut in log10(conc) vs. log10(size)
893
894
895
896 2006/03/13 Markus Meyer
897
898 * resources/calibration_spline.C:
899 - more comments
900
901
902
903 2006/03/10 Markus Meyer
904
905 * resources/calibration.C:
906 - update from p27 to p39 (spline excluded, still p33 data missing)
907
908
909
910 2006/03/10 Markus Meyer
911
912 * resources/calibration_spline.C:
913 - correction coefficients for spline data for each period
914
915
916
917 2006/03/10 Daniel Hoehne
918
919 * datacenter/scripts/insertsequences:
920 - fixed bug
921
922
923
924 2006/03/09 Daniel Hoehne
925
926 * ganymed_wobble.rc:
927 - changed parameters 1 to 5 in Cut1 to actual values
928
929
930
931 2006/03/08 Thomas Bretz
932
933 * readdaq.cc, mraw/MRawFileRead.[h,cc], mraw/MRawRunHeader.cc:
934 - added new force-option to foirce output of run-header
935
936
937
938 2006/03/08 Daniela Dorner
939
940 * datacenter/script/movingrawfiles:
941 - added moving of files, that are transferred via internet
942 - added removing of empty directories
943
944 * datacenter/db/ganymed.php:
945 - added links to ganymedplots
946 - added links to sequence.php (instead of links to starfiles)
947 - fixed bug in query
948
949 * datacenter/db/sequence.php:
950 - added links to plots from callisto and star
951 - fixed bug in query
952
953 * datacenter/db/sequinfo.php:
954 - added links to sequence.php
955
956 * datacenter/db/datasetinfo.php:
957 - added links to ganymed.php
958
959 * datacenter/db/tabs.php:
960 - added (includefile for names of tabs of statusdisplays)
961
962
963
964 2006/03/07 Thomas Bretz
965
966 * mcalib/MCalibrateData.cc:
967 - take the bad pixel information into account when calculating the
968 number of saturating pixels!
969
970
971
972 2006/03/06 Thomas Bretz
973
974 * showplot.cc:
975 - fixed the position were the first argument is converted
976 to lower case. Until this fix no upper case could be used
977 in file names
978
979 * datacenter/macros/plotdb.C:
980 - print also average and RMS of all data.
981
982
983
984 2006/03/06 Daniela Dorner
985
986 * datacenter/db/ganymed.php:
987 - added sequences + links to star-plots of sequences
988 - improved layout
989
990 * datacenter/script/makecallistolinks:
991 - changed condition, when to make the link: only, if the link is
992 not yet existing, it is done
993 - added resetting of db: if link is done, callisto is resetted
994
995 * datacenter/macros/resetcolumn.C:
996 - added failure columns to the resetting
997
998
999
1000 2006/03/04 Daniela Dorner
1001
1002 * callisto.cc:
1003 - changed return values to improve the failure handling in the db
1004
1005 * datacenter/script/makecallistolinks:
1006 - added 'Pulse is too much to the left, cannot go below 0!' as
1007 reason to use callisto_Dec04Jan05.rc
1008
1009 * datacenter/script/dowebplots:
1010 - reduced number of files to be updated by a limitation in
1011 modification time
1012
1013 * datacenter/db/ganymed.php:
1014 - added plots
1015 - effontime s->h
1016
1017
1018
1019 2006/03/03 Thomas Bretz
1020
1021 * mjobs/MJCut.cc:
1022 - added RemoveFromList for srcposrndm in off-data loop
1023
1024 * mpointing/MSrcPosRndm.[h,cc]:
1025 - fixed the scaling. MSrcPosCam has to be in mm
1026
1027 * ganymed.rc:
1028 - added line and comments with new resource
1029
1030
1031
1032 2006/03/03 Daniel Hoehne
1033
1034 * callisto_MarApr05.rc:
1035 - changed pulse position check ExtractWinLeft to 4.0 and
1036 ExtractWinRight to 4.5
1037
1038
1039
1040 2006/03/02 Thomas Bretz
1041
1042 * callisto.cc:
1043 - get result value from pulse pos check
1044
1045 * mjobs/MJCut.[h,cc]:
1046 - added the usage of the new class MSrcPosRndm
1047 - added new resource to switch random source position on
1048
1049 * mjobs/MJPedestal.[h,cc]:
1050 - changed return code of Process to int to be able to return
1051 the pulse pos check result.
1052
1053 * mpointing/PointingLinkDef.h, mpointing/Makefile:
1054 - added MSrcPosRndm
1055
1056 * mpointing/MSrcPosRndm.[h,cc]:
1057 - added
1058
1059 * mpointing/MHSrcPosCam.h:
1060 - addedn non const getter for fHist
1061
1062
1063
1064 2006/03/02 Daniela Dorner
1065
1066 * datacenter/db/querymc.php:
1067 - fixed small bug
1068
1069 * datacenter/db/dowebplots:
1070 - added option -p to the script, to be able to call the script
1071 for different programs independently
1072 - fixed find
1073
1074
1075
1076 2006/03/01 Daniela Dorner
1077
1078 * datacenter/db/datacheck.php, datasetinfo.php, sequinfo.php:
1079 - included failure handling columns
1080
1081
1082
1083 2006/03/01 Thomas Bretz
1084
1085 * mastro/MAstro.cc, mbase/MTime.cc:
1086 - added a comment in GetMagicPeriod
1087
1088 * mpointing/MPointingPos.cc:
1089 - added new member function GetString
1090 - moved code from Print to GetString
1091 - added new function IsInitialized()
1092
1093 * mjtrain/MJTrain*.[h,cc]:
1094 - added data members to change RF setup
1095
1096 * mpointing/MPointingDevCalc.h, mpointing/MPointingPosCalc.h:
1097 - added missing AddToBranchList
1098
1099 * mpointing/MHSrcPosCam.[h,cc]:
1100 - added
1101
1102 * mpointing/Makefile, mpointing/PointingLinkDef.h:
1103 - added MHSrcPosCam
1104
1105 * mbase/MTask.[h,cc]:
1106 - implemented a new data-meber fAccelerator which allows
1107 to switch off counting and timing analysis which can be very
1108 time-consuming in some circumstances
1109
1110 * mbase/MTaskList.[h,cc]:
1111 - implemented the usabe of MTask::fAccelerator to switch off
1112 resetting of all parameter containers which can be very
1113 time-consuming
1114
1115 * mimage/MImagePar.cc:
1116 - updated how the units are printed in Print()
1117
1118 * mjobs/MJCut.cc:
1119 - added a new loop to fill the source position of the on-data
1120 - the acceleration of the two main loops are disabled because
1121 they are not yet tested.
1122
1123 * datacenter/macros/plotstat.C:
1124 - the periods were wrong by one -- fixed.
1125
1126
1127
1128 2006/02/28 Daniela Dorner
1129
1130 * datacenter/scripts/insertdatasets:
1131 - made sure, that backupfiles of the editor are not taken into
1132 account, when dataset files are searched
1133
1134 * datacenter/db/*.php:
1135 - moved user, host and pw of database to the include file
1136 db.php
1137
1138 * datacenter/db/index.html:
1139 - fixed links
1140
1141 * datacenter/db/querymc.php,magicdefs.php:
1142 - added some variables
1143
1144 * datacenter/db/runinfo.php,sequinfo.php:
1145 - bugfix (incl. TestSources)
1146
1147 * datacenter/db/sequinfo.php:
1148 - changed init values
1149
1150 * datacenter/db/sequinfo.php, findoffdata.php, magicdefs.php:
1151 - added value (relative ontime)
1152
1153 * datacenter/db/dbstatus.php:
1154 - fixed bug
1155
1156 * datacenter/db/queryrbk.php:
1157 - added query field 'Night', to query all entries of one night
1158 from the runbook
1159
1160 * datacenter/db/index-header.html:
1161 - added links
1162
1163
1164
1165 2006/02/27 Thomas Bretz
1166
1167 * macros/optim/optimwobble.C:
1168 - fixed a typo (SetThetaCut instead SetAlphaCut), and added the
1169 standard Disp-parametrization
1170
1171 * mhflux/MHEffectiveOnTime.[h,cc]:
1172 - added showing the axis range of the time evolution histogram
1173
1174 * showplot.cc:
1175 - fixed a warning in the Hash-switch.
1176
1177 * mbase/MEnv.cc:
1178 - replaced casts in switch by an appended U
1179
1180 * macros/train/trainseparation.C:
1181 - replaced outdated MTTrainRFSeparate by MJTrainSeparation
1182
1183 * mastro/MAstro.h:
1184 - added conversion constants for pc-m and pc-ly
1185
1186 * mhflux/MMcSpectrumWeight.cc:
1187 - fixed typo in comment
1188
1189 * mimage/MImagePar.h:
1190 - minor changes to layout
1191
1192 * mimage/MHNewImagePar.[h,cc], mimage/MNewImagePar.[h,cc]:
1193 - added new image parameters fConcCOG and fConcCore
1194 - increased class version of MNewImagePar
1195
1196 * mimage/MHillasExt.cc:
1197 - added some comments
1198 - removed an obsolete TMath::Abs around "dist"
1199
1200 * mranforest/MRanForest.[h,cc]:
1201 - the initialization of fTreeHad was done at the wrong moment
1202 - replaced a cast int(x+.5) by TMath::Nint
1203 - added some additional warning output
1204 - added "!" to fTreeHad - it is only for temporary storage used
1205 in the histogram classes
1206
1207 * mranforest/MRanForestGrow.h:
1208 - added GetForest
1209
1210 * mjtrain/MJTrainSeparation.[h,cc]:
1211 - added some code for upcomming automatic event selection
1212
1213 * datacenter/macros/plotstat.C:
1214 - improved macro description
1215 - added arguments to main function
1216
1217 * macros/plot/mucal.C:
1218 - added
1219
1220
1221
1222 2006/02/25 Daniela Dorner
1223
1224 * datacenter/scripts/checkfilesforsequavail, checkstardone,
1225 writesequencefiles, buildsequenceentries, dodatacheck, doexclusions,
1226 fillcallisto, fillganymed, fillstar,
1227 datacenter/macros/writesequencefile.C, filldotraw.C, fillsinope.C
1228 buildsequenceentries.C, resetcolumn.C, doexclusions.C, fillcalib.C
1229 fillsignal.C, fillganymed.C, fillstar.C:
1230 - implemented, that a missing connection to the database doesn't
1231 cause an failure entry in the database, so that the step is
1232 retried in this case
1233 - updated documentation
1234
1235
1236
1237 2006/02/25 Thomas Bretz
1238
1239 * datacenter/macros/plotstat.C:
1240 - added
1241
1242
1243
1244 2006/02/24 Markus Meyer
1245
1246 * resources/calibration.rc:
1247 - update of correction values for the calibration constants
1248 (P31 - P39, without P36!(problems with spline))
1249
1250
1251
1252 2006/02/24 Daniela Dorner
1253
1254 * datacenter/db/datacheck.php, datasetinfo.php, dbstatus.php,
1255 findoffdata.php, include.php, magicdefs.php, runinfo.php,
1256 sequinfo.php, statusrps.php, statussbs.php, statussps.php:
1257 - included failure handling columns
1258
1259 * datacenter/db/findoffdata.php:
1260 - added DT
1261
1262 * datacenter/db/statusrps.php:
1263 - fixed bug
1264
1265 * datacenter/db/sequinfo.php:
1266 - reduced width of menu
1267
1268 * datacenter/scripts/copyscript:
1269 - added makedir for oldcatalogpath
1270
1271
1272
1273 2006/02/23 Thomas Bretz
1274
1275 * mjobs/MJSpectrum.cc:
1276 - fixed plot for Eý.dN/dE. The spectrum was multiplied with two
1277 times the bin-width instead of the absolute energy
1278
1279
1280
1281 2006/02/22 Daniela Dorner
1282
1283 * datacenter/db/querymc.php:
1284 - added (website to query montecarlo database - first version)
1285
1286 * datacenter/db/magicdefs.php:
1287 - added some values of montecarlo database
1288
1289
1290
1291 2006/02/17 Daniela Dorner
1292
1293 * datacenter/scripts/copyscript:
1294 - fixed path length
1295
1296 * datacenter/macros/fillsources.C:
1297 - added (macro to read source information from catalog files and
1298 insert it into the database)
1299
1300 * datacenter/db/ganymed.php:
1301 - improved output
1302
1303 * datacenter/db/index.html:
1304 - added ganymed.php
1305 - removed old link
1306
1307
1308
1309 2006/02/17 Thomas Bretz
1310
1311 * showplot.cc:
1312 - fixed path inflation in case of ganymed
1313
1314 * mjobs/MDataSet.cc:
1315 - return kFALSE if requested source wasn't found in catalog
1316
1317 * mjobs/MJCut.cc:
1318 - reformatted output of source to fit in one line
1319
1320 * mpointing/MPointingPos.[h,cc]:
1321 - output source name (title) in Print() if set
1322
1323
1324
1325 2006/02/16 Daniela Dorner
1326
1327 * datacenter/scripts/checkstardone:
1328 - small improvement in sequence handling
1329 - improved logging
1330
1331 * datacenter/scripts/sourcefile:
1332 - small bugfixes in setstatus function
1333
1334 * datacenter/scripts/runganymed:
1335 - small bugfix
1336
1337 * datacenter/scripts/copyscript:
1338 - fixed path length
1339
1340 * datacenter/db/ganymed.php:
1341 - added (website to query results for sources/datasets)
1342
1343
1344
1345 2006/02/15 Daniela Dorner
1346
1347 * datacenter/db/findoffdata.php:
1348 - implemented possibility to query range of dates for 'stardone'
1349
1350
1351
1352 2006/02/15 Daniel Hoehne
1353
1354 * datacenter/db/magicdefs.php, querycal.php, sequinfo.php:
1355 - implemented query for mean signal inner/outer and mean pulsepos
1356 * datacenter/db/sequence.php:
1357 - implemented query for mean signal inner/outer, mean pulsepos
1358 and inhomogeneity
1359
1360
1361
1362 2006/02/15 Daniela Dorner, Daniel Hoehne
1363
1364 * datacenter/scripts/writesequencefiles,doexclusion,correcttime:
1365 - fixed small bug
1366
1367
1368
1369 2006/02/14 Daniela Dorner, Daniel Hoehne
1370
1371 * datacenter/scripts/sourcefile:
1372 - fixed small bugs
1373
1374 * datacenter/scripts/movingrawfiles:
1375 - changed back to moving files without zipping
1376
1377 * datacenter/scripts/doqualityplots:
1378 - added running of plotdb.C for each datasetfile
1379
1380 * datacenter/macros/getdolist.C:
1381 - implemented limitation for number of todo files for
1382 SequenceProcessStatus
1383
1384 * datacenter/macros/checkfileavail.C,checkstardone.C:
1385 - changed return code in case that files are not available
1386
1387 * datacenter/scripts/checkfilesforsequavail,checkstardone,sourcefile:
1388 - adapted to changed return code in macros
1389
1390 * datacenter/db/magicdefs.php, querystar.php, sequinfo.php:
1391 - implemented query for inhomogeneity
1392
1393
1394
1395 2006/02/13
1396
1397 * RELEASE 0.9.4.3
1398
1399
1400
1401 2006/02/13 Thomas Bretz
1402
1403 * callisto.rc:
1404 - changed pulse position check ExtractWinLeft to 4.0 and
1405 ExtractWinRight to 4.5
1406
1407 * callisto_Dec04Jan05.rc:
1408 - changed pulse position check ExtractWinLeft to 3.0 and
1409 ExtractWinRight left at 2.5
1410
1411
1412
1413 2006/02/10 Thomas Bretz
1414
1415 * mastro/MAstro.cc:
1416 - allow for more year in the algorithm calculating easter
1417
1418 * mcamera/MCameraDC.h, mcamera/MCameraHV.h, mcamera/MCameraTD.h,
1419 mcamera/MCameraTH.h:
1420 - added a sanity check in GetPixelContent
1421
1422 * mraw/MRawRunHeader.cc:
1423 - fixed output (correct kiB instead of kB)
1424
1425 * Makefile, Makefile.rules:
1426 - implemented the possibility to spread Make through condor
1427
1428 * mastro/MAstroCatalog.[h,cc]:
1429 - new draw-options to rotate the grid and the stars
1430
1431 * mimage/MHHillas.cc:
1432 - set minimum of fDelte to 0 instead of fDistC
1433
1434 * msignal/MExtractTimeAndChargeSpline.h:
1435 - replaced the casts in SetRiseTimeHiGain and StFallTimeHiGain by
1436 TMath::NInt
1437
1438 * mjobs/MDataSet.h:
1439 - implemented new functions to check whether the dataset contains
1440 a dedicated sequence
1441
1442 * datacenter/macros/plotdb.C:
1443 - implemented the possibility to draw sequences of a dataset in
1444 several colors
1445
1446
1447
1448 2006/02/09 Thomas Bretz
1449
1450 * mreport/MReport.cc:
1451 - invented new fake CC report file version 200509300 for a change
1452 in the starguider format (the already implemented last values
1453 dissapeared again!) which is not noticed in the format version.
1454
1455 * mreport/MReportCC.cc, mreport/MReportStarguider.cc:
1456 - fixed support for ver 200510250
1457
1458 * mjobs/MJSpectrum.cc:
1459 - added fit of un-unfolded spectrum
1460
1461
1462
1463 2006/02/08 Daniela Dorner
1464
1465 * datacenter/scripts/sourcefile:
1466 - implemented function checklock
1467 - bugfix for failure code
1468
1469 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
1470 checkstardone, doexclusions, fillcallisto, fillganymed, fillstar,
1471 makecallistolinks, runcallisto, runganymed, runstar,
1472 writesequencefiles:
1473 - implemented usage of function checklock
1474
1475 * datacenter/scripts/copyscript, doqualityplots, dowebplots,
1476 insertsequences, linkmc:
1477 - implemented usage of function checklock
1478 - implemented variable $program
1479
1480 * datacenter/scripts/dodatacheck:
1481 - implemented usage of function checklock
1482 - implemented variable $lockfile
1483
1484 * datacenter/scripts/insertdatasets, mcsequences, processmcsequences:
1485 - implemented usage of function checklock
1486 - implemented variables $lockfile and $program
1487
1488 * datacenter/macros/doexclusions.C, fillganymed.C:
1489 - fixed bug
1490
1491 * datacenter/macros/fillsinope.C, setstatus.C:
1492 - improved documentation
1493
1494 * datacenter/scripts/filesondisk:
1495 - implemented finding of zipped files
1496
1497
1498
1499 2006/02/08 Thomas Bretz
1500
1501 * datacenter/macros/plotdb.C:
1502 - some minor changes to the layout
1503
1504
1505
1506 2006/02/07 Daniela Dorner
1507
1508 * datacenter/scripts/makecallistolinks:
1509 - fixed bug
1510
1511 * datacenter/db:
1512 - added (directory with db-websites)
1513
1514
1515
1516 2006/02/07 Daniela Dorner, Daniel Hoehne
1517
1518 * datacenter/scripts/sourcefile:
1519 - added failure code variables
1520 - changed calling of setstatus.C accordingly
1521
1522 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
1523 checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
1524 fillganymed, fillstar, runcallisto, runganymed, runstar,
1525 writesequencefiles:
1526 - implemented failure variable
1527
1528 * datacenter/macros/getdolist.C, setstatus.C, setupdb.C:
1529 - added new/changed columns (fReturnCode, fFailedCode,
1530 fFailedCodeAdd)
1531
1532
1533
1534 2006/02/06 Daniela Dorner
1535
1536 * datacenter/scripts/fillstar, macros/setstatus.C, getdolist.C:
1537 - fixed bugs
1538
1539
1540
1541 2006/02/03 Daniela Dorner
1542
1543 * datacenter/scripts/sourcefile:
1544 - implemented two new functions: getdolist, finish
1545 - implemented usage of function finish in other functions
1546
1547 * datacenter/scripts/movingrawfiles:
1548 - implemented zipping of rawfiles
1549
1550 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
1551 checkstardone, copyscript, correcttime, dodatacheck, doexclusions,
1552 fillcallisto, fillganymed, fillstar, insertdatasets,
1553 makecallistolinks, processmcsequences, runcallisto, runganymed,
1554 runstar, writesequencefiles:
1555 - replaced corresponding pieces of code by the functions getdolist
1556 and finish
1557 - moved variable $date to function getdolist
1558 - improved logging
1559 - generalized variables $lockfile and $todofile
1560
1561
1562 2006/02/03 Daniela Dorner, Daniel Hoehne
1563
1564 * datacenter/scripts/sourcefile:
1565 - fixed small bugs
1566
1567 * datacenter/scripts/runcallisto:
1568 - small bugfix
1569 - improved logging
1570
1571 * datacenter/scripts/insertdatasets:
1572 - removed not needed variable
1573
1574 * datacenter/macros/getdolist.C:
1575 - small bugfix
1576
1577
1578
1579 2006/02/02 Daniela Dorner
1580
1581 * datacenter/scripts/linkmc:
1582 - changed numbering of P and C run in linking
1583
1584 * datacenter/scripts/sourcefile:
1585 - moved to root-version root_v4.04.02g
1586
1587
1588
1589 2006/02/01 Daniel Hoehne
1590
1591 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
1592 checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
1593 fillganymed, fillstar, writesequencefiles:
1594 - adapted usage of function setstatus
1595
1596
1597
1598 2006/01/31 Daniela Dorner
1599
1600 * datacenter/macros/setstatus.C, getdolist.C:
1601 - adapted macros to changes in new columns (fFailedCode,
1602 fFailedComment)
1603
1604 * datacenter/macros/setstatus.C:
1605 - added "noreset" for column fStartTime (is needed so that runtime
1606 is available in case of failure)
1607
1608 * datacenter/macros/setupdb.C:
1609 - added new columns
1610
1611 * datacenter/scripts/runcallisto, runganymed, runstar:
1612 - implemented failure handling
1613
1614 * datacenter/scripts/sourcefile:
1615 - implemented new functions to set status values
1616
1617
1618
1619 2006/01/30 Daniel Hoehne
1620
1621 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
1622 checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
1623 fillganymed, fillstar, runcallisto, runganymed, runstar, sourcefile,
1624 writesequencefiles:
1625 - added function setstatus in sourcefile
1626 - changed calling of setstatus.C in setstatus
1627 - implemented variable $program to generalize usage of setstatus
1628 - replaced corresponding piece of code by function setstatus
1629 - fixed some typos
1630
1631
1632
1633 2006/01/30 Daniela Dorner
1634
1635 * datacenter/macros/setstatus.C, getdolist.C:
1636 - adapted macros to the improvement of failure handling in the
1637 automatic analysis (added columns fFailed, fStartTime,
1638 fFailedTime)
1639
1640
1641
1642 2006/01/27 Thomas Bretz
1643
1644 * mjobs/MDataSet.cc:
1645 - improved a warning output
1646
1647
1648
1649 2006/01/23 Thomas Bretz
1650
1651 * mbase/MTime.cc:
1652 - removed a sanity check in GetStringFmt. It work's quite nice
1653 in the DC but crashes on my Laptop (which is not so important)
1654
1655
1656
1657 2006/01/10 Daniela Dorner
1658
1659 * datacenter/macros/*.C, datacenter/script:
1660 - updated and added documentation
1661 - improved logging
1662 - fixed small bugs
Note: See TracBrowser for help on using the repository browser.