source: trunk/MagicSoft/Mars/Changelog@ 7954

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