source: trunk/MagicSoft/Mars/Changelog@ 7875

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