source: trunk/MagicSoft/Mars/Changelog@ 8101

Last change on this file since 8101 was 8091, checked in by tbretz, 18 years ago
*** empty log message ***
File size: 101.0 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/10/17 Thomas Bretz
21
22 * mdata/MDataPhrase.cc:
23 - updated comments
24 - only add the missing functions to TDataPrimitives when not
25 yet done. Everything lse would leak memory
26
27 * mhbase/MH3.[h,cc], mhvstime/MHVsTime.[h,cc]:
28 - exchanged the MDataChain by MDataPhrase
29 - therefore changed the datamember from MDataChain* to MData*
30 (this change is not necessarily backward compatible)
31 - increased class version number by one
32
33 * mraw/MRawRunHeader.h:
34 - added getter for fObservationMode
35
36 * callisto.cc, ganymed.cc, merpp.cc, readdaq.cc, readraw.cc,
37 showplot.cc, sinope.cc, star.cc, rootlogon.C
38 - enabled error redirection
39
40 * mbase/MLog.[h,cc]:
41 - added code to allow redirection of root error handler to
42 out own error handler
43
44 * mdata/MDataPhrase.cc:
45 - improved output in case of failure
46
47 * manalysis/MFiltercutsCalc.[h,cc], mbase/MContinue.cc,
48 mjoptim/MJOptimize.cc, mjtrain/MJTrainRanForest.cc,
49 mtools/MTFillMatrix.cc:
50 - replaced MFDataChain by MFDataPhrase
51
52 * mfbase/FBaseLinkDef.h, mfbase/Makefile:
53 - added new class MFDataPhrase
54
55 * mfbase/MF.[h,cc]:
56 - replaced all the parsing stuff by the usage of MFDataPhrase
57
58 * mfbase/MFDataPhrase.[h,cc]:
59 - added
60
61
62
63 2006/10/17 Markus Meyer
64
65 * mtools/MRolke.[h,cc]:
66 - added: a modification of TRolke from root_v5.12.00b. There is
67 now a new function, called LogFactorial() which enables to
68 calculate confidence intervals even for a large number of
69 events (larger than 170).
70
71 * mtools/Makefile:
72 - added: MRolke.cc
73
74 * mtools/ToolsLinkDef.h:
75 - added: MRolke+
76
77
78
79 2006/10/17 Stefan Ruegamer
80
81 * datacenter/scripts/processmcsequences
82 - fixed a bug preventing the script from finding the sequence
83 files, fixed a typo and added the star command to the logfile
84
85
86
87 2006/10/17 Daniela Dorner
88
89 * datacenter/scripts/sourcefile:
90 - bugfix (intgrep returned not only the number)
91
92 * datacenter/scripts/checktransfer:
93 - removed not needed output
94
95 * datacenter/scripts/budb:
96 - added (script making backup of databases)
97
98 * datacenter/tools/sps-bu:
99 - added (script updating SequenceProcessStatus)
100
101 * datacenter/macros/checkfileavail.C:
102 - Form() did not work for sequences with many runs
103
104
105
106 2006/10/16 Thomas Bretz
107
108 * mextralgo/MExtralgoDigitalFilter.[h,cc]:
109 - Changed the extraction algorithm such that extraction of signal
110 and time is iterated and should be as consistent as possible
111 at the end of the algorithm.
112 - changed the final offset in the calculation of the arrival time
113 to match as best as it can so far.
114 - Updates to the still preliminary calculation of the weights
115
116 * manalysis/MEnergyEstimate.cc, mdata/MDataList.cc,
117 mdata/MDataMember.cc, mhbase/MHMatrix.cc,
118 manalysis/MMultiDimDistCalc.cc, mfit/MTFitLoop.cc:
119 - updated comment to refer to MDataPhrase instead of MDataChain
120
121 * manalysis/MParameterCalc.[h,cc], manalysis/MCompProbCalc.cc,
122 mtools/MChisqEval.cc, mhist/MHCompProb.cc, mdata/MDataArray.cc,
123 mhbase/MFillH.cc, mfileio/MWriteAsciiFile.cc,
124 mfbase/MFDataChain.cc:
125 - replaced the usage of MDataChain by MDataPhrase
126
127 * mbase/MMath.cc:
128 - small update to SolvePol3 which is more accurate in the number
129 of different solutions
130
131 * mdata/DataLinkDef.h, mdata/Makefile:
132 - added MDataPhrase
133
134 * mhbase/MH.cc:
135 - further improvement to the calculation of binomial
136 errors, the sale factors were not correctly taken into account
137
138 * mdata/MDataPhrase.[h,cc]:
139 - added
140
141
142
143 2006/10/15 Thomas Bretz
144
145 * mbase/MEnv.[h,cc]:
146 - implmenetd the possibility to check whether the given resource
147 file eists
148
149 * star.cc, ganymed.c, callisto.cc:
150 - implemented an error if the resource file doesn't exist
151 (returns 0xfe)
152
153
154
155 2006/10/15
156
157 * RELEASE 0.10.2
158
159
160
161 2006/10/15 Thomas Bretz
162
163 * mtemp/MVP*:
164 - removed
165
166
167
168 2006/10/14 Thomas Bretz
169
170 * datacenter/macros/buildsequenceentries.C:
171 - fixed that in case of wobble sources always the project
172 and/or source name of the first run was assigned instead of
173 the new generaliyed wobble-source/-project name
174
175 * datacenter/scripts/dbchk:
176 - added some more checks
177
178 * datacenter/scripts/sourcefile:
179 - fixed the intgrep (didn't work with the colors in filldotraw)
180
181 * mastro/AstroIncl.h:
182 - added TArrayD
183
184 * mastro/MAstro.[h,cc]:
185 - added some functions around the sun and the moon
186
187 * mastro/MAstroCatalog.[h,cc]:
188 - check the epoch in Xephem catalog as numbe rnot as string
189 - added GetVisibilityCurve member function
190 - overwrote FindObject
191 - added MarkObject
192
193 * mastro/MObservatory.[h,cc]:
194 - added Tuorla observatory
195 - added member function to calculate sunrise and -set
196
197 * mbase/MTime.h:
198 - added a function to return Julian Date
199
200 * mhflux/MHCollectionArea.cc:
201 - some update in comments
202
203 * mhist/MHCamera.h:
204 - fixed a warning with root 5.13/04
205
206 * mmc/MMcRunHeader.cxx:
207 - initalize fImpactMax to -1
208
209 * macros/starvisday.C, macros/starvisyear.C:
210 - added
211
212
213
214 2006/10/13 Daniela Dorner
215
216 * datacenter/scripts/findnotseqruns:
217 - added (script to find not sequenced runs)
218
219 * datacenter/scripts/findnewstars:
220 - added (script to find sequences where star has been done)
221
222 * datacenter/tools/resetdataset:
223 - added (script to reset dataset)
224
225
226
227 2006/10/13 Thomas Bretz
228
229 * datacenter/macros/filldotraw.C:
230 - allow inserting missing runs
231
232 * msql/MSQLMagic.[h,cc]:
233 - added functions to request the value not only key and name
234
235
236
237 2006/10/12 Daniela Dorner
238
239 * datacenter/tools:
240 - added (directory for tools not used regulary)
241
242 * datacenter/tools/findnotanymoresequencedruns,
243 datacenter/tools/comparesequences:
244 - added (scripts for sequence building tests)
245
246 * datacenter/scripts/dunotseqruns:
247 - added (script to check disk usage of not sequenced runs)
248
249 * datacenter/scripts/checklogs:
250 - added comment
251
252
253
254 2006/10/11
255
256 * RELEASE 0.10.1
257
258
259
260 2006/10/11 Thomas Bretz
261
262 * mhbase/MH.[h,cc]:
263 - added a function to calculate binomial errors including weights
264 (this was added in root 5.13/04, but necessary for older versions)
265
266 * mhflux/MHCollectionArea.[h,cc]:
267 - added Sumw2() to the constructor so that the weights array gets
268 correctly initialize
269 - replaced the calculation of the binomial errors by the
270 corresponding root-function and the new MH function
271 - made sure that in all histogram operations the errors are
272 properly propagated
273 - let ReInit determine fMcRadius from MMcRunHeader
274 - execute check for corsika version even if the HistAll is extern
275
276 * mhflux/MHEnergyEst.cc, mhflux/MHThreshold.cc
277 - fixed the order in the constructor such that the Sumw2() does
278 correctly initialize the weights array
279
280 * mhflux/MMcSpectrumWeight.cc:
281 - a minor code reordering
282
283 * mjobs/MJSpectrum.cc:
284 - made sure that the histogram with the corsika spectrum has
285 the errors initialized and thus takes the weights correctly
286 into account
287 - corresponding to this changed some draw option to get the
288 same plots (hist) as before
289 - added a lot of comments to the code
290 - when the zenith angle weights are applied to the MC distribution
291 make sure that also the errors are correctly treated.
292
293 * mcalib/MCalibrationTestCalc.cc:
294 - enrolled some Form-statement
295
296 * mhflux/MAlphaFitter.cc:
297 - fixed a typo in a comment
298
299 * mbase/MLogHtml.cc:
300 - fixed a bug which caused the output to be totally corrupted
301
302 * datacenter/macros/writesequencefile.C:
303 - implemented again that the 1000 pedestal events are taken which
304 are next to the calibration run
305
306
307
308 2006/10/10 Thomas Bretz
309
310 * datacenter/macros/writesequencefile.C:
311 - fixed a possible crash in GetName
312 - improved output in case of failure
313
314
315
316 2006/10/10 Daniela Dorner
317
318 * datacenter/db/menu.php:
319 - included 'only offdata' and 'incl. offdata' checkbox for
320 sequenceinfo
321
322 * datacenter/db/runinfo.php, datacenter/db/runinfo-aio.php:
323 - changed name of column for case of group-by
324
325 * datacenter/db/index.html:
326 - added remark
327
328 * datacenter/db/sources.php:
329 - fixed bug (test-sources checkbox didn't work properly)
330
331
332
333 2006/10/10
334
335 * RELEASE 0.10
336
337
338
339 2006/10/10 Thomas Bretz
340
341 * mjobs/MJCalibration.cc:
342 - fixed the scaling and layout in the 'Defect' tab
343
344
345
346 2006/10/09 Daniela Dorner
347
348 * scripts/processsequence:
349 - removed exit
350 - removed unneccessary lines
351
352
353
354 2006/10/09 Thomas Bretz
355
356 * mhflux/MMcSpectrumWeight.cc:
357 - fixed a bug which caused the spectra to be normalized at 1GeV
358 by default instead of the integral
359 - allow the MC slope to be -1. With the current code this should
360 not be a problem anymore.
361 - improved some comments
362
363 * mbase/MMath.cc, mbase/MAGIC.cc:
364 - removed the NamespaceImp macro again, it gives problems when
365 compiling which are not yet understood
366
367 * Makefile:
368 - fixed a type in rmcondor
369
370 * mars-config:
371 - changed "--mars-ver" to "--version" as in root-config
372
373 * sponde_onoff.rc:
374 - added a reference to MMcSpectrumWeight::ReadEnv
375
376 * .rootrc:
377 - added a line for THtml (which is for the next root release)
378
379
380
381 2006/10/08 Thomas Bretz
382
383 * mhflux/MHalpha.cc:
384 - fixed a problem (maybe with the new root version) that on-
385 and off-data was shown in black and could not be distinguished
386 anymore
387
388 * ganymed.rc, ganymed:onoff.rc, ganymed_wobble.rc:
389 - some further update
390
391 * mcalib/MCalibrationHiLoCam.[h,cc]:
392 - broke down a long Form() chain into single Form()'s
393
394 * mhcalib/MHPedestalPix.cc, mhcalib/MHGausEvents.[h,cc],
395 mhcalib/MHCalibrationChargeBlindPix.cc,
396 mhcalib/MHCalibrationPix.cc:
397 - replaced IsNaN by !IsFinite (which includes IsNaN)
398 - changed some protected data members of the base class
399 into private data members
400
401 * mhflux/MAlphaFitter.cc, mhflux/MHEnergyEst.cc, mhist/MHCamera.cc,
402 mhist/MHHadronness.cc, mhvstime/MHPixVsTime.cc,
403 mhvstime/MHSectorVsTime.cc, mranforest/MRanForest.cc:
404 - replaced IsNaN by !IsFinite (which includes IsNaN)
405
406 * mhcalib/MHGausEvents.cc:
407 - removed a memory leak by removing the functions creating the
408 axes
409
410 * mcalib/MMcCalibrationCalc.cc, mmc/MMcConfigRunHeader.h:
411 - return and use a const-reference to the TArrayF's
412
413 * mimage/MHHillas.cc:
414 - fixed a problem which could cause the change in the DrawOption
415 of the Center-hist to raise a seg-fault.
416
417 * mbase/MMath.cc, mbase/MAGIC.cc:
418 - added the NamespaceImp macro to allow creation of the documentation
419 by THtml (according to the source code of TMath)
420
421
422
423 2006/10/07 Thomas Bretz
424
425 * Makefile.conf.general:
426 - removed ROOTVER definition ROOT_RELEASE can be used instead
427
428 * callisto.cc:
429 - exchanged some checks to get a more reasonable output
430
431 * callisto.rc, callisto_Dec04Jan05.rc:
432 - removed some obsolete resources for simplicity
433
434 * callisto.cc, ganymed.cc, mars.cc, merpp.cc, readdaq.cc, readreaw.cc,
435 showlog.cc, showplot.cc, sinope.cc, star.cc
436 - added the new root version check
437 - replaced ROOTVER by ROOT_RELEASE
438
439 * sinope.cc:
440 - adapted Usage() to fit the other executables
441
442 * mbase/MAGIC.h:
443 - added new namespace MARS with a new function CheckRootVer
444
445 * mbase/MAGIC.cc:
446 - added
447
448 * mbase/MEvtLoop.cc, mbase/MStatusDisplay.cc:
449 - replaced ROOTVER by ROOT_RELEASE
450
451 * mbase/Makefile:
452 - added new MAGIC.cc
453
454 * mbase/BaseLinkDef.h:
455 - added namespace MAGIC.cc
456
457 * mhcalib/MHGausEvent.cc:
458 - disallow also non finite results
459
460 * Makefile:
461 - added new exectuable mars.config
462
463 * mars-config.cc:
464 - added
465
466 * mcalib/MCalibrationRelTimeCalc.cc:
467 - updates some output
468 - added RelTimeResolutionLimit to ReadEnv
469
470
471
472 2006/10/07 Daniela Dorner, Thomas Bretz
473
474 * datacenter/scripts/runganymed:
475 - added sequencepath to ganymed command
476
477 * datacenter/macros/buildsequenceentries.C:
478 - restricted regular expression for wobble sources
479 - fixed bug (larger sequences were misinterpreted as identical
480 sequences)
481
482 * resources/sequences.rc:
483 - added 2 regions were interleaved pedestal run are allowed
484
485
486
487 2006/10/06 Daniela Dorner
488
489 * scripts/processsequence:
490 - implemented command line options
491 - improved logging
492 - implemented checks
493 - removed sourcefile
494
495 * datacenter/scripts/makecallistolinks:
496 - table was missing
497
498 * datacenter/scripts/rmlocks:
499 - reduced output
500
501 * datacenter/db/menu.php:
502 - implemented 1000 and 2000 for number of results pulldown
503
504
505
506 2006/10/05 Stefan Ruegamer
507
508 * mraw/MRawRunHeaders.cc:
509 - updated swap assignments for the swapped pixels 54-55
510 (runnumber > 88669)
511
512
513
514 2006/10/04 Stefan Ruegamer
515
516 * mraw/MRawRunHeaders.cc:
517 - updated swap assignments for the swapped pixels 161-162,
518 210-263 (runnumber <= 101789) and 54-55 (runnumber <= 102511)
519
520
521
522
523 2006/10/02 Thomas Bretz
524
525 * callisto.rc, callisto_Dec04Jan05.rc:
526 - fixed some names of some resources (all commented out anyhow)
527
528 * mdata/MDataElement.cc:
529 - if the column given is the constructor is negative the
530 name of the matrix is supposed to contain also the column index
531
532 * mhcalib/MHCalibrationRelTimeCam.[h,cc]:
533 - improved the output in case of under- and overflows
534 - added const-qualifier to CheckOverflow
535
536 * mreport/MReport.cc:
537 - allow the milliseconds to be 1000 (this is a bug which affects
538 the camera reports in very rare cases)
539 - improved output
540
541 * mjobs/MJCalibration.cc:
542 - added two plots the extracted signal and the extracted arrival
543 time
544
545
546
547 2006/10/01 Thomas Bretz
548
549 * mextralgo/MExtralgoSpline.[h,cc]:
550 - changed from the old fashined search algorithm to a completely
551 analytical approach. Still with a lot of comments containing
552 the old code
553
554 * mbase/MMath.[h,cc]:
555 - added new function to solve polynomial equations up to the
556 thirs order.
557
558
559
560 2006/09/29 Thomas Bretz
561
562 * ganymed_wobble.rc:
563 - use the same spark cuts as in ganymed_onoff.rc. Seems to be
564 unintentional that they were different.
565
566 * macros/train/trainenergy.C:
567 - fixed an oddity because there was artificial path
568 - added some comments
569
570
571
572 2006/09/28 Stefan Ruegamer
573
574 * mraw/MRawRunHeaders.cc:
575 - added swap assignments for the swapped pixels 119-120, 161-162,
576 210-263 and 54-55 in the corresponding run range
577
578
579
580 2006/09/28 Daniela Dorner
581
582 * datacenter/scripts/checkfilesforsequenceavail,
583 datacenter/scripts/runcallisto, datacenter/scripts/runganymed:
584 - improved processlog
585
586 * datacenter/scripts/sourcefile:
587 - improved processlog
588 - exchange function finish by code in fuction makedir
589
590 * datacenter/scripts/setup, datacenter/scripts/linkmc,
591 datacenter/scripts/mcsequences,
592 datacenter/scripts/processmcsequences:
593 - moved mcpath to setup
594 - updated mcpath
595
596 * datacenter/scripts/checktransfer:
597 - also check transfer of subsystem files
598 - added comments
599
600
601
602 2006/09/28 Thomas Bretz
603
604 * mfilter/MFMagicCuts.[h,cc]:
605 - implemented a hadronness cut as an option
606 - updated class reference
607 - fixed abug introduced 14.7.2005 which caused the M3Long of the
608 anti source to be not properly evaluated in case of optimization.
609
610 * ganymed_onoff.rc, ganymed_wobble.rc:
611 - updated with comments how to use random forest
612
613 * datacenter/macros/buildsequenceentries.C:
614 - updated with a completely redesigned algorithm and completly
615 redisigned code
616
617 * datacenter/macros/writesequencefile.C:
618 - the new simplified version doesn't take the number of pedestal
619 events anymore into account.
620
621 * mjobs/MJCalibrateSignal.cc:
622 - removed the tab with the calibrated arrival times. It never
623 gave any useful information
624
625 * mgeom/Makefile, mgeom/GeomLinkDef.h:
626 - took out all currently unused cameras from compilation
627
628 * mjobs/MJCut.cc:
629 - updated the confusing error message printed to the log-stream
630 in case of a failure of FillSrcPosCam
631
632 * callisto.cc:
633 - fixed small bug in PrintFiles
634
635 * datacenter/macros/plotdb.C:
636 - updated comments
637 - fixed a problem with empty TGraphs
638 - added new tabs for Hi-/Lo-Gain offsets and calibration
639 - incrased the range for the PSF
640 - reordered the tabs
641 - chnaged the binning for the relative effective on time
642 - removed the tab with the number of muons after cuts
643 - allow a dataset as last argument
644
645 * mraw/MRawRunHeader.h:
646 - added new member function IsValid
647
648 * mfileio/MReadMarsFile.cc:
649 - improved output in case something is wrong with the run-header
650
651
652
653 2006/09/27 Daniela Dorner
654
655 * datacenter/scripts/setup, datacenter/scripts/sourcefile:
656 - fixed sourcing of setup
657
658 * datacenter/db/culminating.php, datacenter/db/datacheck.php,
659 datacenter/db/datasetinfo-aio.php, datacenter/db/datasetinfo.php,
660 datacenter/db/dbstatus.php, datacenter/db/include.php,
661 datacenter/db/index.php, datacenter/db/printtable.php,
662 datacenter/db/querycal.php, datacenter/db/querymc.php,
663 datacenter/db/queryrbk.php, datacenter/db/queryseq.php,
664 datacenter/db/querystar.php, datacenter/db/runinfo-aio.php,
665 datacenter/db/runinfo.php, datacenter/db/statusrps.php,
666 datacenter/db/statussbs.php, datacenter/db/statussps.php:
667 - fixed calling of PrintMagicTable
668
669 * datacenter/macros/checkfileavail.C:
670 - fixed bug
671
672
673
674 2006/09/26 Thomas Bretz
675
676 * mbase/MMath.h:
677 - added new function ModF
678
679 * mhist/MHRate.cc, mhist/MHWeather.cc, mhvstime/MHPixVsTime.cc,
680 mhvstime/MHSectorVsTime.cc, mhvstime/MHVsTime.cc,
681 mpointing/MHPointing.cc:
682 - made the update of the axis ranges work again
683
684
685
686 2006/09/26 Daniela Dorner
687
688 * datacenter/scripts/zipscript:
689 - remove write permission after zip
690
691
692
693 2006/09/25 Daniela Dorner
694
695 * datacenter/scripts/mcsequences:
696 - fixed overwriting of sequencefiles
697
698 * datacenter/scripts/linkmc:
699 - fixed typo
700
701
702
703 2006/09/20 Daniela Dorner
704
705 * datacenter/scripts/zipscript, datacenter/scripts/checktransfer:
706 - added
707
708
709
710 2006/09/19 Daniela Dorner
711
712 * datacenter/db/datasetinfo-aio.php, datacenter/db/runinfo-aio.php,
713 datacenter/db/sequinfo-aio.php, datacenter/db/menu.php,
714 datacenter/db/menu.js:
715 - status menu was displayed wrongly after query
716
717
718
719 2006/08/30 Daniela Dorner
720
721 * datacenter/scripts/sourcefile:
722 - removed setzero
723 - restructured
724
725 * datacenter/scripts/setup:
726 - fixed bug
727
728 * datacenter/scripts/jobmanager:
729 - replaced setzero
730 - removed nail
731 - improved logging
732
733 * datacenter/macros/filldotrun.C:
734 - enhanced return-values
735
736 * datacenter/macros/insertdataset.C:
737 - fixed return-values in case of error
738
739 * datacenter/macros/insertdataset.C,
740 datacenter/scripts/insertdatasets:
741 - implemented return value for 'exists already in db'
742
743
744
745 2006/08/29 Thomas Bretz
746
747 * resources/sequences.rc:
748 - updated
749
750
751
752 2006/08/29 Daniela Dorner
753
754 * datacenter/scripts/buildsequenceentries:
755 - fixed logpath
756
757 * datacenter/scripts/fillcallisto, datacenter/scripts/fillganymed,
758 datacenter/scripts/fillstar:
759 - changed logpath
760
761 * datacenter/scripts/insertdatasets:
762 - improved logging
763
764 * datacenter/scripts/filesondisk:
765 - reduced output
766
767 * datacenter/scripts/checklogs:
768 - added (mails WARNs and ERRORs to $erradrs)
769
770 * datacenter/scripts/rmlocks:
771 - improved logging
772 - took removing out (reason: 12 hour limitation of condor is not
773 working; instead mail)
774
775 * datacenter/scripts/sourcefile:
776 - improved logging in setstatus
777 - implemented alias intgrep
778
779 * datacenter/scripts/buildsequenceentries,
780 datacenter/scripts/checkfilesforsequenceavail,
781 datacenter/scripts/checkstardone, datacenter/scripts/copyscript,
782 datacenter/scripts/dodatacheck, datacenter/scripts/doexclusions,
783 datacenter/scripts/doqualityplots, datacenter/scripts/filesondisk,
784 datacenter/scripts/fillcallisto, datacenter/scripts/fillganymed,
785 datacenter/scripts/fillstar, datacenter/scripts/insertdatasets,
786 datacenter/scripts/insertsequences,
787 datacenter/scripts/makecallistolinks,
788 datacenter/scripts/writesequencefiles:
789 - implemented usage of alias intgrep
790
791
792
793 2006/08/28 Thomas Bretz
794
795 * msql/MSQLMagic.cc:
796 - replaced DELETE by DELETE FROM
797
798 * mbase/MTime.h:
799 - if name is given in the constructor it is tried to use
800 it as SqlDateTime.
801
802
803
804 2006/08/25 Daniela Hoehne
805
806 * datacenter/scripts/setup:
807 - implemented new path for runlogs
808
809 * datacenter/scripts/buildsequenceentries, datacenter/scripts/
810 checkfilesforsequenceavail, datacenter/scripts/checkstardone,
811 datacenter/scripts/copyscript, datacenter/scripts/correcttime,
812 datacenter/scripts/dodatacheck, datacenter/scripts/doexclusions,
813 datacenter/scripts/doqualityplots, datacenter/scripts/dowebplots,
814 datacenter/scripts/filesondisk, datacenter/scripts/fillcallisto,
815 datacenter/scripts/fillganymed, datacenter/scripts/fillstar,
816 datacenter/scripts/insertdatasets, datacenter/scripts/insertsequences,
817 datacenter/scripts/linkmc, datacenter/scripts/makecallistolinks,
818 datacenter/scripts/runcallisto, datacenter/scripts/runganymed,
819 datacenter/scripts/runstar, datacenter/scripts/processmcsequences,
820 datacenter/scripts/mcsequences:
821 - improved logging (changed runlogpath)
822
823 * datacenter/scripts/checkstardone, datacenter/scripts/insertdatasets,
824 datacenter/scripts/insertsequences:
825 - changed logging outpath
826
827
828
829 2006/08/25 Daniela Dorner
830
831 * datacenter/scripts/jobmanager, datacenter/scripts/sourcefile,
832 datacenter/scripts/scriptlauncher:
833 - improved logging
834 - implemented usage of printprocesslog
835
836 * datacenter/scripts/jobmanager:
837 - improved usage of resources
838
839 * datacenter/scripts/scriptlauncher:
840 - improved errorhandling
841
842 * datacenter/scripts/sourcefile:
843 - implemented function and paths for processlog
844
845 * datacenter/scripts/copyscript, datacenter/scripts/insertdatasets,
846 datacenter/scripts/doqualityplots, datacenter/scripts/dowebplots,
847 datacenter/scripts/linkmc, datacenter/scripts/makecallistolinks,
848 datacenter/scripts/mcsequences,
849 datacenter/scripts/insertsequences,
850 datacenter/scripts/processmcsequences:
851 - implemented usage of finish
852 - improved logging
853
854 * datacenter/scripts/doexclusions:
855 - implemented check=1 (was still missing)
856
857 * datacenter/scripts/correcttime,
858 datacenter/scripts/insertsequences,
859 datacenter/scripts/makecallistolinks:
860 - improved logging
861 - fixed bugs
862
863 * datacenter/scripts/checkfilesforsequenceavail,
864 datacenter/scripts/filesondisk, datacenter/scripts/runcallisto:
865 - improved logging
866
867 * datacenter/scripts/buildsequenceentries,
868 datacenter/scripts/checkfilesforsequenceavail,
869 datacenter/scripts/checkstardone, datacenter/scripts/copyscript,
870 datacenter/scripts/correcttime, datacenter/scripts/dodatacheck,
871 datacenter/scripts/doexclusions, datacenter/scripts/doqualityplots,
872 datacenter/scripts/insertdatasets, datacenter/scripts/dowebplots,
873 datacenter/scripts/filesondisk, datacenter/scripts/fillcallisto,
874 datacenter/scripts/fillstar, datacenter/scripts/fillganymed,
875 datacenter/scripts/insertsequences, datacenter/scripts/jobmanager,
876 datacenter/scripts/linkmc, datacenter/scripts/makecallistolinks,
877 datacenter/scripts/mcsequences, datacenter/scripts/movingrawfiles,
878 datacenter/scripts/rmlock, datacenter/scripts/processmcsequences,
879 datacenter/scripts/runstar, datacenter/scripts/runcallisto,
880 datacenter/scripts/runganymed, datacenter/scripts/webupdate-star,
881 datacenter/scripts/webupdate-callisto,
882 datacenter/scripts/webupdate-sinope, datacenter/scripts/sourcefile,
883 datacenter/scripts/webupdate-ganymed,
884 datacenter/scripts/writesequencefiles:
885 - implemented usage of printprocesslog
886 - fixed runlogpath
887
888 * datacenter/scripts/webupdate-callisto,
889 datacenter/scripts/webupdate-ganymed,
890 datacenter/scripts/webupdate-sinope,
891 datacenter/scripts/webupdate-star:
892 - added logging
893
894
895
896 2006/08/25 Thomas Bretz
897
898 * msignal/MExtractTimeAndChargeSpline.h:
899 - changed fgLoGainOffset from 1.39 to 1.3 according to an extensive
900 test in the test-database
901
902 * resources/sequences.rc:
903 - resource file how to build sequences... added.
904
905 * msql/MSQLMagic.[h,cc]:
906 - added
907
908 * msql/MSQLServer.[h,cc]:
909 - added copy constructor
910 - allow fServ to be NULL (added sanity checks)
911 - Implemented Exec-command
912
913 * msql/Makefile, msql/SqlLinkDef.h:
914 - added MSQLMagic
915
916 * mbase/MLog.[h,cc]:
917 - added new member function Intro()
918
919 * mextralgo, mextralgo/Makefile, mextralgo/ExtralgoLinkDef.h,
920 mextralgo/MExtralgoDigitalFilter.[h,cc],
921 mextralgo/MExtralgoSpline.[h,cc]:.
922 - added
923
924
925
926 2006/08/24 Thomas Bretz
927
928 * manalysis/Makfile, manalysis/AnalysisLinkDef.h:
929 - took MCompProbCalc out
930
931 * mhist/Makfile, mhist/HistLinkDef.h:
932 - took MHCompProb out
933
934
935
936 2006/08/24 Daniela Dorner
937
938 * datacenter/scripts/sourcefile:
939 - implemented new functions to get information from the database
940 - fixed bug in naming of variable
941
942 * datacenter/scripts/jobmanager:
943 - implemented usage of getstatus
944 - fixed bug in naming of variable
945
946 * datacenter/scripts/runcallisto, datacenter/scripts/runstar,
947 datacenter/scripts/runganymed, datacenter/scripts/dodatacheck:
948 - implemented usage of gettodo
949 - removed for-loop to process several primaries
950
951 * datacenter/scripts/buildsequenceentries,
952 datacenter/scripts/checkfilesforsequenceavail,
953 datacenter/scripts/checkstardone, datacenter/scripts/correcttime,
954 datacenter/scripts/doexclusions, datacenter/scripts/fillcallisto,
955 datacenter/scripts/fillganymed, datacenter/scripts/fillstar,
956 datacenter/scripts/writesequencefiles:
957 - implemented usage of new getdolist function
958
959
960
961 2006/08/23 Thomas Bretz
962
963 * mtools/MCalendar.cc:
964 - simplified DrawTTF as suggested in the root bug tracker
965
966
967
968 2006/08/22 Daniela Dorner
969
970 * datacenter/scripts/buildsequenceentries,
971 datacenter/scripts/checkfilesforsequenceavail,
972 datacenter/scripts/checkstardone, datacenter/scripts/copyscript,
973 datacenter/scripts/correcttime, datacenter/scripts/dodatacheck,
974 datacenter/scripts/doexclusions, datacenter/scripts/doqualityplots,
975 datacenter/scripts/dowebplots, datacenter/scripts/filesondisk,
976 datacenter/scripts/fillcallisto, datacenter/scripts/fillganymed,
977 datacenter/scripts/fillstar, datacenter/scripts/insertdatasets,
978 datacenter/scripts/insertsequences, datacenter/scripts/linkmc,
979 datacenter/scripts/makecallistolinks,
980 datacenter/scripts/mcsequences, datacenter/scripts/movingrawfiles,
981 datacenter/scripts/processmcsequences, datacenter/scripts/rmlocks,
982 datacenter/scripts/runcallisto, datacenter/scripts/runganymed,
983 datacenter/scripts/runstar, datacenter/scripts/writesequencefiles,
984 datacenter/scripts/sourcefile:
985 - implemented possibility to run several tests by one user
986 (relative path for Mars version)
987
988 * datacenter/scripts/sourcefile:
989 - included webpath
990 - added comments
991 - added variables and functions for jobmanager
992 - removed changing variables
993 - added addresses
994 - implemented functions to get todolist via shell
995 - improved logging
996 - replaced setstatus, implemented new function not calling root
997 but directly using shell and mysql to speed up the setting of
998 the status
999
1000 * datacenter/scripts/jobmanager:
1001 - added (script to controll the amount of callisto, star, ganymed
1002 and datacheck running)
1003 - reduced logging output
1004 - implemented gettodo
1005 - implemented possibility to run several tests by one user
1006 (relative path for Mars version)
1007 - moved setup from jobsourcefile to sourcefile
1008 - added locking for gettodo
1009 - make sure that lists- and lock-directory are available
1010
1011 * datacenter/scripts/setup:
1012 - added (file to store setup variables, which might be changed)
1013 - new root version
1014
1015 * datacenter/scripts/copyscript:
1016 - removed addresses
1017 - fixed typo
1018
1019 * datacenter/scripts/run.condor:
1020 - added (file used to submit scripts to condor, used by jobmanager
1021 and script launcher)
1022
1023 * steps.rc:
1024 - fixed typo
1025
1026 * datacenter/scripts/buildsequenceentries,
1027 datacenter/scripts/checkfilesforsequenceavail,
1028 datacenter/scripts/checkstardone, datacenter/scripts/correcttime,
1029 datacenter/scripts/dodatacheck, datacenter/scripts/doexclusions,
1030 datacenter/scripts/fillcallisto, datacenter/scripts/fillganymed,
1031 datacenter/scripts/fillstar, datacenter/scripts/runcallisto,
1032 datacenter/scripts/runganymed, datacenter/scripts/runstar,
1033 datacenter/scripts/writesequencefiles:
1034 - implemented usage of gettodo instead of getdolist (faster)
1035
1036 * datacenter/scripts/dodatacheck, datacenter/scripts/runcallisto,
1037 datacenter/scripts/runganymed, datacenter/scripts/runstar:
1038 - improved logging and comments
1039 - adapted find-to-do-file-algorithm
1040
1041 * datacenter/scripts/buildsequenceentries,
1042 datacenter/scripts/checkfilesforsequenceavail,
1043 datacenter/scripts/checkstardone, datacenter/scripts/correcttime,
1044 datacenter/scripts/doexclusions, datacenter/scripts/fillcallisto,
1045 datacenter/scripts/fillganymed, datacenter/scripts/fillstar,
1046 datacenter/scripts/makecallistolinks,
1047 datacenter/scripts/writesequencefiles:
1048 - improved logging and comments
1049
1050 * datacenter/scripts/buildsequenceentries,
1051 datacenter/scripts/checkfilesforsequenceavail,
1052 datacenter/scripts/checkstardone, datacenter/scripts/correcttime,
1053 datacenter/scripts/dodatacheck, datacenter/scripts/doexclusions,
1054 datacenter/scripts/fillcallisto, datacenter/scripts/fillganymed,
1055 datacenter/scripts/fillstar, datacenter/scripts/runcallisto,
1056 datacenter/scripts/runganymed, datacenter/scripts/runstar,
1057 datacenter/scripts/writesequencefiles:
1058 - remove todofile when it has been read
1059
1060 * datacenter/scripts/scriptlauncher:
1061 - added (script to start submit other scripts to condor)
1062 - make sure that lists- and lock-directory are available
1063
1064 * datacenter/scripts/webupdate-callisto,
1065 datacenter/scripts/webupdate-star,
1066 datacenter/scripts/webupdate-sinope,
1067 datacenter/scripts/webupdate-ganymed:
1068 - added
1069
1070
1071
1072 2006/08/22 Thomas Bretz
1073
1074 * Makefile, Makefile.rules:
1075 - let condor wait until all jobs are finished and then
1076 link everything
1077
1078 * mbadpixels/MBadPixelsCam.[h,cc]:
1079 - added a simple function GetNumUnsuitable which can be used
1080 as a rule eg. in a filter.
1081
1082
1083
1084 2006/08/21 Thomas Bretz
1085
1086 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]:
1087 - there are three cases in which the digital filter algorithm
1088 cannot run to the end (eg. division by zero). For this cases
1089 more correct return values are set.
1090 - made sure that the fHiGainFirst is not added a second time
1091 through fTimeShiftHiGain
1092 - made sure that the case is handled correctly in which the sliding
1093 DF either couldn't slide at all or the maximum is below zero
1094
1095 * msignal/MExtractTimeAndChargeSpline.[h,cc]:
1096 - made sure that dsum is always set correctly
1097
1098 * msignal/Makefile, msignal/SignalLinkDef.h:
1099 - took out the following classes from make:
1100 + MExtractFixedWindow
1101 + MExtractSlidingWindow
1102 + MExtractFixedWindowPeakSearch
1103 + MExtractFixedWindowSpline
1104 + MExtractAmplitudeSpline
1105 + MExtrcatTimeSpline
1106 + MExtractTimeFastSpline
1107 + MExtractTimeHighestIntegral
1108 + MExtractTimeAndChargeSlidingWindow
1109 + MExtractTimeAndChargeDigitalFilterPeakSearch
1110
1111 * mjobs/MJCalibration.cc, mjobs/MJCalibTest.cc:
1112 - replaced default extractor by our default spline extractor
1113
1114 * mbase/MMath.[h,cc]:
1115 - added the possibility in GetMedianDev to retrieve the
1116 intermediate median
1117 - updated comments
1118
1119 * mhflux/MHEnergyEst.cc:
1120 - replaces old Form() by MString::Format
1121
1122 * msignal/MExtractTimeAndCharge.cc:
1123 - mark an extracted signal as invalid if more than 6 logain
1124 slices have saturated
1125
1126
1127
1128 2006/08/20 Thomas Bretz
1129
1130 * mtools/MCalendar.cc:
1131 - fixed the font-size issue (which I don't understand at all -
1132 bug report submitted)
1133
1134 * macros/tutorials/calendar.C:
1135 - changed the font name to a font supported by root
1136
1137
1138
1139 2006/08/19 Thomas Bretz
1140
1141 * mastro/MAstroCatalog.cc:
1142 - replaced all ifstream by MZlib to allow reading gzip
1143 compressed catalogs
1144
1145 * mbase/MString.[h,cc]:
1146 - changed function Form()
1147 - renamed old function Form() to Format()
1148
1149 * mastro/MAstroCatalog.cc, mbase/MParContainer.cc,
1150 mbase/MStatusDisplay.cc, mbase/MTask.cc, mpointing/MHSrcPosCam.cc
1151 mpointing/MPointingPos.cc, mbase/MEvtLoop.cc:
1152 - replaced MString::Form by new function name MString::Format
1153
1154 * macros/tutorials/calendar.C, macros/tutorials/calendar.rc,
1155 macros/tutorials/holidays.rc:
1156 - added
1157
1158 * mtools/MCalendar.[h,cc]:
1159 - added some dead code
1160 - changed the default a little bit
1161 - added fOrientation to allow changing the orientation
1162 - added code to paint a clock for the change from summer- to
1163 winter-time and vice versa
1164 - removed the direct dependance on the word "Easter" to
1165 display the easter holidays
1166 - added the possibility to restrict the display of some contents
1167 to only some week days (eg to display "KW35" only on mondays)
1168 - some updated to drawing the image
1169 - improved the ResetLayout and SetDefaultLayout if called from
1170 the context menu
1171
1172
1173
1174 2006/08/18 Thomas Bretz
1175
1176 * mcalib/MCalibrateData.cc, mhcalib/MHCalibrationChargeCam.cc,
1177 mhcalib/MHCalibrationHiLoCam.cc:
1178 - replaced obsolste GetNumHiGainSaturated()>0 by IsHiGainSaturated()
1179
1180
1181
1182 2006/08/17 Thomas Bretz
1183
1184 * mcalib/MCalibrationChargeCalc.cc:
1185 - added a missing flush
1186
1187 * msignal/MExtractor.cc:
1188 - small update to output
1189
1190 * msignal/MExtractTimeAndCharge.cc:
1191 - mark the lo-gains only as valid if they are really extracted
1192
1193 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
1194 - in hi-gain extraction fmax was initialized with -9999, but after
1195 the loop a invalid value of fmax<0 was not checked. Changed
1196 initialization to 0
1197
1198
1199
1200 2006/08/16 Thomas Bretz
1201
1202 * Makefile.conf.general:
1203 - fixed usage of substitutions
1204
1205 * mmc/MMcConfigRunHeader.[h,cc]:
1206 - added fParaboloidFocal
1207 - increased class version by 1
1208 - updated comments
1209
1210 * mmc/MMcEvt.[hxx,cxx]:
1211 - added fEventReuse
1212 - increased class version by 1
1213 - updates to comments
1214
1215 * mmc/MMcEvtBasic.h:
1216 - replaced private by protected
1217
1218 * mmc/MMcFadcHeader.hxx:
1219 - updates to comments
1220 - update to global ifdef
1221
1222 * mmc/MMcRunHeader.[hxx,cxx]:
1223 - added fRandomPointingConeSemiAngle
1224 - increased class version by 1
1225 - upadted comments
1226 - removed empty destructor
1227
1228 * mmc/MMcTrig.hxx:
1229 - updated preprocessor directives
1230
1231 * mmc/MMcTrigHeader.[hxx,cxx]:
1232 - updated comments
1233 - removed empty destructor
1234 - updated preprocessor directives
1235
1236 * mmc/MTriggerDefine.h, mmc/Mdefine.h:
1237 - updated preprocessor directives
1238
1239 * manalysis/MMcCalibrationUpdate.cc,
1240 mhcalib/MHCalibrationRelTimeCam.cc:
1241 - replaced IsLoGainUsed by IsHiGainSaturated
1242
1243 * mcalib/MCalibrateData.cc:
1244 - changed the algorithm which takes either the hi- or the lo-gain
1245 such that it gives more reliable results in case of saturation
1246 and/or problems with the extraction and if no reliable
1247 result is possible the pixel is set unsuitable
1248
1249 * mcalib/MCalibrateRelTimes.cc:
1250 - removed the usage of MSignalPix::SetLoGainUsed
1251 - set the pixel to unsuitable if the arrival time could not
1252 be extracted
1253
1254 * mfilter/MFCosmics.cc, mhcalib/MHCalibrationChargeCam.cc:
1255 - replaced GetNumHiGainSaturated()>0 by IsHiGainSaturated()
1256
1257 * mhist/MHCamera.cc:
1258 - removed obsolete MMath::GaussProb from GetMedianDev
1259
1260 * msignal/MArrivalTimeCam.cc:
1261 - replaced IsValid by IsArrivalTimeValid
1262 - replaces Is[Hi,Lo]GainValid by
1263 Is[Hi,Lo]GainValid && !Is[Hi,Lo]GainSaturated in
1264 GetPixelContent
1265 - added a check for saturation in case of getting the delay
1266 - do not restrict the range of the returned delays anymore
1267
1268 * msignal/MArrivalTimePix.[h,cc]:
1269 - improved GetArrivalTime to take the hi-gain saturation
1270 better into account
1271 - added a new function IsArrivalTimeValid
1272 - removed obsolete function IsValid and IsLoGainUsed
1273
1274 * msignal/MExtractTimeAndChargeSpline.cc:
1275 - added a check to not set fMaxBinContent in case the extraction
1276 would happen in the first or last slice similar to the
1277 digital filter. This became necessary because otherwise the
1278 spline extractor sometimes extracts nonsens values
1279
1280 * msignal/MExtractedSignalCam.cc:
1281 - replaced IsValid by more accurate functions
1282 - take saturation in GetPixelContent into account
1283
1284 * msignal/MExtractedSignalPix.[h,cc]:
1285 - removed obsolete function IsValid and IsLoGainUsed
1286 - added functions Is[Hi,Lo]GainSaturated
1287
1288 * msignal/MSignalCam.cc:
1289 - removed cases 10 and 11 in GetPixelContent
1290
1291 * msignal/MSignalPix.[h,cc]:
1292 - removed obsolete LoGainUsed references
1293
1294
1295
1296 2006/08/15 Daniela Dorner
1297
1298 * datacenter/macros/filldotrun.C:
1299 - implemented new arehucas version
1300
1301 * datacenter/db/culminating.php, datacenter/db/datacheck.php,
1302 datacenter/db/datasetinfo.php, datacenter/db/dbstatus.php,
1303 datacenter/db/index.php, datacenter/db/printtable.php,
1304 datacenter/db/querycal.php, datacenter/db/queryrbk.php,
1305 datacenter/db/queryseq.php, datacenter/db/querystar.php,
1306 datacenter/db/runinfo.php, datacenter/db/sequence.php,
1307 datacenter/db/sequinfo.php, datacenter/db/statusrps.php,
1308 datacenter/db/statussbs.php, datacenter/db/statussps.php:
1309 - moved some code to functions (mainly menu)
1310
1311 * datacenter/db/findoffdata.php:
1312 - moved some code to functions (mainly menu)
1313 - implemented zd-range fields
1314 - improved limits functionality
1315 - added some limit fields
1316 - added new field for limits
1317
1318 * datacenter/db/include.php:
1319 - implemented function to print or not print submitted query
1320 (PrintSubmittedQuery(..))
1321 - removed not needed argument of function RemoveSortBy()
1322 - implemented new algorithms for enhanced colour coding for limits
1323 in PrintMagicTable()
1324 - sort by first desc
1325
1326 * datacenter/db/index-header.html:
1327 - shortened menu (removed old websites)
1328 - fixed link
1329
1330 * datacenter/db/index.html:
1331 - added new websites
1332 - added link to error coding
1333 - fixed link
1334
1335 * datacenter/db/magicdefs.php:
1336 - changed limits arrays for enhanced algorithms
1337 - added variables for starguider, new limit fields, zd range
1338
1339 * datacenter/db/sources.php:
1340 - fixed bug (display of test sources)
1341 - moved some code to functions (mainly menu)
1342
1343 * datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php,
1344 datacenter/db/datasetinfo-aio.php:
1345 - added (website unifying other websites, so that only one website
1346 for runs, one for sequences and one for datasets is needed)
1347
1348 * datacenter/db/menu.php:
1349 - added (containing functions for parts of the menu)
1350
1351 * datacenter/db/menu.js:
1352 - added (script for diplaying/hiding parts of the menu)
1353
1354
1355
1356 2006/08/09 Thomas Bretz
1357
1358 * mbase/MMath.cc:
1359 - changed MedianDev to support 68% division instead of 0.5%
1360
1361 * datacenter/macros/fillsignal.C:
1362 - adapted to use Median for Pulse Offset and Gain
1363
1364
1365
1366 2006/08/08 Thomas Bretz
1367
1368 * mbadpixels/MBadPixelsCam.cc:
1369 - added some comments
1370
1371 * mhist/MHEvent.cc:
1372 - replaced GetTheta() by GetTelescopeTheta()
1373
1374 * msignal/MExtractedSignalCam.cc:
1375 - some update to returning the hi-/lo-gain ratio
1376
1377 * mbase/MMath.[h,cc]:
1378 - new functions MedianDev
1379
1380 * mhist/MHCamera.[h,cc]:
1381 - new function GetMedian
1382 - new function GetMedianDev
1383
1384
1385
1386 2006/08/08 Daniela Dorner
1387
1388 * datacenter/scripts/copyscript:
1389 - updated address list of people who are informed about changes in
1390 the catalog file
1391 - improved output to mail
1392 - updated search of newer catalogfiles
1393 - addapted to change in md5sum
1394 - fixed typo
1395
1396 * steps.rc:
1397 - made interpretable for shell
1398 - set Default to check for fSequenceFileWritten, so that manually
1399 inserted sequences can't be resettet
1400
1401 * datacenter/scripts/makecallistolinks:
1402 - removed reason2
1403
1404
1405
1406 2006/08/06 Thomas Bretz
1407
1408 * datacenter/macros/checkstardone.C,
1409 datacenter/macros/checkfileavail.C,
1410 datacenter/macros/filldotraw.C:
1411 - fixed. res was still not correctly deleted
1412
1413
1414
1415 2006/08/05 Thomas Bretz
1416
1417 * datacente/macros/fillsignal.C:
1418 - still searched for tabs DiffHi and DiffLo... fixed.
1419 - added a missing comma in the sql query
1420
1421 * mbase/MLog.cc, mbase/MLogHtml.cc:
1422 - switched off buffering for ofstreams
1423 - fixed length argument for the case </> are replaced by html-code
1424
1425 * datacenter/macros/checkstardone.C:
1426 - fixed. was completely broken, didn't even compile.
1427
1428
1429
1430 2006/08/04 Thomas Bretz
1431
1432 * mhvstime/MHVsTime.cc:
1433 - fixed a bug which made the argument of SetMinimum be ignored
1434
1435 * mpointing/MHPointing.cc:
1436 - changed position of SetMinimum and SetMaximum
1437
1438 * msignal/MArrivalTimeCam.[h,cc]:
1439 - added new options in GetPixelContent
1440 - added some new member functions
1441
1442 * msignal/MExtractedSignalCam.[h,cc]:
1443 - added new options in GetPixelContent
1444 - added some new member functions
1445
1446 * msignal/MExtractedSignalPix.h:
1447 - added some new member function
1448 - added some comments
1449
1450 * msql/MSQLServer.cc:
1451 - allow to setup different password for differend users and different
1452 users for different databases in sql.rc
1453
1454 * mcalib/MCalibrateRelTimes.cc:
1455 - implemented a workaround to mark pixels bad for extraction of
1456 hi- and lo-gain failed. (Before MCalibrateData just assigned
1457 a weird value)
1458
1459 * msignal/MArrivalTimePix.h:
1460 - added some member functions
1461
1462 * msignal/MExtractTimeAndCharge.cc:
1463 - added some comments which contain future code
1464 - invalidate hi- and lo-gain if both could not be extracted properly
1465 (FIXME: We need a cut on the number of unsuitable pixels per event)
1466 - changed handling of sathi to make the detection of hi-gain
1467 saturation work properly
1468
1469 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
1470 - changed fgLoGainOffset from 1.05 to 0.95 (comming out of the
1471 latest plots)
1472 - fixed assignment of sat in hi-gain extraction to make sure
1473 the the satuartion information can be returned properly
1474
1475 * msignal/MExtractTimeAndChargeSpline.cc:
1476 - changed fgLoGainStartShift according to BCN cvs to -2.4 (FIXME
1477 this should be checked!)
1478 - adapted handling of sat in hi-gain extraction to changes
1479 above
1480
1481 * mjobs/MJCalibrateSignal.cc:
1482 - replaced the hi-/lo-gain pulse plots by plots showing the
1483 hi-/lo-gain intercalibration and the hi-/lo-gain offset
1484
1485 * datacenter/macros/fillsignal.C:
1486 - changed according to the changes
1487
1488 * mraw/MRawFileRead.cc:
1489 - rais an error if a requested file could not be opened
1490
1491 * mbase/MParContainer.cc:
1492 - added some comments
1493
1494
1495
1496 2006/08/03 Thomas Bretz
1497
1498 * mbase/MTask.cc:
1499 - do not print number of executions if it is (UInt_t)-1
1500
1501 * mfileio/MReadReports.cc:
1502 - do not allocate a MTime container anymore. This can be done
1503 by root automatically which has the advantage that we don't
1504 have to care about its deletion
1505 - added some more debug output, just in case...
1506
1507 * mfileio/MReadTree.cc:
1508 - fixed a typo in a comment
1509
1510 * mhist/MHRate.cc, mhist/MHWeather.cc, mhvstime/MHSectorVsTime.cc,
1511 mhvstime/MHVsTime.cc:
1512 - changed position of SetMinimum and SetMaximum
1513
1514 * mimage/MHHillas.[h,cc]
1515 - made the Center-Histogram in the case only one is displayed
1516 one with palette
1517
1518
1519
1520 2006/08/03 Markus Meyer
1521
1522 * resources/calibration.rc, calibration_spline.rc
1523 - update of correction factors
1524
1525 * datacenter/macros/fillstar.C
1526 - update of reference values for muon analysis
1527
1528
1529
1530 2006/08/02 Daniela Dorner
1531
1532 * datacenter/scripts/buildsequenceentries,
1533 datacenter/scripts/checkfilesforsequenceavail,
1534 datacenter/scripts/checkstardone, datacenter/scripts/copyscript,
1535 datacenter/scripts/correcttime, datacenter/scripts/dodatacheck,
1536 datacenter/scripts/doexclusions, datacenter/scripts/doqualityplots,
1537 datacenter/scripts/dowebplots, datacenter/scripts/filesondisk,
1538 datacenter/scripts/fillcallisto, datacenter/scripts/fillganymed,
1539 datacenter/scripts/fillstar, datacenter/scripts/insertdatasets,
1540 datacenter/scripts/insertsequences, datacenter/scripts/linkmc,
1541 datacenter/scripts/makecallistolinks,
1542 datacenter/scripts/mcsequences, datacenter/scripts/movingrawfiles,
1543 datacenter/scripts/processmcsequences, datacenter/scripts/rmlocks,
1544 datacenter/scripts/runcallisto, datacenter/scripts/runganymed,
1545 datacenter/scripts/runstar, datacenter/scripts/sourcefile,
1546 datacenter/scripts/writesequencefiles:
1547 - replaced $USER by `whoami`
1548
1549 * datacenter/scripts/dowebplots:
1550 - write output (ps, png files) to $datapath and not $webdir to
1551 speed up the webupdate
1552
1553
1554
1555 2006/08/02 Thomas Bretz
1556
1557 * mhist/MHCamEvent.cc:
1558 - removed some obsolete includes
1559
1560 * msignal/MExtractTimeAndCharge.cc:
1561 - reformatted position of a parenthesis
1562
1563 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
1564 - changed default lo-gain offset to new value 1.05 which was
1565 determined plotting arrival time vs. signal height.
1566 - added fHiGainFirst to time (as it is in the spline extractor)
1567
1568 * msignal/MSignalCam.cc:
1569 - after extesive tests using the arrival time vs signal height
1570 histograms, new threshold levels (independent of the pixel size)
1571 have been determined for the pulse positions
1572 (50phe for pulse, hi-gain and 320phe for lo-gain)
1573
1574 * datacenter/macros/fillsignal.C:
1575 - changed to support new information about pulse positions
1576
1577
1578
1579 2006/08/01 Thomas Bretz
1580
1581 * mcalib/MCalibCalcFromPast.cc:
1582 - hand over the hi-lo-gain conversion factors to the new
1583 MCalibrationChargeCam if reinitialized
1584
1585 * mcalib/MCalibrateData.cc:
1586 - removed obsolete use of zenith angle (which actually was never used)
1587 - fixed a bug which caused the renorm factor being initialized from
1588 default instead of the QECam always (which didn't make any difference
1589 because also the QECam contains the default value)
1590
1591 * mcalib/MCalibrateRelTimes.[h,cc]:
1592 - store also the information whether lo-gain was used or not in
1593 MSignalCam
1594 - removed some comments from header
1595
1596 * mcalib/MCalibrationQEPix.[h,cc]:
1597 - removed obsolete use of zenith angle (which actually was never used)
1598
1599 * mhist/MHCamera.cc:
1600 - fixed wrong cast (from this to TProfile instead of TH1D)
1601
1602 * mjobs/MJCalibrateSignal.cc:
1603 - added tabs for hi-/lo-gain pulse position
1604
1605 * mjobs/MJCalibration.cc:
1606 - removed obsolete use of zenith angle (which actually was never used)
1607 for MCalibrationQEPix
1608
1609 * msignal/MArrivalTimePix.h:
1610 - added Copy member function
1611
1612 * msignal/MExtractedSignalPix.cc:
1613 - small code layout
1614
1615 * msignal/MSignalPix.[h,cc]:
1616 - added new (non I/O) member fLoGainUsed
1617
1618 * msignal/MSignalCam.cc:
1619 - added cases 10 and 11 to GetPixelContent
1620 - added some more comments
1621
1622
1623
1624 2006/07/31 Thomas Bretz
1625
1626 * showplot.cc:
1627 - added new options to write bmp and xml files
1628 - added new options for the display size
1629
1630 * mbase/MStatusDisplay.[h,cc]:
1631 - changed the constructor to allow starting with a different size
1632 - added new member functions to change the display or canvas size
1633 - fixed setting of sizes
1634
1635
1636
1637 2006/07/30 Thomas Bretz
1638
1639 * macros/starfield.C:
1640 - updated to use resources/mirrors.def by default
1641
1642 * mhist/MHCamera.[h,cc]:
1643 - replaced SavePrimitive(ofstream&) by SavePrimitive(ostream&)
1644 - if necessary let SavePrimitive(ofstream&) call
1645 SavePrimitive(ostream&)
1646
1647 * mgui/MHexagon.[h,cc]:
1648 - special solution for SavePrimitive because it calls a function
1649 from the base class which also needs ofstream or ostream
1650
1651 * mbase/MStatusDisplay.[h,cc]:
1652 - switched on writing bmp and xml (I still found no program able
1653 to read this bmp, but they are written)
1654 - removed check for writing images in batch mode for root
1655 >= 5.12/00. It is working now.
1656 - calculate kB and MB correctly by dividing by 1000 instead of
1657 1024 (would be kiB and MiB)
1658 - removed some unused parameters from function declaration
1659 - fixed some warnings about local overwrites of variable names
1660 - fixed a deprecated conversion from string constant to `char*
1661
1662
1663
1664 2006/07/29 Thomas Bretz
1665
1666 * mhflux/MHEffectiveOnTime.cc:
1667 - changed the fit such that initial values are calculated
1668 automatically now instead of using build in values. This
1669 makes the fit more indepedant of the underlaying rates.
1670 With a test of ~350 sequences in the test database it could
1671 be shown that the new fit gives the same result +/-1sek.
1672 The highest deviation was +5s the lowest -10s.
1673 - the number of the first bin used in the fit became a variable
1674 - A limit of 15kHz was set for the rate
1675 - sanity checkes for lambda==0 added (possible division by zero)
1676 - increased class version number by one
1677 - made functions derived from MH private
1678 - to fit the resulting "gammas" use fFirstBin=1 and fNumEvents=120
1679
1680
1681
1682 2006/07/28 Daniela Dorner
1683
1684 * datacenter/scripts/buildsequenceentries,
1685 datacenter/scripts/checkfilesforsequenceavail,
1686 datacenter/scripts/checkstardone, datacenter/scripts/copyscript,
1687 datacenter/scripts/correcttime, datacenter/scripts/dodatacheck,
1688 datacenter/scripts/doexclusions, datacenter/scripts/doqualityplots,
1689 datacenter/scripts/dowebplots, datacenter/scripts/filesondisk,
1690 datacenter/scripts/fillcallisto, datacenter/scripts/fillganymed,
1691 datacenter/scripts/fillstar, datacenter/scripts/insertdatasets,
1692 datacenter/scripts/insertsequences, datacenter/scripts/linkmc,
1693 datacenter/scripts/makecallistolinks,
1694 datacenter/scripts/mcsequences, datacenter/scripts/movingrawfiles,
1695 datacenter/scripts/processmcsequences, datacenter/scripts/rmlocks,
1696 datacenter/scripts/runcallisto, datacenter/scripts/runganymed,
1697 datacenter/scripts/runstar, datacenter/scripts/sourcefile,
1698 datacenter/scripts/writesequencefiles:
1699 - replaced username by $USER
1700
1701
1702
1703 2006/07/27 Thomas Bretz
1704
1705 * datacenter/macros/buildsequenceentries.C:
1706 - removed some obsolete output
1707 - logging output redone
1708 - added some missing delete of TSQLResults
1709 - fixed some overwrite of local variables
1710 - added more comments
1711 - moved code building the blocks to its own function
1712 - simplified buildblocks
1713
1714
1715
1716 2006/07/27 Daniela Dorner
1717
1718 * datacenter/scripts/buildsequenceentries:
1719 - fixed bug in name of logfile (introduced on 2006/02/03)
1720
1721
1722
1723 2006/07/26 Daniela Dorner
1724
1725 * datacenter/scripts/movingrawfiles:
1726 - changed machine
1727 - added logging
1728 - added launching of filesondisk, when files have been moved
1729
1730 * datacenter/scripts/filesondisk:
1731 - added logging
1732
1733
1734
1735 2006/07/26 Thomas Bretz
1736
1737 * merpp.cc:
1738 - files with the extension .raw.gz were not found. fixed. This
1739 is necessary because raw-files must be merpped before they can
1740 be displayed with the mars-gui.
1741
1742 * star.cc:
1743 - fixed some misalignment when the title is printed
1744
1745 * datacenter/macros/fillsinope.C:
1746 - removed some obsolete comments
1747
1748 * mbase/MContinue.h:
1749 - some reformatting
1750
1751 * mreport/MReportStarguider.h:
1752 - added enum for states
1753 - added IsMonitoring member function
1754
1755 * msignal/MArrivalTimeCam.cc:
1756 - fixed a problem which gave errors when compiling (introduced
1757 with the latest change)
1758
1759 * manalysis/MEventRateCalc.[h,cc], manalysis/MGeomApply.[h,cc],
1760 manalysis/MMultiDimDistCalc.[h,cc], mbadpixels/MBadPixelsTreat.[h,cc],
1761 mbase/MEvtLoop.[h,cc], mbase/MParContainer.[h,cc], mbase/MParList.[h,cc],
1762 mbase/MTask.[h,cc], mbase/MTaskList.[h,cc], mcalib/MCalibrateData.[h,cc],
1763 mdata/MDataArray.[h,cc], mfbase/MF.[h,cc], mfbase/MFDataChain.[h,cc],
1764 mfbase/MFDataChain.[h,cc], mfbase/MFDataMember.[h,cc],
1765 mfbase/MFilterList.[h,cc], mfileio/MReadTree.[h,cc],
1766 mfileio/MWriteRootFile.[h,cc], mfilter/MFParticleId.[h,cc],
1767 mfilter/MFTriggerLvl1.[h,cc], mfilter/MFTriggerLvl2.[h,cc],
1768 mhbase/MBinning.[h,cc], mhbase/MFillH.[h,cc], mhbase/MH3.[h,cc],
1769 mhbase/MHMatrix.[h,cc], mimage/MHillasCalc.[h,cc],
1770 mimage/MImgCleanStd.[h,cc], mimage/MImgCleanTGB.[h,cc],
1771 mpointing/MSrcPosCam.[h,cc], msignal/MExtractFixedWindow.[h,cc],
1772 msignal/MExtractSignal.[h,cc], msignal/MExtractSignalABcorr.[h,cc],
1773 msignal/MExtractor.[h,cc], mtools/MChisqEval.[h,cc]
1774 - replaced StreamPrimitive(ofstream&) by StreamPrimitive(ostream&)
1775 - replaced SavePrimitive(ofstream&) by SavePrimitive(ostream&)
1776 - if necessary let SavePrimitive(ofstream&) call
1777 SavePrimitive(ostream&)
1778
1779 * mbadpixels/MBadPixelsCam.cc, mbadpixels/MBadPixelsIntensityCam.cc,
1780 mbase/MEvtLoop.cc, mbase/MLog.cc, mbase/MParList.cc, mbase/MTaskList.cc,
1781 mcalib/MCalibConstCam.cc, mcalib/MCalibrationBlindCam.cc,
1782 mcalib/MCalibrationCam.cc, mcalib/MCalibrationIntensityCam.cc,
1783 mcalib/MCalibrationIntensityConstCam.cc, mdata/MDataArray.cc,
1784 mdata/MDataFormula.cc, mdata/MDataList.cc, mfbase/MFilterList.cc,
1785 mgeom/MGeomCam.cc, mhcalib/MHCalibrationCam.cc, mmain/MMonteCarlo.cc,
1786 mpedestal/MPedPhotCam.cc, mpedestal/MPedestalCam.cc,
1787 mreport/MReportFileRead.cc, msignal/MArrivalTimeCam.cc,
1788 msignal/MExtractedSignalCam.cc, msignal/MSignalCam.cc:
1789 - replaced ForEach by R__FOR_EACH
1790
1791 * mbase/MAGIC.h:
1792 - define R__FOR_EACH macro if not yet defined
1793
1794 * mbase/MEvtLoop.cc:
1795 - removed usage of copy-constructor of TEnv
1796
1797 * mbase/MString.h:
1798 - exclude some of the member function from CINT (gives problem
1799 with CINT)
1800
1801 * mfbase/MFEventSelector.[h,cc]:
1802 - removed StreamPrimitive (it was empty anyhow)
1803
1804 * mranforest/MRanTree.cc:
1805 - moved includes for TVector and TMatrix to header
1806 - replaced TMatrixRow by TMatrixFRow_const in TreeHad
1807
1808 * msignal/Makefile, msignal/SignalLinkDef.h:
1809 - removed MExtractSignal
1810 - removed MExtractSignal2
1811 - removed MExtractSignal3
1812 - removed MExtractSignalABcorr
1813
1814 * mbase/MArgs.cc, mbase/MContinue.cc, mbase/MEnv.cc, mbase/MGMap.[h,cc],
1815 mbase/MGTask.h, mbase/MLogManip.h, mbase/MLogPlugin.h
1816 mbase/MParContainer.cc, mbase/MParList.cc, mbase/MParameters.cc,
1817 mbase/MSearch.cc, mbase/MStatusArray.h, mbase/MTask.cc,
1818 mbase/MTaskList.[h,cc]:
1819 - removed some unused parameters from function declaration
1820
1821 * mbase/MArray.h, mbase/MArrayB.h, mbase/MArrayD.h, mbase/MArrayF.h,
1822 mbase/MArrayI.h, mbase/MArrayS.h, mbase/MDirIter.h, mbase/MLog.[h,cc],
1823 mbase/MReadSocket.h, mbase/MTask.cc, mbase/MTaskList.[h,cc],
1824 mbase/MTime.h:
1825 - added explicit initialization of base class to copy ctor
1826
1827 * mbase/MDirIter.[h,cc], mbase/MLog.[h,cc], mbase/MRunIter.cc,
1828 mbase/MZlib.cc:
1829 - fixed some warnings about local overwrites of variable names
1830
1831 * mbase/MTaskList.[h,cc]:
1832 - removed unsused second argument from CheckAddListTo
1833 - allow 0 as the type argument which just keeps the input steam id
1834 of the task
1835
1836 * mjobs/MSequence.cc:
1837 - fixed a deprecated conversion from string constant to `char*
1838
1839 * mfbase/MFilterList.cc:
1840 - improved warn output
1841
1842 * msignal/MArrivalTimeCalc2.cc, msignal/MArrivalTimePix.[h,cc],
1843 msignal/MExtractFixedWindowPeakSearch.cc, msignal/MExtractSignal.cc,
1844 msignal/MExtractSignal2.cc, msignal/MExtractSignal3.cc,
1845 msignal/MExtractSignalABcorr.cc, msignal/MExtractTime.cc,
1846 msignal/MExtractTimeAndCharge.cc, msignal/MExtractor.cc,
1847 msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.cc:
1848 - removed first obsolete argument from SetGainSaturation
1849
1850 * msignal/MExtractedSignalCam.[h,cc]:
1851 - removed obsolete fNdf
1852 - increased class version
1853
1854 * msignal/MExtractedSignalPix.[h,cc]:
1855 - removed obsolete fIsLoGainUsed
1856 - removed obsolete fChisquare
1857 - increased class version
1858 - removed obsolete first argument from SetGainSaturation
1859
1860
1861
1862 2006/07/23 Thomas Bretz
1863
1864 * datacenter/scripts/copyscript:
1865 - only try to insert the contents of runbook files which
1866 contain the regexp \\\.rbk$ instead of .rbk It might be
1867 that in a script it should be \.rbk$ rather than \\\.rbk$
1868 (to be tested)
1869
1870
1871
1872 2006/07/22 Thomas Bretz
1873
1874 * datacenter/scripts/runstar:
1875 - added -r to sort ToDo-files such that the newest sequences
1876 are processed first
1877
1878
1879
1880 2006/07/21 Daniela Dorner
1881
1882 * datacenter/scripts/checkfilesforsequavail:
1883 - fixed bug in path
1884
1885
1886
1887 2006/07/19 Thomas Bretz
1888
1889 * msignal/MArrivalTimeCam.cc:
1890 - added case 7 and 2 in GetPixelContent
1891
1892
1893
1894 2006/07/13 Thomas Bretz
1895
1896 * mastro/MAstroCatalog.h:
1897 - implemented new member function GetNumStars
1898
1899 * mbase/MGMap.[h,cc]:
1900 - implemented new member function DrawHexagon
1901
1902
1903
1904 2006/07/11 Thomas Bretz
1905
1906 * mbase/MStatusArray.cc, mdata/MDataChain.cc, mdata/MDataFormula.cc,
1907 mhflux/MMcSpectrumWeight.cc, mimage/MHillasExt.cc, mjobs/MJCut.cc,
1908 msignal/MExtractTimeAndChargeDigitalFilter.cc,
1909 mranforest/MRanForestCalc.cc:
1910 - fixed some compiler warning of the kind
1911 ambiguous overload for `Bool_t ? const char[14] : const TString &'
1912 to make gcc 2.95.3 happy (used to get cosy working with the
1913 latest Mars version)
1914
1915 * mbase/MZlib.[h,cc]:
1916 - added some preprocessor statements which allow compilation with
1917 gcc 2.95.3
1918
1919 * mastro/MAstroCamera.cc:
1920 - removed path from include
1921
1922 * mastro/Makefile:
1923 - added directory for MHCamera
1924
1925 * mhflux/MHThetaSqN.cc:
1926 - removed the const-qualifier from the static_cast when setting
1927 tghe MParameterD
1928
1929
1930
1931 2006/07/06 Thomas Bretz
1932
1933 * Makefile.conf.linux:
1934 - removed options -Wstrict-prototypes -Wmissing-prototypes
1935 obsolete for C++
1936
1937 * mastro/MAstro.h, mgui/MCamEvent.h:
1938 - added virtual destructor to make gcc 4.1 happy
1939
1940 * mfilter/MFMagicCuts.cc, mtools/MagicJam.cc:
1941 - added includes to make gcc 4.1 happy
1942
1943 * mranforest/MRanForestCalc.cc:
1944 - added include for the compilation with root 5.10/00
1945
1946
1947
1948 2006/07/05 Thomas Bretz
1949
1950 * datacenter/macros/checkfileavail.C,
1951 datacenter/macros/checkstardone.C,
1952 datacenter/macros/doexclusions.C,
1953 datacenter/macros/filldotraw.C,
1954 datacenter/macros/fillganymed.C,
1955 datacenter/macros/fillsignal.C,
1956 datacenter/macros/fillstar.C,
1957 datacenter/macros/setupdb.C:
1958 - make sure that 'res' is correctly deleted
1959
1960 * datacenter/macros/doexclusions.C:
1961 - fixed some variable name overrides
1962
1963 * mhflux/MAlphaFitter.[h,cc]:
1964 - added the possibility to DrawResult()
1965
1966 * mhflux/MHAlpha.[h,cc]:
1967 - added new output container (Bin) which contains the number
1968 of the bin the event was assigned to
1969 - fixed drawing the significance in DrawAll
1970
1971
1972
1973 2006/07/04 Daniela Dorner
1974
1975 * datacenter/scripts/copyscript:
1976 - removed not needed if-clause (was used to copy subsystemfiles to
1977 /magic/datacenter/totape)
1978
1979
1980
1981 2006/07/03 Thomas Bretz
1982
1983 * mhflux/MHThetaSqN.[h,cc]:
1984 - added counter and output some statistics afterwards
1985
1986
1987
1988 2006/06/29 Thomas Bretz
1989
1990 * mmain/MEventDisplay.cc:
1991 - added decoding of calibration pattern
1992
1993 * mbase/MContinue.cc:
1994 - small change to some output
1995
1996 * mmc/MMcTrig.hxx, mmc/MMcTrigHeader.hxx:
1997 - increased version number
1998
1999 * mmc/Mdefine.h:
2000 - increased CAMERA_PIXELS from 3500 to 3800
2001
2002
2003
2004 2006/06/28 Daniela Dorner
2005
2006 * datacenter/macros/setupdb.C:
2007 - added new columns
2008 - changed name columns
2009
2010
2011
2012 2006/06/28 Thomas Bretz
2013
2014 * datacenter/macros/fillstar.C:
2015 - added number of correlated stars
2016
2017 * datacenter/macros/plotdb.C:
2018 - added number of correlated stars
2019 - changed name of database column
2020
2021 * callisto.cc, mbadpixels/MBadPixelsCalc.cc,
2022 mjtrain/MJTrainSeparation.cc:
2023 - small improvement to log-output
2024
2025 * tpoint/gui.C:
2026 - added some SetFrameBorderMode and SetBorderMode
2027
2028
2029
2030 2006/06/27 Thomas Bretz
2031
2032 * mhflux/MHAlpha.cc:
2033 - added a small change to prevent DrawAll from opening a new
2034 canvas if called with the option "No new canvas" and no
2035 fDisplay
2036
2037
2038
2039 2006/06/26 Thomas Bretz
2040
2041 * mjobs/MJCut.[h,cc]:
2042 - added error codes for some fatal errors
2043
2044 * ganymed.cc:
2045 - pipe error codes to shell
2046
2047
2048
2049 2006/05/29 Thomas Bretz
2050
2051 * mbase/MEnv.cc:
2052 - included THashList for compatibility with root 5.10/00
2053
2054 * mdata/MDataArray.[h,cc]:
2055 - included TVector in header for compatibility with root 5.10/00
2056
2057 * mgui/MHexagon.cc:
2058 - changed argument of PaintFillArea from Float_t to Double_t
2059 for compatibility with root 5.10/00
2060
2061 * mhbase/MHMatrix.[h,cc]:
2062 - added some #ifdef for compatibility with root 5.10/00
2063 - included TVector in the header for compatibility with
2064 root 5.10/00
2065
2066 * mjtrain/MJTrainDisp.cc:
2067 - added the possibility to set weights
2068 - added new histogram to show avg psf versus energy
2069
2070 * mjtrain/MJTrainRanForest.cc:
2071 - included TFile for compatibility with root 5.10/00
2072
2073 * mranforest/MRanForest.[h,cc]:
2074 - included TMatrix and TVector in header for compatibilty
2075 with root 5.10/00
2076
2077 * mtools/MHSimulatedAnnealing.[h,cc]:
2078 - included TMatrix and TVector in header for compatibilty
2079 with root 5.10/00
2080
2081
2082
2083 2006/05/24
2084
2085 * RELEASE 0.9.6
2086
2087
2088
2089 2006/05/24 Thomas Bretz
2090
2091 * mbadpixels/MBadPixelsTreat.cc:
2092 - another small improvement, set fMaxArrivalTimeDiff to 0.9
2093
2094 * mjobs/MJPedestal.cc:
2095 - switched off error in case of "pulse is too much to the left"
2096 - the extraction window is not changed anymore
2097
2098 * mhflux/MAlphaFitter.cc:
2099 - made new background fit more robust by improving the start
2100 values
2101
2102 * mhflux/MHAlpha.[h,cc]:
2103 - preliminary implementation showing automatically all sizebins in
2104 the status display
2105
2106 * mpointing/MPointingDevCalc.[h,cc]:
2107 - if the mispointing is set to 0 due to missing mispointing
2108 information also the starguider calibration is reset.
2109 - in the case the latest report is older than a default (currently
2110 one minute) and the current report will be skip the starguider
2111 correction and calibration will be reset.
2112
2113 * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
2114 - updated
2115
2116 * mmc/MMcRunHeader.hxx:
2117 - added new getter for ShowerPhiMin and ShowerPhiMax
2118
2119
2120
2121 2006/05/23 Daniela Dorner
2122
2123 * scripts/processsequence:
2124 - added (script to run callisto, merppupdate and star for 1
2125 sequence)
2126
2127 * scripts/preparemc:
2128 - added (script to create montecarlo sequence and datasetfiles)
2129
2130
2131
2132 2006/05/23 Thomas Bretz
2133
2134 * mranforest/MRanTree.cc:
2135 - should be if(!Finite) instead of if(Finite)
2136
2137 * mhbase/MH3.cc:
2138 - fixed a problem which arouse in root 4.04/02g namely that
2139 is the draw-option is " " nothing is displayed. Therefore
2140 all " " are removed before the histogram is drawn
2141
2142 * mhist/MHCamera.cc:
2143 - when the azimuthal profile was produced the binning was optimized
2144 with the OptimizeLimits. This doesn't make sense because it
2145 changed the alignment of the bins with the 60deg boundaries
2146
2147 * mreport/MReportStarguider.cc:
2148 - fixed a typo in a comment and removed an obsolete one
2149
2150 * msignal/MExtractTimeAndCharge.cc:
2151 - instead of setting the arrival time to a value at the border of
2152 the meaningful range a random number is assigned in the case
2153 of an arrival time extracted outside the fadc range. This
2154 avoids possible unfortuante coincidences in arrival times.
2155
2156 * mbadpixels/MBadPixelsTreat.[h,cc]:
2157 - added new data member fMaxArrivalTimeDiff, which is the maximum
2158 arrival time difference allowed for the badpixel algorithm
2159 to determin whether a pixels belongs to a shower
2160 - changed the old value (0.5) to 1.0 as suggested by Stefan
2161 due to a recent study on the fraction of pixels surviving the
2162 image cleaning
2163
2164 * callisto.rc, callisto_Dec04Jan05.rc, callisto_MarApr05.rc:
2165 - added comment to show usage of new option
2166
2167
2168
2169 2006/05/22 Daniela Dorner
2170
2171 * datacenter/scripts/makecallistolinks:
2172 - fixed bug
2173
2174
2175
2176 2006/05/22 Thomas Bretz
2177
2178 * mranforest/MRanTree.cc:
2179 - replaced some arbitrary small and large values by FLT_MAX in
2180 FindBestSpllit*
2181 - replaced in FindBestSpllit* a sanity check for rld and rrd (do
2182 not divide by zero) by a check whether the result (crit) is finite
2183
2184 * mcamera/MCameraRecTemp.[h,cc]:
2185 - implemented new data member for validity
2186 - increased class version by 1
2187
2188 * mpointing/MHPointing.[h,cc]:
2189 - implemented new TGraph for number of correlated stars
2190 - increased class version by 1
2191
2192 * mpointing/MPointingDevCalc.cc:
2193 - if the report is empty assume no pointing deviation and also
2194 reset the starguider calibration
2195
2196 * mpointing/MPointingPos.cc:
2197 - slight modifications to comment
2198
2199 * mreport/MReport.cc:
2200 - introduced new fake version to support new starguider format
2201
2202 * mreport/MReportCC.[h,cc]:
2203 - improved handling of receiver boar com-errors and RecTemp section
2204
2205 * mreport/MReportStarguider.[h,cc]:
2206 - implemented changes in the starguider reports around 9th May
2207 - added new data member for number of correlated stars
2208 - increased class version by 1
2209
2210
2211
2212 2006/05/21 Thomas Bretz
2213
2214 * mfileio/MReadTree.cc:
2215 - show all added files only in debug modes or if wildcards are used
2216
2217 * mfilter/MFEnergySlope.[h,cc]:
2218 - added a third constructor which also allows to set fMcEnergyMin
2219
2220 * mjtrain/MJTrainSeparation.[h,cc]:
2221 - updated text output
2222 - improved result display
2223 - added possibility to set weights and/or pre/post-tasks for
2224 train or test only
2225
2226 * mranforest/MRanForest.cc:
2227 - commented out an obsolete check to check whether TMath::Sort
2228 has sorted correctly
2229 - added some comments
2230
2231
2232
2233 2006/05/20 Thomas Bretz
2234
2235 * mreport/MReportCC.cc:
2236 - fixed a typo in InterpreteTD which was introduced yesterday
2237
2238
2239
2240 2006/05/19 Thomas Bretz
2241
2242 * mbase/MMath.h:
2243 - added default to second argument of GaussProb
2244
2245 * mcamera/MCameraTD.[h,cc], mcamera/MCameraTH.[h,cc]:
2246 - added a data member fIsValid giving the status of the arrays
2247 in case the CC reports contained nonsense (mainly for files
2248 before summer 2005)
2249 - increased class version by 1
2250
2251 * mhflux/MHAlpha.h:
2252 - made SetOffData virtual
2253
2254 * mreport/MReport.cc:
2255 - small changes to some comments
2256
2257 * mreport/MReportCC.[h,cc]:
2258 - better handling of problems with the TH and TD part of the
2259 CC-REPORT for files older than 200507190 and 200412210
2260 respectively
2261
2262 * mreport/MReportFileReadCC.cc:
2263 - always output the file format version
2264
2265 * mhflux/MAlphaFitter.[h,cc]:
2266 - implemented fitting of the off-data for background determination
2267 - the result values are not yet accessible
2268 - increased class version by 1
2269
2270 * mhflux/MHThetaSqN.[h,cc]:
2271 - some improvements regarding the treatment of the signal-regions
2272 - allow to set a different cut-level for off-cuts
2273
2274
2275
2276 2006/05/18 Thomas Bretz
2277
2278 * mhflux/MAlphaFitter.h:
2279 - added Getter for ScaleMode
2280
2281 * mhflux/MHAlpha.[h,cc]:
2282 - made fHillas data member protected
2283 - increased size of fMap
2284
2285 * mhflux/MHThetaSq.[h,cc]:
2286 - removed obsolete data-member fThetaSq
2287
2288 * mjtrain/MJTrainRanForest.cc, mranforest/MRanForestCalc.cc:
2289 - fixed a typo in a comment
2290
2291 * mranforest/MRanTree.cc:
2292 - added a lot of comments in the code
2293
2294 * callisto.cc:
2295 - fixed typo in output
2296
2297 * mhflux/MHThreshold.cc:
2298 - enabled grids
2299 - slightly improved calculation of shown threshold
2300
2301 * mhflux/MHThetaSqN.[h,cc]:
2302 - added
2303
2304 * mhflux/Makefile, mhflux/FluxLinkDef.h:
2305 - added MHThetaSqN
2306
2307
2308
2309 2006/05/18 Daniela Dorner
2310
2311 * resources/calibration.rc, resources/calibration_spline.rc:
2312 - added values for current and following periods
2313
2314
2315
2316 2006/05/05
2317
2318 * RELEASE 0.9.5.1
2319
2320
2321
2322 2006/05/05 Thomas Bretz
2323
2324 * datacenter/macros/plotdb.C:
2325 - updated with new tabs for the starguider data
2326
2327 * mhflux/MHEnergyEst.cc:
2328 - print the result to the all-logstream
2329 - changed the fit range not to take the overflow into account
2330
2331 * mranforest/MRanForest.[h,cc]:
2332 - Use the default Reset() instead of Reset(0)
2333 - changed output while training
2334 - replaced a lot of TArrays by MArrays
2335 - at some points replaced gRandom->Rndm by gRandom->Integer
2336 - removed some obsolete arguments from ModifyDataSort
2337 - In CreateDataSort isort need not to be initialized, it is
2338 done by TMath::Sort anyhow
2339 - a small simplification to ModifyDataSort
2340 - added some const-qualifiers in funciton calls
2341
2342 * mranforest/MRanTree.[h,cc]:
2343 - replaced a lot of TArrays by MArrays
2344 - removed some obsolete calls to Reset(0) after the instatization
2345 of the array
2346 - small acceleration of the averaging when calculating fBestSplit[k]
2347 - at some points replaced gRandom->Rndm by gRandom->Integer
2348 - directly give mean[kbuild] and square[kbuild] as an argument
2349 to FindBestSplit
2350 - removed the obsolste dereferencing from the call to FindBestSplit
2351 - added some const-qualifiers in funciton calls
2352 - make a copy of tclasspop in BuildTree to be able to give the
2353 array as a const qualified reference. It is not used at any other
2354 place
2355 - in TreeHad first get the pointers to the vector with the data to
2356 get rid of the range check done by root. This has also the advantage
2357 that all TreeHad member function can be unified into a single
2358 member function
2359
2360 * mhflux/MAlphaFitter.cc:
2361 - fixed a problem with the fit which could cause infinite loops
2362 in the case of off-data. This did in no means effect the result,
2363 just the performance.
2364
2365 * mhbase/MH3.cc:
2366 - convert the options ToLower case first before checking
2367
2368 * mjtrain/MJTrainRanForest.[h,cc]:
2369 - added AddPar member function
2370 - added fPreTasks and fPostTasks
2371 - added fEnableWeights
2372 - added member functions suporting setting pre- and posttasks
2373 and weights
2374
2375 * mtools/MTFillMatrix.h:
2376 - added new member function to clear the fPreCuts, fPreTasks and
2377 fPostTasks lists
2378
2379 * mjtrain/MJTrainEnergy.cc:
2380 - implemented usage of weights
2381
2382 * mjtrain/MJTrainSeparation.[h,cc]:
2383 - implemented the usage of weights
2384 - implemented a random source position to train with wobble
2385 data
2386 - added some more output
2387 - added an option to switch between classification and regression
2388 - added th epossibility to change the MC flux
2389
2390 * mjtrain/Makefile:
2391 - added include path for mpointing and mimage
2392
2393
2394
2395 2006/05/04 Thomas Bretz
2396
2397 * mbase/MTaskList.[h,cc]:
2398 - added new member function AddToListBefore(TList&) and
2399 AddToListAfter(TList&)
2400 - added corresponding RemoveFromList(TList&)
2401
2402 * mhflux/MMcSpectrumWeight.[h,cc]:
2403 - added new member functions CalcSpecNew and CalcSpecOld to
2404 evaluate the spectrum at a given energy
2405 - added a new data member which allows to set an energy
2406 at which the normalization is calculated instead of
2407 the integral
2408
2409 * mpointing/MSrcPosRndm.[h,cc]:
2410 - added new option which allows to create a random wobble
2411 source position
2412
2413
2414
2415 2006/05/03 Daniela Dorner
2416
2417 * datacenter/macros/setupdb.C:
2418 - changed type of sourcename and projectname according to new
2419 format
2420
2421
2422
2423 2006/05/03 Thomas Bretz
2424
2425 * Makefile.rules:
2426 - added new option zdiff
2427
2428 * mbase/MTaskList.[h,cc]:
2429 - overwrite member function AddToList with a TList-reference
2430 as argument
2431
2432 * mhflux/MHCollectionArea.[h,cc]:
2433 - added the missing //! behind the fMcEvt data member
2434 - increased class version number
2435 - removed obsolete fEnergy data member
2436
2437 * mranforest/MRanForest.cc:
2438 - added to the output whether weights are set
2439
2440 * mraw/MRawRunHeader.cc:
2441 - removed an obsolete Print() which enetered for debugging
2442
2443 * mimage/MHNewImagePar.cc:
2444 - the plots for CocCOG and ConcCore had the same color... fixed
2445
2446 * mranforest/MRanForestCalc.[h,cc]:
2447 - allow to set weights for each event
2448
2449 * mtools/MTFillMatrix.[h,cc]:
2450 - implemented the possibility to set pre- and post-tasks
2451 executed in the eventloop
2452
2453
2454
2455
2456 2006/05/02 Thomas Bretz
2457
2458 * mraw/MRawRunHeader.cc:
2459 - fixed the typo in the output
2460
2461 * mpointing/MHPointing.cc, datacenter/macros/fillstar.C:
2462 - fixed a typo in the name of the plot Skybrightness
2463
2464
2465
2466 2006/04/30 Thomas Bretz
2467
2468 * mjtrain/MJTrainSeparation.[h,cc]:
2469 - new option to switch between regression and classification
2470 - fixed the auto training (still far from working well)
2471 - improved result plots
2472
2473 * mbase/MMath.cc:
2474 - fixed SignificanceLiMa such that it allows basically zero
2475 signal- and/or background events
2476
2477
2478
2479 2006/04/27 Thomas Bretz
2480
2481 * datacenter/macros/fillstar.C:
2482 - replaced the mean by the median
2483
2484
2485
2486 2006/04/26 Daniela Dorner
2487
2488 * datacenter/macros/fillstar.C, datacenter/macros/setupdb.C:
2489 - added four new columns to the table Star
2490
2491
2492
2493 2006/04/24 Thomas Bretz
2494
2495 * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
2496 - some fixes to the comments describing random forest
2497
2498
2499
2500 2006/04/23 Thomas Bretz
2501
2502 * mhist/MHHadronness.cc:
2503 - do not reset the two hadronness-histograms in SetupFill
2504 otherwise MJTrainSeparation cannot work correctly
2505
2506 * mjtrain/MJTrainSeparation.cc:
2507 - added a Plot of Hadronness versus Size for MC events
2508
2509
2510
2511 2006/04/22 Thomas Bretz
2512
2513 * mraw/MRawRunHeader.cc:
2514 - some small changes, mainly output and comments
2515
2516 * mhflux/MHAlpha.[h,cc]:
2517 - show also the integrated number of excess events in the
2518 plot versus energy/size and show the correct error.
2519
2520 * mtools/MJSpectrum.cc:
2521 - added accelerator for executing the tasklist as in MJCut
2522
2523 * macros/train/trainseparation.C:
2524 - fixed a typo
2525
2526 * mjtrain/MJTrainSeparation.h:
2527 - added missing initialization of fAutoTrain
2528 - fixed an error in EnablAutoTrain (was always set to kTRUE)
2529
2530
2531
2532 2006/04/21 Daniel Hoehne
2533
2534 * datacenter/scripts/doqualityplots, datacenter/scripts/dowebplots:
2535 - fixed bug in usage of pstoimg
2536
2537
2538
2539 2006/04/13 Thomas Bretz
2540
2541 * mraw/MRawRunHeader.[h,cc]:
2542 - adapted to new DAQ format version 6
2543 - increased class version number
2544
2545 * mtools/MTFillMatrix.cc:
2546 - added accelerator for executing the tasklist as in MJCut
2547
2548 * mfilter/MFEnergySlope.cc:
2549 - small update to output
2550
2551 * mfbase/MFilterList.[h,cc]:
2552 - fixed a really old problem that the contents of the list never
2553 got ReInit. Hopefully this never had bad sideeffects.
2554
2555 * macros/train/trainenergy.C:
2556 - added another comment how to change the spectral slope of the
2557 monte carlo spectrum
2558
2559
2560
2561 2006/04/13 Thomas Bretz
2562
2563 * mreport/MReport.cc:
2564 - added new fake arehucas versions to fix a problem with the
2565 starguider reports
2566
2567 * mreport/MReportFileRead.cc:
2568 - increased informations in warning output
2569
2570 * mreport/MReportStarguider.cc:
2571 - fixed a problem with the starguider reports between 6.3.2006 and
2572 19.3.2006
2573
2574
2575
2576 2006/04/13 Daniel Hoehne
2577
2578 * datacenter/db/findoffdata.php:
2579 - implemented query for the inhomogeneity
2580
2581 * datacenter/db/runinfo.php:
2582 - added checkboxes for start time, failed time and error codes
2583
2584 * datacenter/db/datacheck.php:
2585 - fixed bug in StatusMenus for DataCheck and RawFile
2586
2587
2588
2589 2006/04/12 Daniela Dorner, Daniel Hoehne
2590
2591 * datacenter/scripts/makecallistolinks:
2592 - fixed bug
2593
2594
2595
2596 2006/04/12 Thomas Bretz
2597
2598 * datacenter/macros/filldotraw.C:
2599 - allow to access gzipped raw-files
2600
2601
2602
2603 2006/04/11 Thomas Bretz
2604
2605 * mastro/MAstro.h:
2606 - added conversion Parsec2Lighyear
2607
2608 * mbase/MLogHtml.cc:
2609 - added a fix to display < and > correctly
2610
2611 * mhflux/MHCollectionArea.[h,cc]:
2612 - commented out obsolete fEnergy parameter
2613
2614 * mjobs/MJSpectrum.cc:
2615 - fill a second collection area plot after trigger
2616
2617 * mjoptim/MJOptimize.cc:
2618 - improve speed of optimization by switching of timing and
2619 reset in eventloop
2620
2621 * mmc/MFadcHeader.h:
2622 - changed MFADC_CHANNELS from 3500 to 3800 according to Abelardo
2623
2624 * mmc/MMcFadcHeader.hxx:
2625 - increaded version number from 7 to 8
2626
2627
2628
2629 2006/04/11 Daniel Hoehne, Daniela Dorner
2630
2631 * datacenter/scripts/dodatacheck:
2632 - fixed bug in finding raw-files
2633
2634
2635
2636 2006/04/10 Daniel Hoehne
2637
2638 * datacenter/macros/filldotrun.C:
2639 - implemented new arehucas version
2640
2641
2642
2643 2006/04/07 Daniel Hoehne, Daniela Dorner
2644
2645 * datacenter/macros/filldotrun.C, buildsequenceentries.C, setupdb.C:
2646 - implemented new arehucas version
2647
2648
2649
2650 2006/04/06 Daniela Dorner
2651
2652 * datacenter/scripts/makecallistolinks:
2653 - fixed bug in resetting
2654
2655 * datacenter/db/tabs.php:
2656 - changed tabs for wobble
2657
2658
2659
2660 2006/04/05 Thomas Bretz
2661
2662 * datacenter/macros/plotdb.C:
2663 - added new tab with the effective on-time relative to the
2664 observation time
2665
2666 * sponde_onoff.rc:
2667 - added
2668
2669
2670
2671 2006/04/04 Thomas Bretz
2672
2673 * datacenter/macros/plotdb.C:
2674 - if no dataset and no time-interval is given only sequences with
2675 an effective on-time above five minutes are plotted anymore
2676
2677
2678
2679 2006/03/21 Daniela Dorner
2680
2681 * datacenter/db/ganymed.php, datacenter/db/tabs.php:
2682 - included different tabs for on/off and wobble
2683
2684 * datacenter/db/ganymed.php:
2685 - added zd angle range and observation period
2686
2687 * datacenter/db/sequence.php:
2688 - added rel. ontime
2689
2690
2691
2692 2006/03/20 Thomas Bretz
2693
2694 * mraw/MRawRunHeader.cc:
2695 - if the pixels to be swaped are both not found, assume they are
2696 intentially not mapped. Changed the Error to a Warning
2697
2698 * mhflux/MHDisp.[h,cc]:
2699 - made the scale region a parameter which can be changed from
2700 within the display
2701 - allow the scale parameters to be setup from the resource-file
2702 - changed the source-region which is cut out in wobble mode from
2703 +/-15deg to +/-25deg which better fits what we get from MHPhi
2704
2705 * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
2706 - added example how to change the new scale parameters in MHDisp
2707
2708 * mhflux/MAlphaFitter.[h,cc]:
2709 - implemented the strategy for optimization which is suggested
2710 by the Berlin people for weak sources "weaksource"
2711
2712 * mhflux/MHPhi.[h,cc]:
2713 - moved the AppendPad for the text-paint into all sub-pads which
2714 need it. Otherwise they are not always properly updated.
2715
2716
2717
2718 2006/03/16 Daniela Dorner
2719
2720 * datacenter/scripts/sourcefile:
2721 - small bugfix in logging
2722
2723 * datacenter/db/tabs.php:
2724 - added new tab for ganymed
2725
2726
2727
2728 2006/03/15 Stefan Ruegamer
2729
2730 * manalysis/MCameraData.cc
2731 - inserted an image cleaning based on the time information
2732 of the shower (CalcCleaningArrivalTime)
2733
2734 * manalysis/MCameraData.h
2735 - made entry for "CalcCleaningArrivalTime"
2736
2737 * mimage/MImgCleanStd.cc
2738 - created entries for the new image cleaning named "Time"
2739
2740 * mimage/MImgCleanStd.h
2741 - inserted entry "kTime"
2742
2743
2744
2745 2006/03/14 Daniela Dorner
2746
2747 * datacenter/scripts/makecallistolinks:
2748 - fixed bug
2749
2750 * steps.rc:
2751 - added fFillGanymed to influences of fGanymed
2752
2753
2754
2755 2006/03/14 Thomas Bretz
2756
2757 * mhflux/MHEffectiveOnTime.cc:
2758 - skip the fit not only if the integral is empty but
2759 also if the first bin is empty
2760 - changed upper limit to 95% according to a study from
2761 David Paneque
2762 - replaced the fit with the exponential used in the BCN Mars
2763 version
2764 - use the correct number of entries
2765 - use a likelihood fit
2766 - calculate the fit quality from the probability
2767 - ignore the fit quality for the theta-plot
2768
2769 * mimage/MHNewImagePar.cc:
2770 - fixed the handling of the "same" option in Draw/Paint
2771
2772 * mpointing/MPointingDev.h:
2773 - fDx and fDy initialized in the constructor
2774
2775 * mbase/MTask.[h,cc]:
2776 - removed the kDontCount option. Instead don't use the TStopwatch
2777 counter anymore. By this the class to TStopwatch can be
2778 suppressed completely if kDontTime is set.
2779
2780 * mbase/MContinue.cc, mbase/MTaskEnv.cc, mfbase/MF.cc,
2781 mfbase/MFilterList.[h,cc]:
2782 - pipe the accelerator flag to the filter or task
2783
2784 * mjobs/MJCut.cc:
2785 - also accelerate the reading task
2786
2787
2788
2789 2006/03/13
2790
2791 * RELEASE 0.9.5
2792
2793
2794
2795 2006/03/13 Thomas Bretz
2796
2797 * ganymed.rc:
2798 - changed smearing to half of our PSF 0.06
2799 - added new examples for setting the starguider calibration
2800
2801 * ganymed_onoff.rc
2802 - changed smearing to half of our PSF 0.06
2803 - switched the new feature for a random source position on
2804 - added new examples for setting the starguider calibration
2805
2806 * ganymed_wobble.rc:
2807 - changed smearing to half of our PSF 0.06
2808 - added new examples for setting the starguider calibration
2809 - added example how to control the phi plot
2810
2811 * mhflux/MHPhi.[h,cc]:
2812 - many improvements to the algorithm, it now takes also
2813 inhomgeneities into account
2814 - restructured the display, display more histograms
2815 - increased class version to 2
2816
2817 * mjobs/MJCut.cc:
2818 - enabled acceleration for first and second loop
2819
2820 * mpointing/MPointingDevCalc.[h,cc]:
2821 - allowed to set the starguider offset calibration from the
2822 resource file
2823
2824 * callisto_Dec04Jan05.rc:
2825 - replaced Calibration scale factor by usage of
2826 resources/calibration_spline.rc
2827
2828
2829
2830 2006/03/13 Markus Meyer
2831
2832 * ganymed_wobble.rc,ganymed_onoff.rc,ganymed.rc:
2833 - changed cuts:
2834 wobble: average values from optimisation of 3 Crab
2835 sample (01/05,10/05,12/05), done by Karsten
2836 onoff : cuts from 1218 (01/05, highest significance)
2837 theta is now 0.22 for both.
2838
2839
2840
2841 2006/03/13 Daniel Hoehne
2842
2843 * ganymed_wobble.rc,ganymed_onoff.rc,ganymed.rc:
2844 - implemented qualitycut in log10(conc) vs. log10(size)
2845
2846
2847
2848 2006/03/13 Markus Meyer
2849
2850 * resources/calibration_spline.C:
2851 - more comments
2852
2853
2854
2855 2006/03/10 Markus Meyer
2856
2857 * resources/calibration.C:
2858 - update from p27 to p39 (spline excluded, still p33 data missing)
2859
2860
2861
2862 2006/03/10 Markus Meyer
2863
2864 * resources/calibration_spline.C:
2865 - correction coefficients for spline data for each period
2866
2867
2868
2869 2006/03/10 Daniel Hoehne
2870
2871 * datacenter/scripts/insertsequences:
2872 - fixed bug
2873
2874
2875
2876 2006/03/09 Daniel Hoehne
2877
2878 * ganymed_wobble.rc:
2879 - changed parameters 1 to 5 in Cut1 to actual values
2880
2881
2882
2883 2006/03/08 Thomas Bretz
2884
2885 * readdaq.cc, mraw/MRawFileRead.[h,cc], mraw/MRawRunHeader.cc:
2886 - added new force-option to foirce output of run-header
2887
2888
2889
2890 2006/03/08 Daniela Dorner
2891
2892 * datacenter/script/movingrawfiles:
2893 - added moving of files, that are transferred via internet
2894 - added removing of empty directories
2895
2896 * datacenter/db/ganymed.php:
2897 - added links to ganymedplots
2898 - added links to sequence.php (instead of links to starfiles)
2899 - fixed bug in query
2900
2901 * datacenter/db/sequence.php:
2902 - added links to plots from callisto and star
2903 - fixed bug in query
2904
2905 * datacenter/db/sequinfo.php:
2906 - added links to sequence.php
2907
2908 * datacenter/db/datasetinfo.php:
2909 - added links to ganymed.php
2910
2911 * datacenter/db/tabs.php:
2912 - added (includefile for names of tabs of statusdisplays)
2913
2914
2915
2916 2006/03/07 Thomas Bretz
2917
2918 * mcalib/MCalibrateData.cc:
2919 - take the bad pixel information into account when calculating the
2920 number of saturating pixels!
2921
2922
2923
2924 2006/03/06 Thomas Bretz
2925
2926 * showplot.cc:
2927 - fixed the position were the first argument is converted
2928 to lower case. Until this fix no upper case could be used
2929 in file names
2930
2931 * datacenter/macros/plotdb.C:
2932 - print also average and RMS of all data.
2933
2934
2935
2936 2006/03/06 Daniela Dorner
2937
2938 * datacenter/db/ganymed.php:
2939 - added sequences + links to star-plots of sequences
2940 - improved layout
2941
2942 * datacenter/script/makecallistolinks:
2943 - changed condition, when to make the link: only, if the link is
2944 not yet existing, it is done
2945 - added resetting of db: if link is done, callisto is resetted
2946
2947 * datacenter/macros/resetcolumn.C:
2948 - added failure columns to the resetting
2949
2950
2951
2952 2006/03/04 Daniela Dorner
2953
2954 * callisto.cc:
2955 - changed return values to improve the failure handling in the db
2956
2957 * datacenter/script/makecallistolinks:
2958 - added 'Pulse is too much to the left, cannot go below 0!' as
2959 reason to use callisto_Dec04Jan05.rc
2960
2961 * datacenter/script/dowebplots:
2962 - reduced number of files to be updated by a limitation in
2963 modification time
2964
2965 * datacenter/db/ganymed.php:
2966 - added plots
2967 - effontime s->h
2968
2969
2970
2971 2006/03/03 Thomas Bretz
2972
2973 * mjobs/MJCut.cc:
2974 - added RemoveFromList for srcposrndm in off-data loop
2975
2976 * mpointing/MSrcPosRndm.[h,cc]:
2977 - fixed the scaling. MSrcPosCam has to be in mm
2978
2979 * ganymed.rc:
2980 - added line and comments with new resource
2981
2982
2983
2984 2006/03/03 Daniel Hoehne
2985
2986 * callisto_MarApr05.rc:
2987 - changed pulse position check ExtractWinLeft to 4.0 and
2988 ExtractWinRight to 4.5
2989
2990
2991
2992 2006/03/02 Thomas Bretz
2993
2994 * callisto.cc:
2995 - get result value from pulse pos check
2996
2997 * mjobs/MJCut.[h,cc]:
2998 - added the usage of the new class MSrcPosRndm
2999 - added new resource to switch random source position on
3000
3001 * mjobs/MJPedestal.[h,cc]:
3002 - changed return code of Process to int to be able to return
3003 the pulse pos check result.
3004
3005 * mpointing/PointingLinkDef.h, mpointing/Makefile:
3006 - added MSrcPosRndm
3007
3008 * mpointing/MSrcPosRndm.[h,cc]:
3009 - added
3010
3011 * mpointing/MHSrcPosCam.h:
3012 - addedn non const getter for fHist
3013
3014
3015
3016 2006/03/02 Daniela Dorner
3017
3018 * datacenter/db/querymc.php:
3019 - fixed small bug
3020
3021 * datacenter/db/dowebplots:
3022 - added option -p to the script, to be able to call the script
3023 for different programs independently
3024 - fixed find
3025
3026
3027
3028 2006/03/01 Daniela Dorner
3029
3030 * datacenter/db/datacheck.php, datasetinfo.php, sequinfo.php:
3031 - included failure handling columns
3032
3033
3034
3035 2006/03/01 Thomas Bretz
3036
3037 * mastro/MAstro.cc, mbase/MTime.cc:
3038 - added a comment in GetMagicPeriod
3039
3040 * mpointing/MPointingPos.cc:
3041 - added new member function GetString
3042 - moved code from Print to GetString
3043 - added new function IsInitialized()
3044
3045 * mjtrain/MJTrain*.[h,cc]:
3046 - added data members to change RF setup
3047
3048 * mpointing/MPointingDevCalc.h, mpointing/MPointingPosCalc.h:
3049 - added missing AddToBranchList
3050
3051 * mpointing/MHSrcPosCam.[h,cc]:
3052 - added
3053
3054 * mpointing/Makefile, mpointing/PointingLinkDef.h:
3055 - added MHSrcPosCam
3056
3057 * mbase/MTask.[h,cc]:
3058 - implemented a new data-meber fAccelerator which allows
3059 to switch off counting and timing analysis which can be very
3060 time-consuming in some circumstances
3061
3062 * mbase/MTaskList.[h,cc]:
3063 - implemented the usabe of MTask::fAccelerator to switch off
3064 resetting of all parameter containers which can be very
3065 time-consuming
3066
3067 * mimage/MImagePar.cc:
3068 - updated how the units are printed in Print()
3069
3070 * mjobs/MJCut.cc:
3071 - added a new loop to fill the source position of the on-data
3072 - the acceleration of the two main loops are disabled because
3073 they are not yet tested.
3074
3075 * datacenter/macros/plotstat.C:
3076 - the periods were wrong by one -- fixed.
3077
3078
3079
3080 2006/02/28 Daniela Dorner
3081
3082 * datacenter/scripts/insertdatasets:
3083 - made sure, that backupfiles of the editor are not taken into
3084 account, when dataset files are searched
3085
3086 * datacenter/db/*.php:
3087 - moved user, host and pw of database to the include file
3088 db.php
3089
3090 * datacenter/db/index.html:
3091 - fixed links
3092
3093 * datacenter/db/querymc.php,magicdefs.php:
3094 - added some variables
3095
3096 * datacenter/db/runinfo.php,sequinfo.php:
3097 - bugfix (incl. TestSources)
3098
3099 * datacenter/db/sequinfo.php:
3100 - changed init values
3101
3102 * datacenter/db/sequinfo.php, findoffdata.php, magicdefs.php:
3103 - added value (relative ontime)
3104
3105 * datacenter/db/dbstatus.php:
3106 - fixed bug
3107
3108 * datacenter/db/queryrbk.php:
3109 - added query field 'Night', to query all entries of one night
3110 from the runbook
3111
3112 * datacenter/db/index-header.html:
3113 - added links
3114
3115
3116
3117 2006/02/27 Thomas Bretz
3118
3119 * macros/optim/optimwobble.C:
3120 - fixed a typo (SetThetaCut instead SetAlphaCut), and added the
3121 standard Disp-parametrization
3122
3123 * mhflux/MHEffectiveOnTime.[h,cc]:
3124 - added showing the axis range of the time evolution histogram
3125
3126 * showplot.cc:
3127 - fixed a warning in the Hash-switch.
3128
3129 * mbase/MEnv.cc:
3130 - replaced casts in switch by an appended U
3131
3132 * macros/train/trainseparation.C:
3133 - replaced outdated MTTrainRFSeparate by MJTrainSeparation
3134
3135 * mastro/MAstro.h:
3136 - added conversion constants for pc-m and pc-ly
3137
3138 * mhflux/MMcSpectrumWeight.cc:
3139 - fixed typo in comment
3140
3141 * mimage/MImagePar.h:
3142 - minor changes to layout
3143
3144 * mimage/MHNewImagePar.[h,cc], mimage/MNewImagePar.[h,cc]:
3145 - added new image parameters fConcCOG and fConcCore
3146 - increased class version of MNewImagePar
3147
3148 * mimage/MHillasExt.cc:
3149 - added some comments
3150 - removed an obsolete TMath::Abs around "dist"
3151
3152 * mranforest/MRanForest.[h,cc]:
3153 - the initialization of fTreeHad was done at the wrong moment
3154 - replaced a cast int(x+.5) by TMath::Nint
3155 - added some additional warning output
3156 - added "!" to fTreeHad - it is only for temporary storage used
3157 in the histogram classes
3158
3159 * mranforest/MRanForestGrow.h:
3160 - added GetForest
3161
3162 * mjtrain/MJTrainSeparation.[h,cc]:
3163 - added some code for upcomming automatic event selection
3164
3165 * datacenter/macros/plotstat.C:
3166 - improved macro description
3167 - added arguments to main function
3168
3169 * macros/plot/mucal.C:
3170 - added
3171
3172
3173
3174 2006/02/25 Daniela Dorner
3175
3176 * datacenter/scripts/checkfilesforsequavail, checkstardone,
3177 writesequencefiles, buildsequenceentries, dodatacheck, doexclusions,
3178 fillcallisto, fillganymed, fillstar,
3179 datacenter/macros/writesequencefile.C, filldotraw.C, fillsinope.C
3180 buildsequenceentries.C, resetcolumn.C, doexclusions.C, fillcalib.C
3181 fillsignal.C, fillganymed.C, fillstar.C:
3182 - implemented, that a missing connection to the database doesn't
3183 cause an failure entry in the database, so that the step is
3184 retried in this case
3185 - updated documentation
3186
3187
3188
3189 2006/02/25 Thomas Bretz
3190
3191 * datacenter/macros/plotstat.C:
3192 - added
3193
3194
3195
3196 2006/02/24 Markus Meyer
3197
3198 * resources/calibration.rc:
3199 - update of correction values for the calibration constants
3200 (P31 - P39, without P36!(problems with spline))
3201
3202
3203
3204 2006/02/24 Daniela Dorner
3205
3206 * datacenter/db/datacheck.php, datasetinfo.php, dbstatus.php,
3207 findoffdata.php, include.php, magicdefs.php, runinfo.php,
3208 sequinfo.php, statusrps.php, statussbs.php, statussps.php:
3209 - included failure handling columns
3210
3211 * datacenter/db/findoffdata.php:
3212 - added DT
3213
3214 * datacenter/db/statusrps.php:
3215 - fixed bug
3216
3217 * datacenter/db/sequinfo.php:
3218 - reduced width of menu
3219
3220 * datacenter/scripts/copyscript:
3221 - added makedir for oldcatalogpath
3222
3223
3224
3225 2006/02/23 Thomas Bretz
3226
3227 * mjobs/MJSpectrum.cc:
3228 - fixed plot for Eý.dN/dE. The spectrum was multiplied with two
3229 times the bin-width instead of the absolute energy
3230
3231
3232
3233 2006/02/22 Daniela Dorner
3234
3235 * datacenter/db/querymc.php:
3236 - added (website to query montecarlo database - first version)
3237
3238 * datacenter/db/magicdefs.php:
3239 - added some values of montecarlo database
3240
3241
3242
3243 2006/02/17 Daniela Dorner
3244
3245 * datacenter/scripts/copyscript:
3246 - fixed path length
3247
3248 * datacenter/macros/fillsources.C:
3249 - added (macro to read source information from catalog files and
3250 insert it into the database)
3251
3252 * datacenter/db/ganymed.php:
3253 - improved output
3254
3255 * datacenter/db/index.html:
3256 - added ganymed.php
3257 - removed old link
3258
3259
3260
3261 2006/02/17 Thomas Bretz
3262
3263 * showplot.cc:
3264 - fixed path inflation in case of ganymed
3265
3266 * mjobs/MDataSet.cc:
3267 - return kFALSE if requested source wasn't found in catalog
3268
3269 * mjobs/MJCut.cc:
3270 - reformatted output of source to fit in one line
3271
3272 * mpointing/MPointingPos.[h,cc]:
3273 - output source name (title) in Print() if set
3274
3275
3276
3277 2006/02/16 Daniela Dorner
3278
3279 * datacenter/scripts/checkstardone:
3280 - small improvement in sequence handling
3281 - improved logging
3282
3283 * datacenter/scripts/sourcefile:
3284 - small bugfixes in setstatus function
3285
3286 * datacenter/scripts/runganymed:
3287 - small bugfix
3288
3289 * datacenter/scripts/copyscript:
3290 - fixed path length
3291
3292 * datacenter/db/ganymed.php:
3293 - added (website to query results for sources/datasets)
3294
3295
3296
3297 2006/02/15 Daniela Dorner
3298
3299 * datacenter/db/findoffdata.php:
3300 - implemented possibility to query range of dates for 'stardone'
3301
3302
3303
3304 2006/02/15 Daniel Hoehne
3305
3306 * datacenter/db/magicdefs.php, querycal.php, sequinfo.php:
3307 - implemented query for mean signal inner/outer and mean pulsepos
3308 * datacenter/db/sequence.php:
3309 - implemented query for mean signal inner/outer, mean pulsepos
3310 and inhomogeneity
3311
3312
3313
3314 2006/02/15 Daniela Dorner, Daniel Hoehne
3315
3316 * datacenter/scripts/writesequencefiles,doexclusion,correcttime:
3317 - fixed small bug
3318
3319
3320
3321 2006/02/14 Daniela Dorner, Daniel Hoehne
3322
3323 * datacenter/scripts/sourcefile:
3324 - fixed small bugs
3325
3326 * datacenter/scripts/movingrawfiles:
3327 - changed back to moving files without zipping
3328
3329 * datacenter/scripts/doqualityplots:
3330 - added running of plotdb.C for each datasetfile
3331
3332 * datacenter/macros/getdolist.C:
3333 - implemented limitation for number of todo files for
3334 SequenceProcessStatus
3335
3336 * datacenter/macros/checkfileavail.C,checkstardone.C:
3337 - changed return code in case that files are not available
3338
3339 * datacenter/scripts/checkfilesforsequavail,checkstardone,sourcefile:
3340 - adapted to changed return code in macros
3341
3342 * datacenter/db/magicdefs.php, querystar.php, sequinfo.php:
3343 - implemented query for inhomogeneity
3344
3345
3346
3347 2006/02/13
3348
3349 * RELEASE 0.9.4.3
3350
3351
3352
3353 2006/02/13 Thomas Bretz
3354
3355 * callisto.rc:
3356 - changed pulse position check ExtractWinLeft to 4.0 and
3357 ExtractWinRight to 4.5
3358
3359 * callisto_Dec04Jan05.rc:
3360 - changed pulse position check ExtractWinLeft to 3.0 and
3361 ExtractWinRight left at 2.5
3362
3363
3364
3365 2006/02/10 Thomas Bretz
3366
3367 * mastro/MAstro.cc:
3368 - allow for more year in the algorithm calculating easter
3369
3370 * mcamera/MCameraDC.h, mcamera/MCameraHV.h, mcamera/MCameraTD.h,
3371 mcamera/MCameraTH.h:
3372 - added a sanity check in GetPixelContent
3373
3374 * mraw/MRawRunHeader.cc:
3375 - fixed output (correct kiB instead of kB)
3376
3377 * Makefile, Makefile.rules:
3378 - implemented the possibility to spread Make through condor
3379
3380 * mastro/MAstroCatalog.[h,cc]:
3381 - new draw-options to rotate the grid and the stars
3382
3383 * mimage/MHHillas.cc:
3384 - set minimum of fDelte to 0 instead of fDistC
3385
3386 * msignal/MExtractTimeAndChargeSpline.h:
3387 - replaced the casts in SetRiseTimeHiGain and StFallTimeHiGain by
3388 TMath::NInt
3389
3390 * mjobs/MDataSet.h:
3391 - implemented new functions to check whether the dataset contains
3392 a dedicated sequence
3393
3394 * datacenter/macros/plotdb.C:
3395 - implemented the possibility to draw sequences of a dataset in
3396 several colors
3397
3398
3399
3400 2006/02/09 Thomas Bretz
3401
3402 * mreport/MReport.cc:
3403 - invented new fake CC report file version 200509300 for a change
3404 in the starguider format (the already implemented last values
3405 dissapeared again!) which is not noticed in the format version.
3406
3407 * mreport/MReportCC.cc, mreport/MReportStarguider.cc:
3408 - fixed support for ver 200510250
3409
3410 * mjobs/MJSpectrum.cc:
3411 - added fit of un-unfolded spectrum
3412
3413
3414
3415 2006/02/08 Daniela Dorner
3416
3417 * datacenter/scripts/sourcefile:
3418 - implemented function checklock
3419 - bugfix for failure code
3420
3421 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
3422 checkstardone, doexclusions, fillcallisto, fillganymed, fillstar,
3423 makecallistolinks, runcallisto, runganymed, runstar,
3424 writesequencefiles:
3425 - implemented usage of function checklock
3426
3427 * datacenter/scripts/copyscript, doqualityplots, dowebplots,
3428 insertsequences, linkmc:
3429 - implemented usage of function checklock
3430 - implemented variable $program
3431
3432 * datacenter/scripts/dodatacheck:
3433 - implemented usage of function checklock
3434 - implemented variable $lockfile
3435
3436 * datacenter/scripts/insertdatasets, mcsequences, processmcsequences:
3437 - implemented usage of function checklock
3438 - implemented variables $lockfile and $program
3439
3440 * datacenter/macros/doexclusions.C, fillganymed.C:
3441 - fixed bug
3442
3443 * datacenter/macros/fillsinope.C, setstatus.C:
3444 - improved documentation
3445
3446 * datacenter/scripts/filesondisk:
3447 - implemented finding of zipped files
3448
3449
3450
3451 2006/02/08 Thomas Bretz
3452
3453 * datacenter/macros/plotdb.C:
3454 - some minor changes to the layout
3455
3456
3457
3458 2006/02/07 Daniela Dorner
3459
3460 * datacenter/scripts/makecallistolinks:
3461 - fixed bug
3462
3463 * datacenter/db:
3464 - added (directory with db-websites)
3465
3466
3467
3468 2006/02/07 Daniela Dorner, Daniel Hoehne
3469
3470 * datacenter/scripts/sourcefile:
3471 - added failure code variables
3472 - changed calling of setstatus.C accordingly
3473
3474 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
3475 checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
3476 fillganymed, fillstar, runcallisto, runganymed, runstar,
3477 writesequencefiles:
3478 - implemented failure variable
3479
3480 * datacenter/macros/getdolist.C, setstatus.C, setupdb.C:
3481 - added new/changed columns (fReturnCode, fFailedCode,
3482 fFailedCodeAdd)
3483
3484
3485
3486 2006/02/06 Daniela Dorner
3487
3488 * datacenter/scripts/fillstar, macros/setstatus.C, getdolist.C:
3489 - fixed bugs
3490
3491
3492
3493 2006/02/03 Daniela Dorner
3494
3495 * datacenter/scripts/sourcefile:
3496 - implemented two new functions: getdolist, finish
3497 - implemented usage of function finish in other functions
3498
3499 * datacenter/scripts/movingrawfiles:
3500 - implemented zipping of rawfiles
3501
3502 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
3503 checkstardone, copyscript, correcttime, dodatacheck, doexclusions,
3504 fillcallisto, fillganymed, fillstar, insertdatasets,
3505 makecallistolinks, processmcsequences, runcallisto, runganymed,
3506 runstar, writesequencefiles:
3507 - replaced corresponding pieces of code by the functions getdolist
3508 and finish
3509 - moved variable $date to function getdolist
3510 - improved logging
3511 - generalized variables $lockfile and $todofile
3512
3513
3514 2006/02/03 Daniela Dorner, Daniel Hoehne
3515
3516 * datacenter/scripts/sourcefile:
3517 - fixed small bugs
3518
3519 * datacenter/scripts/runcallisto:
3520 - small bugfix
3521 - improved logging
3522
3523 * datacenter/scripts/insertdatasets:
3524 - removed not needed variable
3525
3526 * datacenter/macros/getdolist.C:
3527 - small bugfix
3528
3529
3530
3531 2006/02/02 Daniela Dorner
3532
3533 * datacenter/scripts/linkmc:
3534 - changed numbering of P and C run in linking
3535
3536 * datacenter/scripts/sourcefile:
3537 - moved to root-version root_v4.04.02g
3538
3539
3540
3541 2006/02/01 Daniel Hoehne
3542
3543 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
3544 checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
3545 fillganymed, fillstar, writesequencefiles:
3546 - adapted usage of function setstatus
3547
3548
3549
3550 2006/01/31 Daniela Dorner
3551
3552 * datacenter/macros/setstatus.C, getdolist.C:
3553 - adapted macros to changes in new columns (fFailedCode,
3554 fFailedComment)
3555
3556 * datacenter/macros/setstatus.C:
3557 - added "noreset" for column fStartTime (is needed so that runtime
3558 is available in case of failure)
3559
3560 * datacenter/macros/setupdb.C:
3561 - added new columns
3562
3563 * datacenter/scripts/runcallisto, runganymed, runstar:
3564 - implemented failure handling
3565
3566 * datacenter/scripts/sourcefile:
3567 - implemented new functions to set status values
3568
3569
3570
3571 2006/01/30 Daniel Hoehne
3572
3573 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
3574 checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
3575 fillganymed, fillstar, runcallisto, runganymed, runstar, sourcefile,
3576 writesequencefiles:
3577 - added function setstatus in sourcefile
3578 - changed calling of setstatus.C in setstatus
3579 - implemented variable $program to generalize usage of setstatus
3580 - replaced corresponding piece of code by function setstatus
3581 - fixed some typos
3582
3583
3584
3585 2006/01/30 Daniela Dorner
3586
3587 * datacenter/macros/setstatus.C, getdolist.C:
3588 - adapted macros to the improvement of failure handling in the
3589 automatic analysis (added columns fFailed, fStartTime,
3590 fFailedTime)
3591
3592
3593
3594 2006/01/27 Thomas Bretz
3595
3596 * mjobs/MDataSet.cc:
3597 - improved a warning output
3598
3599
3600
3601 2006/01/23 Thomas Bretz
3602
3603 * mbase/MTime.cc:
3604 - removed a sanity check in GetStringFmt. It work's quite nice
3605 in the DC but crashes on my Laptop (which is not so important)
3606
3607
3608
3609 2006/01/10 Daniela Dorner
3610
3611 * datacenter/macros/*.C, datacenter/script:
3612 - updated and added documentation
3613 - improved logging
3614 - fixed small bugs
Note: See TracBrowser for help on using the repository browser.