source: trunk/MagicSoft/Mars/Changelog@ 7784

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