source: trunk/MagicSoft/Mars/Changelog@ 7873

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