source: trunk/MagicSoft/Mars/Changelog@ 8117

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