source: trunk/MagicSoft/Mars/Changelog@ 7867

Last change on this file since 7867 was 7867, checked in by tbretz, 19 years ago
*** empty log message ***
File size: 61.5 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/08/08 Thomas Bretz
21
22 * mbadpixels/MBadPixelsCam.cc:
23 - added some comments
24
25 * mhist/MHEvent.cc:
26 - replaced GetTheta() by GetTelescopeTheta()
27
28 * msignal/MExtractedSignalCam.cc:
29 - some update to returning the hi-/lo-gain ratio
30
31 * mbase/MMath.[h,cc]:
32 - new functions MedianDev
33
34 * mhist/MHCamera.[h,cc]:
35 - new function GetMedian
36 - new function GetMedianDev
37
38
39
40 2006/08/08 Daniela Dorner
41
42 * datacenter/scripts/copyscript:
43 - updated address list of people who are informed about changes in
44 the catalog file
45 - improved output to mail
46 - updated search of newer catalogfiles
47 - addapted to change in md5sum
48 - fixed typo
49
50 * steps.rc:
51 - made interpretable for shell
52 - set Default to check, so that manually inserted sequences can't
53 be resettet
54
55 * datacenter/scripts/makecallistolinks:
56 - removed reason2
57
58
59
60 2006/08/06 Thomas Bretz
61
62 * datacenter/macros/checkstardone.C,
63 datacenter/macros/checkfileavail.C,
64 datacenter/macros/filldotraw.C:
65 - fixed. res was still not correctly deleted
66
67
68
69 2006/08/05 Thomas Bretz
70
71 * datacente/macros/fillsignal.C:
72 - still searched for tabs DiffHi and DiffLo... fixed.
73 - added a missing comma in the sql query
74
75 * mbase/MLog.cc, mbase/MLogHtml.cc:
76 - switched off buffering for ofstreams
77 - fixed length argument for the case </> are replaced by html-code
78
79 * datacenter/macros/checkstardone.C:
80 - fixed. was completely broken, didn't even compile.
81
82
83
84 2006/08/04 Thomas Bretz
85
86 * mhvstime/MHVsTime.cc:
87 - fixed a bug which made the argument of SetMinimum be ignored
88
89 * mpointing/MHPointing.cc:
90 - changed position of SetMinimum and SetMaximum
91
92 * msignal/MArrivalTimeCam.[h,cc]:
93 - added new options in GetPixelContent
94 - added some new member functions
95
96 * msignal/MExtractedSignalCam.[h,cc]:
97 - added new options in GetPixelContent
98 - added some new member functions
99
100 * msignal/MExtractedSignalPix.h:
101 - added some new member function
102 - added some comments
103
104 * msql/MSQLServer.cc:
105 - allow to setup different password for differend users and different
106 users for different databases in sql.rc
107
108 * mcalib/MCalibrateRelTimes.cc:
109 - implemented a workaround to mark pixels bad for extraction of
110 hi- and lo-gain failed. (Before MCalibrateData just assigned
111 a weird value)
112
113 * msignal/MArrivalTimePix.h:
114 - added some member functions
115
116 * msignal/MExtractTimeAndCharge.cc:
117 - added some comments which contain future code
118 - invalidate hi- and lo-gain if both could not be extracted properly
119 (FIXME: We need a cut on the number of unsuitable pixels per event)
120 - changed handling of sathi to make the detection of hi-gain
121 saturation work properly
122
123 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
124 - changed fgLoGainOffset from 1.05 to 0.95 (comming out of the
125 latest plots)
126 - fixed assignment of sat in hi-gain extraction to make sure
127 the the satuartion information can be returned properly
128
129 * msignal/MExtractTimeAndChargeSpline.cc:
130 - changed fgLoGainStartShift according to BCN cvs to -2.4 (FIXME
131 this should be checked!)
132 - adapted handling of sat in hi-gain extraction to changes
133 above
134
135 * mjobs/MJCalibrateSignal.cc:
136 - replaced the hi-/lo-gain pulse plots by plots showing the
137 hi-/lo-gain intercalibration and the hi-/lo-gain offset
138
139 * datacenter/macros/fillsignal.C:
140 - changed according to the changes
141
142 * mraw/MRawFileRead.cc:
143 - rais an error if a requested file could not be opened
144
145 * mbase/MParContainer.cc:
146 - added some comments
147
148
149
150 2006/08/03 Thomas Bretz
151
152 * mbase/MTask.cc:
153 - do not print number of executions if it is (UInt_t)-1
154
155 * mfileio/MReadReports.cc:
156 - do not allocate a MTime container anymore. This can be done
157 by root automatically which has the advantage that we don't
158 have to care about its deletion
159 - added some more debug output, just in case...
160
161 * mfileio/MReadTree.cc:
162 - fixed a typo in a comment
163
164 * mhist/MHRate.cc, mhist/MHWeather.cc, mhvstime/MHSectorVsTime.cc,
165 mhvstime/MHVsTime.cc:
166 - changed position of SetMinimum and SetMaximum
167
168 * mimage/MHHillas.[h,cc]
169 - made the Center-Histogram in the case only one is displayed
170 one with palette
171
172
173
174 2006/08/03 Markus Meyer
175
176 * resources/calibration.rc, calibration_spline.rc
177 - update of correction factors
178
179 * datacenter/macros/fillstar.C
180 - update of reference values for muon analysis
181
182
183
184 2006/08/02 Daniela Dorner
185
186 * datacenter/scripts/buildsequenceentries,
187 datacenter/scripts/checkfilesforsequenceavail,
188 datacenter/scripts/checkstardone, datacenter/scripts/copyscript,
189 datacenter/scripts/correcttime, datacenter/scripts/dodatacheck,
190 datacenter/scripts/doexclusions, datacenter/scripts/doqualityplots,
191 datacenter/scripts/dowebplots, datacenter/scripts/filesondisk,
192 datacenter/scripts/fillcallisto, datacenter/scripts/fillganymed,
193 datacenter/scripts/fillstar, datacenter/scripts/insertdatasets,
194 datacenter/scripts/insertsequences, datacenter/scripts/linkmc,
195 datacenter/scripts/makecallistolinks,
196 datacenter/scripts/mcsequences, datacenter/scripts/movingrawfiles,
197 datacenter/scripts/processmcsequences, datacenter/scripts/rmlocks,
198 datacenter/scripts/runcallisto, datacenter/scripts/runganymed,
199 datacenter/scripts/runstar, datacenter/scripts/sourcefile,
200 datacenter/scripts/writesequencefiles:
201 - replaced $USER by `whoami`
202
203 * datacenter/scripts/dowebplots:
204 - write output (ps, png files) to $datapath and not $webdir to
205 speed up the webupdate
206
207
208
209 2006/08/02 Thomas Bretz
210
211 * mhist/MHCamEvent.cc:
212 - removed some obsolete includes
213
214 * msignal/MExtractTimeAndCharge.cc:
215 - reformatted position of a parenthesis
216
217 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
218 - changed default lo-gain offset to new value 1.05 which was
219 determined plotting arrival time vs. signal height.
220 - added fHiGainFirst to time (as it is in the spline extractor)
221
222 * msignal/MSignalCam.cc:
223 - after extesive tests using the arrival time vs signal height
224 histograms, new threshold levels (independent of the pixel size)
225 have been determined for the pulse positions
226 (50phe for pulse, hi-gain and 320phe for lo-gain)
227
228 * datacenter/macros/fillsignal.C:
229 - changed to support new information about pulse positions
230
231
232
233 2006/08/01 Thomas Bretz
234
235 * mcalib/MCalibCalcFromPast.cc:
236 - hand over the hi-lo-gain conversion factors to the new
237 MCalibrationChargeCam if reinitialized
238
239 * mcalib/MCalibrateData.cc:
240 - removed obsolete use of zenith angle (which actually was never used)
241 - fixed a bug which caused the renorm factor being initialized from
242 default instead of the QECam always (which didn't make any difference
243 because also the QECam contains the default value)
244
245 * mcalib/MCalibrateRelTimes.[h,cc]:
246 - store also the information whether lo-gain was used or not in
247 MSignalCam
248 - removed some comments from header
249
250 * mcalib/MCalibrationQEPix.[h,cc]:
251 - removed obsolete use of zenith angle (which actually was never used)
252
253 * mhist/MHCamera.cc:
254 - fixed wrong cast (from this to TProfile instead of TH1D)
255
256 * mjobs/MJCalibrateSignal.cc:
257 - added tabs for hi-/lo-gain pulse position
258
259 * mjobs/MJCalibration.cc:
260 - removed obsolete use of zenith angle (which actually was never used)
261 for MCalibrationQEPix
262
263 * msignal/MArrivalTimePix.h:
264 - added Copy member function
265
266 * msignal/MExtractedSignalPix.cc:
267 - small code layout
268
269 * msignal/MSignalPix.[h,cc]:
270 - added new (non I/O) member fLoGainUsed
271
272 * msignal/MSignalCam.cc:
273 - added cases 10 and 11 to GetPixelContent
274 - added some more comments
275
276
277
278 2006/07/31 Thomas Bretz
279
280 * showplot.cc:
281 - added new options to write bmp and xml files
282 - added new options for the display size
283
284 * mbase/MStatusDisplay.[h,cc]:
285 - changed the constructor to allow starting with a different size
286 - added new member functions to change the display or canvas size
287 - fixed setting of sizes
288
289
290
291 2006/07/30 Thomas Bretz
292
293 * macros/starfield.C:
294 - updated to use resources/mirrors.def by default
295
296 * mhist/MHCamera.[h,cc]:
297 - replaced SavePrimitive(ofstream&) by SavePrimitive(ostream&)
298 - if necessary let SavePrimitive(ofstream&) call
299 SavePrimitive(ostream&)
300
301 * mgui/MHexagon.[h,cc]:
302 - special solution for SavePrimitive because it calls a function
303 from the base class which also needs ofstream or ostream
304
305 * mbase/MStatusDisplay.[h,cc]:
306 - switched on writing bmp and xml (I still found no program able
307 to read this bmp, but they are written)
308 - removed check for writing images in batch mode for root
309 >= 5.12/00. It is working now.
310 - calculate kB and MB correctly by dividing by 1000 instead of
311 1024 (would be kiB and MiB)
312 - removed some unused parameters from function declaration
313 - fixed some warnings about local overwrites of variable names
314 - fixed a deprecated conversion from string constant to `char*
315
316
317
318 2006/07/29 Thomas Bretz
319
320 * mhflux/MHEffectiveOnTime.cc:
321 - changed the fit such that initial values are calculated
322 automatically now instead of using build in values. This
323 makes the fit more indepedant of the underlaying rates.
324 With a test of ~350 sequences in the test database it could
325 be shown that the new fit gives the same result +/-1sek.
326 The highest deviation was +5s the lowest -10s.
327 - the number of the first bin used in the fit became a variable
328 - A limit of 15kHz was set for the rate
329 - sanity checkes for lambda==0 added (possible division by zero)
330 - increased class version number by one
331 - made functions derived from MH private
332 - to fit the resulting "gammas" use fFirstBin=1 and fNumEvents=120
333
334
335
336 2006/07/28 Daniela Dorner
337
338 * datacenter/scripts/buildsequenceentries,
339 datacenter/scripts/checkfilesforsequenceavail,
340 datacenter/scripts/checkstardone, datacenter/scripts/copyscript,
341 datacenter/scripts/correcttime, datacenter/scripts/dodatacheck,
342 datacenter/scripts/doexclusions, datacenter/scripts/doqualityplots,
343 datacenter/scripts/dowebplots, datacenter/scripts/filesondisk,
344 datacenter/scripts/fillcallisto, datacenter/scripts/fillganymed,
345 datacenter/scripts/fillstar, datacenter/scripts/insertdatasets,
346 datacenter/scripts/insertsequences, datacenter/scripts/linkmc,
347 datacenter/scripts/makecallistolinks,
348 datacenter/scripts/mcsequences, datacenter/scripts/movingrawfiles,
349 datacenter/scripts/processmcsequences, datacenter/scripts/rmlocks,
350 datacenter/scripts/runcallisto, datacenter/scripts/runganymed,
351 datacenter/scripts/runstar, datacenter/scripts/sourcefile,
352 datacenter/scripts/writesequencefiles:
353 - replaced username by $USER
354
355
356
357 2006/07/27 Thomas Bretz
358
359 * datacenter/macros/buildsequenceentries.C:
360 - removed some obsolete output
361 - logging output redone
362 - added some missing delete of TSQLResults
363 - fixed some overwrite of local variables
364 - added more comments
365 - moved code building the blocks to its own function
366 - simplified buildblocks
367
368
369
370 2006/07/27 Daniela Dorner
371
372 * datacenter/scripts/buildsequenceentries:
373 - fixed bug in name of logfile (introduced on 2006/02/03)
374
375
376
377 2006/07/26 Daniela Dorner
378
379 * datacenter/scripts/movingrawfiles:
380 - changed machine
381 - added logging
382 - added launching of filesondisk, when files have been moved
383
384 * datacenter/scripts/filesondisk:
385 - added logging
386
387
388
389 2006/07/26 Thomas Bretz
390
391 * merpp.cc:
392 - files with the extension .raw.gz were not found. fixed. This
393 is necessary because raw-files must be merpped before they can
394 be displayed with the mars-gui.
395
396 * star.cc:
397 - fixed some misalignment when the title is printed
398
399 * datacenter/macros/fillsinope.C:
400 - removed some obsolete comments
401
402 * mbase/MContinue.h:
403 - some reformatting
404
405 * mreport/MReportStarguider.h:
406 - added enum for states
407 - added IsMonitoring member function
408
409 * msignal/MArrivalTimeCam.cc:
410 - fixed a problem which gave errors when compiling (introduced
411 with the latest change)
412
413 * manalysis/MEventRateCalc.[h,cc], manalysis/MGeomApply.[h,cc],
414 manalysis/MMultiDimDistCalc.[h,cc], mbadpixels/MBadPixelsTreat.[h,cc],
415 mbase/MEvtLoop.[h,cc], mbase/MParContainer.[h,cc], mbase/MParList.[h,cc],
416 mbase/MTask.[h,cc], mbase/MTaskList.[h,cc], mcalib/MCalibrateData.[h,cc],
417 mdata/MDataArray.[h,cc], mfbase/MF.[h,cc], mfbase/MFDataChain.[h,cc],
418 mfbase/MFDataChain.[h,cc], mfbase/MFDataMember.[h,cc],
419 mfbase/MFilterList.[h,cc], mfileio/MReadTree.[h,cc],
420 mfileio/MWriteRootFile.[h,cc], mfilter/MFParticleId.[h,cc],
421 mfilter/MFTriggerLvl1.[h,cc], mfilter/MFTriggerLvl2.[h,cc],
422 mhbase/MBinning.[h,cc], mhbase/MFillH.[h,cc], mhbase/MH3.[h,cc],
423 mhbase/MHMatrix.[h,cc], mimage/MHillasCalc.[h,cc],
424 mimage/MImgCleanStd.[h,cc], mimage/MImgCleanTGB.[h,cc],
425 mpointing/MSrcPosCam.[h,cc], msignal/MExtractFixedWindow.[h,cc],
426 msignal/MExtractSignal.[h,cc], msignal/MExtractSignalABcorr.[h,cc],
427 msignal/MExtractor.[h,cc], mtools/MChisqEval.[h,cc]
428 - replaced StreamPrimitive(ofstream&) by StreamPrimitive(ostream&)
429 - replaced SavePrimitive(ofstream&) by SavePrimitive(ostream&)
430 - if necessary let SavePrimitive(ofstream&) call
431 SavePrimitive(ostream&)
432
433 * mbadpixels/MBadPixelsCam.cc, mbadpixels/MBadPixelsIntensityCam.cc,
434 mbase/MEvtLoop.cc, mbase/MLog.cc, mbase/MParList.cc, mbase/MTaskList.cc,
435 mcalib/MCalibConstCam.cc, mcalib/MCalibrationBlindCam.cc,
436 mcalib/MCalibrationCam.cc, mcalib/MCalibrationIntensityCam.cc,
437 mcalib/MCalibrationIntensityConstCam.cc, mdata/MDataArray.cc,
438 mdata/MDataFormula.cc, mdata/MDataList.cc, mfbase/MFilterList.cc,
439 mgeom/MGeomCam.cc, mhcalib/MHCalibrationCam.cc, mmain/MMonteCarlo.cc,
440 mpedestal/MPedPhotCam.cc, mpedestal/MPedestalCam.cc,
441 mreport/MReportFileRead.cc, msignal/MArrivalTimeCam.cc,
442 msignal/MExtractedSignalCam.cc, msignal/MSignalCam.cc:
443 - replaced ForEach by R__FOR_EACH
444
445 * mbase/MAGIC.h:
446 - define R__FOR_EACH macro if not yet defined
447
448 * mbase/MEvtLoop.cc:
449 - removed usage of copy-constructor of TEnv
450
451 * mbase/MString.h:
452 - exclude some of the member function from CINT (gives problem
453 with CINT)
454
455 * mfbase/MFEventSelector.[h,cc]:
456 - removed StreamPrimitive (it was empty anyhow)
457
458 * mranforest/MRanTree.cc:
459 - moved includes for TVector and TMatrix to header
460 - replaced TMatrixRow by TMatrixFRow_const in TreeHad
461
462 * msignal/Makefile, msignal/SignalLinkDef.h:
463 - removed MExtractSignal
464 - removed MExtractSignal2
465 - removed MExtractSignal3
466 - removed MExtractSignalABcorr
467
468 * mbase/MArgs.cc, mbase/MContinue.cc, mbase/MEnv.cc, mbase/MGMap.[h,cc],
469 mbase/MGTask.h, mbase/MLogManip.h, mbase/MLogPlugin.h
470 mbase/MParContainer.cc, mbase/MParList.cc, mbase/MParameters.cc,
471 mbase/MSearch.cc, mbase/MStatusArray.h, mbase/MTask.cc,
472 mbase/MTaskList.[h,cc]:
473 - removed some unused parameters from function declaration
474
475 * mbase/MArray.h, mbase/MArrayB.h, mbase/MArrayD.h, mbase/MArrayF.h,
476 mbase/MArrayI.h, mbase/MArrayS.h, mbase/MDirIter.h, mbase/MLog.[h,cc],
477 mbase/MReadSocket.h, mbase/MTask.cc, mbase/MTaskList.[h,cc],
478 mbase/MTime.h:
479 - added explicit initialization of base class to copy ctor
480
481 * mbase/MDirIter.[h,cc], mbase/MLog.[h,cc], mbase/MRunIter.cc,
482 mbase/MZlib.cc:
483 - fixed some warnings about local overwrites of variable names
484
485 * mbase/MTaskList.[h,cc]:
486 - removed unsused second argument from CheckAddListTo
487 - allow 0 as the type argument which just keeps the input steam id
488 of the task
489
490 * mjobs/MSequence.cc:
491 - fixed a deprecated conversion from string constant to `char*
492
493 * mfbase/MFilterList.cc:
494 - improved warn output
495
496 * msignal/MArrivalTimeCalc2.cc, msignal/MArrivalTimePix.[h,cc],
497 msignal/MExtractFixedWindowPeakSearch.cc, msignal/MExtractSignal.cc,
498 msignal/MExtractSignal2.cc, msignal/MExtractSignal3.cc,
499 msignal/MExtractSignalABcorr.cc, msignal/MExtractTime.cc,
500 msignal/MExtractTimeAndCharge.cc, msignal/MExtractor.cc,
501 msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.cc:
502 - removed first obsolete argument from SetGainSaturation
503
504 * msignal/MExtractedSignalCam.[h,cc]:
505 - removed obsolete fNdf
506 - increased class version
507
508 * msignal/MExtractedSignalPix.[h,cc]:
509 - removed obsolete fIsLoGainUsed
510 - removed obsolete fChisquare
511 - increased class version
512 - removed obsolete first argument from SetGainSaturation
513
514
515
516 2006/07/23 Thomas Bretz
517
518 * datacenter/scripts/copyscript:
519 - only try to insert the contents of runbook files which
520 contain the regexp \\\.rbk$ instead of .rbk It might be
521 that in a script it should be \.rbk$ rather than \\\.rbk$
522 (to be tested)
523
524
525
526 2006/07/22 Thomas Bretz
527
528 * datacenter/scripts/runstar:
529 - added -r to sort ToDo-files such that the newest sequences
530 are processed first
531
532
533
534 2006/07/21 Daniela Dorner
535
536 * datacenter/scripts/checkfilesforsequavail:
537 - fixed bug in path
538
539
540
541 2006/07/19 Thomas Bretz
542
543 * msignal/MArrivalTimeCam.cc:
544 - added case 7 and 2 in GetPixelContent
545
546
547
548 2006/07/13 Thomas Bretz
549
550 * mastro/MAstroCatalog.h:
551 - implemented new member function GetNumStars
552
553 * mbase/MGMap.[h,cc]:
554 - implemented new member function DrawHexagon
555
556
557
558 2006/07/11 Thomas Bretz
559
560 * mbase/MStatusArray.cc, mdata/MDataChain.cc, mdata/MDataFormula.cc,
561 mhflux/MMcSpectrumWeight.cc, mimage/MHillasExt.cc, mjobs/MJCut.cc,
562 msignal/MExtractTimeAndChargeDigitalFilter.cc,
563 mranforest/MRanForestCalc.cc:
564 - fixed some compiler warning of the kind
565 ambiguous overload for `Bool_t ? const char[14] : const TString &'
566 to make gcc 2.95.3 happy (used to get cosy working with the
567 latest Mars version)
568
569 * mbase/MZlib.[h,cc]:
570 - added some preprocessor statements which allow compilation with
571 gcc 2.95.3
572
573 * mastro/MAstroCamera.cc:
574 - removed path from include
575
576 * mastro/Makefile:
577 - added directory for MHCamera
578
579 * mhflux/MHThetaSqN.cc:
580 - removed the const-qualifier from the static_cast when setting
581 tghe MParameterD
582
583
584
585 2006/07/06 Thomas Bretz
586
587 * Makefile.conf.linux:
588 - removed options -Wstrict-prototypes -Wmissing-prototypes
589 obsolete for C++
590
591 * mastro/MAstro.h, mgui/MCamEvent.h:
592 - added virtual destructor to make gcc 4.1 happy
593
594 * mfilter/MFMagicCuts.cc, mtools/MagicJam.cc:
595 - added includes to make gcc 4.1 happy
596
597 * mranforest/MRanForestCalc.cc:
598 - added include for the compilation with root 5.10/00
599
600
601
602 2006/07/05 Thomas Bretz
603
604 * datacenter/macros/checkfileavail.C,
605 datacenter/macros/checkstardone.C,
606 datacenter/macros/doexclusions.C,
607 datacenter/macros/filldotraw.C,
608 datacenter/macros/fillganymed.C,
609 datacenter/macros/fillsignal.C,
610 datacenter/macros/fillstar.C,
611 datacenter/macros/setupdb.C:
612 - make sure that 'res' is correctly deleted
613
614 * datacenter/macros/doexclusions.C:
615 - fixed some variable name overrides
616
617 * mhflux/MAlphaFitter.[h,cc]:
618 - added the possibility to DrawResult()
619
620 * mhflux/MHAlpha.[h,cc]:
621 - added new output container (Bin) which contains the number
622 of the bin the event was assigned to
623 - fixed drawing the significance in DrawAll
624
625
626
627 2006/07/04 Daniela Dorner
628
629 * datacenter/scripts/copyscript:
630 - removed not needed if-clause (was used to copy subsystemfiles to
631 /magic/datacenter/totape)
632
633
634
635 2006/07/03 Thomas Bretz
636
637 * mhflux/MHThetaSqN.[h,cc]:
638 - added counter and output some statistics afterwards
639
640
641
642 2006/06/29 Thomas Bretz
643
644 * mmain/MEventDisplay.cc:
645 - added decoding of calibration pattern
646
647 * mbase/MContinue.cc:
648 - small change to some output
649
650 * mmc/MMcTrig.hxx, mmc/MMcTrigHeader.hxx:
651 - increased version number
652
653 * mmc/Mdefine.h:
654 - increased CAMERA_PIXELS from 3500 to 3800
655
656
657
658 2006/06/28 Daniela Dorner
659
660 * datacenter/macros/setupdb.C:
661 - added new columns
662 - changed name columns
663
664
665
666 2006/06/28 Thomas Bretz
667
668 * datacenter/macros/fillstar.C:
669 - added number of correlated stars
670
671 * datacenter/macros/plotdb.C:
672 - added number of correlated stars
673 - changed name of database column
674
675 * callisto.cc, mbadpixels/MBadPixelsCalc.cc,
676 mjtrain/MJTrainSeparation.cc:
677 - small improvement to log-output
678
679 * tpoint/gui.C:
680 - added some SetFrameBorderMode and SetBorderMode
681
682
683
684 2006/06/27 Thomas Bretz
685
686 * mhflux/MHAlpha.cc:
687 - added a small change to prevent DrawAll from opening a new
688 canvas if called with the option "No new canvas" and no
689 fDisplay
690
691
692
693 2006/06/26 Thomas Bretz
694
695 * mjobs/MJCut.[h,cc]:
696 - added error codes for some fatal errors
697
698 * ganymed.cc:
699 - pipe error codes to shell
700
701
702
703 2006/05/29 Thomas Bretz
704
705 * mbase/MEnv.cc:
706 - included THashList for compatibility with root 5.10/00
707
708 * mdata/MDataArray.[h,cc]:
709 - included TVector in header for compatibility with root 5.10/00
710
711 * mgui/MHexagon.cc:
712 - changed argument of PaintFillArea from Float_t to Double_t
713 for compatibility with root 5.10/00
714
715 * mhbase/MHMatrix.[h,cc]:
716 - added some #ifdef for compatibility with root 5.10/00
717 - included TVector in the header for compatibility with
718 root 5.10/00
719
720 * mjtrain/MJTrainDisp.cc:
721 - added the possibility to set weights
722 - added new histogram to show avg psf versus energy
723
724 * mjtrain/MJTrainRanForest.cc:
725 - included TFile for compatibility with root 5.10/00
726
727 * mranforest/MRanForest.[h,cc]:
728 - included TMatrix and TVector in header for compatibilty
729 with root 5.10/00
730
731 * mtools/MHSimulatedAnnealing.[h,cc]:
732 - included TMatrix and TVector in header for compatibilty
733 with root 5.10/00
734
735
736
737 2006/05/24
738
739 * RELEASE 0.9.6
740
741
742
743 2006/05/24 Thomas Bretz
744
745 * mbadpixels/MBadPixelsTreat.cc:
746 - another small improvement, set fMaxArrivalTimeDiff to 0.9
747
748 * mjobs/MJPedestal.cc:
749 - switched off error in case of "pulse is too much to the left"
750 - the extraction window is not changed anymore
751
752 * mhflux/MAlphaFitter.cc:
753 - made new background fit more robust by improving the start
754 values
755
756 * mhflux/MHAlpha.[h,cc]:
757 - preliminary implementation showing automatically all sizebins in
758 the status display
759
760 * mpointing/MPointingDevCalc.[h,cc]:
761 - if the mispointing is set to 0 due to missing mispointing
762 information also the starguider calibration is reset.
763 - in the case the latest report is older than a default (currently
764 one minute) and the current report will be skip the starguider
765 correction and calibration will be reset.
766
767 * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
768 - updated
769
770 * mmc/MMcRunHeader.hxx:
771 - added new getter for ShowerPhiMin and ShowerPhiMax
772
773
774
775 2006/05/23 Daniela Dorner
776
777 * scripts/processsequence:
778 - added (script to run callisto, merppupdate and star for 1
779 sequence)
780
781 * scripts/preparemc:
782 - added (script to create montecarlo sequence and datasetfiles)
783
784
785
786 2006/05/23 Thomas Bretz
787
788 * mranforest/MRanTree.cc:
789 - should be if(!Finite) instead of if(Finite)
790
791 * mhbase/MH3.cc:
792 - fixed a problem which arouse in root 4.04/02g namely that
793 is the draw-option is " " nothing is displayed. Therefore
794 all " " are removed before the histogram is drawn
795
796 * mhist/MHCamera.cc:
797 - when the azimuthal profile was produced the binning was optimized
798 with the OptimizeLimits. This doesn't make sense because it
799 changed the alignment of the bins with the 60deg boundaries
800
801 * mreport/MReportStarguider.cc:
802 - fixed a typo in a comment and removed an obsolete one
803
804 * msignal/MExtractTimeAndCharge.cc:
805 - instead of setting the arrival time to a value at the border of
806 the meaningful range a random number is assigned in the case
807 of an arrival time extracted outside the fadc range. This
808 avoids possible unfortuante coincidences in arrival times.
809
810 * mbadpixels/MBadPixelsTreat.[h,cc]:
811 - added new data member fMaxArrivalTimeDiff, which is the maximum
812 arrival time difference allowed for the badpixel algorithm
813 to determin whether a pixels belongs to a shower
814 - changed the old value (0.5) to 1.0 as suggested by Stefan
815 due to a recent study on the fraction of pixels surviving the
816 image cleaning
817
818 * callisto.rc, callisto_Dec04Jan05.rc, callisto_MarApr05.rc:
819 - added comment to show usage of new option
820
821
822
823 2006/05/22 Daniela Dorner
824
825 * datacenter/scripts/makecallistolinks:
826 - fixed bug
827
828
829
830 2006/05/22 Thomas Bretz
831
832 * mranforest/MRanTree.cc:
833 - replaced some arbitrary small and large values by FLT_MAX in
834 FindBestSpllit*
835 - replaced in FindBestSpllit* a sanity check for rld and rrd (do
836 not divide by zero) by a check whether the result (crit) is finite
837
838 * mcamera/MCameraRecTemp.[h,cc]:
839 - implemented new data member for validity
840 - increased class version by 1
841
842 * mpointing/MHPointing.[h,cc]:
843 - implemented new TGraph for number of correlated stars
844 - increased class version by 1
845
846 * mpointing/MPointingDevCalc.cc:
847 - if the report is empty assume no pointing deviation and also
848 reset the starguider calibration
849
850 * mpointing/MPointingPos.cc:
851 - slight modifications to comment
852
853 * mreport/MReport.cc:
854 - introduced new fake version to support new starguider format
855
856 * mreport/MReportCC.[h,cc]:
857 - improved handling of receiver boar com-errors and RecTemp section
858
859 * mreport/MReportStarguider.[h,cc]:
860 - implemented changes in the starguider reports around 9th May
861 - added new data member for number of correlated stars
862 - increased class version by 1
863
864
865
866 2006/05/21 Thomas Bretz
867
868 * mfileio/MReadTree.cc:
869 - show all added files only in debug modes or if wildcards are used
870
871 * mfilter/MFEnergySlope.[h,cc]:
872 - added a third constructor which also allows to set fMcEnergyMin
873
874 * mjtrain/MJTrainSeparation.[h,cc]:
875 - updated text output
876 - improved result display
877 - added possibility to set weights and/or pre/post-tasks for
878 train or test only
879
880 * mranforest/MRanForest.cc:
881 - commented out an obsolete check to check whether TMath::Sort
882 has sorted correctly
883 - added some comments
884
885
886
887 2006/05/20 Thomas Bretz
888
889 * mreport/MReportCC.cc:
890 - fixed a typo in InterpreteTD which was introduced yesterday
891
892
893
894 2006/05/19 Thomas Bretz
895
896 * mbase/MMath.h:
897 - added default to second argument of GaussProb
898
899 * mcamera/MCameraTD.[h,cc], mcamera/MCameraTH.[h,cc]:
900 - added a data member fIsValid giving the status of the arrays
901 in case the CC reports contained nonsense (mainly for files
902 before summer 2005)
903 - increased class version by 1
904
905 * mhflux/MHAlpha.h:
906 - made SetOffData virtual
907
908 * mreport/MReport.cc:
909 - small changes to some comments
910
911 * mreport/MReportCC.[h,cc]:
912 - better handling of problems with the TH and TD part of the
913 CC-REPORT for files older than 200507190 and 200412210
914 respectively
915
916 * mreport/MReportFileReadCC.cc:
917 - always output the file format version
918
919 * mhflux/MAlphaFitter.[h,cc]:
920 - implemented fitting of the off-data for background determination
921 - the result values are not yet accessible
922 - increased class version by 1
923
924 * mhflux/MHThetaSqN.[h,cc]:
925 - some improvements regarding the treatment of the signal-regions
926 - allow to set a different cut-level for off-cuts
927
928
929
930 2006/05/18 Thomas Bretz
931
932 * mhflux/MAlphaFitter.h:
933 - added Getter for ScaleMode
934
935 * mhflux/MHAlpha.[h,cc]:
936 - made fHillas data member protected
937 - increased size of fMap
938
939 * mhflux/MHThetaSq.[h,cc]:
940 - removed obsolete data-member fThetaSq
941
942 * mjtrain/MJTrainRanForest.cc, mranforest/MRanForestCalc.cc:
943 - fixed a typo in a comment
944
945 * mranforest/MRanTree.cc:
946 - added a lot of comments in the code
947
948 * callisto.cc:
949 - fixed typo in output
950
951 * mhflux/MHThreshold.cc:
952 - enabled grids
953 - slightly improved calculation of shown threshold
954
955 * mhflux/MHThetaSqN.[h,cc]:
956 - added
957
958 * mhflux/Makefile, mhflux/FluxLinkDef.h:
959 - added MHThetaSqN
960
961
962
963 2006/05/18 Daniela Dorner
964
965 * resources/calibration.rc, resources/calibration_spline.rc:
966 - added values for current and following periods
967
968
969
970 2006/05/05
971
972 * RELEASE 0.9.5.1
973
974
975
976 2006/05/05 Thomas Bretz
977
978 * datacenter/macros/plotdb.C:
979 - updated with new tabs for the starguider data
980
981 * mhflux/MHEnergyEst.cc:
982 - print the result to the all-logstream
983 - changed the fit range not to take the overflow into account
984
985 * mranforest/MRanForest.[h,cc]:
986 - Use the default Reset() instead of Reset(0)
987 - changed output while training
988 - replaced a lot of TArrays by MArrays
989 - at some points replaced gRandom->Rndm by gRandom->Integer
990 - removed some obsolete arguments from ModifyDataSort
991 - In CreateDataSort isort need not to be initialized, it is
992 done by TMath::Sort anyhow
993 - a small simplification to ModifyDataSort
994 - added some const-qualifiers in funciton calls
995
996 * mranforest/MRanTree.[h,cc]:
997 - replaced a lot of TArrays by MArrays
998 - removed some obsolete calls to Reset(0) after the instatization
999 of the array
1000 - small acceleration of the averaging when calculating fBestSplit[k]
1001 - at some points replaced gRandom->Rndm by gRandom->Integer
1002 - directly give mean[kbuild] and square[kbuild] as an argument
1003 to FindBestSplit
1004 - removed the obsolste dereferencing from the call to FindBestSplit
1005 - added some const-qualifiers in funciton calls
1006 - make a copy of tclasspop in BuildTree to be able to give the
1007 array as a const qualified reference. It is not used at any other
1008 place
1009 - in TreeHad first get the pointers to the vector with the data to
1010 get rid of the range check done by root. This has also the advantage
1011 that all TreeHad member function can be unified into a single
1012 member function
1013
1014 * mhflux/MAlphaFitter.cc:
1015 - fixed a problem with the fit which could cause infinite loops
1016 in the case of off-data. This did in no means effect the result,
1017 just the performance.
1018
1019 * mhbase/MH3.cc:
1020 - convert the options ToLower case first before checking
1021
1022 * mjtrain/MJTrainRanForest.[h,cc]:
1023 - added AddPar member function
1024 - added fPreTasks and fPostTasks
1025 - added fEnableWeights
1026 - added member functions suporting setting pre- and posttasks
1027 and weights
1028
1029 * mtools/MTFillMatrix.h:
1030 - added new member function to clear the fPreCuts, fPreTasks and
1031 fPostTasks lists
1032
1033 * mjtrain/MJTrainEnergy.cc:
1034 - implemented usage of weights
1035
1036 * mjtrain/MJTrainSeparation.[h,cc]:
1037 - implemented the usage of weights
1038 - implemented a random source position to train with wobble
1039 data
1040 - added some more output
1041 - added an option to switch between classification and regression
1042 - added th epossibility to change the MC flux
1043
1044 * mjtrain/Makefile:
1045 - added include path for mpointing and mimage
1046
1047
1048
1049 2006/05/04 Thomas Bretz
1050
1051 * mbase/MTaskList.[h,cc]:
1052 - added new member function AddToListBefore(TList&) and
1053 AddToListAfter(TList&)
1054 - added corresponding RemoveFromList(TList&)
1055
1056 * mhflux/MMcSpectrumWeight.[h,cc]:
1057 - added new member functions CalcSpecNew and CalcSpecOld to
1058 evaluate the spectrum at a given energy
1059 - added a new data member which allows to set an energy
1060 at which the normalization is calculated instead of
1061 the integral
1062
1063 * mpointing/MSrcPosRndm.[h,cc]:
1064 - added new option which allows to create a random wobble
1065 source position
1066
1067
1068
1069 2006/05/03 Daniela Dorner
1070
1071 * datacenter/macros/setupdb.C:
1072 - changed type of sourcename and projectname according to new
1073 format
1074
1075
1076
1077 2006/05/03 Thomas Bretz
1078
1079 * Makefile.rules:
1080 - added new option zdiff
1081
1082 * mbase/MTaskList.[h,cc]:
1083 - overwrite member function AddToList with a TList-reference
1084 as argument
1085
1086 * mhflux/MHCollectionArea.[h,cc]:
1087 - added the missing //! behind the fMcEvt data member
1088 - increased class version number
1089 - removed obsolete fEnergy data member
1090
1091 * mranforest/MRanForest.cc:
1092 - added to the output whether weights are set
1093
1094 * mraw/MRawRunHeader.cc:
1095 - removed an obsolete Print() which enetered for debugging
1096
1097 * mimage/MHNewImagePar.cc:
1098 - the plots for CocCOG and ConcCore had the same color... fixed
1099
1100 * mranforest/MRanForestCalc.[h,cc]:
1101 - allow to set weights for each event
1102
1103 * mtools/MTFillMatrix.[h,cc]:
1104 - implemented the possibility to set pre- and post-tasks
1105 executed in the eventloop
1106
1107
1108
1109
1110 2006/05/02 Thomas Bretz
1111
1112 * mraw/MRawRunHeader.cc:
1113 - fixed the typo in the output
1114
1115 * mpointing/MHPointing.cc, datacenter/macros/fillstar.C:
1116 - fixed a typo in the name of the plot Skybrightness
1117
1118
1119
1120 2006/04/30 Thomas Bretz
1121
1122 * mjtrain/MJTrainSeparation.[h,cc]:
1123 - new option to switch between regression and classification
1124 - fixed the auto training (still far from working well)
1125 - improved result plots
1126
1127 * mbase/MMath.cc:
1128 - fixed SignificanceLiMa such that it allows basically zero
1129 signal- and/or background events
1130
1131
1132
1133 2006/04/27 Thomas Bretz
1134
1135 * datacenter/macros/fillstar.C:
1136 - replaced the mean by the median
1137
1138
1139
1140 2006/04/26 Daniela Dorner
1141
1142 * datacenter/macros/fillstar.C, datacenter/macros/setupdb.C:
1143 - added four new columns to the table Star
1144
1145
1146
1147 2006/04/24 Thomas Bretz
1148
1149 * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
1150 - some fixes to the comments describing random forest
1151
1152
1153
1154 2006/04/23 Thomas Bretz
1155
1156 * mhist/MHHadronness.cc:
1157 - do not reset the two hadronness-histograms in SetupFill
1158 otherwise MJTrainSeparation cannot work correctly
1159
1160 * mjtrain/MJTrainSeparation.cc:
1161 - added a Plot of Hadronness versus Size for MC events
1162
1163
1164
1165 2006/04/22 Thomas Bretz
1166
1167 * mraw/MRawRunHeader.cc:
1168 - some small changes, mainly output and comments
1169
1170 * mhflux/MHAlpha.[h,cc]:
1171 - show also the integrated number of excess events in the
1172 plot versus energy/size and show the correct error.
1173
1174 * mtools/MJSpectrum.cc:
1175 - added accelerator for executing the tasklist as in MJCut
1176
1177 * macros/train/trainseparation.C:
1178 - fixed a typo
1179
1180 * mjtrain/MJTrainSeparation.h:
1181 - added missing initialization of fAutoTrain
1182 - fixed an error in EnablAutoTrain (was always set to kTRUE)
1183
1184
1185
1186 2006/04/21 Daniel Hoehne
1187
1188 * datacenter/scripts/doqualityplots, datacenter/scripts/dowebplots:
1189 - fixed bug in usage of pstoimg
1190
1191
1192
1193 2006/04/13 Thomas Bretz
1194
1195 * mraw/MRawRunHeader.[h,cc]:
1196 - adapted to new DAQ format version 6
1197 - increased class version number
1198
1199 * mtools/MTFillMatrix.cc:
1200 - added accelerator for executing the tasklist as in MJCut
1201
1202 * mfilter/MFEnergySlope.cc:
1203 - small update to output
1204
1205 * mfbase/MFilterList.[h,cc]:
1206 - fixed a really old problem that the contents of the list never
1207 got ReInit. Hopefully this never had bad sideeffects.
1208
1209 * macros/train/trainenergy.C:
1210 - added another comment how to change the spectral slope of the
1211 monte carlo spectrum
1212
1213
1214
1215 2006/04/13 Thomas Bretz
1216
1217 * mreport/MReport.cc:
1218 - added new fake arehucas versions to fix a problem with the
1219 starguider reports
1220
1221 * mreport/MReportFileRead.cc:
1222 - increased informations in warning output
1223
1224 * mreport/MReportStarguider.cc:
1225 - fixed a problem with the starguider reports between 6.3.2006 and
1226 19.3.2006
1227
1228
1229
1230 2006/04/13 Daniel Hoehne
1231
1232 * datacenter/db/findoffdata.php:
1233 - implemented query for the inhomogeneity
1234
1235 * datacenter/db/runinfo.php:
1236 - added checkboxes for start time, failed time and error codes
1237
1238 * datacenter/db/datacheck.php:
1239 - fixed bug in StatusMenus for DataCheck and RawFile
1240
1241
1242
1243 2006/04/12 Daniela Dorner, Daniel Hoehne
1244
1245 * datacenter/scripts/makecallistolinks:
1246 - fixed bug
1247
1248
1249
1250 2006/04/12 Thomas Bretz
1251
1252 * datacenter/macros/filldotraw.C:
1253 - allow to access gzipped raw-files
1254
1255
1256
1257 2006/04/11 Thomas Bretz
1258
1259 * mastro/MAstro.h:
1260 - added conversion Parsec2Lighyear
1261
1262 * mbase/MLogHtml.cc:
1263 - added a fix to display < and > correctly
1264
1265 * mhflux/MHCollectionArea.[h,cc]:
1266 - commented out obsolete fEnergy parameter
1267
1268 * mjobs/MJSpectrum.cc:
1269 - fill a second collection area plot after trigger
1270
1271 * mjoptim/MJOptimize.cc:
1272 - improve speed of optimization by switching of timing and
1273 reset in eventloop
1274
1275 * mmc/MFadcHeader.h:
1276 - changed MFADC_CHANNELS from 3500 to 3800 according to Abelardo
1277
1278 * mmc/MMcFadcHeader.hxx:
1279 - increaded version number from 7 to 8
1280
1281
1282
1283 2006/04/11 Daniel Hoehne, Daniela Dorner
1284
1285 * datacenter/scripts/dodatacheck:
1286 - fixed bug in finding raw-files
1287
1288
1289
1290 2006/04/10 Daniel Hoehne
1291
1292 * datacenter/macros/filldotrun.C:
1293 - implemented new arehucas version
1294
1295
1296
1297 2006/04/07 Daniel Hoehne, Daniela Dorner
1298
1299 * datacenter/macros/filldotrun.C, buildsequenceentries.C, setupdb.C:
1300 - implemented new arehucas version
1301
1302
1303
1304 2006/04/06 Daniela Dorner
1305
1306 * datacenter/scripts/makecallistolinks:
1307 - fixed bug in resetting
1308
1309 * datacenter/db/tabs.php:
1310 - changed tabs for wobble
1311
1312
1313
1314 2006/04/05 Thomas Bretz
1315
1316 * datacenter/macros/plotdb.C:
1317 - added new tab with the effective on-time relative to the
1318 observation time
1319
1320 * sponde_onoff.rc:
1321 - added
1322
1323
1324
1325 2006/04/04 Thomas Bretz
1326
1327 * datacenter/macros/plotdb.C:
1328 - if no dataset and no time-interval is given only sequences with
1329 an effective on-time above five minutes are plotted anymore
1330
1331
1332
1333 2006/03/21 Daniela Dorner
1334
1335 * datacenter/db/ganymed.php, datacenter/db/tabs.php:
1336 - included different tabs for on/off and wobble
1337
1338 * datacenter/db/ganymed.php:
1339 - added zd angle range and observation period
1340
1341 * datacenter/db/sequence.php:
1342 - added rel. ontime
1343
1344
1345
1346 2006/03/20 Thomas Bretz
1347
1348 * mraw/MRawRunHeader.cc:
1349 - if the pixels to be swaped are both not found, assume they are
1350 intentially not mapped. Changed the Error to a Warning
1351
1352 * mhflux/MHDisp.[h,cc]:
1353 - made the scale region a parameter which can be changed from
1354 within the display
1355 - allow the scale parameters to be setup from the resource-file
1356 - changed the source-region which is cut out in wobble mode from
1357 +/-15deg to +/-25deg which better fits what we get from MHPhi
1358
1359 * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
1360 - added example how to change the new scale parameters in MHDisp
1361
1362 * mhflux/MAlphaFitter.[h,cc]:
1363 - implemented the strategy for optimization which is suggested
1364 by the Berlin people for weak sources "weaksource"
1365
1366 * mhflux/MHPhi.[h,cc]:
1367 - moved the AppendPad for the text-paint into all sub-pads which
1368 need it. Otherwise they are not always properly updated.
1369
1370
1371
1372 2006/03/16 Daniela Dorner
1373
1374 * datacenter/scripts/sourcefile:
1375 - small bugfix in logging
1376
1377 * datacenter/db/tabs.php:
1378 - added new tab for ganymed
1379
1380
1381
1382 2006/03/15 Stefan Ruegamer
1383
1384 * manalysis/MCameraData.cc
1385 - inserted an image cleaning based on the time information
1386 of the shower (CalcCleaningArrivalTime)
1387
1388 * manalysis/MCameraData.h
1389 - made entry for "CalcCleaningArrivalTime"
1390
1391 * mimage/MImgCleanStd.cc
1392 - created entries for the new image cleaning named "Time"
1393
1394 * mimage/MImgCleanStd.h
1395 - inserted entry "kTime"
1396
1397
1398
1399 2006/03/14 Daniela Dorner
1400
1401 * datacenter/scripts/makecallistolinks:
1402 - fixed bug
1403
1404 * steps.rc:
1405 - added fFillGanymed to influences of fGanymed
1406
1407
1408
1409 2006/03/14 Thomas Bretz
1410
1411 * mhflux/MHEffectiveOnTime.cc:
1412 - skip the fit not only if the integral is empty but
1413 also if the first bin is empty
1414 - changed upper limit to 95% according to a study from
1415 David Paneque
1416 - replaced the fit with the exponential used in the BCN Mars
1417 version
1418 - use the correct number of entries
1419 - use a likelihood fit
1420 - calculate the fit quality from the probability
1421 - ignore the fit quality for the theta-plot
1422
1423 * mimage/MHNewImagePar.cc:
1424 - fixed the handling of the "same" option in Draw/Paint
1425
1426 * mpointing/MPointingDev.h:
1427 - fDx and fDy initialized in the constructor
1428
1429 * mbase/MTask.[h,cc]:
1430 - removed the kDontCount option. Instead don't use the TStopwatch
1431 counter anymore. By this the class to TStopwatch can be
1432 suppressed completely if kDontTime is set.
1433
1434 * mbase/MContinue.cc, mbase/MTaskEnv.cc, mfbase/MF.cc,
1435 mfbase/MFilterList.[h,cc]:
1436 - pipe the accelerator flag to the filter or task
1437
1438 * mjobs/MJCut.cc:
1439 - also accelerate the reading task
1440
1441
1442
1443 2006/03/13
1444
1445 * RELEASE 0.9.5
1446
1447
1448
1449 2006/03/13 Thomas Bretz
1450
1451 * ganymed.rc:
1452 - changed smearing to half of our PSF 0.06
1453 - added new examples for setting the starguider calibration
1454
1455 * ganymed_onoff.rc
1456 - changed smearing to half of our PSF 0.06
1457 - switched the new feature for a random source position on
1458 - added new examples for setting the starguider calibration
1459
1460 * ganymed_wobble.rc:
1461 - changed smearing to half of our PSF 0.06
1462 - added new examples for setting the starguider calibration
1463 - added example how to control the phi plot
1464
1465 * mhflux/MHPhi.[h,cc]:
1466 - many improvements to the algorithm, it now takes also
1467 inhomgeneities into account
1468 - restructured the display, display more histograms
1469 - increased class version to 2
1470
1471 * mjobs/MJCut.cc:
1472 - enabled acceleration for first and second loop
1473
1474 * mpointing/MPointingDevCalc.[h,cc]:
1475 - allowed to set the starguider offset calibration from the
1476 resource file
1477
1478 * callisto_Dec04Jan05.rc:
1479 - replaced Calibration scale factor by usage of
1480 resources/calibration_spline.rc
1481
1482
1483
1484 2006/03/13 Markus Meyer
1485
1486 * ganymed_wobble.rc,ganymed_onoff.rc,ganymed.rc:
1487 - changed cuts:
1488 wobble: average values from optimisation of 3 Crab
1489 sample (01/05,10/05,12/05), done by Karsten
1490 onoff : cuts from 1218 (01/05, highest significance)
1491 theta is now 0.22 for both.
1492
1493
1494
1495 2006/03/13 Daniel Hoehne
1496
1497 * ganymed_wobble.rc,ganymed_onoff.rc,ganymed.rc:
1498 - implemented qualitycut in log10(conc) vs. log10(size)
1499
1500
1501
1502 2006/03/13 Markus Meyer
1503
1504 * resources/calibration_spline.C:
1505 - more comments
1506
1507
1508
1509 2006/03/10 Markus Meyer
1510
1511 * resources/calibration.C:
1512 - update from p27 to p39 (spline excluded, still p33 data missing)
1513
1514
1515
1516 2006/03/10 Markus Meyer
1517
1518 * resources/calibration_spline.C:
1519 - correction coefficients for spline data for each period
1520
1521
1522
1523 2006/03/10 Daniel Hoehne
1524
1525 * datacenter/scripts/insertsequences:
1526 - fixed bug
1527
1528
1529
1530 2006/03/09 Daniel Hoehne
1531
1532 * ganymed_wobble.rc:
1533 - changed parameters 1 to 5 in Cut1 to actual values
1534
1535
1536
1537 2006/03/08 Thomas Bretz
1538
1539 * readdaq.cc, mraw/MRawFileRead.[h,cc], mraw/MRawRunHeader.cc:
1540 - added new force-option to foirce output of run-header
1541
1542
1543
1544 2006/03/08 Daniela Dorner
1545
1546 * datacenter/script/movingrawfiles:
1547 - added moving of files, that are transferred via internet
1548 - added removing of empty directories
1549
1550 * datacenter/db/ganymed.php:
1551 - added links to ganymedplots
1552 - added links to sequence.php (instead of links to starfiles)
1553 - fixed bug in query
1554
1555 * datacenter/db/sequence.php:
1556 - added links to plots from callisto and star
1557 - fixed bug in query
1558
1559 * datacenter/db/sequinfo.php:
1560 - added links to sequence.php
1561
1562 * datacenter/db/datasetinfo.php:
1563 - added links to ganymed.php
1564
1565 * datacenter/db/tabs.php:
1566 - added (includefile for names of tabs of statusdisplays)
1567
1568
1569
1570 2006/03/07 Thomas Bretz
1571
1572 * mcalib/MCalibrateData.cc:
1573 - take the bad pixel information into account when calculating the
1574 number of saturating pixels!
1575
1576
1577
1578 2006/03/06 Thomas Bretz
1579
1580 * showplot.cc:
1581 - fixed the position were the first argument is converted
1582 to lower case. Until this fix no upper case could be used
1583 in file names
1584
1585 * datacenter/macros/plotdb.C:
1586 - print also average and RMS of all data.
1587
1588
1589
1590 2006/03/06 Daniela Dorner
1591
1592 * datacenter/db/ganymed.php:
1593 - added sequences + links to star-plots of sequences
1594 - improved layout
1595
1596 * datacenter/script/makecallistolinks:
1597 - changed condition, when to make the link: only, if the link is
1598 not yet existing, it is done
1599 - added resetting of db: if link is done, callisto is resetted
1600
1601 * datacenter/macros/resetcolumn.C:
1602 - added failure columns to the resetting
1603
1604
1605
1606 2006/03/04 Daniela Dorner
1607
1608 * callisto.cc:
1609 - changed return values to improve the failure handling in the db
1610
1611 * datacenter/script/makecallistolinks:
1612 - added 'Pulse is too much to the left, cannot go below 0!' as
1613 reason to use callisto_Dec04Jan05.rc
1614
1615 * datacenter/script/dowebplots:
1616 - reduced number of files to be updated by a limitation in
1617 modification time
1618
1619 * datacenter/db/ganymed.php:
1620 - added plots
1621 - effontime s->h
1622
1623
1624
1625 2006/03/03 Thomas Bretz
1626
1627 * mjobs/MJCut.cc:
1628 - added RemoveFromList for srcposrndm in off-data loop
1629
1630 * mpointing/MSrcPosRndm.[h,cc]:
1631 - fixed the scaling. MSrcPosCam has to be in mm
1632
1633 * ganymed.rc:
1634 - added line and comments with new resource
1635
1636
1637
1638 2006/03/03 Daniel Hoehne
1639
1640 * callisto_MarApr05.rc:
1641 - changed pulse position check ExtractWinLeft to 4.0 and
1642 ExtractWinRight to 4.5
1643
1644
1645
1646 2006/03/02 Thomas Bretz
1647
1648 * callisto.cc:
1649 - get result value from pulse pos check
1650
1651 * mjobs/MJCut.[h,cc]:
1652 - added the usage of the new class MSrcPosRndm
1653 - added new resource to switch random source position on
1654
1655 * mjobs/MJPedestal.[h,cc]:
1656 - changed return code of Process to int to be able to return
1657 the pulse pos check result.
1658
1659 * mpointing/PointingLinkDef.h, mpointing/Makefile:
1660 - added MSrcPosRndm
1661
1662 * mpointing/MSrcPosRndm.[h,cc]:
1663 - added
1664
1665 * mpointing/MHSrcPosCam.h:
1666 - addedn non const getter for fHist
1667
1668
1669
1670 2006/03/02 Daniela Dorner
1671
1672 * datacenter/db/querymc.php:
1673 - fixed small bug
1674
1675 * datacenter/db/dowebplots:
1676 - added option -p to the script, to be able to call the script
1677 for different programs independently
1678 - fixed find
1679
1680
1681
1682 2006/03/01 Daniela Dorner
1683
1684 * datacenter/db/datacheck.php, datasetinfo.php, sequinfo.php:
1685 - included failure handling columns
1686
1687
1688
1689 2006/03/01 Thomas Bretz
1690
1691 * mastro/MAstro.cc, mbase/MTime.cc:
1692 - added a comment in GetMagicPeriod
1693
1694 * mpointing/MPointingPos.cc:
1695 - added new member function GetString
1696 - moved code from Print to GetString
1697 - added new function IsInitialized()
1698
1699 * mjtrain/MJTrain*.[h,cc]:
1700 - added data members to change RF setup
1701
1702 * mpointing/MPointingDevCalc.h, mpointing/MPointingPosCalc.h:
1703 - added missing AddToBranchList
1704
1705 * mpointing/MHSrcPosCam.[h,cc]:
1706 - added
1707
1708 * mpointing/Makefile, mpointing/PointingLinkDef.h:
1709 - added MHSrcPosCam
1710
1711 * mbase/MTask.[h,cc]:
1712 - implemented a new data-meber fAccelerator which allows
1713 to switch off counting and timing analysis which can be very
1714 time-consuming in some circumstances
1715
1716 * mbase/MTaskList.[h,cc]:
1717 - implemented the usabe of MTask::fAccelerator to switch off
1718 resetting of all parameter containers which can be very
1719 time-consuming
1720
1721 * mimage/MImagePar.cc:
1722 - updated how the units are printed in Print()
1723
1724 * mjobs/MJCut.cc:
1725 - added a new loop to fill the source position of the on-data
1726 - the acceleration of the two main loops are disabled because
1727 they are not yet tested.
1728
1729 * datacenter/macros/plotstat.C:
1730 - the periods were wrong by one -- fixed.
1731
1732
1733
1734 2006/02/28 Daniela Dorner
1735
1736 * datacenter/scripts/insertdatasets:
1737 - made sure, that backupfiles of the editor are not taken into
1738 account, when dataset files are searched
1739
1740 * datacenter/db/*.php:
1741 - moved user, host and pw of database to the include file
1742 db.php
1743
1744 * datacenter/db/index.html:
1745 - fixed links
1746
1747 * datacenter/db/querymc.php,magicdefs.php:
1748 - added some variables
1749
1750 * datacenter/db/runinfo.php,sequinfo.php:
1751 - bugfix (incl. TestSources)
1752
1753 * datacenter/db/sequinfo.php:
1754 - changed init values
1755
1756 * datacenter/db/sequinfo.php, findoffdata.php, magicdefs.php:
1757 - added value (relative ontime)
1758
1759 * datacenter/db/dbstatus.php:
1760 - fixed bug
1761
1762 * datacenter/db/queryrbk.php:
1763 - added query field 'Night', to query all entries of one night
1764 from the runbook
1765
1766 * datacenter/db/index-header.html:
1767 - added links
1768
1769
1770
1771 2006/02/27 Thomas Bretz
1772
1773 * macros/optim/optimwobble.C:
1774 - fixed a typo (SetThetaCut instead SetAlphaCut), and added the
1775 standard Disp-parametrization
1776
1777 * mhflux/MHEffectiveOnTime.[h,cc]:
1778 - added showing the axis range of the time evolution histogram
1779
1780 * showplot.cc:
1781 - fixed a warning in the Hash-switch.
1782
1783 * mbase/MEnv.cc:
1784 - replaced casts in switch by an appended U
1785
1786 * macros/train/trainseparation.C:
1787 - replaced outdated MTTrainRFSeparate by MJTrainSeparation
1788
1789 * mastro/MAstro.h:
1790 - added conversion constants for pc-m and pc-ly
1791
1792 * mhflux/MMcSpectrumWeight.cc:
1793 - fixed typo in comment
1794
1795 * mimage/MImagePar.h:
1796 - minor changes to layout
1797
1798 * mimage/MHNewImagePar.[h,cc], mimage/MNewImagePar.[h,cc]:
1799 - added new image parameters fConcCOG and fConcCore
1800 - increased class version of MNewImagePar
1801
1802 * mimage/MHillasExt.cc:
1803 - added some comments
1804 - removed an obsolete TMath::Abs around "dist"
1805
1806 * mranforest/MRanForest.[h,cc]:
1807 - the initialization of fTreeHad was done at the wrong moment
1808 - replaced a cast int(x+.5) by TMath::Nint
1809 - added some additional warning output
1810 - added "!" to fTreeHad - it is only for temporary storage used
1811 in the histogram classes
1812
1813 * mranforest/MRanForestGrow.h:
1814 - added GetForest
1815
1816 * mjtrain/MJTrainSeparation.[h,cc]:
1817 - added some code for upcomming automatic event selection
1818
1819 * datacenter/macros/plotstat.C:
1820 - improved macro description
1821 - added arguments to main function
1822
1823 * macros/plot/mucal.C:
1824 - added
1825
1826
1827
1828 2006/02/25 Daniela Dorner
1829
1830 * datacenter/scripts/checkfilesforsequavail, checkstardone,
1831 writesequencefiles, buildsequenceentries, dodatacheck, doexclusions,
1832 fillcallisto, fillganymed, fillstar,
1833 datacenter/macros/writesequencefile.C, filldotraw.C, fillsinope.C
1834 buildsequenceentries.C, resetcolumn.C, doexclusions.C, fillcalib.C
1835 fillsignal.C, fillganymed.C, fillstar.C:
1836 - implemented, that a missing connection to the database doesn't
1837 cause an failure entry in the database, so that the step is
1838 retried in this case
1839 - updated documentation
1840
1841
1842
1843 2006/02/25 Thomas Bretz
1844
1845 * datacenter/macros/plotstat.C:
1846 - added
1847
1848
1849
1850 2006/02/24 Markus Meyer
1851
1852 * resources/calibration.rc:
1853 - update of correction values for the calibration constants
1854 (P31 - P39, without P36!(problems with spline))
1855
1856
1857
1858 2006/02/24 Daniela Dorner
1859
1860 * datacenter/db/datacheck.php, datasetinfo.php, dbstatus.php,
1861 findoffdata.php, include.php, magicdefs.php, runinfo.php,
1862 sequinfo.php, statusrps.php, statussbs.php, statussps.php:
1863 - included failure handling columns
1864
1865 * datacenter/db/findoffdata.php:
1866 - added DT
1867
1868 * datacenter/db/statusrps.php:
1869 - fixed bug
1870
1871 * datacenter/db/sequinfo.php:
1872 - reduced width of menu
1873
1874 * datacenter/scripts/copyscript:
1875 - added makedir for oldcatalogpath
1876
1877
1878
1879 2006/02/23 Thomas Bretz
1880
1881 * mjobs/MJSpectrum.cc:
1882 - fixed plot for Eý.dN/dE. The spectrum was multiplied with two
1883 times the bin-width instead of the absolute energy
1884
1885
1886
1887 2006/02/22 Daniela Dorner
1888
1889 * datacenter/db/querymc.php:
1890 - added (website to query montecarlo database - first version)
1891
1892 * datacenter/db/magicdefs.php:
1893 - added some values of montecarlo database
1894
1895
1896
1897 2006/02/17 Daniela Dorner
1898
1899 * datacenter/scripts/copyscript:
1900 - fixed path length
1901
1902 * datacenter/macros/fillsources.C:
1903 - added (macro to read source information from catalog files and
1904 insert it into the database)
1905
1906 * datacenter/db/ganymed.php:
1907 - improved output
1908
1909 * datacenter/db/index.html:
1910 - added ganymed.php
1911 - removed old link
1912
1913
1914
1915 2006/02/17 Thomas Bretz
1916
1917 * showplot.cc:
1918 - fixed path inflation in case of ganymed
1919
1920 * mjobs/MDataSet.cc:
1921 - return kFALSE if requested source wasn't found in catalog
1922
1923 * mjobs/MJCut.cc:
1924 - reformatted output of source to fit in one line
1925
1926 * mpointing/MPointingPos.[h,cc]:
1927 - output source name (title) in Print() if set
1928
1929
1930
1931 2006/02/16 Daniela Dorner
1932
1933 * datacenter/scripts/checkstardone:
1934 - small improvement in sequence handling
1935 - improved logging
1936
1937 * datacenter/scripts/sourcefile:
1938 - small bugfixes in setstatus function
1939
1940 * datacenter/scripts/runganymed:
1941 - small bugfix
1942
1943 * datacenter/scripts/copyscript:
1944 - fixed path length
1945
1946 * datacenter/db/ganymed.php:
1947 - added (website to query results for sources/datasets)
1948
1949
1950
1951 2006/02/15 Daniela Dorner
1952
1953 * datacenter/db/findoffdata.php:
1954 - implemented possibility to query range of dates for 'stardone'
1955
1956
1957
1958 2006/02/15 Daniel Hoehne
1959
1960 * datacenter/db/magicdefs.php, querycal.php, sequinfo.php:
1961 - implemented query for mean signal inner/outer and mean pulsepos
1962 * datacenter/db/sequence.php:
1963 - implemented query for mean signal inner/outer, mean pulsepos
1964 and inhomogeneity
1965
1966
1967
1968 2006/02/15 Daniela Dorner, Daniel Hoehne
1969
1970 * datacenter/scripts/writesequencefiles,doexclusion,correcttime:
1971 - fixed small bug
1972
1973
1974
1975 2006/02/14 Daniela Dorner, Daniel Hoehne
1976
1977 * datacenter/scripts/sourcefile:
1978 - fixed small bugs
1979
1980 * datacenter/scripts/movingrawfiles:
1981 - changed back to moving files without zipping
1982
1983 * datacenter/scripts/doqualityplots:
1984 - added running of plotdb.C for each datasetfile
1985
1986 * datacenter/macros/getdolist.C:
1987 - implemented limitation for number of todo files for
1988 SequenceProcessStatus
1989
1990 * datacenter/macros/checkfileavail.C,checkstardone.C:
1991 - changed return code in case that files are not available
1992
1993 * datacenter/scripts/checkfilesforsequavail,checkstardone,sourcefile:
1994 - adapted to changed return code in macros
1995
1996 * datacenter/db/magicdefs.php, querystar.php, sequinfo.php:
1997 - implemented query for inhomogeneity
1998
1999
2000
2001 2006/02/13
2002
2003 * RELEASE 0.9.4.3
2004
2005
2006
2007 2006/02/13 Thomas Bretz
2008
2009 * callisto.rc:
2010 - changed pulse position check ExtractWinLeft to 4.0 and
2011 ExtractWinRight to 4.5
2012
2013 * callisto_Dec04Jan05.rc:
2014 - changed pulse position check ExtractWinLeft to 3.0 and
2015 ExtractWinRight left at 2.5
2016
2017
2018
2019 2006/02/10 Thomas Bretz
2020
2021 * mastro/MAstro.cc:
2022 - allow for more year in the algorithm calculating easter
2023
2024 * mcamera/MCameraDC.h, mcamera/MCameraHV.h, mcamera/MCameraTD.h,
2025 mcamera/MCameraTH.h:
2026 - added a sanity check in GetPixelContent
2027
2028 * mraw/MRawRunHeader.cc:
2029 - fixed output (correct kiB instead of kB)
2030
2031 * Makefile, Makefile.rules:
2032 - implemented the possibility to spread Make through condor
2033
2034 * mastro/MAstroCatalog.[h,cc]:
2035 - new draw-options to rotate the grid and the stars
2036
2037 * mimage/MHHillas.cc:
2038 - set minimum of fDelte to 0 instead of fDistC
2039
2040 * msignal/MExtractTimeAndChargeSpline.h:
2041 - replaced the casts in SetRiseTimeHiGain and StFallTimeHiGain by
2042 TMath::NInt
2043
2044 * mjobs/MDataSet.h:
2045 - implemented new functions to check whether the dataset contains
2046 a dedicated sequence
2047
2048 * datacenter/macros/plotdb.C:
2049 - implemented the possibility to draw sequences of a dataset in
2050 several colors
2051
2052
2053
2054 2006/02/09 Thomas Bretz
2055
2056 * mreport/MReport.cc:
2057 - invented new fake CC report file version 200509300 for a change
2058 in the starguider format (the already implemented last values
2059 dissapeared again!) which is not noticed in the format version.
2060
2061 * mreport/MReportCC.cc, mreport/MReportStarguider.cc:
2062 - fixed support for ver 200510250
2063
2064 * mjobs/MJSpectrum.cc:
2065 - added fit of un-unfolded spectrum
2066
2067
2068
2069 2006/02/08 Daniela Dorner
2070
2071 * datacenter/scripts/sourcefile:
2072 - implemented function checklock
2073 - bugfix for failure code
2074
2075 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
2076 checkstardone, doexclusions, fillcallisto, fillganymed, fillstar,
2077 makecallistolinks, runcallisto, runganymed, runstar,
2078 writesequencefiles:
2079 - implemented usage of function checklock
2080
2081 * datacenter/scripts/copyscript, doqualityplots, dowebplots,
2082 insertsequences, linkmc:
2083 - implemented usage of function checklock
2084 - implemented variable $program
2085
2086 * datacenter/scripts/dodatacheck:
2087 - implemented usage of function checklock
2088 - implemented variable $lockfile
2089
2090 * datacenter/scripts/insertdatasets, mcsequences, processmcsequences:
2091 - implemented usage of function checklock
2092 - implemented variables $lockfile and $program
2093
2094 * datacenter/macros/doexclusions.C, fillganymed.C:
2095 - fixed bug
2096
2097 * datacenter/macros/fillsinope.C, setstatus.C:
2098 - improved documentation
2099
2100 * datacenter/scripts/filesondisk:
2101 - implemented finding of zipped files
2102
2103
2104
2105 2006/02/08 Thomas Bretz
2106
2107 * datacenter/macros/plotdb.C:
2108 - some minor changes to the layout
2109
2110
2111
2112 2006/02/07 Daniela Dorner
2113
2114 * datacenter/scripts/makecallistolinks:
2115 - fixed bug
2116
2117 * datacenter/db:
2118 - added (directory with db-websites)
2119
2120
2121
2122 2006/02/07 Daniela Dorner, Daniel Hoehne
2123
2124 * datacenter/scripts/sourcefile:
2125 - added failure code variables
2126 - changed calling of setstatus.C accordingly
2127
2128 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
2129 checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
2130 fillganymed, fillstar, runcallisto, runganymed, runstar,
2131 writesequencefiles:
2132 - implemented failure variable
2133
2134 * datacenter/macros/getdolist.C, setstatus.C, setupdb.C:
2135 - added new/changed columns (fReturnCode, fFailedCode,
2136 fFailedCodeAdd)
2137
2138
2139
2140 2006/02/06 Daniela Dorner
2141
2142 * datacenter/scripts/fillstar, macros/setstatus.C, getdolist.C:
2143 - fixed bugs
2144
2145
2146
2147 2006/02/03 Daniela Dorner
2148
2149 * datacenter/scripts/sourcefile:
2150 - implemented two new functions: getdolist, finish
2151 - implemented usage of function finish in other functions
2152
2153 * datacenter/scripts/movingrawfiles:
2154 - implemented zipping of rawfiles
2155
2156 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
2157 checkstardone, copyscript, correcttime, dodatacheck, doexclusions,
2158 fillcallisto, fillganymed, fillstar, insertdatasets,
2159 makecallistolinks, processmcsequences, runcallisto, runganymed,
2160 runstar, writesequencefiles:
2161 - replaced corresponding pieces of code by the functions getdolist
2162 and finish
2163 - moved variable $date to function getdolist
2164 - improved logging
2165 - generalized variables $lockfile and $todofile
2166
2167
2168 2006/02/03 Daniela Dorner, Daniel Hoehne
2169
2170 * datacenter/scripts/sourcefile:
2171 - fixed small bugs
2172
2173 * datacenter/scripts/runcallisto:
2174 - small bugfix
2175 - improved logging
2176
2177 * datacenter/scripts/insertdatasets:
2178 - removed not needed variable
2179
2180 * datacenter/macros/getdolist.C:
2181 - small bugfix
2182
2183
2184
2185 2006/02/02 Daniela Dorner
2186
2187 * datacenter/scripts/linkmc:
2188 - changed numbering of P and C run in linking
2189
2190 * datacenter/scripts/sourcefile:
2191 - moved to root-version root_v4.04.02g
2192
2193
2194
2195 2006/02/01 Daniel Hoehne
2196
2197 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
2198 checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
2199 fillganymed, fillstar, writesequencefiles:
2200 - adapted usage of function setstatus
2201
2202
2203
2204 2006/01/31 Daniela Dorner
2205
2206 * datacenter/macros/setstatus.C, getdolist.C:
2207 - adapted macros to changes in new columns (fFailedCode,
2208 fFailedComment)
2209
2210 * datacenter/macros/setstatus.C:
2211 - added "noreset" for column fStartTime (is needed so that runtime
2212 is available in case of failure)
2213
2214 * datacenter/macros/setupdb.C:
2215 - added new columns
2216
2217 * datacenter/scripts/runcallisto, runganymed, runstar:
2218 - implemented failure handling
2219
2220 * datacenter/scripts/sourcefile:
2221 - implemented new functions to set status values
2222
2223
2224
2225 2006/01/30 Daniel Hoehne
2226
2227 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
2228 checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
2229 fillganymed, fillstar, runcallisto, runganymed, runstar, sourcefile,
2230 writesequencefiles:
2231 - added function setstatus in sourcefile
2232 - changed calling of setstatus.C in setstatus
2233 - implemented variable $program to generalize usage of setstatus
2234 - replaced corresponding piece of code by function setstatus
2235 - fixed some typos
2236
2237
2238
2239 2006/01/30 Daniela Dorner
2240
2241 * datacenter/macros/setstatus.C, getdolist.C:
2242 - adapted macros to the improvement of failure handling in the
2243 automatic analysis (added columns fFailed, fStartTime,
2244 fFailedTime)
2245
2246
2247
2248 2006/01/27 Thomas Bretz
2249
2250 * mjobs/MDataSet.cc:
2251 - improved a warning output
2252
2253
2254
2255 2006/01/23 Thomas Bretz
2256
2257 * mbase/MTime.cc:
2258 - removed a sanity check in GetStringFmt. It work's quite nice
2259 in the DC but crashes on my Laptop (which is not so important)
2260
2261
2262
2263 2006/01/10 Daniela Dorner
2264
2265 * datacenter/macros/*.C, datacenter/script:
2266 - updated and added documentation
2267 - improved logging
2268 - fixed small bugs
Note: See TracBrowser for help on using the repository browser.