source: trunk/MagicSoft/Mars/Changelog@ 7786

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