source: trunk/MagicSoft/Mars/Changelog@ 7798

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