source: trunk/MagicSoft/Mars/Changelog@ 7775

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