source: trunk/MagicSoft/Mars/Changelog@ 7789

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