source: trunk/MagicSoft/Mars/Changelog@ 7619

Last change on this file since 7619 was 7619, checked in by Daniela Dorner, 19 years ago
*** empty log message ***
File size: 23.8 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/03/21 Daniela Dorner
22
23 * datacenter/db/ganymed.php,tabs.php:
24 - included different tabs for on/off and wobble
25
26
27
28 2006/03/20 Thomas Bretz
29
30 * mraw/MRawRunHeader.cc:
31 - if the pixels to be swaped are both not found, assume they are
32 intentially not mapped. Changed the Error to a Warning
33
34 * mhflux/MHDisp.[h,cc]:
35 - made the scale region a parameter which can be changed from
36 within the display
37 - allow the scale parameters to be setup from the resource-file
38 - changed the source-region which is cut out in wobble mode from
39 +/-15deg to +/-25deg which better fits what we get from MHPhi
40
41 * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
42 - added example how to change the new scale parameters in MHDisp
43
44 * mhflux/MAlphaFitter.[h,cc]:
45 - implemented the strategy for optimization which is suggested
46 by the Berlin people for weak sources "weaksource"
47
48 * mhflux/MHPhi.[h,cc]:
49 - moved the AppendPad for the text-paint into all sub-pads which
50 need it. Otherwise they are not always properly updated.
51
52
53
54 2006/03/16 Daniela Dorner
55
56 * datacenter/scripts/sourcefile:
57 - small bugfix in logging
58
59 * datacenter/db/tabs.php:
60 - added new tab for ganymed
61
62
63
64 2006/03/15 Stefan Ruegamer
65
66 * manalysis/MCameraData.cc
67 - inserted an image cleaning based on the time information
68 of the shower (CalcCleaningArrivalTime)
69
70 * manalysis/MCameraData.h
71 - made entry for "CalcCleaningArrivalTime"
72
73 * mimage/MImgCleanStd.cc
74 - created entries for the new image cleaning named "Time"
75
76 * mimage/MImgCleanStd.h
77 - inserted entry "kTime"
78
79
80
81 2006/03/14 Daniela Dorner
82
83 * datacenter/scripts/makecallistolinks:
84 - fixed bug
85
86 * steps.rc:
87 - added fFillGanymed to influences of fGanymed
88
89
90
91 2006/03/14 Thomas Bretz
92
93 * mhflux/MHEffectiveOnTime.cc:
94 - skip the fit not only if the integral is empty but
95 also if the first bin is empty
96 - changed upper limit to 95% according to a study from
97 David Paneque
98 - replaced the fit with the exponential used in the BCN Mars
99 version
100 - use the correct number of entries
101 - use a likelihood fit
102 - calculate the fit quality from the probability
103 - ignore the fit quality for the theta-plot
104
105 * mimage/MHNewImagePar.cc:
106 - fixed the handling of the "same" option in Draw/Paint
107
108 * mpointing/MPointingDev.h:
109 - fDx and fDy initialized in the constructor
110
111 * mbase/MTask.[h,cc]:
112 - removed the kDontCount option. Instead don't use the TStopwatch
113 counter anymore. By this the class to TStopwatch can be
114 suppressed completely if kDontTime is set.
115
116 * mbase/MContinue.cc, mbase/MTaskEnv.cc, mfbase/MF.cc,
117 mfbase/MFilterList.[h,cc]:
118 - pipe the accelerator flag to the filter or task
119
120 * mjobs/MJCut.cc:
121 - also accelerate the reading task
122
123
124
125 2006/03/13
126
127 * RELEASE 0.9.5
128
129
130
131 2006/03/13 Thomas Bretz
132
133 * ganymed.rc:
134 - changed smearing to half of our PSF 0.06
135 - added new examples for setting the starguider calibration
136
137 * ganymed_onoff.rc
138 - changed smearing to half of our PSF 0.06
139 - switched the new feature for a random source position on
140 - added new examples for setting the starguider calibration
141
142 * ganymed_wobble.rc:
143 - changed smearing to half of our PSF 0.06
144 - added new examples for setting the starguider calibration
145 - added example how to control the phi plot
146
147 * mhflux/MHPhi.[h,cc]:
148 - many improvements to the algorithm, it now takes also
149 inhomgeneities into account
150 - restructured the display, display more histograms
151 - increased class version to 2
152
153 * mjobs/MJCut.cc:
154 - enabled acceleration for first and second loop
155
156 * mpointing/MPointingDevCalc.[h,cc]:
157 - allowed to set the starguider offset calibration from the
158 resource file
159
160 * callisto_Dec04Jan05.rc:
161 - replaced Calibration scale factor by usage of
162 resources/calibration_spline.rc
163
164
165
166 2006/03/13 Markus Meyer
167
168 * ganymed_wobble.rc,ganymed_onoff.rc,ganymed.rc:
169 - changed cuts:
170 wobble: average values from optimisation of 3 Crab
171 sample (01/05,10/05,12/05), done by Karsten
172 onoff : cuts from 1218 (01/05, highest significance)
173 theta is now 0.22 for both.
174
175
176
177 2006/03/13 Daniel Hoehne
178
179 * ganymed_wobble.rc,ganymed_onoff.rc,ganymed.rc:
180 - implemented qualitycut in log10(conc) vs. log10(size)
181
182
183
184 2006/03/13 Markus Meyer
185
186 * resources/calibration_spline.C:
187 - more comments
188
189
190
191 2006/03/10 Markus Meyer
192
193 * resources/calibration.C:
194 - update from p27 to p39 (spline excluded, still p33 data missing)
195
196
197
198 2006/03/10 Markus Meyer
199
200 * resources/calibration_spline.C:
201 - correction coefficients for spline data for each period
202
203
204
205 2006/03/10 Daniel Hoehne
206
207 * datacenter/scripts/insertsequences:
208 - fixed bug
209
210
211
212 2006/03/09 Daniel Hoehne
213
214 * ganymed_wobble.rc:
215 - changed parameters 1 to 5 in Cut1 to actual values
216
217
218
219 2006/03/08 Thomas Bretz
220
221 * readdaq.cc, mraw/MRawFileRead.[h,cc], mraw/MRawRunHeader.cc:
222 - added new force-option to foirce output of run-header
223
224
225
226 2006/03/08 Daniela Dorner
227
228 * datacenter/script/movingrawfiles:
229 - added moving of files, that are transferred via internet
230 - added removing of empty directories
231
232 * datacenter/db/ganymed.php:
233 - added links to ganymedplots
234 - added links to sequence.php (instead of links to starfiles)
235 - fixed bug in query
236
237 * datacenter/db/sequence.php:
238 - added links to plots from callisto and star
239 - fixed bug in query
240
241 * datacenter/db/sequinfo.php:
242 - added links to sequence.php
243
244 * datacenter/db/datasetinfo.php:
245 - added links to ganymed.php
246
247 * datacenter/db/tabs.php:
248 - added (includefile for names of tabs of statusdisplays)
249
250
251
252 2006/03/07 Thomas Bretz
253
254 * mcalib/MCalibrateData.cc:
255 - take the bad pixel information into account when calculating the
256 number of saturating pixels!
257
258
259
260 2006/03/06 Thomas Bretz
261
262 * showplot.cc:
263 - fixed the position were the first argument is converted
264 to lower case. Until this fix no upper case could be used
265 in file names
266
267 * datacenter/macros/plotdb.C:
268 - print also average and RMS of all data.
269
270
271
272 2006/03/06 Daniela Dorner
273
274 * datacenter/db/ganymed.php:
275 - added sequences + links to star-plots of sequences
276 - improved layout
277
278 * datacenter/script/makecallistolinks:
279 - changed condition, when to make the link: only, if the link is
280 not yet existing, it is done
281 - added resetting of db: if link is done, callisto is resetted
282
283 * datacenter/macros/resetcolumn.C:
284 - added failure columns to the resetting
285
286
287
288 2006/03/04 Daniela Dorner
289
290 * callisto.cc:
291 - changed return values to improve the failure handling in the db
292
293 * datacenter/script/makecallistolinks:
294 - added 'Pulse is too much to the left, cannot go below 0!' as
295 reason to use callisto_Dec04Jan05.rc
296
297 * datacenter/script/dowebplots:
298 - reduced number of files to be updated by a limitation in
299 modification time
300
301 * datacenter/db/ganymed.php:
302 - added plots
303 - effontime s->h
304
305
306
307 2006/03/03 Thomas Bretz
308
309 * mjobs/MJCut.cc:
310 - added RemoveFromList for srcposrndm in off-data loop
311
312 * mpointing/MSrcPosRndm.[h,cc]:
313 - fixed the scaling. MSrcPosCam has to be in mm
314
315 * ganymed.rc:
316 - added line and comments with new resource
317
318
319
320 2006/03/03 Daniel Hoehne
321
322 * callisto_MarApr05.rc:
323 - changed pulse position check ExtractWinLeft to 4.0 and
324 ExtractWinRight to 4.5
325
326
327
328 2006/03/02 Thomas Bretz
329
330 * callisto.cc:
331 - get result value from pulse pos check
332
333 * mjobs/MJCut.[h,cc]:
334 - added the usage of the new class MSrcPosRndm
335 - added new resource to switch random source position on
336
337 * mjobs/MJPedestal.[h,cc]:
338 - changed return code of Process to int to be able to return
339 the pulse pos check result.
340
341 * mpointing/PointingLinkDef.h, mpointing/Makefile:
342 - added MSrcPosRndm
343
344 * mpointing/MSrcPosRndm.[h,cc]:
345 - added
346
347 * mpointing/MHSrcPosCam.h:
348 - addedn non const getter for fHist
349
350
351
352 2006/03/02 Daniela Dorner
353
354 * datacenter/db/querymc.php:
355 - fixed small bug
356
357 * datacenter/db/dowebplots:
358 - added option -p to the script, to be able to call the script
359 for different programs independently
360 - fixed find
361
362
363
364 2006/03/01 Daniela Dorner
365
366 * datacenter/db/datacheck.php, datasetinfo.php, sequinfo.php:
367 - included failure handling columns
368
369
370
371 2006/03/01 Thomas Bretz
372
373 * mastro/MAstro.cc, mbase/MTime.cc:
374 - added a comment in GetMagicPeriod
375
376 * mpointing/MPointingPos.cc:
377 - added new member function GetString
378 - moved code from Print to GetString
379 - added new function IsInitialized()
380
381 * mjtrain/MJTrain*.[h,cc]:
382 - added data members to change RF setup
383
384 * mpointing/MPointingDevCalc.h, mpointing/MPointingPosCalc.h:
385 - added missing AddToBranchList
386
387 * mpointing/MHSrcPosCam.[h,cc]:
388 - added
389
390 * mpointing/Makefile, mpointing/PointingLinkDef.h:
391 - added MHSrcPosCam
392
393 * mbase/MTask.[h,cc]:
394 - implemented a new data-meber fAccelerator which allows
395 to switch off counting and timing analysis which can be very
396 time-consuming in some circumstances
397
398 * mbase/MTaskList.[h,cc]:
399 - implemented the usabe of MTask::fAccelerator to switch off
400 resetting of all parameter containers which can be very
401 time-consuming
402
403 * mimage/MImagePar.cc:
404 - updated how the units are printed in Print()
405
406 * mjobs/MJCut.cc:
407 - added a new loop to fill the source position of the on-data
408 - the acceleration of the two main loops are disabled because
409 they are not yet tested.
410
411 * datacenter/macros/plotstat.C:
412 - the periods were wrong by one -- fixed.
413
414
415
416 2006/02/28 Daniela Dorner
417
418 * datacenter/scripts/insertdatasets:
419 - made sure, that backupfiles of the editor are not taken into
420 account, when dataset files are searched
421
422 * datacenter/db/*.php:
423 - moved user, host and pw of database to the include file
424 db.php
425
426 * datacenter/db/index.html:
427 - fixed links
428
429 * datacenter/db/querymc.php,magicdefs.php:
430 - added some variables
431
432 * datacenter/db/runinfo.php,sequinfo.php:
433 - bugfix (incl. TestSources)
434
435 * datacenter/db/sequinfo.php:
436 - changed init values
437
438 * datacenter/db/sequinfo.php, findoffdata.php, magicdefs.php:
439 - added value (relative ontime)
440
441 * datacenter/db/dbstatus.php:
442 - fixed bug
443
444 * datacenter/db/queryrbk.php:
445 - added query field 'Night', to query all entries of one night
446 from the runbook
447
448 * datacenter/db/index-header.html:
449 - added links
450
451
452
453 2006/02/27 Thomas Bretz
454
455 * macros/optim/optimwobble.C:
456 - fixed a typo (SetThetaCut instead SetAlphaCut), and added the
457 standard Disp-parametrization
458
459 * mhflux/MHEffectiveOnTime.[h,cc]:
460 - added showing the axis range of the time evolution histogram
461
462 * showplot.cc:
463 - fixed a warning in the Hash-switch.
464
465 * mbase/MEnv.cc:
466 - replaced casts in switch by an appended U
467
468 * macros/train/trainseparation.C:
469 - replaced outdated MTTrainRFSeparate by MJTrainSeparation
470
471 * mastro/MAstro.h:
472 - added conversion constants for pc-m and pc-ly
473
474 * mhflux/MMcSpectrumWeight.cc:
475 - fixed typo in comment
476
477 * mimage/MImagePar.h:
478 - minor changes to layout
479
480 * mimage/MHNewImagePar.[h,cc], mimage/MNewImagePar.[h,cc]:
481 - added new image parameters fConcCOG and fConcCore
482 - increased class version of MNewImagePar
483
484 * mimage/MHillasExt.cc:
485 - added some comments
486 - removed an obsolete TMath::Abs around "dist"
487
488 * mranforest/MRanForest.[h,cc]:
489 - the initialization of fTreeHad was done at the wrong moment
490 - replaced a cast int(x+.5) by TMath::Nint
491 - added some additional warning output
492 - added "!" to fTreeHad - it is only for temporary storage used
493 in the histogram classes
494
495 * mranforest/MRanForestGrow.h:
496 - added GetForest
497
498 * mjtrain/MJTrainSeparation.[h,cc]:
499 - added some code for upcomming automatic event selection
500
501 * datacenter/macros/plotstat.C:
502 - improved macro description
503 - added arguments to main function
504
505 * macros/plot/mucal.C:
506 - added
507
508
509
510 2006/02/25 Daniela Dorner
511
512 * datacenter/scripts/checkfilesforsequavail, checkstardone,
513 writesequencefiles, buildsequenceentries, dodatacheck, doexclusions,
514 fillcallisto, fillganymed, fillstar,
515 datacenter/macros/writesequencefile.C, filldotraw.C, fillsinope.C
516 buildsequenceentries.C, resetcolumn.C, doexclusions.C, fillcalib.C
517 fillsignal.C, fillganymed.C, fillstar.C:
518 - implemented, that a missing connection to the database doesn't
519 cause an failure entry in the database, so that the step is
520 retried in this case
521 - updated documentation
522
523
524
525 2006/02/25 Thomas Bretz
526
527 * datacenter/macros/plotstat.C:
528 - added
529
530
531
532 2006/02/24 Markus Meyer
533
534 * resources/calibration.rc:
535 - update of correction values for the calibration constants
536 (P31 - P39, without P36!(problems with spline))
537
538
539
540 2006/02/24 Daniela Dorner
541
542 * datacenter/db/datacheck.php, datasetinfo.php, dbstatus.php,
543 findoffdata.php, include.php, magicdefs.php, runinfo.php,
544 sequinfo.php, statusrps.php, statussbs.php, statussps.php:
545 - included failure handling columns
546
547 * datacenter/db/findoffdata.php:
548 - added DT
549
550 * datacenter/db/statusrps.php:
551 - fixed bug
552
553 * datacenter/db/sequinfo.php:
554 - reduced width of menu
555
556 * datacenter/scripts/copyscript:
557 - added makedir for oldcatalogpath
558
559
560
561 2006/02/23 Thomas Bretz
562
563 * mjobs/MJSpectrum.cc:
564 - fixed plot for Eý.dN/dE. The spectrum was multiplied with two
565 times the bin-width instead of the absolute energy
566
567
568
569 2006/02/22 Daniela Dorner
570
571 * datacenter/db/querymc.php:
572 - added (website to query montecarlo database - first version)
573
574 * datacenter/db/magicdefs.php:
575 - added some values of montecarlo database
576
577
578
579 2006/02/17 Daniela Dorner
580
581 * datacenter/scripts/copyscript:
582 - fixed path length
583
584 * datacenter/macros/fillsources.C:
585 - added (macro to read source information from catalog files and
586 insert it into the database)
587
588 * datacenter/db/ganymed.php:
589 - improved output
590
591 * datacenter/db/index.html:
592 - added ganymed.php
593 - removed old link
594
595
596
597 2006/02/17 Thomas Bretz
598
599 * showplot.cc:
600 - fixed path inflation in case of ganymed
601
602 * mjobs/MDataSet.cc:
603 - return kFALSE if requested source wasn't found in catalog
604
605 * mjobs/MJCut.cc:
606 - reformatted output of source to fit in one line
607
608 * mpointing/MPointingPos.[h,cc]:
609 - output source name (title) in Print() if set
610
611
612
613 2006/02/16 Daniela Dorner
614
615 * datacenter/scripts/checkstardone:
616 - small improvement in sequence handling
617 - improved logging
618
619 * datacenter/scripts/sourcefile:
620 - small bugfixes in setstatus function
621
622 * datacenter/scripts/runganymed:
623 - small bugfix
624
625 * datacenter/scripts/copyscript:
626 - fixed path length
627
628 * datacenter/db/ganymed.php:
629 - added (website to query results for sources/datasets)
630
631
632
633 2006/02/15 Daniela Dorner
634
635 * datacenter/db/findoffdata.php:
636 - implemented possibility to query range of dates for 'stardone'
637
638
639
640 2006/02/15 Daniel Hoehne
641
642 * datacenter/db/magicdefs.php, querycal.php, sequinfo.php:
643 - implemented query for mean signal inner/outer and mean pulsepos
644 * datacenter/db/sequence.php:
645 - implemented query for mean signal inner/outer, mean pulsepos
646 and inhomogeneity
647
648
649
650 2006/02/15 Daniela Dorner, Daniel Hoehne
651
652 * datacenter/scripts/writesequencefiles,doexclusion,correcttime:
653 - fixed small bug
654
655
656
657 2006/02/14 Daniela Dorner, Daniel Hoehne
658
659 * datacenter/scripts/sourcefile:
660 - fixed small bugs
661
662 * datacenter/scripts/movingrawfiles:
663 - changed back to moving files without zipping
664
665 * datacenter/scripts/doqualityplots:
666 - added running of plotdb.C for each datasetfile
667
668 * datacenter/macros/getdolist.C:
669 - implemented limitation for number of todo files for
670 SequenceProcessStatus
671
672 * datacenter/macros/checkfileavail.C,checkstardone.C:
673 - changed return code in case that files are not available
674
675 * datacenter/scripts/checkfilesforsequavail,checkstardone,sourcefile:
676 - adapted to changed return code in macros
677
678 * datacenter/db/magicdefs.php, querystar.php, sequinfo.php:
679 - implemented query for inhomogeneity
680
681
682
683 2006/02/13
684
685 * RELEASE 0.9.4.3
686
687
688
689 2006/02/13 Thomas Bretz
690
691 * callisto.rc:
692 - changed pulse position check ExtractWinLeft to 4.0 and
693 ExtractWinRight to 4.5
694
695 * callisto_Dec04Jan05.rc:
696 - changed pulse position check ExtractWinLeft to 3.0 and
697 ExtractWinRight left at 2.5
698
699
700
701 2006/02/10 Thomas Bretz
702
703 * mastro/MAstro.cc:
704 - allow for more year in the algorithm calculating easter
705
706 * mcamera/MCameraDC.h, mcamera/MCameraHV.h, mcamera/MCameraTD.h,
707 mcamera/MCameraTH.h:
708 - added a sanity check in GetPixelContent
709
710 * mraw/MRawRunHeader.cc:
711 - fixed output (correct kiB instead of kB)
712
713 * Makefile, Makefile.rules:
714 - implemented the possibility to spread Make through condor
715
716 * mastro/MAstroCatalog.[h,cc]:
717 - new draw-options to rotate the grid and the stars
718
719 * mimage/MHHillas.cc:
720 - set minimum of fDelte to 0 instead of fDistC
721
722 * msignal/MExtractTimeAndChargeSpline.h:
723 - replaced the casts in SetRiseTimeHiGain and StFallTimeHiGain by
724 TMath::NInt
725
726 * mjobs/MDataSet.h:
727 - implemented new functions to check whether the dataset contains
728 a dedicated sequence
729
730 * datacenter/macros/plotdb.C:
731 - implemented the possibility to draw sequences of a dataset in
732 several colors
733
734
735
736 2006/02/09 Thomas Bretz
737
738 * mreport/MReport.cc:
739 - invented new fake CC report file version 200509300 for a change
740 in the starguider format (the already implemented last values
741 dissapeared again!) which is not noticed in the format version.
742
743 * mreport/MReportCC.cc, mreport/MReportStarguider.cc:
744 - fixed support for ver 200510250
745
746 * mjobs/MJSpectrum.cc:
747 - added fit of un-unfolded spectrum
748
749
750
751 2006/02/08 Daniela Dorner
752
753 * datacenter/scripts/sourcefile:
754 - implemented function checklock
755 - bugfix for failure code
756
757 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
758 checkstardone, doexclusions, fillcallisto, fillganymed, fillstar,
759 makecallistolinks, runcallisto, runganymed, runstar,
760 writesequencefiles:
761 - implemented usage of function checklock
762
763 * datacenter/scripts/copyscript, doqualityplots, dowebplots,
764 insertsequences, linkmc:
765 - implemented usage of function checklock
766 - implemented variable $program
767
768 * datacenter/scripts/dodatacheck:
769 - implemented usage of function checklock
770 - implemented variable $lockfile
771
772 * datacenter/scripts/insertdatasets, mcsequences, processmcsequences:
773 - implemented usage of function checklock
774 - implemented variables $lockfile and $program
775
776 * datacenter/macros/doexclusions.C, fillganymed.C:
777 - fixed bug
778
779 * datacenter/macros/fillsinope.C, setstatus.C:
780 - improved documentation
781
782 * datacenter/scripts/filesondisk:
783 - implemented finding of zipped files
784
785
786
787 2006/02/08 Thomas Bretz
788
789 * datacenter/macros/plotdb.C:
790 - some minor changes to the layout
791
792
793
794 2006/02/07 Daniela Dorner
795
796 * datacenter/scripts/makecallistolinks:
797 - fixed bug
798
799 * datacenter/db:
800 - added (directory with db-websites)
801
802
803
804 2006/02/07 Daniela Dorner, Daniel Hoehne
805
806 * datacenter/scripts/sourcefile:
807 - added failure code variables
808 - changed calling of setstatus.C accordingly
809
810 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
811 checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
812 fillganymed, fillstar, runcallisto, runganymed, runstar,
813 writesequencefiles:
814 - implemented failure variable
815
816 * datacenter/macros/getdolist.C, setstatus.C, setupdb.C:
817 - added new/changed columns (fReturnCode, fFailedCode,
818 fFailedCodeAdd)
819
820
821
822 2006/02/06 Daniela Dorner
823
824 * datacenter/scripts/fillstar, macros/setstatus.C, getdolist.C:
825 - fixed bugs
826
827
828
829 2006/02/03 Daniela Dorner
830
831 * datacenter/scripts/sourcefile:
832 - implemented two new functions: getdolist, finish
833 - implemented usage of function finish in other functions
834
835 * datacenter/scripts/movingrawfiles:
836 - implemented zipping of rawfiles
837
838 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
839 checkstardone, copyscript, correcttime, dodatacheck, doexclusions,
840 fillcallisto, fillganymed, fillstar, insertdatasets,
841 makecallistolinks, processmcsequences, runcallisto, runganymed,
842 runstar, writesequencefiles:
843 - replaced corresponding pieces of code by the functions getdolist
844 and finish
845 - moved variable $date to function getdolist
846 - improved logging
847 - generalized variables $lockfile and $todofile
848
849
850 2006/02/03 Daniela Dorner, Daniel Hoehne
851
852 * datacenter/scripts/sourcefile:
853 - fixed small bugs
854
855 * datacenter/scripts/runcallisto:
856 - small bugfix
857 - improved logging
858
859 * datacenter/scripts/insertdatasets:
860 - removed not needed variable
861
862 * datacenter/macros/getdolist.C:
863 - small bugfix
864
865
866
867 2006/02/02 Daniela Dorner
868
869 * datacenter/scripts/linkmc:
870 - changed numbering of P and C run in linking
871
872 * datacenter/scripts/sourcefile:
873 - moved to root-version root_v4.04.02g
874
875
876
877 2006/02/01 Daniel Hoehne
878
879 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
880 checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
881 fillganymed, fillstar, writesequencefiles:
882 - adapted usage of function setstatus
883
884
885
886 2006/01/31 Daniela Dorner
887
888 * datacenter/macros/setstatus.C, getdolist.C:
889 - adapted macros to changes in new columns (fFailedCode,
890 fFailedComment)
891
892 * datacenter/macros/setstatus.C:
893 - added "noreset" for column fStartTime (is needed so that runtime
894 is available in case of failure)
895
896 * datacenter/macros/setupdb.C:
897 - added new columns
898
899 * datacenter/scripts/runcallisto, runganymed, runstar:
900 - implemented failure handling
901
902 * datacenter/scripts/sourcefile:
903 - implemented new functions to set status values
904
905
906
907 2006/01/30 Daniel Hoehne
908
909 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
910 checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
911 fillganymed, fillstar, runcallisto, runganymed, runstar, sourcefile,
912 writesequencefiles:
913 - added function setstatus in sourcefile
914 - changed calling of setstatus.C in setstatus
915 - implemented variable $program to generalize usage of setstatus
916 - replaced corresponding piece of code by function setstatus
917 - fixed some typos
918
919
920
921 2006/01/30 Daniela Dorner
922
923 * datacenter/macros/setstatus.C, getdolist.C:
924 - adapted macros to the improvement of failure handling in the
925 automatic analysis (added columns fFailed, fStartTime,
926 fFailedTime)
927
928
929
930 2006/01/27 Thomas Bretz
931
932 * mjobs/MDataSet.cc:
933 - improved a warning output
934
935
936
937 2006/01/23 Thomas Bretz
938
939 * mbase/MTime.cc:
940 - removed a sanity check in GetStringFmt. It work's quite nice
941 in the DC but crashes on my Laptop (which is not so important)
942
943
944
945 2006/01/10 Daniela Dorner
946
947 * datacenter/macros/*.C, datacenter/script:
948 - updated and added documentation
949 - improved logging
950 - fixed small bugs
Note: See TracBrowser for help on using the repository browser.