source: trunk/MagicSoft/Mars/Changelog@ 7382

Last change on this file since 7382 was 7381, checked in by Daniela Dorner, 20 years ago
*** empty log message ***
File size: 224.4 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 2005/10/01 Thomas Bretz
22
23 * mjobs/MDataSet.[h,cc]:
24 - implemented two new options for constructor allowing to
25 change the default path to image data and sequence files
26 - fixed some typos
27
28 * mjobs/MSequence.[h,cc]:
29 - implemented new light condition "day" for completeness
30
31 * ganymed.cc:
32 - implemented twonew options --ind and --ins
33
34 * datacenter/scripts/runganymed:
35 - added new option --ind= to ./ganymed
36
37
38
39 2005/10/01
40
41 * RELEASE 0.9.4.2
42
43
44
45 2005/09/30 Thomas Bretz
46
47 * callisto.rc, callisto_MarApr05.rc:
48 - replaced ScaleFactor by FileNameScale
49
50 * callisto_Dec04Jan05.rc:
51 - changed ScaleFactor from 0.919 to 0.852
52
53 * datacenter/macros/fillstar.C:
54 - new reference values for caluclating PSF
55
56 * mcalib/MCalibrateData.[h,cc]:
57 - added new option to read additional ScaleFactors from File
58
59 * mjobs/MJStar.cc:
60 - set maxima/minima for rms and currents plot
61 _ really display rms (former display was incorrectly Pedestal
62 instead of its rms
63
64 * mjobs/MJCalibration.cc:
65 - fixed a small bug in the display of unsuitable pixels.
66 (LoGainBlackout haven't been displayed, and previously excluded
67 pixels were wrong)
68
69 * mbadpixels/MBadPixelsCam.cc:
70 - small simplifications in GetPixelContent
71
72 * mmuon/MHMuonPar.cc:
73 - new reference line for 100%
74
75 * mpointing/MPointingDevCalc.cc:
76 - reset counter in PreProcess
77
78 * resources/calibration.rc:
79 - new file
80
81 * mbadpixels/MBadPixelsTreat.[h,cc]:
82 - implemented a new treatment of "no-signal". If a pixel
83 presumably contains no signal as detected by the arrival time
84 interpolation its interpolated signal is overwritten with
85 a gaus. The gaus mean and rms are taken from the corresponding
86 MPedPhotCams
87
88
89
90 2005/09/29 Daniela Dorner
91
92 * datacenter/macros/insertsequence.C:
93 - added (macro to insert manually changed sequences into the DB)
94
95 * datacenter/scripts/insertsequences:
96 - added (script to call insertsequence.C)
97
98 * datacenter/scripts/rmlock:
99 - added (script to remove lockfiles after 13 hours)
100
101
102
103 2005/09/27 Thomas Bretz
104
105 * mbase/MTime.[h,cc]:
106 - added function GetMoonPhase
107 - added function GetMoonPeriod
108 - added function GetMagicPeriod
109
110 * mcalib/MCalibrationRelTimeCalc.[h,cc]:
111 - fixed some wrong text alignment in output (therfor added
112 new member function)
113
114 * mmuon/MHMuonPar.[h,cc]:
115 - commented out old obsolete member function
116 - updated reference lines
117
118 * mmuon/MHSingleMuon.[h,cc]:
119 - if(abs(x-m)<x0) instead of if(x0<x-m && x0>x+m)
120 - changed the binning of the time histogram such that
121 there is a bin symmetric to 0
122 - reduced the start value sigma from 0.3 to 0.2
123 - added new member function CalcSize
124
125 * mmuon/MMuonSearchPar.[h,cc]:
126 - adapted some variable names to standard
127 - increased version number due to new variables in header
128 - added corresponding comment
129
130 * mmuon/MMuonCalibParCalc.cc:
131 - replaced wrong calculation of size via integral by
132 new member function CalcSize
133
134 * datacenter/macros/fillstar.C:
135 - updated reference values
136
137
138
139 2005/09/26 Markus Meyer
140
141 * mmuon/MMuonSearchPar.[cc,h]:
142 - Mean arrival time of core Pixels is calculated
143
144 * mmuon/MHSingleMuon.[cc,h]:
145 - new histogram fHistTime (TH1), which contents difference
146 of the arrival time between Mean arrival time of the core
147 pixels and every pixel in the margin around the circle.
148 The histogram is fitted by an gaussian distribution.
149 - fHistPhi is now a TProfile
150 - fHistPhi is only filled with pixels with an arrival time
151 of < 2 sigma difference to the fitted mean value
152
153 * mmuon/MMuonSetup.cc:
154 - fThresholdArcPhi is changed to 5 phe
155
156 * mmuon/MHMuonPar.cc:
157 - for the reference values to MC, the integral over the mean
158 values of the different radius bins is taken again
159
160
161
162 2005/09/22 Daniela Dorner
163
164 * datacenter/macros/fillsignal.C, setupdb.C:
165 - added new value (fMeanSignalInner/Outer)
166
167 * datacenter/macros/fillcalib.C, setupdb.C:
168 - changed precision of fArrTimeRmsInnser/Outer
169
170
171
172 2005/09/22 Thomas Bretz
173
174 * mbadpixels/MBadPixelsTreat.cc:
175 - implemented a new treatment for the time information developed
176 by S.Ruegamer, this should give much better response than the
177 old very primitive algorithm. This is especially important
178 for bad pixels due to bright stars as Ceta-Tauri
179
180 * mgeom/MGeomCam.[h,cc]:
181 - added new member function SeorNeighbors which sorts the neighboring
182 pixels clockwise
183 - call SortNeighbors in InitGeometry so that we always get a geometry
184 with clockwise sorted pixels.
185
186 * ganymed.rc, ganymed_wobble.rc, ganymed_onoff.rc:
187 - new values for the spark-event-cut
188
189 * macros/optim/optimonoff.C:
190 - some typos fixed
191
192 * mjobs/MJSpectrum.cc:
193 - required missing MEnergyEst from ganymed.root... fixed.
194
195 * mreport/MReportStarguider.cc:
196 - made aware of new format 20050829-0
197
198 * msignal/MSignalCam.cc:
199 - added a check for unmapped pixels to case 6 and 7 in
200 GetPixelContent
201
202
203
204 2005/09/21 Thomas Bretz
205
206 * datacenter/macros/plotdb.C:
207 - changed some resolution values
208
209 * datacenter/macros/fillsignal.C:
210 - started support to fill mean interpolated signal into DB
211
212 * mfileio/MWriteRootFile.cc:
213 - added a FIXME comment
214
215 * mhvstime/MHSectorVsTime.h:
216 - added new function GetGraph
217 - increased version number (increase was forgotten some time ago)
218
219 * mimage/MImgCleanStd.cc:
220 - added some comments
221 - replaced IsPixelUsed/Core(int) by [int].IsPixelUsed/Core for
222 acceleration (some obsolete range checks are skipped)
223 - now the core status is explicily set in any case
224 - removed an obsolete range check in the ring cleaning
225 - the range checks became obsolete because with the new format
226 all pixels must exist.
227
228 * mjobs/MDataSet.cc:
229 - sort the sequence numbers instead of the file names (the file
230 name sort might be biased due to different paths)
231
232 * mjobs/MJob.[h,cc]:
233 - new static functions: SortArray
234
235 * mjobs/MSequence.cc:
236 - sort run-numbers as the sequences are sorted in MDataSet
237
238
239
240 2005/09/20 Daniela Dorner
241
242 * datacenter/scripts/runganymed:
243 - removed writing of summary file
244
245
246
247 2005/09/16 Thomas Bretz
248
249 * mbadpixels/MBadPixelsTreat.cc:
250 - removed obsolete artificial add of missing (zero supressed)
251 pixels
252 - removed obsolete MArrayD which stored the result of the
253 interpolation but was never used
254
255 * mcalib/MCalibrateData.cc :
256 - removed an obsolete calibConv=-1 in case the pixel is unsuitable
257 (UpdateConversionFactors)
258 - improved warning output in case the conv factor is out-of-range
259
260 * mcalib/MCalibrateRelTimes.cc:
261 - reordered the algorithm for the time calibration to make it faster
262 - replaced if(IsLoGainUsed()) by the new function GetArrivalTime in
263 MArrivalTimePix
264
265 * msignal/MArrivalTimePix.h:
266 - new getter function GetArrivalTime returning the arrival time
267 depending on the flag IsLoGainUsed()
268
269 * msignal/MSignalPix.h:
270 - removed '!' from fRing data member to allow the status unmapped
271 to be stored after the badpixel treatment
272 - increased version number
273 - removed some obsolete comments
274 - added Copy() member function
275
276 * mgeom/MGeomCam.[h,cc], mgeom/MGeomPix.h:
277 - new member function GetAngle
278
279 * mhvstime/MHSectorVsTime.[h,cc]:
280 - updated comments
281 - increased version number
282 - added new member function GetGraph
283
284 * msignal/MSignalPix.cc:
285 - updated comments
286 - updated Print()
287
288
289
290 2005/09/16 Daniela Dorner
291
292 * datacenter/macros/filldotrun.C:
293 - added new arehucas version
294
295
296
297 2005/09/12 Thomas Bretz
298
299 * callisto.cc:
300 - exchanged order of random and peak-search extracted pedestal in the
301 call of job4 (MJCalibrateSignal). It wasn't exchanged correctly when
302 the order of pedestal calculation was exchanged.
303
304 * mbadpixels/MBadPixelsCalc.cc:
305 - replaced return kFALSE in Processing by return kERROR to allow
306 the automatic analysis to detect this kind of fatal errors
307
308 * mbadpixels/MBadPixelsTreat.cc:
309 - fixed abug in the treatment of times. The indices of the neighbors
310 have never been requested but the index of the loop (0-5) instead.
311
312 * mbase/MStatusDisplay.[h,cc]:
313 - a simple improvement to the usage of DrawClonePad.
314
315 * mgui/MCamEvent.[h,cc]:
316 - new member function GetCameraMean
317
318 * mhflux/MHThreshold.h:
319 - fixed a typo in a comment
320
321 * mhvstime/MHSectorVsTime.cc:
322 - fixed a typo in the gsDefName
323
324 * mjobs/MDataSet.cc, mjobs/MSequence.cc:
325 - stop the loop evaluating sequence/run numbers is seqeunce in NaN
326
327 * mjobs/MJCut.cc:
328 - expand path-name to allow ~ in path name
329
330 * mpedestal/MPedPhotCam.cc, msignal/MSignalCam.cc:
331 - replaced sqrt(pixratio) by PixRatioSqrt
332
333 * msignal/MSignalCam.h:
334 - changed order of functions
335
336
337
338 2005/09/12 Daniela Dorner
339
340 * datacenter/scripts/copyscript:
341 - fixed small bug in change of 2005/08/29
342
343
344
345 2005/09/09 Thomas Bretz
346
347 * mgeom/MGeomPix.cc:
348 - fixed a problem with incorrectly set bits for outermost
349 pixels (introduced with the latest changes)
350
351 * mgeom/MGeomCam.[h,cc]:
352 - removed some obsolete comments
353
354
355
356 2005/09/09 Daniela Dorner
357
358 * datacenter/scripts/runcallisto:
359 - fixed problem in handling of filenames
360
361
362
363 2005/09/06 Thomas Bretz
364
365 * Makefile.conf.general:
366 - added libASImage
367
368 * mgeom/MGeomCam.[h,cc]:
369 - clone the whole container in any case not only if it is
370 different from MGeomCam
371 - unified the non-default and default constructor
372
373 * mgeom/MGeomPix.[h,cc]:
374 - initialize neighbors with empty values in constructor
375 - added some more default arguments
376
377 * mhist/MHCamera.[h,cc]:
378 - implemented new Draw-options "nopal", "abscontent"
379 - implemented more accurate handling of transparency
380 - new flags kNoScale and kNoUnused
381 - changed private stuff to protected
382
383 * mtools/Makefile, mtools/ToolsLinkDef.h:
384 - added new "tool" MagicJam
385
386 * mtools/MagicJam.[h,cc]:
387 - added
388
389 * mtools/jam/*.jam:
390 - games for Magic Jam
391
392
393
394 2005/08/29 Daniela Dorner
395
396 * datacenter/scripts/insertdatasets,
397 datacenter/macros/insertdataset.C:
398 - added handling of the new fiels fComment in the table DataSets
399
400 * datacenter/macros/setupdb.C:
401 - adapted to changes in the table DataSets
402
403 * datacenter/scripts/copyscript:
404 - added copying of the file to the directory
405 /magic/datacenter/totape
406
407 * datacenter/scripts/fillganymed:
408 - small bugfixes
409
410 * datacenter/macros/fillstar.C:
411 - fixed bug in change of 25.7.
412
413
414
415 2005/08/28 Daniela Dorner
416
417 * datacenter/scripts/dodatacheck:
418 - added 'find-todofile-algorithm' to this script to accelerate the
419 process of datacheck
420 - changed call of filldotraw.C
421
422 * datacenter/macros/getdolist.C:
423 - added fDataCheckDone for the option to get many todofiles to
424 accelerate the process of datacheck
425
426 * datacenter/macros/filldotrun.C:
427 - added check: if a run is a testrun, the flag for datacheck is
428 set to 'not to be done'
429
430 * datacenter/macros/filldotraw.C:
431 - removed database name from the queries
432
433 * datacenter/macros/setupdb.C:
434 - adapted to changes in the table MagicNumber
435 - adapted to changes concerning ganymed in the DB
436
437 * datacenter/macros/fillganymed.C:
438 - adapted to the new table Ganymed in the DB
439
440 * datacenter/scripts/fillganymed:
441 - added (script to fill the information of the ganymed*.root
442 files into the db)
443
444
445
446 2005/08/27 Daniela Dorner
447
448 * datacenter/scripts/dowebplots:
449 - excluded files from lapalma for this check, as there's a big
450 amount of files (this would cause problems with the array in
451 shell)
452
453 * datacenter/scripts/dodatacheck:
454 - fixed bug in finding rawfile and date of rawfile
455
456
457
458 2005/08/26 Daniela Dorner
459
460 * datacenter/scripts/dowebplots:
461 - added some logging
462 - improved algorithm
463
464
465
466 2005/08/25 Daniela Dorner
467
468 * datacenter/scripts/dowebplots:
469 - added (script to produce the plots for the websites out of the
470 rootfiles)
471
472
473
474 2005/08/24 Thomas Bretz
475
476 * macros/tutorials/threshold.C:
477 - added new example how to calculate the threshold
478
479 * mhflux/MHThreshold.cc:
480 - updated some comments
481
482
483
484 2005/08/22 Thomas Bretz
485
486 * mgeom/MGeomPix.h, mgeom/MGeomCam.[h,cc]:
487 - added new function GetDist returning the distance between two
488 pixels
489
490 * mhist/MHCamera.h:
491 - added new function (also to context menu) SetMinMax
492
493 * mhist/MHEvent.[h,cc]:
494 - added the possibility to set min and max values for the displayed
495 data
496 - added a new option to display the arrival time after cleaning
497
498 * mmain/MEventDisplay.cc:
499 - added the arrival time after cleaning to display
500 - set the min value in some displays to 0
501
502 * msignal/MSignalCam.cc:
503 - added the possibility to return the arrival time after cleaning
504
505
506
507 2005/08/18
508
509 * RELEASE 0.9.4.1
510
511
512
513 2005/08/17 Thomas Bretz
514
515 * mcalib/MCalibCalcFromPast.[h,cc]:
516 - reset the number of events fNumEvents in ReInit, because
517 the corresponding histograms get also reset. This prevents
518 the calibration from analysing partly filled histograms
519 - the number of cases in which the fChargeCalc->Finalize fails
520 are counted and written to the console
521 - In PostProcess all histograms and fChargeCalc are reset to
522 prevent the finalization of the histograms to fit partly filled
523 histograms and fail.
524
525 * mcalib/MCalibrationChargeCalc.h:
526 - added a member function ResetNumProcessed so that MCalibCalcFromPast
527 can 'switch off' the finalization in PostProcess
528
529 * mhcalib/MHCalibrationCam.cc, mhcalib/MHCalibrationChargeCam.cc,
530 mhcalib/MHCalibrationPulseTimeCam.cc:
531 - shortened some console output
532
533
534
535 2005/08/16 Thomas Bretz
536
537 * ganymed.cc:
538 - fixed a typo in Usage()
539
540 * mjobs/MDataSet.cc:
541 - fixed a typo in some output
542
543 * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
544 - fixed some comments
545
546 * macros/dohtml.C:
547 - updated
548
549 * mhflux/MHDisp.cc:
550 - some small fixes to let the code not crash in on-only more
551 (still doesn't give reasonable results... maybe a fit to the
552 background would do it)
553
554 * mhflux/MHFalseSource.cc:
555 - removed some obsolete comment
556 - set initial marker color of stars in star display
557
558 * mjobs/MJCut.cc:
559 - added a small fix to get the correct parlist in on-only mode
560
561 * mpointing/MSrcPosCalc.[h,cc]:
562 - fixed source position handling in on-only mode
563
564
565
566 2005/08/11 Daniela Dorner
567
568 * datacenter/scripts/makecallistolinks:
569 - fixed path
570
571 * datacenter/scripts/runcallisto:
572 - improved locking
573
574 * datacenter/macros/getdolist.C:
575 - included removing of file for the case, that there's something
576 strange happening in the shell script
577
578
579
580 2005/08/08 Daniela Dorner
581
582 * datacenter/macros/buildsequenceentries.C:
583 - fixed some bugs
584 - added deleting of sequences
585
586 * datacenter/macros/resetallruns.C:
587 - fixed small bug
588
589 * datacenter/macros/fillstar.C:
590 - fixed bug
591
592 * datacenter/scripts/dodatacheck:
593 - fixed logging of sinope
594
595
596
597 2005/08/05
598
599 * RELEASE 0.9.4
600
601
602
603 2005/08/05 Daniela Dorner
604
605 * datacenter/macros/setupdb.C:
606 - exchanged in the table RunProcessStatus the column fFillDotRaw
607 by the column fDataCheckDone
608
609 * steps.rc:
610 - adapted to the needs of the new step fDataCheckDone in the table
611 RunProcessStatus
612
613 * datacenter/scripts/dodatacheck:
614 - added (script to do datacheck including filldotraw.C, sinope,
615 fillsinope.C, resetcolumn.C)
616
617 * datacenter/macros/filldotraw.C:
618 - adapted to the needs the new script dodatacheck
619
620 * datacenter/macros/fillsinope.C:
621 - adapted paths to the needs the new script dodatacheck
622 - removed test stuff
623
624 * datacenter/macros/getdolist.C:
625 - added if clause to reduce the number of runs for datacheck
626 (arrays in shell scripts are limited)
627 - added logging output
628
629 * datacenter/scripts/buildsequenceentries, fillcallisto,
630 checkfilesforsequenceavail, checkstardone, correcttime,
631 filesondisk, fillstar, insertdatasets, runganymed, runstar,
632 doexclusions, writesequencefiles, runcallisto:
633 - fixed typo and logging
634
635
636
637 2005/08/05 Thomas Bretz
638
639 * mpointing/MSrcPocCam.[h,cc]:
640 - fixed a bug which caused problems if now source position was
641 defined in the dataset.
642
643 * mastro/MAstroCatalog.[h,cc]:
644 - added new base class TAttMarker
645 - added new data mebers MAttLine for the two line types
646 - some simplification to the atoi/atof stuff
647 - added new helper class MAttLine
648 - increased class version to 2
649
650
651
652 2005/08/04 Daniela Dorner
653
654 * datacenter/scripts/makecallistolinks:
655 - added (script to make the links for the correct callisto.rc in
656 case when callisto_Dec04Jan05.rc is needed)
657
658 * datacenter/macros/writesequencefile.C:
659 - added writing of ZdMin and ZdMax to the sequencefile
660
661 * sinope.cc
662 - added printing of Usage() in case of missing arguments
663 - added option --outf to make it possible to give the filename
664 (needed for automation of datacheck)
665 - added output in txt-file in case of no events (needed for the
666 evaluation of runs with no interlaced events)
667 - small changes in output
668
669 * datacenter/macros/setupdb.C:
670 - added new table (DataCheck)
671
672 * datacenter/macros/fillsinope.C:
673 - added (macro to read in the sinope*.txt files and fill the
674 information into the DB)
675
676 * datacenter/macros/filldotraw.C:
677 - added (was before in the directory macros/sql/)
678 - made some changes to include it into the automation
679 added function make it possible to call the macro not only
680 with the filename but also with the runnumber
681
682 * macros/sql/*:
683 - removed (all macros are now in the datacenter directory)
684
685
686
687 2005/08/02 Thomas Bretz
688
689 * mjobs/MJStar.cc:
690 - changed the muon cuts back after a discussion with Markus. I
691 made a mistake interpreting the meaning of the cuts.
692
693
694
695 2005/08/03 Daniela Dorner
696
697 * datacenter/macros/getdolist.C:
698 - added if-clause to distinguish between steps that need one todo
699 file and steps that need one todo file per sequence/dataset (i.e.
700 callisto, star, ganymed) and added writing of these files
701
702 * datacenter/scripts/runcallisto, runganymed, runstar:
703 - adapted scripts to the changes in getdolist.C (removed lines to
704 divide todo file, changed getting of todo file)
705
706 * datacenter/scripts/runcallisto:
707 - added if-clause for the choosing of the correct callisto.rc
708 (needed due to the new callist_MarApr05.rc which is applied
709 between sequence 49736 and 53315
710
711
712
713 2005/08/02 Daniela Dorner
714
715 * datacenter/macros/buildsequenceentries.C:
716 - fixed bug, added some logging output and comments
717
718
719
720 2005/08/02 Thomas Bretz
721
722 * callisto.rc, callisto_Dec04Jan05.rc:
723 - new ScaleFactor (1% difference)
724
725 * callisto_MarApr05.rc:
726 - new file, identical to callisto.rc but scale factor 5% different
727
728 * mhflux/MHPhi.[h,cc]:
729 - some small improvements
730 - commented code for further improvement
731
732 * mjobs/MJCut.cc:
733 - implemented MHPhi for wobble mode
734
735 * mjobs/MJStar.cc:
736 - repleced maximum deviation (45) in first muon cut by 35
737 it is done anyhow in a later step and doesn't change in between
738
739 * datacenter/macros/fillstar.C:
740 - now get muon data from MHMuonPar directly
741
742 * mmuon/MHMuonPar.[h,cc]:
743 - implemented the function to get the reference values
744 - updated psf reference line
745 - implemented calib reference line
746
747
748
749 2005/08/01 Thomas Bretz
750
751 * mhflux/MHPhi.[h,cc]:
752 - added
753
754 * mhflux/Makefile, mhflux/FluxLinkDef.h:
755 - added MHPhi
756
757
758
759 2005/07/31 Daniela Dorner
760
761 * datacenter/macros/buildsequenceentries.C:
762 - fixed bug in the new sequence-build algorithm (-> 2005/07/22):
763 completely re-wrote the function CheckSequence() to make sure,
764 that sequences which are not changed are not inserted once again
765
766
767
768 2005/07/30 Daniela Dorner
769
770 * datacenter/scripts/sourcefile:
771 - added function to make a directory
772
773 * datacenter/scripts/buildsequenceentries, checkstardone, copyscript,
774 checkfilesforsequenceavail, correcttime, doexclusions, filesondisk,
775 fillcallisto, fillstar, insertdatasets, runcallisto, runganymed,
776 runstar, writesequencefiles:
777 - replaced making of directories by the function
778
779 * datacenter/macros/setupdb.C:
780 - added column fTest in table Source to make building datasets
781 easier
782 - fixed small bug
783
784 * datacenter/macros/getdolist.C:
785 - fixed small bug
786
787 * datacenter/macros/filldotrun.C:
788 - inserted the two new arehucas version from July 2005
789
790
791
792 2005/07/29 Daniela Dorner
793
794 * datacenter/scripts/sourcefile:
795 - added four more general paths to the sourcefile to make it
796 easier to use the software for different users, paths and setups
797
798 * datacenter/scripts/buildsequenceentries, checkstardone,
799 checkfilesforsequenceavail, correcttime, doexclusions, filesondisk,
800 fillcallisto, fillstar, insertdatasets, runcallisto, runganymed,
801 runstar, writesequencefiles:
802 - adapted this scripts to the usage of the paths
803
804 * datacenter/macros/buildsequenceentries.C, findcacofiles.C,
805 getdolist.C, writesequencefile.C:
806 - adapted this macros to the usage of the paths
807
808 * datacenter/macros/buildsequenceentries.C, createdataset.C,
809 resetcolumn.C:
810 - fixed documentation of this macros
811
812
813
814 2005/07/27 Markus Meyer, Daniela Dorner
815
816 * datacenter/macros/fillstar.C:
817 - implemented new algorithm and new values for the calculation
818 of the muon parameter in the database
819
820
821
822 2005/07/28 Thomas Bretz
823
824 * mastro/MAstro.cc:
825 - fixed a bug in Deg2Hms reported by Abelardo. It gave wrong
826 results by 1./2pi
827
828
829
830 2005/07/27 Markus Meyer, Thomas Bretz
831
832 * mmuon/MHSingleMuon.[h,cc]:
833 - added third (constant) parameter to arc width gaus fit
834 - replaced nonsense GetMaximumBin as start value for fit
835 by GetMaximum
836 - replaced TH1F for fHistWidth by TProfile
837
838 * mmuon/MMuonSetup.cc:
839 - set new threshold for arc width plot to 2
840
841 * star.rc:
842 - replaced default for arc width threshold
843
844
845
846 2005/07/27 Thomas Bretz
847
848 * mhflux/MAlphaFitter.cc:
849 - added a line at the cut value to PaintResults
850
851 * mhflux/MHDisp.cc:
852 - replaced GetCosDelta/GetSinDelta by new GetNormAxis
853
854 * mhist/MHRate.cc:
855 - replaced some warn by err
856
857 * mimage/MHillas.[h,cc]:
858 - added new member function GetNormAxis
859
860
861
862 2005/07/26 Daniela Dorner
863
864 * datacenter/macros/fillsignal.C, setupdb.C:
865 - changed format of variables fMeanPedRmsInner and fMeadPedRmsOuter
866 from float(5,1) to float(6,2)
867
868
869
870 2005/07/26 Thomas Bretz
871
872 * mhflux/MHDisp.cc:
873 - improved scaling for significance plot, so that significances
874 similar to the ThetaSq plot come out
875
876 * mhvstime/MHSectorVsTime.[h,cc]:
877 - implemented the possibility to set a minimum/maximum from outside
878
879 * mjobs/MJStar.cc:
880 - added a plot of the pedestal rms vs time
881 - set minimum and maximum for dc currents vs time
882
883 * mpedestal/MPedPhotCam.cc:
884 - added a sanity in GetPixelContent for the index
885
886
887
888 2005/07/25 Daniela Dorner
889
890 * datacenter/macros/fillstar.C, setupdb.C:
891 - changed format of variable fMeanNumberIsland from float(5,1) to
892 float(6,2)
893
894
895
896 2005/07/25 Thomas Bretz
897
898 * mastro/MAstroSky2Local.[h,cc]:
899 - allow setting a pointing deviation when calculating the rotation angle
900
901 * mhflux/MHDisp.[h,cc]:
902 - added pot for a significance map
903 - changed alignment range from 0.33/0.47 to 0.325/0.475
904 - added fDeviation to calculation of Rotatio angle
905 - removed some obsolete code
906
907 * mpointing/MPointingPos.[h,cc]:
908 - added option to calculate Rotation angle using MPointingDev
909
910 * ganymed_onoff.rc, ganymed_wobble.rc:
911 - added example for MPointingDevCalc
912
913 * mjobs/MDataSet.cc:
914 - fixed an endless loop when a sequence is added twice
915
916 * mjobs/MSequence.cc:
917 - fixed an endless loop when a run is added twice
918
919 * mjobs/MJPedestal.cc:
920 - CheckEnv doesn't return kERROR, test for kFALSE instead
921
922 * mpointing/MPointingDev.h:
923 - added fDevX
924 - added fDevY
925
926 * mpointing/MPointingDevCalc.cc:
927 - call SetDevXY instead of the starguider calibration in zd/az
928
929 * mpointing/MSrcPosCalc.cc:
930 - added the DevXY to the source position if fDeviation!=NULL
931
932
933
934 2005/07/22 Daniela Dorner
935
936 * sinope.cc:
937 - added option to select only data or only calibration events for
938 the datacheck
939
940 * datacenter/scripts/runstar, runcallisto:
941 - increased number of processes to ensure, that the runtime of a
942 process doesn't exeed 12 hours
943
944 * datacenter/scripts/runganymed:
945 - removed second execution of ganymed
946
947 * datacenter/scripts/:
948 - small change in all scripts to make it easier to adapt scripts
949 for a different user
950
951 * datacenter/macros/buildsequenceentries.C:
952 - implemented new algorithm to build sequences: instead of
953 checking the conditions of the runs after grouping them together
954 the condition are taken into account for grouping the runs
955 Attention: some sequences will change with this new algorithm!
956
957
958
959 2005/07/22 Thomas Bretz
960
961 * macros/tutorials/extendcam.C, macros/tutorials/hft.C:
962 - some updates. Replaced MCerPhotEvt by MSignalCam
963
964 * mhflux/MHDisp.cc:
965 - some more fixes to allow no-smearing
966
967 * mhft/MGeomCamMagicEnhance.cc:
968 - replaced GetPixById by the id itself
969
970 * mimage/MImgCleanStd.cc:
971 - do not check for the pedestal container if absolute cleaning
972 has been chosen
973
974 * mjobs/MJCalibrateSignal.cc:
975 - removed obsolete comments
976
977 * mreport/MReport.[h,cc]:
978 - added some conversions for wrong version numbers
979
980 * mreport/MReportCamera.cc:
981 - fixed a problem reading files with gkActiveLoadControlVersNum
982 - added a fix for report files before 200407070
983
984 * mhvstime/MHSectorVsTime.[h,cc]:
985 - added example to class reference
986 - fixed possible crash in SetName and SetTitle
987 - set default style to kFullDotMedium
988 - removed seconds from default axis labels
989 - changed default time labels size to 0.033
990 - moved Draw code to Paint as in MHVsTime
991 - fixed wrong return of kCONTINUE in Fill
992
993 * mhvstime/MHVsTime.cc:
994 - removed seconds from default axis labels
995
996 * mjobs/MJStar.cc:
997 - added Starguider info to output
998 - added MHSectorVsTime to display mean DC current
999 - allow skipping MHPointing for very old files without
1000 starguider reports
1001
1002 * mpointing/MHPointing.[h,cc]:
1003 - allow skipping MHPointing for very old files without
1004 starguider reports
1005 - removed displaying nominal Az
1006
1007 * mjobs/MJCut.cc:
1008 - implemented pointing correction by starguider
1009
1010 * mpointing/MPointingDevCalc.cc:
1011 - some minor updates
1012
1013 * mpointing/MSrcPosCalc.[h,cc]:
1014 - implemented usage of pointing deviation -- still in progress!
1015
1016 * mpointing/MSrcPosCorrect.[h,cc]:
1017 - inverted sign of pointing correction for anti-source
1018 - write telescope axis to parlist
1019
1020 * ganymed_wobble.rc:
1021 - added setup for polynom order 1
1022
1023
1024
1025 2005/07/21 Thomas Bretz
1026
1027 * mastro/MAstro.[h,cc]:
1028 - added new member function GetDevAbs
1029
1030 * mcamera/MCameraAUX.[h,cc]:
1031 - added new data members for counting house temperatures
1032 - increased class version number to 2
1033
1034 * mcamera/MCameraHV.[h,cc]:
1035 - added new data members for HV settings file name
1036 - increased class version number to 2
1037
1038 * mhflux/MHDisp.cc:
1039 - fixed handling of non-smearing
1040 - fixed calculation of number of entries for the two wobble
1041 histograms
1042
1043 * mjobs/MJStar.cc:
1044 - gave a new name to the task writing the Muon-tree
1045
1046 * mpointing/MHPointing.cc:
1047 - do not check the abs deviation but check both deviations
1048 independantly whether they make sense.
1049 - Plot only hour and minutes
1050
1051 * mpointing/MPointingPosCalc.h:
1052 - fixed wrong #ifndef
1053
1054 * mpointing/Makefile, mpointing/PointingLinkDef.h:
1055 - new class MPointingDev
1056 - new class MPointingDevCalc
1057
1058 * mpointing/PointingIncl.h:
1059 - removed TVector2
1060
1061 * mreport/MReportCamera.[h,cc]:
1062 - added interpretation CHTEMP and HVFIl valid since
1063 arehcas version 200507190 (incl)
1064
1065 * mreport/MReportDrive.cc:
1066 - moved code from GetErrorAbs to MAstro
1067
1068 * mreport/MReportStarguider.[h,cc]:
1069 - moved code from GetDevAbs to MAstro
1070 - added new getter returning a TVector2
1071
1072 * ganymed_onoff.rc, ganymed_wobble.rc:
1073 - added
1074
1075 * ganymed.rc:
1076 - updated
1077
1078
1079
1080 2005/07/19 Thomas Bretz
1081
1082 * mjobs/MJCut.cc:
1083 - write MSrcPosCam to output
1084 - write MSrcPosAnti to output
1085 - removed MEnergyEst from output
1086 - added MSrcPosCorrect to tasklist
1087
1088 * mjobs/MJSpectrum.cc:
1089 - removed MSrcPosCalc from tasklist for refilling
1090 - removed hillas calculation from tasklist for refilling
1091 (both need a better concept in MJCut: not writing to
1092 results file, but to summary file)
1093
1094 * mjobs/MJStar.cc:
1095 - removed MSrcPosCalc from tasklist (better this is always done
1096 correctly in MJCut)
1097 - added Starguider information to output
1098 - replaced Rate historams by new histogram MHRate
1099 - added new histogram MHPointing
1100
1101 * mpointing/MSrcPosCorrect.cc:
1102 - write new optical axis to parameter list
1103 - print a message if a correction is introduced for this run
1104
1105 * mreport/MReportStarguider.[h,cc]:
1106 - added GetDevAbs
1107
1108 * mhist/MHRate.[h,cc]:
1109 - added
1110
1111 * mhist/Makefile, mhist/HistLinkDef.h:
1112 - added MHRate
1113
1114 * mpointing/MHPointing.[h,cc]:
1115 - added
1116
1117 * mpointing/Makefile, mpointing/PointingLinkDef.h:
1118 - added MHPointing
1119
1120 * mcalib/MCalibrationCam.[h,cc]:
1121 - moved code of static function GetPulserColorStr into source file.
1122 Hopefully this 'repairs' a strange message some people got linking
1123 mars: `.gnu.linkonce.t._ZN15MCalibrationCam17GetPulserColorStrENS_13PulserColor_tE' referenced in section `.rodata' of mcalib/CalibCint.o: defined in discarded section `.gnu.linkonce.t._ZN15MCalibrationCam17GetPulserColorStrENS_13PulserColor_tE' of mcalib/CalibCint.o
1124 which was mainly annoying.
1125
1126 * mfbase/MF.cc:
1127 - changed order and handling in ReadEnv. This allows to overwrite
1128 already set resources in sponde (eg. MFMagicCuts.ThetaCut)
1129
1130 * mhbase/MH.cc:
1131 - first draft of a new palette introduced by Pepe (I got it from
1132 Hendrik)
1133
1134
1135
1136 2005/07/16 Thomas Bretz
1137
1138 * macros/dohtml.C:
1139 - some updates to the macro section
1140
1141 * mcalib/MCalibrationCam.h:
1142 - added new member function GetPulserColorStr to convert
1143 pulser color into string
1144
1145 * mcalib/MCalibrationPattern.h:
1146 - added new member function GetPulserColorStr to return
1147 pulser color a string
1148
1149 * mcalib/MCalibrationPatternDecode.cc:
1150 - fixed a typo in a comment
1151
1152 * mhflux/MHThetaSq.cc:
1153 - set default number of bins to 75
1154
1155 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]:
1156 - updated support for automatic weights. All cases should now
1157 be handled as accurate as possible.
1158
1159 * msignal/MC_calibration_weights_UV46.dat,
1160 msignal/MC_cosmics_weights46.dat:
1161 - new files
1162
1163
1164
1165 2005/07/14 Thomas Bretz
1166
1167 * mbadpixels/MBadPixelCam.[h,cc]:
1168 - added new function GetNumSuitable
1169
1170 * mcalib/MCalibrationChargeCalc.cc:
1171 - simplified FinalizeUnsuitablePixels()
1172
1173 * mcalib/MCalibCalcFromPast.cc:
1174 - when finalizing of unsuitable pixels fails return kERROR in
1175 Process
1176
1177 * mcalib/MCalibrationRelTimeCalc.cc:
1178 - simplified counting unreliable pixels
1179
1180 * mfilter/MFMagicCuts.[h,cc]:
1181 - replaced the m3long cut. m3long now is used to determin which
1182 origin might be the correct impact of the shower. This gives
1183 not so steep theta plots and the 2D plot can be done at the
1184 same time.
1185 - The sign of Disp stored in the paremeter list is now correctly
1186 aligned along the major axis of the shower. >0 for along major
1187 axis, <0 otherwise.
1188 - comment have been updated.
1189 - some old code had been removed
1190
1191 * mhflux/MHDisp.[h,cc]:
1192 - updated with a more appropriate calculation of a background model
1193
1194
1195
1196 2005/07/13 Abelardo Moralejo (2005/07/12)
1197
1198 * manalysis/MGeomApply.cc
1199 - Now, if the MGeomApply task has a serial number >0 (indicating
1200 most likely a specific telescope in a multi-telescope file), then
1201 apply the geometry only to objects with the same serial number.
1202 This is important for stereo setups in which the telescopes have
1203 cameras with different numbers of pixels. If the MGeomApply task
1204 has serial number 0 (default), it will apply the geometry to all
1205 found objects as it used to do.
1206
1207 * manalysis/MMcCalibrationUpdate.cc, mpedestal/MMcPedestalCopy.cc
1208 - Now the PreProcess adds the serial number also to MRawRunHeader
1209 and MMcRunHeader, since in stereo MC files produced with the
1210 current camera simulation at CVS there is one such container per
1211 telescope. There is no difference in behaviour for single
1212 telescope files. Old MC stereo files will no longer be readable.
1213
1214 * mimage/MNewImagePar.cc
1215 - Made calculation of "Inner size" valid also for camera geometries
1216 other than MAGIC standard one. The calculation of "inner leakage"
1217 is now made only for MAGIC standard geometry (there is no easy
1218 fix for that, but having fInnerSize and MHillas.fSize, the inner
1219 leakage is a completely unnecessary parameter). Added a comment on
1220 a possible fix for the calculation of fConc.
1221
1222 * mcalib/MMcCalibrationCalc.[h,cc]
1223 - Added member fMinSize and setter for it. It is the minimum
1224 (uncalibrated) size of events to be used in the calibration.
1225 Previously it was fixed at 1000 ADC counts, but the value depends
1226 on the extractor used, so it must be possible to change it.
1227 - Add the serial number to MRawRunHeader and MMcConfigRunHeader
1228 (now there is one per telescope in stereo files).
1229 - Moved the creation of histograms from the constructor to the
1230 PreProcess, otherwise the serial number is not added to the
1231 histogram name.
1232 - In PostProcess, set the average QE for area 0 (inner pixels) in
1233 MCalibrationQECam object, to be used later by MCalibrateData.
1234
1235 * macros/starmcstereo.C
1236 - Big update. Adapted to all changes above. Now not only relative, but
1237 also absolute calibration (=SIZE in phes) is made.
1238
1239 * mcalib/MCalibrateData.cc
1240 - In PreProcess, changed initialization of fRenormFactor. Formerly
1241 it was fixed to MCalibrationQEPix::gkDefaultAverageQE. Now we check
1242 first if there is a valid average QE for inner pixels in
1243 MCalibrationQECam, and if so, we inititalize fRenormFactor with it.
1244 Else, the default gkDefaultAverageQE is taken. fRenormFactor is
1245 used to convert back from photons to "equivalent inner pixel phes"
1246 in the (now default) case of calibrating in phes.
1247
1248
1249
1250 2005/07/13 Raquel de los Reyes (2005/07/12)
1251
1252 * merpp.cc
1253 - Added the container MCameraActiveLoad to the rootified central
1254 control files
1255
1256 * mreport/MReportCC.[h,cc]
1257 - Changes in the InterpreteBody to write the variable UPS status and
1258 the Time difference between GPS and rubidium clock.
1259
1260 * mreport/MReportCamera.cc
1261 - Changes in the InterpreteCamera and InterpreteBody functions to allow
1262 the data merpping from 2005_06_30.
1263
1264
1265
1266 2005/07/13 Abelardo Moralejo (2005/07/12)
1267
1268 * macros/starmcstereo.C
1269 - Fixed error which made some objects to be written twice in the
1270 _test_ output file.
1271
1272
1273
1274 2005/07/13 Patricia Liebing (2005/07/06)
1275
1276 * mhcalib/MHCalibrationChargeCam.cc:
1277 - include new flag (kLoGainBlackout) into the "uncalibrated"
1278 pixel classification (see docu from 28/06/2005 Markus Gaug)
1279
1280 * mbadpixels/MBadPixelsPix.[cc.h], mcalib/MCalibrationChargeCalc.cc
1281 - included flag kLoGainBlackout for unsuitable pixels w/
1282 corresponding docu/printout (see MHCalibrationChargeCam.cc)
1283
1284 * mhcalib/MHCalibrationPulseTimeCam.cc, MHCalibrationCam.cc
1285 - add Pixel ID to Debug printout statements
1286
1287 * mjobs/MJCalibration.cc
1288 - include new display for kLoGainBlackout unsuitable pixels
1289
1290
1291
1292 2005/07/13 Antonio Stamerra (2005/07/04)
1293
1294 * manalysis/MMcTriggerLvl2Calc.cc
1295 - the checks written on ReInit for MC have been moved to PreProcess()
1296 - kFALSE substituted with kSKIP in the check for the standard MAGIC
1297 geometry
1298
1299
1300
1301 2005/07/13 Abelardo Moralejo (2005/07/01)
1302
1303 * macros/starmc.C
1304 - Set two different cleaning tasks for the calibration loop and
1305 for the second (analysis) loop. Otherwise, some pixels were
1306 cleaned out in the first loop (we do not want this) if the
1307 absolute method was chosen.
1308
1309
1310
1311 2005/07/13 Abelardo Moralejo (2005/06/30)
1312
1313 * mmc/MTriggerDefine.h
1314 - Added TRIGGER_PIXELS_4, a provisional number of trigger pixels
1315 for the MGeomCamMagic1183 geometry.
1316
1317 * mgeom/MGeomCamMagic1183.[h,cc]
1318 - added. Possible design for a MAGIC-II camera. Preliminary
1319 version, not yet ready to use.
1320
1321
1322
1323 2005/07/13 Abelardo Moralejo (2005/06/29)
1324
1325 * mgeom/MGeomCamMagic1183.[h,cc]
1326 - added. Possible design for a MAGIC-II camera
1327
1328 * mgeom/Makefile, GeomLinkDef.h
1329 - added new class above.
1330
1331
1332
1333 2005/07/13 Markus Gaug (2005/06/28)
1334
1335 * mhcalib/MHCalibrationChargeCam.[h,cc]
1336 - set the fPickupLimit and fBlackoutLimit for the low-gain arrays
1337 to a 3.5 instead of the default used in MHCalibrationPix (5.0).
1338 - use a new criterium to exclude bad pixels: If the high-gain was
1339 saturated and the blackout-events in the low-gain exceed the
1340 fNumLoGainBlackoutLimit, the pixel is declared unsuitable.
1341 This excludes those pixels which have a saturating high-gain
1342 channel, but the low-gain switch does not switch often enough
1343 to make the distribution reliable.
1344
1345
1346
1347 2005/07/13 Markus Gaug (2005/06/23)
1348
1349 * mhcalib/MHCalibrationChargeCam.cc
1350 - fix a bug counting the number of saturated events. Up to now, the
1351 number of saturated slices was counted (which is one for a not too
1352 high number), but for some (pathological) pixels, many more slices
1353 saturated and produced wrong limits.
1354 - make the PickupLimit und BlackoutLimit for the low-gain explicitely
1355 smaller. The too large limits caused a failed fit for some channels
1356 which resulted in wrong calibration constants. (M. Gaug)
1357
1358
1359
1360 2005/07/13 Markus Gaug (2005/06/22)
1361
1362 * mjobs/MJPedestal.cc
1363 - change order of reading local environmnet variables in lines 1044
1364 to 1068. Reason: The lines:
1365 if (fExtractor==tenv.GetTask())
1366 return kTRUE;
1367 yielded sometimes a return before the rest of the env-variables
1368 could be read in. This affected ONLY the reading of the pedestal
1369 reference file and the bad pixels file name. (M. Gaug)
1370 - Added "decode" task (MTriggerPatternDecode) task to the list also
1371 for MC runs.
1372
1373 * mhcalib/MHCalibrationChargeCam.cc
1374 - fixed the setting of unreliability for saturated events where the
1375 high-gain signal was not stable over time. Now, saturation is
1376 asked for before (like in the high-gain fitted-case). (M. Gaug)
1377 - fixed a small bug in the precise setting of the histogram ranges.
1378 May have introduced a bias of typically 1 FADC cnt in the mean
1379 fitted signal (< 0.5%).
1380
1381 * mbadpixels/MBadPixelsPix.[h,cc]
1382 - took out the un-used bad pixels information in function:
1383 GetUnsuitableCalLevel().
1384 - debugged the class-documentation
1385
1386 * mcalib/MCalibrationIntensityChargeCam.cc
1387 - a very small fix in the axis title from N_phe to N_{phe}
1388 - fixed one bug in the draw-functions of this class. Not (yet) used by
1389 standard calibration.
1390 - +some undocumented changes
1391
1392 * mjobs/MJCalibration.cc
1393 - changed order in tasklist between MCalibColorSet and
1394 MPedCalcFromPedRun. Caused crashes in the intensity calibrations.
1395 Does not affect ordinary calibration since MPedCalcFromPedRun is
1396 then not in the tasklist anyhow.
1397 - changed order of MHCalibrationChargeCam and MCalibrationRelTimeCalc.
1398 This wrong order caused MCalibrationRelTimeCalc to print out
1399 unreliable pixels which were not set by the rel. time calibration.
1400 This caused some confusion in the reading of the output because of
1401 the un-logical order of flag settings and posterior output.
1402 - set the error of the hi-logain intercalibration constants
1403 as the real error on the mean instead of the sigma.
1404 - took out the those bad pixel-informations which are not used
1405 any more in the "Defect" - display. (M. Gaug)
1406
1407
1408
1409 2005/07/13 Markus Gaug (2005/06/21)
1410
1411 * mhcalib/MHCalibrationChargePix.h
1412 - take out one un-necessary 'virtual'-declaration for the Draw-
1413 function
1414
1415 * mhcalib/MHGausEvents.cc
1416 - fixed a small bug in the non-standard display with options.
1417
1418
1419
1420 2005/07/13 Markus Gaug (2005/06/19)
1421
1422 * msignal/MExtractTimeAndChargeSpline.cc
1423 - set fgOffsetLoGain from 1.7 to 1.39. This is the correct time
1424 shift between high-gain and low-gain. Affects only very detailed
1425 timing studies.
1426
1427 * msignal/MExtractTimeAndChargeDigitalFilter.cc
1428 - set fOffsetLoGain from 1.7 to 1.4 which corrects now exactly for
1429 the arrival time difference between low-gain and high-gain pulses.
1430 This wrong number could have had some effect on image cleanings
1431 using the time information. (M. Gaug)
1432
1433 * mcalib/MCalibrationBlindCam.[h,cc]
1434 - remove obsolete Copy-function
1435
1436 * mcalib/MCalibConstPix.h, mcalib/MCalibConstCam.h
1437 - introduce Copy-functions
1438 - set class index to 1 (was 0)
1439
1440 * mcalib/MCalibrationChargePix.[h,cc]
1441 - introduce Copy() function.
1442
1443
1444
1445 2005/07/13 Markus Gaug (2005/06/18)
1446
1447 * mpedestal/MPedestalCam.cc
1448 - modify Print() function to print out also the event-by-event
1449 averaged results.
1450
1451 * mpedestal/MExtractPedestal.[h,cc]
1452 - new flag fUseSpecialPixels (set to kFALSE per default)
1453 - new data member: fNameRawEvtData which can be set from outside
1454 (e.g. to "MRawEvtData2").
1455 - with these two changes, the special pixels can be extracted.
1456 Difference to previous version: if flag fUseSpecialPixels is set,
1457 * the area and sector averages are not calculated.
1458 * the MPedestalCam will get initialized to
1459 MRawRunHeader->GetNumSpecialPixels().
1460 - fix a bug in the calculation of the event-by-event averaged
1461 pedestal RMS (one total number of areas or sectors was not taken
1462 into account).
1463 - make local variables in the calculation of rms and mean doubles
1464 instead of floats.
1465
1466 * mpedestal/MPedCalcPedRun.cc
1467 - do not calculate the area and sector averages in case flag
1468 fUseSpecialPixels is set.
1469 - check for existence of pointer fRawEvt in PostProcess.
1470
1471 * mcalib/MCalibrationChargeCalc.[h,cc]
1472 - implement possibility to set reference number of photo-electrons from
1473 outside (stored in fExternalNumPhes).
1474
1475 * mcalib/MCalibrateData.[h,cc], mcalib/MCalibCalcFromPast.cc,
1476 mjobs/MJCalibrateSignal.cc:
1477 - write calibration constants now in separate
1478 MCalibrationIntensityConstCam. This is necessary since with the
1479 introduction of the averageing of mean photo-electrons, the
1480 MCalibrationIntensityChargeCam does not hold the correct conv.
1481 factors any more.
1482
1483 * mcalib/MCalibrateData.[h,cc]
1484 - get also pointers to the IntensityCams and use them if exist
1485 (previously, only the first calibration cam was used together
1486 with the updatecam.)
1487
1488
1489
1490 2005/07/13 Markus Gaug (2005/06/17)
1491
1492 * mcalib/MCalibrationIntensityCam.[h,cc]
1493 - take out some un-used or commented code (variables fOffsets and
1494 fSlopes). These data members were not in the streamter either.
1495 - put some of the most-used code from the .cc file into the .h file
1496 - add new function: SetCam().
1497
1498
1499
1500 2005/07/13 Markus Gaug (2005/06/15)
1501
1502 * mcalib/MCalibrationIntensityConstCam.[h,cc]
1503 - new class to store the actual applied conversion factors (now with
1504 averaged photo-electrons not in the MCalibrationIntensityChargeCam
1505 any more).
1506
1507 * mjobs/MJCalibration.cc
1508 - set the correct (statistical) error of the inter-calibraiton factor
1509 into MCalibrationChargePix::SetConversionHiLoErr() and the
1510 sigma of the distribution
1511 into MCalibrationChargePix::SetConversionHiLoSigma().
1512 - In MCalibrationChargePix, the mean conversion error is used for the
1513 statistical error of the conversion factor.
1514 - In CalibrateData, the sigma is used for the statistical error of the
1515 converted signal to equiv. high-gain charges.
1516
1517 * mcalib/MCalibCalcFromPast.[h,cc]
1518 - implement the mean photo-electron averageing for a desired number of
1519 calibration updates.
1520
1521 * mcalib/MCalibrateData.cc
1522 - use MCalibrationChargePix::GetConversionHiLoSigma() to calculate the
1523 error (was previously MCalibrationChargePix::GetConversionHiLoErr().
1524
1525 * callisto.cc
1526 - calculate first fixed window pedestal in MJPedestalY2,
1527 then sliding window pedestal in MJPedestalY3 (order reversed).
1528
1529
1530
1531 2005/07/13 Markus Gaug (2005/06/14)
1532
1533 * mcalib/MCalibrationHiLoPix.[h,cc]
1534 - store also results from profile fits.
1535 - increades class version
1536
1537 * mhcalib/MHCalibrationHiLoPix.[h,cc], mhcalib/MHCalibrationHiLoCam.[h,cc]
1538 - added TProfiles for every pixel filled with the high-gain signal
1539 vs. low-gain signal which can be fitted to extract gain and
1540 offset.
1541
1542 * mhcalib/Makefile, mhcalib/HCalibLinkDef.h
1543 - added MHCalibrationHiLoPix
1544
1545
1546
1547 2005/07/13 Markus Gaug (2005/06/10)
1548
1549 * mcalib/MCalibrationRelTimeCalc.cc
1550 - print out forgotten successfully calibrated pixels
1551 - small change in spacing of one output
1552
1553 * mhcalib/MHCalibrationCam.[h,cc]
1554 - introduce max. number of events, the rest gets skipped before the
1555 next ReInit() is called. Default: 4096
1556 Reason: The calibration causes too many un-reliable pixels if more
1557 than about 5000 events are treated (@500 Hz) because of the
1558 mode hopping of the VCSels. However, in the past, some
1559 calibration runs have been taken (erroneously) with more
1560 than 5000 events, especially the intensity scans where
1561 a good precision is needed.
1562 - increased version number
1563 - introduce a Getter for the fAverageAreaNum array.
1564 - re-normalize the area-averaged sigmas to the equivalent number per
1565 pixel also for the intensity calibration.
1566
1567 * mcalib/MCalibrationChargePix.[h,cc]
1568 - divide errors in stat. and syst. errors. Both can be retrieved
1569 now, depending on the study, one wants to make.
1570
1571 * mcalib/MCalibrationChargeCalc.[h,cc]
1572 - set a limit to the number of un-suitable and un-reliables pixels
1573 for the run to succeed: 0.1 unsuitables and 0.3 un-reliables
1574 - set UseExtractorRes to kTRUE, will raise the number of
1575 photo-electrons for the spline extractor by 1-2% (correctly).
1576 - re-normalize the pedestal RMS of the event-by-event averaged
1577 area events to the sqrt of the number of used pixels.
1578 - re-normalize the sigma of the event-by-event averaged area events
1579 by 1/F-Factor.
1580 - introduce switch to choose if un-reliables should be used for the
1581 calculation of mean number of phes (default: kTRUE).
1582 - print out the number of high-gain saturated pixels.
1583
1584
1585
1586 2005/07/13 Markus Gaug (2005/06/10)
1587
1588 * mjobs/MJCalibrateSignal.[h,cc]
1589 - skip also the PIN Diode events from the data calibration.
1590
1591
1592
1593 2005/07/13 Markus Gaug (2005/06/06)
1594
1595 * mhcalib/MHGausEvents.[h,cc]
1596 - put small functions into header file to speed up calculations a bit.
1597
1598 * mcalib/MCalibrationRelTimeCalc.cc
1599 - introduce flags to steer the setting of unreliability like done
1600 in MCalibrationChargeCalc. Can be steered from the conf-file.
1601
1602 * mbadpixels/MBadPixelsIntensityCam.[h,cc]
1603 - implement two Get and Draw-functions to display bad pixels over
1604 time like in the mcalib/MCalibrationIntensityChargeCam
1605
1606
1607
1608 2005/07/13 Markus Gaug (2005/06/03)
1609
1610 * mhcalib/MHCalibrationPulseTimeCam.cc
1611 - fill arrays only if IsOscillations() was asked. This is a speed
1612 bug and could cause important memory leaks. It does not affect the
1613 outcome of an analysis, however.
1614
1615
1616
1617 2005/07/13 Thomas Bretz
1618
1619 * mbase/MTaskInteractive.[h,cc]:
1620 - fixed a bug with calling ReInit... PostProcess was called instead.
1621 - added the missing initialisation of fReInit in constructor
1622
1623 * sinope.cc:
1624 - removed plotting the tasklist statistics twice
1625 - replaced DrawClone by DrawCopy (DrawClone gave problems)
1626
1627 * mhflux/MAlphaFitter.[h,cc]:
1628 - fixed the ThetaSq function. It was wrongly defined as
1629 exp(-((x-c)/s)^2) instead of exp(-1/2*((x-c)/s))
1630 - Set start value for corresponding fit back to same value
1631 as for a standard gauss-fit.
1632
1633
1634
1635 2005/07/12 Daniela Dorner
1636
1637 * datacenter/macros/buildsequenceentries.C:
1638 - fixed bug, that was caused by changes in TExMap in root_v4.04.02
1639
1640
1641
1642 2005/07/12 Daniela Dorner
1643
1644 * automatic-exclusions.rc:
1645 - added two automatic exclusions
1646
1647 * datacenter/macros/findcacofiles.C:
1648 - adapted query to ensure, that only existing caco-files are
1649 searched
1650
1651 * datacenter/macros/getdolist.C:
1652 - changed query to make sure, that new data is processed first
1653
1654 * datacenter/macros/resetallruns.C:
1655 - changed query to allow manual interaction in RunProcessStatus
1656
1657 * datacenter/scripts/runganymed:
1658 - fixed bug in choice of rc-file
1659
1660
1661
1662 2005/07/12 Thomas Bretz
1663
1664 * mhist/MHEvent.[h,cc]:
1665 - added MTime to output
1666
1667 * mastro/MAstroCatalog.cc:
1668 - added a fix which avoided reproducing the gui elements after
1669 reading from file
1670
1671 * mbase/BaseIncl.h:
1672 - added TVector3
1673
1674 * mbase/MMath.[h,cc]:
1675 - added Sgn function
1676 - moved include of TVector3 to source file
1677
1678 * mimage/MHillasExt.cc:
1679 - included TVector2
1680
1681 * mjobs/MJCut.cc:
1682 - write Disp to output
1683 - write MTime to output
1684 - changed handling of source position (MSrcPosCalc)
1685
1686 * mpointing/MSrcPosCalc.[h,cc]:
1687 - allow to switch off source pos calculation
1688
1689
1690
1691 2005/07/11 Thomas Bretz
1692
1693 * callisto.cc, ganymed.cc, mars.cc, showlog.cc,
1694 showplot.cc, sponde.cc, mimage/MImgCleanStd.cc:
1695 - fixed some typos
1696
1697 * mastro/MAstro.[h,cc]:
1698 - added new member function GetStringDeg and GetStringHor
1699
1700 * mastro/MAstroCatalog.cc:
1701 - don't display empty ": " in tooltip for sources without name
1702
1703 * mbase/MParContainer.cc, mbase/MTask.cc:
1704 - fixed usage of a ?:-operator
1705
1706 * mbase/MString.h:
1707 - added two new constructors
1708
1709 * mjobs/MDataSet.cc:
1710 - made sure that all files read later are sorted correctly.
1711 This is necessary to ensure correct reading of subsystem
1712 data.
1713 - skipped adding a sequence twice
1714
1715 - print effective on time only in debug mode
1716
1717 * mjobs/MSequence.cc:
1718 - skipped adding a run twice
1719
1720 * mpointing/MSrcPosCalc.cc:
1721 - reformatted the comments
1722 - add MTime and MPointingPos to branch list
1723 - fTime and fObservatory are now presearched in PreProcess
1724 to allow usage in macros having no RunHeaders (if they are
1725 not found no warning is printed!)
1726 - added sanity checks for these pointers in Process
1727
1728
1729
1730 2005/07/08 Thomas Bretz
1731
1732 * showplot.cc:
1733 - implemented the possibility to open a root interpreter
1734
1735 * mbase/MMath.cc:
1736 - added sanity checks in GaussProb
1737
1738 * mimage/MHillasExt.[h,cc]:
1739 - fixed some units
1740 - added Paint
1741
1742 * mimage/MNewImagePar.cc:
1743 - fixed Print output
1744
1745 * mmain/MEventDisplay.cc:
1746 - print a separator between two events
1747 - Draw MHillasExt, too
1748
1749 * mmuon/MMuonCalibPar.cc, mmuon/MMuonSearchPar.cc:
1750 - fixed Print output
1751
1752 * mimage/MHillas.cc:
1753 - implemented plotting a estimate of disp
1754 - fixed some units in output
1755 - fixed the special case in which the shower is symmetric to
1756 the axis
1757
1758 * mimage/MHillasCalc.cc:
1759 - skipped printing the removed case 4 from MHillas::Calc
1760
1761 * mbase/MStatusDisplay.cc:
1762 - fixed wrong "save as" in "open" dialog
1763
1764 * mbase/MTaskInteractive.[h,cc]:
1765 - added ReInit
1766
1767 * mhflux/MAlphaFitter.cc:
1768 - fixed the standard polynom order (0 instead of 1) for
1769 difference histogram
1770 - changed default start velue for gauss sigma in case of kThetaSq
1771
1772 * mhflux/MHAlpha.cc, mhflux/MHCollectionArea.cc,
1773 mhflux/MHEffectiveOnTime.cc, mhflux/MHThetaSq.cc,
1774 mjobs/MJCut.cc:
1775 - enhanced zenith angle range
1776
1777 * mhflux/MHFalseSource.h:
1778 - made GetCatalog protected
1779 - made SetOffData virtual
1780
1781 * mhflux/MHThreshold.cc:
1782 - enabled Sumw2
1783
1784 * mjobs/MJCut.cc:
1785 - removed BinningEnergyEst
1786
1787 * mpointing/MPointingPos.h:
1788 - added copy constructor
1789
1790 * mpointing/MSrcPosCorrect.cc:
1791 - added a comment
1792
1793 * mranforest/MRFEnergyEst.[h,cc]:
1794 - now stores the mean energy of the bins in the forest
1795 - implemented several interpolation methods
1796
1797
1798
1799 2005/06/28 Thomas Bretz
1800
1801 * mfilter/MFMagicCuts.[h,cc]:
1802 - first full implementation... updates to come.
1803
1804 * mhbase/MH.[h,cc]:
1805 - added new member function to set several palettes
1806
1807 * mhflux/MHDisp.[h,cc]:
1808 - fixed z-axis dscription
1809 - rotate filling off data by 180 deg.
1810 - implemented subtracting off-data from on-data
1811 - set different palettes
1812
1813 * mhflux/MMcSpectrumWeight.[h,cc]:
1814 - implemented additional weight for zenith-angle- and size-bins
1815
1816
1817
1818 2005/06/27 Thomas Bretz
1819
1820 * macros/optim/optimenergy.C:
1821 - changed algorithm from Simplex to Migrad
1822 - fixed a typo (RunDisp)
1823
1824 * mhflux/FluxLinkDef.h, mhflux/Makefile:
1825 - added new class for threshold calculation
1826
1827 * mhflux/MHCollectionArea.cc:
1828 - replaced BinningEnergy by BinningEnergyEst
1829
1830 * mimage/MHHillasSrc.cc:
1831 - set minimum of fAlpha, fCosDA and fDCADelta to 0
1832
1833 * mjobs/MDataSet.cc:
1834 - improved reading source position
1835
1836 * mranforest/MRanForest.[h,cc]:
1837 - implemented a value describing the forest (eg. corresponding
1838 energy)
1839 - increased ClassVersion
1840
1841 * mtrigger/MFTriggerPattern.cc, mtrigger/MTriggerPattern.cc,
1842 mtrigger/MTriggerPatternDecode.cc
1843 - improved dox (thx to Nicola)
1844
1845 * mjobs/MJStar.cc:
1846 - implemented a new write task which only writes the effective
1847 on time. This is necessary otherwise for example the image
1848 cleaning could skip effective on-time events.
1849
1850
1851
1852 2005/06/17 Thomas Bretz
1853
1854 * mbase/MArgs.[h,cc]:
1855 - handle possible char \015 in arguments
1856
1857 * mdata/MDataArray.h:
1858 - added Print function to //*MENU*
1859
1860 * mhflux/MAlphaFitter.[h,cc]:
1861 - added new Option for Scale: Fixed
1862 - fixed typo in IsEnvDefined for Signalfunction
1863
1864 * mhist/MHCamera.cc:
1865 - plot profile in deg instead of mm
1866
1867 * mjobs/MDataSet.[h,cc]
1868 - changed error handling when reading source catalog
1869
1870 * mjobs/MJCut.cc:
1871 - added MImagePar to output
1872 - take new error handling into account when reading source catalog
1873
1874 * mjobs/MJSpectrum.cc:
1875 - print energy estimator
1876 - removed the double minus displaying the fitted spectrum
1877
1878 * mjoptim/MJOptimizeDisp.cc, mjoptim/MJOptimizeEnergy.cc:
1879 - print rule when optimization has finished
1880
1881 * mmain/MBrowser.cc:
1882 - replaced old path with new path to datacenter
1883
1884 * mranforest/MRFEnergyEst.[h,cc]:
1885 - store binning in new data member fBinning to avoid many calles
1886 to atof
1887
1888
1889
1890 2005/06/15 Daniela Dorner
1891
1892 * datacenter/macros/createdataset.C:
1893 - added function to read in input from txt-file
1894
1895 * datacenter/macros/insertdataset.C:
1896 - fixed bug -> no new sourcenames can be inserted by this macro
1897
1898 * datacenter/macros/writesequencefile.C:
1899 - fixed small bug in logging-output
1900
1901
1902
1903 2005/06/13 Daniela Dorner
1904
1905 * datacenter/macros/createdataset.C:
1906 - added (macro to write simple datasetfile)
1907
1908 * datacenter/macros/buildsequenceentries.C:
1909 - fixed bug introduced 12.5.2005
1910
1911 * datacenter/scripts/copyscript:
1912 - fixed bug
1913
1914
1915
1916 2005/06/13 Thomas Bretz
1917
1918 * mcalib/MCalibrationHiLoCam.h:
1919 - added Print to //*MENU*
1920
1921 * mhflux/MHThetaSq.[h,cc]:
1922 - added resources for fNumBinsSignal and fNumBinsTotal
1923
1924 * mjobs/MJSpectrum.[h,cc]:
1925 - implemented weighting in theta, so we get better statistics
1926 - improved output
1927 - added plotting other spectras
1928
1929 * Makefile:
1930 - added new directory mjoptim
1931
1932 * manalysis/MEnergyEstimate.[h,cc]:
1933 - derives now from a new more genral class MParameterCalc
1934
1935 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
1936 - added new class MParamterCalc
1937
1938 * manalysis/MParameterCalc.[h,cc]:
1939 - added new class MParamterCalc
1940
1941 * mbase/MLog.cc:
1942 - do not display 'underline' if fIsNull output
1943
1944 * mhbase/MBinning.cc:
1945 - removed some obsolete comments fixed old stylish SetBinningCos
1946
1947 * mhflux/MAlphaFitter.[h,cc]:
1948 - background fit can now be switched off
1949 - removed some obsolete comments
1950 - adapted Print output
1951 - added new option to change signal function type
1952 - adde new Strategy option: kGaussSigma
1953
1954 * mhflux/MHAlpha.[h,cc]:
1955 - output the gauss sigma to the parameter list
1956
1957 * mhflux/MHThetaSq.h:
1958 - mase InitMapping public (used in MJOptimizeDisp)
1959
1960 * mjobs/JobsLinkDef.h, mjobs/Makefile:
1961 - removed MJOptimize*
1962
1963 * mjobs/MJOptimize.[h,cc]:
1964 - allow minimization of something else than MinimizationValue
1965
1966 * mjobs/MJOptimizeEnergy.[h,cc]:
1967 - added class description with example
1968 - added weighting task to RunEnergy (untested)
1969
1970 * mtools/MChisqEval.[h,cc]:
1971 - added comments
1972 - print result in Postprocess
1973 - allow to give a different name to the result
1974
1975 * mjobs/MJOptimize*:
1976 - finally moved to new dir mjoptim
1977 - new class MJOptimizeDisp
1978
1979
1980
1981 2005/06/10 Daniela Dorner
1982
1983 * datacenter/scripts/copyscript:
1984 - adapt script to new machine
1985
1986
1987
1988 2005/06/10 Thomas Bretz
1989
1990 * datacenter/macros/plotdb.C:
1991 - set minimum and maximum also for ZA graph
1992
1993 * mdata/MDataChain.cc:
1994 - fixed a possible crash to to NULL-acess in GetDataMember
1995
1996 * mhbase/MBinning.[h,cc]:
1997 - added a new binning type "asin" which is used for the
1998 ZA binning
1999
2000 * mhflux/MAlphaFitter.cc:
2001 - allow polynom order 1
2002 - improved result line in PaintResult
2003
2004 * mhflux/MHAlpha.cc:
2005 - call PaintResult also in DrawAll
2006
2007 * mhflux/MHCollectionArea.cc:
2008 - removede nonsense A_{eff} from plot
2009
2010 * mhflux/MHDisp.cc:
2011 - fixed a possible crash if fSrcPos==NULL
2012
2013 * mhflux/MHAlpha.cc, mhflux/MHCollectionArea.cc,
2014 mhflux/MHEffectiveOnTime.cc, mhflux/MHEnergyEst.cc,
2015 mjobs/MJCut.cc:
2016 - replaced SetEdgesCos by new SetEdgesASin (set the correct binning)
2017 the old binning was not well aligned with the MC binning
2018
2019 * mhflux/MMcSpectrumWeight.[h,cc]:
2020 - added the possibility to set ZA-weights
2021 (Could be improved calculating correst sine-weights)
2022
2023 * mimage/MHVsSize.cc:
2024 - fixed. Conc1 was incorrectly scaled
2025
2026 * mjobs/MDataSet.h:
2027 - added getter for TLists
2028
2029 * mjobs/MJCut.cc:
2030 - in non-wobble mode the hcalc2 had been wrrornously added
2031 to the tasklist -> removed
2032
2033 * mjobs/MJOptimize.h:
2034 - added a comment for EnableTestTrain
2035
2036 * mpointing/MSrcPosCam.[h,cc]:
2037 - implemented Add member function
2038
2039 * mranforest/MRFEnergyEst.[h,cc]:
2040 - fixed a problem with the removal of the last columns
2041 - implemented debug-mode
2042 - interpolate energy in logarithmic grid
2043 - removed Test function completely
2044 - added ReadEnv
2045
2046 * mranforest/MRanTree.[h,cc]:
2047 - replaced some TMatrixFRow by TMatrixFRow_const
2048
2049 * mpointing/MSrcPosCorrect.[h,cc]:
2050 - added
2051
2052 * mpointing/Makefile, mpointing/PointingLinkDef.h:
2053 - added MSrcPosCorrect
2054
2055 * mhflux/MHDisp.cc:
2056 - fixed the scaling of the abs-limit of m3l above which
2057 we assume that the 3rd moment is a good measurement for the
2058 correct disp point
2059
2060
2061
2062 2005/06/08 Daniela Dorner
2063
2064 * datacenter/scripts/checkstardone:
2065 - fixed bug
2066 - added check
2067
2068 * datacenter/scripts/runstar, runcallisto, runganymed:
2069 - added -v4 to commandlines
2070
2071
2072
2073 2005/06/07 Daniela Dorner
2074
2075 * datacenter/scripts/runstar, runcallisto:
2076 - fixed bug in filenumber calculation
2077
2078
2079
2080 2005/06/06 Daniela Dorner
2081
2082 * datacenter/scripts/runganymed:
2083 - fixed bug in second commandline
2084
2085
2086
2087 2005/06/03 Thomas Bretz
2088
2089 * ganymed.cc:
2090 - fixed the wrong printout of ganymed
2091
2092 * mars.cc:
2093 - allow to open a file via commandline
2094
2095 * mars.rc:
2096 - added some more comments
2097
2098 * mcalib/MCalibrateRelTimes.cc:
2099 - removed obsolete comments
2100
2101 * mmain/MEventDisplay.cc:
2102 - implemented muon analysis
2103 - fixed a crash caused by the DF
2104
2105 * mmain/Makefile:
2106 - added -I../mmuon
2107
2108 * mmuon/MMuonCalibPar.cc:
2109 - updated Print output
2110
2111 * mmuon/MMuonSearchPar.[h,cc]:
2112 - updated print output
2113 - added Paint function
2114
2115 * mranforest/MRFEnergyEst.h:
2116 - fixed thw wrong data types in setters
2117
2118 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
2119 - don't try to find automatic weights without template file name
2120
2121 * mjobs/MJStar.cc:
2122 - set bit MFillH::kDoNotDisplay for fillmuon
2123
2124 * mmuon/MHSingleMuon.[h,cc]:
2125 - store function in hist
2126 - added Paint member function
2127
2128
2129
2130 2005/06/03
2131
2132 * RELEASE 0.9.3
2133
2134
2135
2136 2005/06/03 Thomas Bretz
2137
2138 * mjobs/hilocalib_sp1.root, mjobs/hilocalib_sp1_mc.root:
2139 - updated
2140
2141 * callisto.rc:
2142 - MJPedestalY2.MaxEvents: 2000 replaced by 5000 as in
2143 callisto_Dec04Jan05.txt
2144
2145 * manalysis/MMultiDimDistCalc.h:
2146 - changes to layout
2147
2148 * mbadpixels/MBadPixelsCalc.cc:
2149 - improved sanity checks
2150
2151 * mbase/MEvtLoop.cc:
2152 - fixed a bug which could cause Eventloop to crahs if
2153 parlist was not initialized
2154
2155 * mdata/MDataArray.[h,cc]:
2156 - added copy constructor
2157
2158 * mhbase/MFillH.cc:
2159 - made sure that no constructor can crash due to NULL pointers
2160
2161 * mhbase/MHMatrix.[h,cc]:
2162 - first check in AddColumn if the column is available. Afterwards
2163 check whether it can be added
2164 - added new interfaced to single rows
2165
2166 * mhflux/MMcSpectrumWeight.cc:
2167 - slight change to screen output
2168
2169 * mjobs/MJPedestal.cc:
2170 - slight change to screen output
2171
2172 * mpedestal/MPedCalcPedRun.cc:
2173 - fixed a bug which caused MC files not to work treat them now
2174 as pedestal files (always)
2175
2176 * mranforest/MRFEnergyEst.[h,cc]:
2177 - improved the code and the interface
2178
2179 * mranforest/MRanForestGrow.[h,cc]:
2180 - derives now from MRead to be able to use the bar in the
2181 display
2182
2183 * mtools/MTFillMatrix.[h,cc]:
2184 - allow to fill a single matrix with all events
2185
2186 * datacenter/macros/plotdb.C:
2187 - display values versus Mean of ZdMin and ZdMax instead of ZdMin
2188
2189
2190
2191 2005/06/02 Markus Gaug (2005/06/01)
2192
2193 * mcalib/MCalibrationChargeCalc.cc
2194 - lower fgPheErrLowerLimit from 9.0 to 6.0. This is necessary to
2195 exclude 2 very ringing pixels in September which - when kept -
2196 destroy the image cleaning around them.
2197
2198
2199
2200 2005/06/02 Markus Gaug (2005/05/31)
2201
2202 * mjobs/MJCalibration.cc
2203 - The MFTriggerPattern filters out all events taken with the
2204 CT1-pulser and data format version greater than 4.
2205 Demand now that the filter is put into the task list only if the
2206 calibration colour is not kCT1.
2207
2208
2209
2210 2005/06/02 Markus Gaug (2005/05/26)
2211
2212 * mpedestal/MPedCalcPedRun.cc
2213 - fixed bug in recognition of pedestal bit - affects only intensity
2214 calibration.
2215
2216 * mhcalib/MHCalibrationChargeCam.cc,
2217 mhcalib/MHCalibrationRelTimeCam.cc:
2218 - do not draw to status display if histogram is empty. This
2219 caused some error messages from root.
2220
2221
2222
2223 2005/06/02 Thomas Bretz
2224
2225 * callisto.cc:
2226 - made "-raw" the default
2227 - switched bad pixel check on for MJPedestalC2
2228
2229 * callisto_Dec04Jan05.rc:
2230 - reduced MJPedestalY2.ExtractWinRight from 4.0 to 2.0
2231
2232 * mhflux/MHThetaSq.[h,cc]:
2233 - added missing InitMapping
2234
2235 * mjobs/MJCalib.cc:
2236 - set default for fDataFlag to kIsUseRawData
2237
2238 * mjobs/MJOptimizeCuts.cc:
2239 - added some sanity checks if CreateHistNew couldn't create
2240 the histogram
2241
2242 * mjobs/MJPedestal.[h,cc]:
2243 - implemented a possible deadpixel check
2244
2245 * star.rc:
2246 - added a missing template line
2247
2248 * mbadpixels/MBadPixelsCalc.[h,cc]:
2249 - changed to allow different upper and lower cuts in pedestal
2250 variance
2251
2252 * mfilter/MFCosmics.cc:
2253 - allpix were not increased correctly if a saturated pixel
2254 was skipped
2255
2256 * mjobs/MJCalibrateSignal.cc:
2257 - changed name of "Interp'd" to something more accurate
2258
2259 * msignal/MExtractFixedWindow.cc:;
2260 - removed case 12 for logain resolution as it is in bcn cvs
2261 but nowhere documented
2262
2263 * callisto.rc:
2264 - added new template line for dead pixel check
2265 - added correction factor determined from Muon analysis
2266
2267 * callisto_Dec04Jan05.rc
2268 - added correction factor determined from Muon analysis
2269
2270 * mhflux/MMcSpectrumWeight.cc:
2271 - small change to output
2272
2273
2274
2275 2005/06/01 Thomas Bretz
2276
2277 * mjobs/MJOptimize.[h,cc]:
2278 - moved code for cut optimization to MJOptimizeCuts
2279 - moved code for energy optimization to MJOptimizeEnergy
2280
2281 * mjobs/MJOptimizeCuts.[h,cc], mjobs/MJOptimizeEnergy.[h,cc]:
2282 - added
2283
2284 * mjobs/Makefile, mjobs/JobsLinkDef.h:
2285 - added MJOptimizeCuts
2286 - added MJOptimizeEnergy
2287
2288 * showplot.cc:
2289 - set window name to input file name
2290
2291 * mcalib/MCalibColorSet.cc:
2292 - changed order of checks so that an explicit color is
2293 prior to any automatic detection.
2294
2295 * mcalib/MCalibrateData.[h,cc]:
2296 - implemented setting a possible additional scale factor
2297 (for MC it is always reset to 1)
2298
2299 * mfilter/MFCosmics.cc:
2300 - don't count saturated hi-gain pixels at all. It should
2301 not be necessary, because such pixels should have a value
2302 high enough in the high-gains but it seems sometimes they don't
2303
2304 * mhflux/MHAlpha.[h,cc]:
2305 - changed some orders in header
2306 - made some private data members protected
2307 - Call GetVal() if fMap[0]<0. This is necessary if the fill
2308 value is calculated on-the-fly (like ThetaSq)
2309 - made InitMapping virtual
2310
2311 * mhflux/MHDisp.cc:
2312 - removed 'Get-Entries' workarund
2313 - changed the function integartion for the significance
2314
2315 * mhflux/MHThetaSq.[h,cc]:
2316 - overwrite InitMapping because ThetaSq should be read from
2317 the parlist always
2318
2319 * mimage/MHHillas.cc:
2320 - set histogram minimum of Delta to 0
2321
2322 * mpedestal/MPedPhotCam.cc:
2323 - check for unsuitable pixels when calculating the means not
2324 only for the UnsuitableRun ones
2325
2326 * msignal/MExtractor.cc:
2327 - replaced wrong %2d by %2f
2328
2329
2330
2331 2005/06/01 Daniela Dorner
2332
2333 * datacenter/scripts/runcallisto:
2334 - added writing html-logs
2335 - added --auto-time-stop for merpping(ccupdate)
2336
2337 * datacenter/scripts/runganymed:
2338 - added writing html-logs
2339 - added second execution of ganymed
2340 - adapted to correct usage of config-files
2341 - fixed bug
2342
2343 * datacenter/scripts/runstar:
2344 - added writing html-logs
2345 - minor change in logpath
2346
2347
2348
2349 2005/05/31 Daniela Dorner
2350
2351 * datacenter/macros/fillstar.C, plotdb.C:
2352 - added two new parameters
2353
2354 * datacenter/macros/setupdb.C:
2355 - adapted to changes in DB (added two columns)
2356
2357
2358
2359 2005/05/31 Thomas Bretz
2360
2361 * mfileio/MReadReports.[h,cc]:
2362 - changed such that it can force prereading of the first event of
2363 a sequence after PreProcess
2364
2365 * mfileio/MReadTree.h:
2366 - added some comment about the new bits used in MReadReports
2367
2368 * mhflux/MHDisp.cc:
2369 - changed fit limit from 1.1 to 1.0
2370 - fixed access to wrong axis
2371
2372 * mhflux/MHEffectiveOnTime.cc:
2373 - fixed a bug which caused the first bin of the histograms
2374 vs time to disapear in PostProcess, which gave wrong results
2375 on the screen. The output and all following programs not
2376 directly accessing the histograms haven't been affected
2377
2378 * mjobs/MJCalib.cc:
2379 - HasEnv for boolean type resources is obsolete and has been
2380 removed
2381
2382 * mjobs/MJCalibrateSignal.cc:
2383 - removed MPointingPosInterpolate
2384 - adapted usage of MReadReports to changes
2385
2386 * mjobs/MJCut.cc, mjobs/MJStar.cc:
2387 - adapted usage of MReadReports to changes
2388 - made Drive-tree a 'required' tree
2389
2390 * mjobs/MJStar.cc:
2391 - removed "Events" from setting up rate and effective on time
2392 tasks to tlist2. It is obsolete because calibration events
2393 don't enter star at all.
2394
2395 * mpointing/MPointingPosCalc.[h,cc]:
2396 - assume that the run-type is real-data if Process is called before
2397 ReInit
2398
2399 * merpp.cc:
2400 - new options: --auto-time-start --auto-time-stop
2401
2402 * mbadpixels/MBadPixelsTreat.cc:
2403 - removed the checks in the algorithm whether the current pixel
2404 is NULL. MSignalCam doesn't support zero supression anymore.
2405 GetPixById has been replaced by the []-operator
2406
2407
2408
2409 2005/05/30 Thomas Bretz
2410
2411 * msql/MSQLServer.cc:
2412 - added possibility to setup SelectDatabase from resource file
2413
2414 * mbadpixels/MBadPixelsCalc.[h,cc]:
2415 - implemented the possibility to use the check routine
2416 from outside
2417 - check now returns kFALSE if more than 50% of all
2418 pixels are marked as unsuitable
2419
2420 * mhflux/FluxLinkDef.h, mhflux/Makefile:
2421 - added MHDisp
2422 - added MMcSpectrumWeight
2423
2424 * mhflux/MHFalseSource.[h,cc]:
2425 - allow finding of Off-plot for derived classes - like in MHAlpha
2426 - get source position from MSourcePos if existing
2427 - changed some data members from private to protected
2428
2429 * mhflux/MHDisp.[h,cc]:
2430 - added
2431
2432 * mjobs/MJCut.[h,cc]:
2433 - implemented new option (HistNameFS) to allow using a different
2434 False Source Plot
2435
2436 * mpedestal/MPedPhotCam.[h,cc]:
2437 - added a copy constructor to allow conversion from MPedestalCam
2438
2439 * mpointing/MSrcPosCam.[h,cc]:
2440 - added copy constructor
2441
2442
2443
2444 2005/05/30 Daniela Dorner
2445
2446 * datacenter/scripts/buildsequenceentries, checkstardone, correcttime,
2447 doexclusions, fillcallisto, insertdatasets, runganymed,
2448 checkfilesforsequenceavail, copyscript, filesondisk, fillstar
2449 runcallisto, runstar, writesequencefiles:
2450 - moved two variables from the scripts to the sourcefile
2451
2452 * datacenter/scripts/runganymed:
2453 - changed # of processes
2454
2455 * datacenter/macros/buildsequenceentries.C, filldotrbk.C, fillstar.C,
2456 insertcacofile.C, plotdb.C, setstatus.C, checkfileavail.C,
2457 doexclusions.C, filldotrun.C, findcacofiles.C, insertdataset.C,
2458 resetallruns.C, setupdb.C, checkstardone., fillcalib.C,
2459 fillsignal.C, getdolist.C, insertdate.C, resetcolumn.C,
2460 writesequencefile.C:
2461 - adapted the macros to the changes in msql/MSQLServer.cc
2462
2463 * datacenter/macros/fillstar.C:
2464 - adapted the functions for the myon parameter after the bugfixes
2465 in the calibration
2466
2467
2468
2469 2005/05/27 Daniela Dorner
2470
2471 * datacenter/macros/plotdb.C:
2472 - changed binning of fConvFactorInner
2473 - added plot vs ZdMin
2474
2475 * datacenter/macros/resetcolumn.C:
2476 - added (macro to reset value in the DB)
2477
2478 * datacenter/scripts/runganymed:
2479 - removed command line option for ganymed, which is default now
2480
2481
2482
2483 2005/05/27 Javier Rico (2005/05/26)
2484
2485 * mbadpixels/MBadPixelsCam.cc
2486 - fixed small bug in the Print() function (one line was printed out
2487 at a wrong place). (M. Gaug)
2488
2489
2490
2491 2005/05/27 Javier Rico (2005/05/24)
2492
2493 * mhcalib/MHCalibrationHiLoCam.cc
2494 - do not write Arrays if flag kOscillations is not set.
2495 (this was actually a bug since it caused a huge usage for large
2496 amounts of data). (M. Gaug)
2497
2498 * mcalib/MCalibColorSet.cc
2499 - set colour already in the ReInit(), needed by the digital filter
2500 later. (M. Gaug)
2501
2502 * mjobs/MJCalibration.cc
2503 - forgot to merge hi-lo calibration factors for intensity calibration.
2504 (M. Gaug)
2505
2506 * mhcalib/MHCalibrationCam.[h,cc]
2507 - do not Finalize histograms if a flag kReset is set. Caused wrong
2508 result in last run of intensity calibration. (M. Gaug)
2509
2510 * msignal/MC_calibration_weights_UV.dat
2511 - Removed. It was confusing to have this file since it was just a
2512 copy of calibration_weights_UV.dat. For MC calibration you can
2513 just use the same weights files as for real data. (A. Moralejo)
2514
2515 * msignal/calibration_weights_blue46.dat
2516 - added missing weights file (M. Gaug)
2517
2518
2519
2520 2005/05/27 Markus Gaug (2005/05/21)
2521
2522 * mcalib/MCalibrationChargePix.[h,cc]
2523 - allow setting of extractor resolution in CalcReducedSigma()
2524
2525 * mcalib/MCalibrationChargeCalc.[h,cc]
2526 - implement usage of extractor resolution (only if UseExtractorRes
2527 is set).
2528
2529
2530
2531 2005/05/27 Thomas Bretz
2532
2533 * Makefile:
2534 - removed mmontecarlo directory
2535
2536 * mmontecarlo/MMcEnergyEst.[h,cc],
2537 mmontecarlo/MMcTimeGenerate.[h,cc],
2538 mmontecarlo/MMcWeightEnergySpecCalc.[h,cc]:
2539 - removed
2540
2541 * sponde.rc:
2542 - added new line for weighted spectral index
2543
2544 * mbadpixels/MBadPixelsCalc.[h,cc]:
2545 - added an option to perform the checks also in PostProcess
2546
2547 * mhbase/MFillH.h:
2548 - added default argument to SetWeight
2549
2550 * mhbase/MH3.h:
2551 - added Sumw2() member function
2552
2553 * mhflux/MHCollectionArea.[h,cc]:
2554 - added TLatex output to plots
2555 - added some Getter
2556
2557 * mjobs/MJSpectrum.[h,cc]:
2558 - implemented the possibility to weight the monte carlo spectrum
2559 to a new index or function. More details can be found
2560 in MMcSpectrumWeight
2561 - slightly changed the plot comparing the size distributions
2562 - scale the comparsison plots by the resulting spectrum
2563
2564 * mjobs/MJob.[h,cc]:
2565 - added a member function to check ReadEnv of a single
2566 container
2567
2568 * mjobs/Makefile:
2569 - added -I../mmc
2570
2571 * mmc/MMcEvt.[hxx,cxx], mmc/McEvtBasic.[hxx,cxx]:
2572 - changed the inheritance: MMcEvt now derives from MMcEvtBasic
2573 so that both classes are interchangable
2574 - increased both class versions
2575 - chaged the default partictle in MMcEvtBasic from
2576 kGAMMA to kUNDEFINED
2577 - added new particle type: kUNDEFINED
2578
2579 * mhflux/MMcSpectrumWeight.[h,cc]:
2580 - added
2581
2582 * callisto_Dec04Jan05.rc:
2583 - commented MJPedestalC1.ExtractSignal.FallTimeHiGain
2584 because it is the dfeault now
2585
2586 * msignal/MExtractTimeAndChargeSpline.cc:
2587 - changed default of fgFallTimeHiGain to 0.5
2588
2589 * mimage/MHillasSrc.h:
2590 - added copy constructor and Copy function
2591
2592 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]:
2593 - implemented reading of automatic weights file following an
2594 idea of Markus G.
2595
2596 * mjobs/MJPedestal.cc:
2597 - fixed the reading of the resource file fopr the extractor
2598 (reading the extractor from file can overwrite the seetings)
2599
2600 * msignal/MC_weights46.dat:
2601 - updated from BCN cvs
2602
2603 * msignal/Makefile:
2604 - added -I../mcalib
2605
2606 * callisto.rc:
2607 - updated comments
2608
2609 * mcalib/MCalibrateData.[h,cc]:
2610 - same small changes to layout
2611 - mainly unrolled Form-statements
2612
2613 * msignal/MExtractFixedWindow.cc:
2614 - added case 12 and a default for logain setting the
2615 extractor resolution (partly taken from bcn cvs)
2616
2617
2618
2619 2005/05/25 Thomas Bretz
2620
2621 * callisto.cc, ganymed.cc, mars.cc, merpp.cc, readdaq.cc,
2622 readraw.cc, sponde.cc, star.cc:
2623 - made the output about the root version clearer
2624
2625 * mbase/MEvtLoop.cc:
2626 - call CallProcess instead of Process for the mail tasklist
2627 (this makes sure that all counters are correct) This should
2628 NOT be done for Pre/PostProcess
2629
2630 * mbase/MStatusDisplay.cc:
2631 - fixed a possible crash if padsave==NULL
2632 - fixed the missing first tab in postscript files
2633
2634 * mbase/MTask.cc:
2635 - initialize fNumExec0 with 0 (this was the reason why the
2636 missing CallProcess in MEvtLoop didn't seem to have any effect
2637 on the possible printing of the statistics
2638
2639 * mhflux/MAlphaFitter.cc:
2640 - improved output
2641
2642 * mhflux/MHEffectiveOnTime.cc:
2643 - added some eMail from Wolfgang about treating the calibration
2644 events to the class description
2645 - removed some debug output in Paint()
2646
2647 * mhflux/MHThetaSq.cc:
2648 - replaced \\theta by \\vartheta
2649
2650 * mhvstime/MHPixVsTime.cc:
2651 - fixed a bug found by marcos: the error bars weren't retrieved
2652 correctly (instead of fTypeErr fType was requested)
2653
2654 * mjobs/MJStar.cc:
2655 - do not use calibration events for rate and effective-on-time
2656 calculation
2657
2658 * mjobs/MJob.cc:
2659 - added some debug output to ExpandPath
2660
2661 * msignal/MExtractTime.h, msignal/MExtractTimeAndCharge.h,
2662 msignal/MExtractor.h:
2663 - added Print() to //*MENU*
2664
2665
2666
2667 2005/05/25 Daniela Dorner
2668
2669 * datacenter/macros/fillcalib.C, setupdb.C:
2670 - changed presicion of parameter
2671
2672 * datacenter/macros/plotdb.C:
2673 - added (macro to plot quality paramter from the DB)
2674
2675
2676
2677 2005/05/24 Daniela Dorner
2678
2679 * datacenter/macros/fillstar.C:
2680 - added new parameters
2681
2682 * datacenter/macros/setupdb.C:
2683 - added variables for the new parameters
2684
2685
2686
2687 2005/05/23 Daniela Dorner
2688
2689 * datacenter/scripts/fillstar:
2690 - fixed bug in path
2691
2692 * datacenter/macros/fillstar.C, fillcalib.C, fillsignal.C:
2693 - added check
2694
2695 * datacenter/macros/fillcalib.C, setupdb.C:
2696 - adapted variables for the conversion factor
2697
2698
2699
2700 2005/05/20 Thomas Bretz
2701
2702 * RELEASE 0.9.2
2703
2704
2705
2706 2005/05/20 Daniela Dorner
2707
2708 * datacenter/scripts/insertdatasets,checkstardone:
2709 - adapted paths for release
2710
2711 * datacenter/macros/fillstar.C:
2712 - adapted functions to calculate psf and the ratio
2713
2714 * datacenter/scripts/runganymed:
2715 - adapted ganymed command
2716
2717
2718
2719 2005/05/20 Thomas Bretz
2720
2721 * msignal/MExtractTimeAndChargeSlidingWindow.cc
2722 - increased log-gain window from 6 to 8 according to an
2723 UNDOCUMENTED change in the bcn cvs
2724
2725 * mhcalib/MHCalibrationChargePINDiode.cc:
2726 - removed a check in fill according to an UDOCUMENTED change
2727 in the bcn cvs
2728
2729 * mhcalib/MHCalibrationChargePINDiode.cc:
2730 - use a dynamic_cast for the Fill-argument
2731
2732 * mjobs/MJCalibration.cc:
2733 - shortened output line telling file name of hi-/lo-gain
2734 calibration
2735
2736 * mjobs/MJPedestal.[h,cc]:
2737 - moved code for PulsePosCheck into own function
2738 - put also code for pixel check into this function
2739 - added a sanity check for fExtractor at some places
2740
2741 * msignal/MExtractor.cc:
2742 - added output of pedestal container - if available - in Print()
2743 - improved format of Print() output
2744
2745 * mbase/MEvtLoop.[h,cc]:
2746 - removed the obsolete (it was never been used) argument from
2747 PreProcess
2748 - replaced the second obsolete argument in Eventloop by a flag
2749 whether statistics should be printer or not: default=kTRUE
2750 - Print statistics automatically in Eventloop if tasklists
2751 Process has ever been touched.
2752
2753 * mjobs/MJCalibTest.cc, mjobs/MJCalibration.cc, MJCalibrateSignal.cc,
2754 mjobs/MJCut.cc, mjobs/MJOptimize.cc, mjobs/MJPedestal.cc,
2755 mjobs/MJSpectrum.cc, mjobs/MJStar.cc:
2756 - removed call to PrintStatistics - no done automatically in
2757 MEvtLoop
2758
2759 * mpedestal/MExtractPedestal.cc:
2760 - removed InitArrays after ReInit of fExtractor. It is done there
2761 automatically
2762
2763 * mjobs/MJCalibrateSignal.cc:
2764 - don't add pinext and bldext to tasklist if not necessary
2765 (UNDOCUMENTED change from bcn cvs)
2766
2767 * callisto.rc, callisto_Dec04Jan05.rc:
2768 - replaced wrong MaxHiGainVar by MaxSignalVar (was nowehere
2769 really used)
2770
2771 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc:
2772 - some simplifications to the access of histograms after the loop
2773 has finished. There is no need to search for them in the parameter
2774 list.
2775
2776 * mjobs/MJCut.cc:
2777 - fixed the file-path when writing the status display and an
2778 output path was given.
2779
2780 * mjobs/hilocalib_sp1.root:
2781 - new intercalibration constants due to the latest bug-fixes
2782
2783 * manalysis/MCameraData.[h,cc]:
2784 - removed all stuff depending on MSigmabar
2785
2786 * manalysis/MSigmabar*
2787 - removed
2788
2789
2790
2791 2005/05/20 Markus Gaug (2005/05/19)
2792
2793 * mjobs/MJPedestal.cc:
2794 - fixed an important bug in the setting of the incoming pedestal
2795 pointer to the signal extractor. This bug caused the pedestals not
2796 to be subtracted correctly in the calibration afterwards. The
2797 effect was about 10% too high conversion factors for the digital
2798 filter and the spline and more than 40% for the sliding window.
2799 The bug existed since end of February! (Markus G.)
2800
2801
2802
2803 2005/05/20 Markus Gaug (2005/05/18)
2804
2805 * mcalib/MCalibrationChargeCalc.cc
2806 - issue a warning if no colour has been set until the PostProcess.
2807 (happens to old MC files).
2808
2809
2810
2811 2005/05/19 Markus Meyer
2812
2813 * mmuon/MHMuonPar.cc:
2814 - add a second integral in the function paint, which is
2815 plotted in the MStatusDisplay
2816
2817
2818
2819 2005/05/19 Daniela Dorner
2820
2821 * datacenter/macros/fillstar.C:
2822 - add new parameter
2823
2824 * datacenter/macros/setupdb.C:
2825 - adapted to new column in db
2826
2827 * callisto_Dec04Jan05.rc:
2828 - set value for MJPedestalY2.MaxEvents from 2000 to 5000 to get
2829 better statistics for the calculation of the mean pulse time
2830 of the cosmisc
2831
2832 * datacenter/scripts/runganymed:
2833 - fixed bug in path
2834
2835
2836
2837 2005/05/19 Thomas Bretz
2838
2839 * msignal/MExtractTimeAndCharge.cc:
2840 - simplified a really cryptical use of the ?:-operator when
2841 the fLoGainFirst is calculated
2842 - fixed a bug introduced in the calculation of the derivatives
2843
2844 * mmain/MEventDisplay.cc:
2845 - removed MC trigger display
2846
2847 * mbase/MTaskList.[h,cc]:
2848 - member function to use MTaskList in a TIter
2849
2850 * mhflux/MAlphaFitter.[h,cc]:
2851 - improved the output line plotted into the histogram
2852 - implemented getter for fSigInt
2853 - start integration in first bin not in underflow bin
2854 - added 'background' option for scaling
2855
2856 * mhflux/MHAlpha.[h,cc]:
2857 - added some comments
2858 - improved DistancetoPrimitive
2859
2860 * mhflux/MHThetaSq.[h,cc]:
2861 - derives the binning now from the cut value or the MAlphaFitter
2862
2863 * mjobs/MJStar.cc:
2864 - moved weather data histogram back to the end - otherwise
2865 MEventRate is not initialized before
2866
2867
2868
2869 2005/05/18 Thomas Bretz
2870
2871 * mcalib/MCalibCalcFromPast.cc:
2872 - added missing fIntensQE to list of initialization in
2873 constructor
2874
2875 * mcalib/MCalibrateData.cc:
2876 - fixed a bug which caused kNo to be ignored
2877 - removed a second check for the size of the badpixelcam
2878
2879 * mjobs/MJCalibrateSignal.cc:
2880 - removed the obsolete second adding of filhil and filpul to
2881 the tasklist
2882
2883 * mjobs/MJCalibration.cc:
2884 - do not display result or statistics if no execution has taken
2885 place
2886
2887 * mjobs/MJStar.cc:
2888 - moved processing of CC-branch to the beginning of the tasklist
2889
2890 * msignal/MExtractTimeAndChargeSpline.[h,cc]:
2891 - introduced some small changes to the validity range of
2892 some variables
2893 - determin the higher bound above which no search is done
2894 analog to the lower bound using the fall-time
2895 - CalcIntegral[Hi,Lo]Gain now returns sum. No need for a reference
2896 - fixed calling Integral[HI,Lo]Gain in cases we are at the edge of
2897 the valid range -- at a lot of position in the code random memory
2898 above or below the arrays have been accessed.
2899 - improved the numercila stability of CalcIntegral[Hi,Lo]Gain
2900 more by calculating the number of steps from the rise and fall time.
2901 this should at least give consistent results on the same machine!
2902
2903 * mbase/MContinue.cc:
2904 - fixed a namimg problem of the filter when it is added to
2905 the tasklist and has the same name as MContinue
2906
2907 * mcalib/MCalibrationChargeCalc.cc:
2908 - for some sceen output the manipulator (inf) was missing
2909
2910 * msignal/MExtractPINDiode.cc, mcalib/MCalibrationChargeCalc.cc,
2911 mcalib/MCalibrationChargeCam.cc:
2912 - fixed a problem with the fit (it always tried to display
2913 the fit-function somewhere)
2914
2915
2916
2917 2005/05/17 Thomas Bretz
2918
2919 * callisto.rc, callisto_Dec04Jan05.rc:
2920 - added new comments diescribing setup of MFCosmics
2921
2922 * mfilter/MFCosmics.[h,cc]:
2923 - skip bad pixels using MBadPixelsCam
2924 - implemented a check in PostProcess about the fraction
2925 of events which survived or were rejected
2926 - added ReadEnv for setup
2927
2928 * mfilter/Makefile:
2929 - added mbadpixels
2930 - removed mmain and manalysis
2931
2932 * mhcalib/MHCalibrationChargeCam.h:
2933 - removed numbers from data member descrition -- too much
2934 to maintain
2935
2936 * mhcalib/MHCalibrationChargePINDiode.h:
2937 - incremented version number (undocumented from bcn)
2938
2939 * mjobs/MJCalibration.cc:
2940 - reorganized some TText output (undocumented from bcn)
2941 - overwrite the default of MaxNumberEmptyPixels by 0.05
2942 (undocumented from bcn)
2943 - print tasklist statistics also if eventloop returned
2944 KFALSE
2945
2946 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
2947 - changed fgLoGainStartShift from -2.8 to -1.8
2948 (undocumented from bcn)
2949
2950 * msignal/MExtractTimeAndChargeSlidingWindow.h:
2951 - increased version number from 0 to 1 (undocumented from bcn)
2952
2953
2954
2955 2005/05/17 Markus Gaug (2005/05/16)
2956
2957 * msignal/MExtractor.[h,cc]
2958 - introduce two new variables: fResolutionPerPheHiGain and
2959 fResolutionPerPheLoGain, to be set by deriving extractors.
2960 - set version number one higher.
2961
2962 * msignal/MExtractFixedWindow.[h,cc]
2963 * msignal/MExtractTimeAndChargeSlidingWindow.[h,cc]
2964 * msignal/MExtractTimeAndChargeSpline.[h,cc]
2965 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]
2966 - set the variables fResolutionPerPheHiGain and
2967 fResolutionPerPheLoGain
2968
2969 * msignal/MExtractPINDiode.[h,cc]
2970 - adapt to current PIN Diode signal, fit signal with Gaussian
2971 - set version number up by one.
2972
2973 * msignal/MExtractedSignalPINDiode.[h,cc]
2974 - set new data member fExtractedChi2
2975 - set version number up by one.
2976
2977 * mhcalib/MHCalibrationChargePINDiode.cc
2978 - adapt one function to newly used names.
2979 - adapt signal tests.
2980
2981 * mjobs/MJPedestal.[h,cc]
2982 - read MBadPixelsCam together with extractor, if exisiting
2983 (necessary for bad pixels exclusion in pulse position search).
2984
2985 * mjobs/MJCalibration.[h,cc]
2986 - use MFCosmics in any case (not only for CT1-pulses) and apply
2987 a quality criteria depending on number of rejected events:
2988 MaxExcludedEvents (default: 50%).
2989
2990
2991
2992 2005/05/17 Daniela Dorner
2993
2994 * datacenter/macros/setupdb.C
2995 - adapted to new column in datasetstatus-table
2996
2997 * datacenter/macros/checkstardone.C
2998 - added (macro to check if star has been done for a sequence)
2999
3000 * datacenter/scripts/checkstardone
3001 - added (script that executes checkstardone.C for all datasets
3002
3003 * datacenter/scripts/checkfilesforsequenceavail, fillcallisto,
3004 fillstar
3005 - fixed bug
3006
3007 * datacenter/scripts/buildsequenceentries, doexclusions,
3008 writesequencefiles
3009 - adapted paths
3010
3011 * datacenter/scripts/insertdataset
3012 - added logging
3013
3014 * datacenter/scripts/runganymed
3015 - added (script to run ganymed automatically for datasets)
3016
3017 * datacenter/scripts/runcallisto
3018 - adapted paths
3019 - fixed bug
3020
3021 * datacenter/scripts/runstar
3022 - adapted paths
3023 - fixed bug
3024
3025 * steps.rc
3026 - adapted resource file to needs of the new table in db
3027
3028
3029
3030 2005/05/13 Daniela Dorner
3031
3032 * datacenter/macros/insertdataset.C
3033 - added (macro, that inserts dataset into db)
3034
3035 * datacenter/macros/setupdb.C
3036 - adapted to new table in db
3037
3038 * datacenter/scripts/insertdatasets
3039 - added (script, that inserts datasets into db)
3040
3041 * datacenter/scripts/sourcefile
3042 - added (file with commands and variables, that are needed by all
3043 scripts)
3044
3045 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail
3046 copyscript, correcttime, doexclusions,
3047 filesondisk, fillcallisto, fillstar, runcallisto
3048 runstar, writesequencefiles
3049 - adapted scripts to the usage of the sourcefile
3050
3051 * datacenter/macros/fillcalib.C:
3052 - changed name of histogram according to change of Markus
3053 - removed debugoutput
3054
3055
3056
3057 2005/05/13 Thomas Bretz
3058
3059 * mreport/MReportCC.cc:
3060 - fixed reading of rep-files for versions newer than V200404070
3061
3062 * mpointing/MSrcPosCalc.cc
3063 - took a bugfix from Wolfgang to Loc0LocToCam and implemented it
3064 Wolfgang: the results are changed only minimally
3065
3066 * msignal/MExtractTimeAndChargeSpline.cc
3067 - integration ranges were shifted by 0.2 FADC slices to the right.
3068 Fixed in the new algorithm according to Markus' change.
3069
3070 * mcalib/MCalibrationChargeCalc.h:
3071 - Incremented ClassVersion number by 1
3072
3073 * mhcalib/MHCalibrationPulseTimeCam.cc:
3074 - removed a commented debug output
3075
3076 * mjobs/MJCalibration.cc
3077 - new undocumented adjust of "Unsuitable"- and "Unreliable"-displays
3078 for new exclusion criteria taken from bcn
3079
3080 * manalysis/MEventRateCalc.cc:
3081 - some fixes. In some cases the event rate wasn't calculated
3082 anymore
3083
3084 * mbadpixels/MBadPixelsCalc.cc:
3085 - fixed a bug when checking whether the check should be done
3086 or not (>0 was missing)
3087
3088 * mhist/Makefile:
3089 - added MHWeather
3090
3091 * mhvstime/MHVsTime.[h,cc]:
3092 - implemented new function the set minimum
3093
3094 * mjobs/MJStar.cc:
3095 - read weather data (CC tree)
3096 - set minimum of rate-display to 0
3097 - display weather data for non-MC files
3098
3099 * mmuon/MHSingleMuon.cc:
3100 - slight change to a comment
3101
3102 * callisto.rc:
3103 - added new possible setup
3104
3105 * callisto_Dec04Jan05.rc
3106 - added new possible setup
3107 - use default for MJCalibration.ExtractSignal.LoGainSwitch
3108
3109 * mbadpixels/MBadPixelsCalc.cc:
3110 - exclude unsuitable pixels from mean/rms calculation
3111 - changed the lower bound for the second mean loop from
3112 0.5 to 0.66
3113
3114 * mbadpixels/MBadPixelsCam.cc:
3115 - added case 102 returning the global unsuitable status
3116 of an event
3117
3118 * mhist/MHCamEvent.h:
3119 - added default 0 to SetThreshold
3120
3121 * mjobs/MJCalibrateSignal.cc:
3122 - use new case 102 for unsuitable display
3123 - enable counting (to get the correct display also with
3124 profile option switched on)
3125
3126 * mraw/MRawRunHeader.cc:
3127 - after displaying millions of hex numbers switch back to dec
3128
3129
3130
3131 2005/05/13 Markus Gaug (2005/05/12)
3132
3133 * msignal/MExtractTimeAndChargeDigitalFilter.cc
3134 - set default extraction range in the high gain to 4.
3135 - set default weights file to cosmics_weights46.dat
3136
3137 * mhcalib/MHCalibrationHiLoCam.cc
3138 - set Oscillations to kFALSE
3139
3140 * mhcalib/MHCalibrationChargeCam.cc
3141 - set default for fNumHiGainSaturationLimit to 0.15
3142
3143 * mjobs/MJCalibrateSignal.[h,cc]
3144 - put MHCalibrationHiLoCam and MHCalibrationPulseTimeCam directly
3145 into tasklist if needed. Otherwise, it does not read the
3146 resources from the config. file.
3147
3148
3149 2005/05/11 Markus Gaug (2005/05/11)
3150
3151 * mjobs/MJPedestal.cc
3152 - adjust the fit ranges for the histogramming with moon data slightly.
3153
3154 * mcalib/MCalibrationChargeCam.cc, mcalib/MCalibrationChargeCalc.cc
3155 - make a distinction between newly excluded pixels (by calibration)
3156 and previously excluded pixels in the displays and print-functions
3157
3158 * mcalib/MCalibrationChargeCalc.cc
3159 - introduce the check for fluctuating arrival times.
3160 - set charge limit to from 2.5 to 4.5
3161 - introduce asymmetric exclusion due to "deviating number of phes":
3162 Default: -9.0 +4.5
3163 - make deviating number of phes unsuitable (see David's findings).
3164
3165 * mbadpixels/MBadPixelsPix.h
3166 - add kDeviatingNumPhes to function GetUnsuitableCalLevel()
3167
3168
3169
3170 2005/05/13 Daniela Dorner
3171
3172 * datacenter/scripts/runstar
3173 - fixed bug in the calculation of the number of to-do-files
3174
3175 * datacenter/scripts/runcallisto
3176 - fixed bug in the calculation of the number of to-do-files
3177
3178
3179
3180 2005/05/12 Daniela Dorner
3181
3182 * datacenter/macros/fillcalib.C:
3183 - removed debugoutput
3184
3185 * datacenter/macros/fillstar.C:
3186 - added (macro to read parameters from the star*.root files and
3187 fill them into the db)
3188
3189 * datacenter/macros/setupdb.C:
3190 - added new table 'Star'
3191
3192 * datacenter/macros/buildsequenceentries.C:
3193 - added delete-query for new table 'Star' in the delete function
3194
3195 * datacenter/scripts/runstar
3196 - changed number of processes
3197
3198 * datacenter/scripts/runcallisto
3199 - changed number of processes
3200
3201 * datacenter/scripts/fillstar
3202 - added (script to run macro fillstar.C automatically)
3203
3204
3205
3206 2005/05/12 Thomas Bretz
3207
3208 * mcalib/MCalibrationChargeCam.cc:
3209 - fixed a bug in FinalizeArrivalTime which caused Form() to hang
3210
3211 * mmuon/MHMounPar.[h,cc]
3212 - added a line showing a reference shape
3213
3214 * star.rc:
3215 - added setup strings for software trigger
3216
3217 * mbase/MContinue.cc:
3218 - allow setup of already set filters in ReadEnv. They must not
3219 necessarily be already in the tasklist
3220
3221 * mcalib/MCalibrationChargeCalc.cc:
3222 - shortened a lot of Form() calls to reduce the risk of
3223 memory corruption
3224
3225 * mjobs/MJCalibration.cc:
3226 - some cosmetics to text in pad
3227
3228 * mraw/MRawRunHeader.[h,cc]:
3229 - a fix to MRawRunHeader because the definition of the
3230 raw-data format has changed. fProjectName and fSourceName
3231 has no trailig \0 anymore by default
3232 - incremented ClassVersion by 1
3233
3234
3235
3236 2005/05/12 Markus Meyer
3237
3238 * mmuon/MHMounPar.[h,cc]
3239 - added function Paint. This function integrates the TProfile
3240 ArcWidth/Radius Vs. Radius between certain values and shows
3241 the result in the Status Display
3242
3243 * mmjobs/MJStar.cc
3244 - changed the default values for the final muon cuts
3245
3246 * star.rc
3247 - changed the default values for the final muon cuts
3248
3249
3250
3251 2005/05/11 Thomas Bretz
3252
3253 * mbase/MStatusDisplay.cc:
3254 - fixed year of copyright
3255
3256 * mcalib/MCalibCalcFromPast.cc:
3257 - undocumented change from BCN: a new resource has been implemented
3258 in ReadEnv (NumEventsDump)
3259
3260 * mjobs/MJob.[h,cc]:
3261 - added new static member function which can be used
3262 to overwrite relative paths with a default
3263
3264
3265
3266 2005/05/11 Abelardo Moralejo (2005/05/11)
3267
3268 * mjobs/MJPedestal.cc
3269 - Fixed use of MFTriggerPattern: first, added it to the tasklist
3270 (was missing); second, added to tasklist MTriggerPatternDecode
3271 before MFTriggerPattern. This was the reason for the problems
3272 reported by T. Coarasa on May 9. I do not know why the behaviour
3273 of the previous version depended on compiler, but this seemed to
3274 be the case...
3275
3276
3277
3278 2005/05/11 Markus Gaug (2005/05/11)
3279
3280 * mjobs/MJCalibration.cc
3281 - display in Tab "Conv" in the 3rd column the conversion to equiv.
3282 phes instead of Cherenkov photons.
3283
3284 * mjobs/calibrationref.rc, mjobs/calibrationref_Nov04.rc,
3285 mjobs/calibrationref_Dec04.rc:
3286 - add reference lines for the conv. to equiv. phes.
3287
3288 * mcalib/MCalibrationChargeCam.cc, mcalib/MCalibrationChargeCalc.cc:
3289 - make a distinction between newly excluded pixels (by calibration)
3290 and previously excluded pixels in the displays and print-functions
3291
3292 * mcalib/MCalibrationChargeCalc.cc
3293 - introduce the check for fluctuating arrival times.
3294 - set charge limit to from 2.5 to 4.5
3295
3296
3297
3298 2005/05/10 Markus Gaug (2005/05/10)
3299
3300 * mhcalib/MHCalibrationHiLoCam.cc
3301 - ask for averageing and do not fill the arrays per pixel any more.
3302 This caused too much memory usage for the calculation of the
3303 high-gain low-gain inter-calibration constants.
3304
3305 * mcalib/MCalibrationChargePix.[h,cc]
3306 - store number of saturated events in the results container.
3307 - set version number by one higher (due to new data member).
3308
3309 * mhcalib/MHCalibrationChargeCam.cc
3310 - store number of saturated events in the results container.
3311 - allow reading of NumHiGainSaturationLimit and
3312 NumLoGainSaturationLimit in ReadEnv
3313 - set saturation limit from 5% to 8.5%
3314
3315 * mbadpixels/MBadPixelsPix.h
3316 - introduce new bits: kDeadPedestalRms, kPreviouslyExcluded,
3317 kFluctuatingArrivalTimes
3318
3319 * mbadpixels/MBadPixelsCam.cc
3320 - set bit kPreviouslyExcluded in the AsciiRead-Function
3321 - include three new bits in the Print() function
3322
3323 * mjobs/MJCalibration.cc
3324 - display excluded pixels from DeadPedestalRms in Defect-Tab.
3325 - display correct error of the RMS/Mean charge diagramm.
3326
3327 * mcalib/MCalibrationChargeCam.cc
3328 - calculate the error of RMS/Mean values in GetPixelContent Nr.33
3329
3330
3331
3332 2005/05/11 Hendrik Bartko (2005/05/09)
3333
3334 * msignal/MC_weights46.dat
3335 - updated weights file for digital filter with dedicated MC weights
3336 with 4 slices for the high gain and 6 slices for the low gain
3337
3338
3339
3340 2005/05/10 Daniela Dorner
3341
3342 * datacenter/macros/fillcalib.C:
3343 - added some parameters (reading from calib*.root and inserting
3344 into db)
3345
3346 * datacenter/macros/setupdb.C:
3347 - adapted macro to the new columns in the calibration db
3348
3349 * datacenter/macros/fillsignal.C:
3350 - fixed typo
3351
3352
3353
3354 2005/05/10 Markus Meyer
3355
3356 * mmuon/*:
3357 - update of the class documentation
3358
3359 * mmuon/*:
3360 - commented out the ArcLength and Estimpact (will be not
3361 calculated for the moment)
3362
3363
3364
3365 2005/05/10 Thomas Bretz
3366
3367 * mreport/MReportStarguider.cc:
3368 - introduced the correct version which marked the fix of the
3369 units of the nominal position
3370
3371 * callisto.rc:
3372 - introduced a new line for new option in MCalibColorFromPast
3373
3374 * ganymed.cc:
3375 - removed option "--full-display" -> now default
3376
3377 * manalysis/MEnergyEstimate.cc:
3378 - print the rule a bit earlier in PreProcess
3379
3380 * mfilter/MFDeltaT.cc:
3381 - fixed a typo in the output
3382
3383 * mhflux/MAlphaFitter.cc:
3384 - some improvements to output
3385
3386 * mjobs/MJCut.cc:
3387 - added ThetaSquared to output
3388
3389 * mjobs/MJStar.cc:
3390 - fixed bug in copying of OriginalMC tree
3391
3392 * mmuon/MMuonCalibParCalc.cc:
3393 - removed obsolete setting of ReadyToSave
3394
3395 * mjobs/MJSpectrum.cc:
3396 - made sure the correct type of MHAlpha is used
3397
3398
3399
3400 2005/05/10 Markus Gaug (2005/05/09)
3401
3402 * mjobs/hilocalib_sp1.root
3403 * mjobs/hilocalib_sp1_mc.root
3404 - new hi-lo intercalibration files with the fixed spline extractor.
3405
3406 * mjobs/hilocalib_df46_mc.root
3407 - new hi-lo intercalibration files from MC with the left out -O5
3408 option. (The real data files had already the correct executable).
3409
3410
3411
3412 2005/05/10 Hendrik Bartko (2005/05/09)
3413
3414 * msignal/MC_weights46.dat
3415 - NEW weights file for digital filter with dedicated MC weights
3416 with 4 slices for the high gain and 6 slices for the low gain
3417
3418
3419
3420 2005/05/10 Markus Gaug (2005/05/08)
3421
3422 * mhcalib/MHCalibrationCam.[h,cc]
3423 - introduce parameters fLowerFitLimit and fHigherFitLimit to
3424 tell explicitly from outside to fit functions in a certain
3425 range. If both are 0. (default), the histogram limits define
3426 the fit limits (as before).
3427
3428
3429
3430 2005/05/10 Abelardo Moralejo (2005/05/07)
3431
3432 * mcalib/MMcCalibrationCalc.cc
3433 - in Process, fixed wrong estimate of true number of "equivalent
3434 photoelectrons" (correctedphotel). This worked roughly OK as long
3435 as the file used for calibration was a (noiselesss) gamma file,
3436 because most light is contained in the inner camera and the
3437 problem was related to the light going into the outer pixels. So
3438 results are not much affected, unless one uses for calibration
3439 a file with events having a lot of light in the outer camera.
3440 Thomas Hengstebeck noticed this problem when he used a file of MC
3441 calibration pulses in mccalibrate.C
3442
3443 * manalysis/MMcCalibrationUpdate.[h,cc]
3444 - Added possibility to set the hi to lo gain conversion factor.
3445 Until now the factor was simply the ratio of pulse areas as read
3446 from MMcFadcHeader. This of course is not the factor to be applied
3447 to the extracted signals unless the extractor integrates the full
3448 pulse in both high and low gain. The factor depends then on the
3449 extractor, and the user has to find out what its value is.
3450 Set as default calibration type kPhe.
3451
3452 * macros/mccalibrate.C, starmc.C
3453 - Added the setting of the hi to lo gain conversion factor (see
3454 above). For now it has to be calculated by the user. However, it
3455 is strongly recommended from now on to use always callisto for the
3456 calibration of real data, and not these macros. These are kept
3457 just for checking purposes, mostly by "experts".
3458
3459
3460
3461 2005/05/10 Robert Wagner (2005/05/06)
3462
3463 * mreport/MReportStarguider.[h,cc]:
3464 - Bugfix: Sequence of extracting fDevZd and fDevAz (switched)
3465
3466
3467
3468 2005/05/10 Markus Gaug (2005/05/05)
3469
3470 * mcalib/MCalibCalcFromPast.[h,cc]
3471 - introduce flag "fUpdateWithFFactorMethod" which allows to use the
3472 entire results obtained with the F-Factor method (including a new
3473 number of mean photo-electrons). This possibility is switched on
3474 (only) if somewhere in the callisto.rc file the following line is
3475 written:
3476 MJCalibrateSignal.MCalibCalcFromPast.UpdateWithFFactorMethod: yes
3477 (Default is still the old way of adjusting the relative extracted
3478 charges w.r.t. the mean charge over the inner camera).
3479
3480
3481
3482 2005/05/10 Markus Gaug (2005/05/02)
3483
3484 * mcalib/MCalibrationChargeCam.[h,cc]
3485 - added new function MergeHiLoConversionFactors
3486
3487 * mcalib/MCalibColorSteer.[h,cc]
3488 - introduce copying of hi-lo calibration factors from one cam to
3489 the next in intensity calibration.
3490 - added storage of averageing histograms of flag fHistStorage is
3491 set
3492
3493 * mcalib/MCalibrationIntensityCam.[h,cc]
3494 - introduce place for storage of averageing histograms (if wanted).
3495
3496
3497
3498 2005/05/09 Markus Meyer
3499
3500 * mmuon/MHSingleMuon.cc
3501 - changed the default value for the binning of fHistPhi
3502 - changed the start parameter for the gaussian fit for the
3503 calculation of ArcWidth
3504
3505
3506
3507 2005/05/09 Thomas Bretz
3508
3509 * callisto.cc, ganymed.cc, mars.cc, merpp.cc, readdaq.cc,
3510 readraw.cc, showplot.cc, sinope.cc, sponde.cc, star.cc:
3511 - changed order of initialization such that a real NULL
3512 output is possible
3513 - changed TApplication name from upper to lower case
3514 - in some applications replaced manual setup of gLog with
3515 gLog.Setup
3516
3517 * showlog.cc:
3518 - improved alorithm
3519
3520 * showplot.cc:
3521 - implemented Print options
3522
3523 * mbase/MLog.[h,cc]:
3524 - fixed a bug which caused output in NULL output
3525 - added Getter IsNullOutput
3526
3527 * mbase/MStatusDisplay.[h,cc]:
3528 - implemented PDF and SVG printing
3529 - moved "Save As Something" to new submenu
3530 - fixed and improved printing
3531 - implemented PrintDialog for printing
3532 - implemented printing of log (untested)
3533 - allow saving by extension (line Print() in root): SaveAs
3534
3535 * mfileio/MWriteRootFile.h:
3536 - replaced BIT(17) by BIT(23) to improve compatibility with
3537 root 4.04/00 and upcomming versions
3538
3539 * mhflux/Makefile, mjobs/MJCut.cc:
3540 - replaced MTheta by MThetaSq to get rid of a problem
3541 with the automatic naming of the binning (BinningTheta)
3542
3543 * mhist/MHCamera.[h,cc]:
3544 - fixed a workaround (it has been fixed in root 4.04/00)
3545 - allow setting the palette through the Draw-option. This allows
3546 storage of the palette
3547 - removed fColor. The palette is now diretly set though gStyle in
3548 Paint
3549
3550 * mjobs/MJOptimize.cc:
3551 - restore null output correctly after eventloop
3552
3553 * mjobs/MJSpectrum.cc:
3554 - renamed Hist and HistOff to HistE and HistEOff
3555 - added binnings M3Long and Conc1
3556
3557
3558
3559 2005/05/06 Thomas Bretz
3560
3561 * mbase/MStatusDisplay.cc:
3562 - fixed constructor to work with newer root versions
3563 (gClient!=NULL)
3564
3565 * mfileio/MWriteRootFile.h:
3566 - added a comment about BITs used by root
3567
3568 * mhflux/MHEffectiveOnTime.cc:
3569 - use 1e-10 instead of 0 in TPad::Divide
3570
3571
3572
3573 2005/05/06 Daniela Dorner
3574
3575 * datacenter/scripts/copyscript:
3576 - added command to ensure the correct permissions of the files
3577 on disk
3578
3579
3580
3581 2005/05/04 Markus Meyer
3582
3583 * mjobs/MJStar.cc:
3584 - added cut in ArcWidth (final cuts for muons)
3585
3586 * star.rc:
3587 - added cut in ArcWidth
3588
3589 * mmuon/MHSingleMuon.h
3590 - added a Getter for fHistWidth
3591
3592
3593
3594 2005/05/04 Thomas Bretz
3595
3596 * mfileio/MWriteRootFile.cc:
3597 - fixed a possible infinite loop when compiling the new
3598 file name as suggested by Abelardo
3599
3600 * mhflux/MHAlpha.cc:
3601 - search for fName+"Off" instead of ClassName()+"Off"
3602
3603 * mjobs/MJSpectrum.cc:
3604 - scale the displayed zd-plots by their maximum as the
3605 histograms are scaled before
3606
3607 * mjobs/MJStar.cc:
3608 - implemented writing of the muon parameters. This takes another
3609 5% of the time (in total 15-20% for muon analysis). It enlarges
3610 the file size by roughly 15% (a test file was enlarged from
3611 5.1M to 5.9M)
3612
3613 * mmuon/MMuonCalibPar.cc:
3614 - set default of ArcPhi to an invalid value = -1
3615
3616 * mreport/MReportDrive.cc:
3617 - fixed a typo in the comments
3618
3619
3620
3621 2005/05/03 Thomas Bretz
3622
3623 * mjobs/MJCut.cc:
3624 - added histogram <Fake->'OnTime' for MC
3625
3626 * mpointing/MSrcPosCalc.cc:
3627 - removed dependancy on MTime for MC
3628
3629 * star.cc:
3630 - addde possibility to switch off muon analysis
3631
3632 * star.rc:
3633 - added parameters for muon analysis
3634
3635 * mbadpixels/MBadPixelsCam.cc:
3636 - fixed a typo in a comment
3637
3638 * mjobs/MJStar.[h,cc]:
3639 - added possibility to switch off muon analysis
3640
3641 * mjobs/Makefile:
3642 - added -I../mmuon
3643
3644 * mjobs/MJCut.cc, mjobs/MJSpectrum.cc:
3645 - renamed MHAlpha to Hist (to have a common naming for all options)
3646 - renamed MHAlphaOff to HistOff
3647
3648
3649
3650 2005/05/02 Thomas Bretz
3651
3652 * ganymed.rc:
3653 - updated to the latest changes
3654
3655 * mhflux/MHAlpha.[h,cc]:
3656 - made a base class with the necessary interface to derived classes
3657 to support other variables like dca or theta
3658
3659 * mjobs/MJCut.[h,cc]:
3660 - added support for MHAlpha derived classes
3661 - made MHTheta the default
3662
3663 * mhflux/MHTheta.[h,cc]:
3664 - added
3665
3666 * mhflux/Makefile, mhflux/FluxLinkDef.h:
3667 - added MHTheta
3668
3669
3670
3671 2005/04/29 Thomas Bretz
3672
3673 * manalysis/MEventRateCalc.cc:
3674 - fixed jumps when a new run is initiated
3675 - set as time a time which represents the starting point
3676 of the calculation interval in all cases
3677
3678 * star.rc, mmuon/MMuonCalibParCalc.cc, mmuon/MMuonSetup.[h,cc]:
3679 - fixed wrong units of thresholds for muon analysis
3680
3681 * mmuon/MHSingleMuon.cc:
3682 - removed obsolete conversion factor in error calculation
3683 - FindeCreateObj called for MMuonSetup
3684 - get NDF from fit
3685 - optimized FindRangeAboveThreshold
3686 - handle special case when arcphi is 360deg
3687
3688 * star.cc:
3689 - replaced ProcessFile by Process
3690
3691 * mjobs/MJSpectrum.cc:
3692 - renamed second MHAlpha tab to MHAlphaOn to be able to
3693 access each tab uniquely
3694 - fixed a bug calling SetStats which could cause crashes
3695
3696 * mjobs/MJStar.[h,cc]:
3697 - preliminary implementation of the muon analysis
3698 - reanamed ProcessFile to Process
3699
3700
3701
3702 2005/04/28 Thomas Bretz
3703
3704 * manalysis/MMultiDimDistCalc.[h,cc]:
3705 - replaced MHadronness by MParameterD
3706
3707 * mhflux/MHEnergyEst.cc:
3708 - removed obsolete include of MEnergyEst
3709
3710 * mmuon/MHMuonPar.cc:
3711 - fixed a type in an axis label
3712
3713
3714
3715 2005/04/27 Thomas Bretz
3716
3717 * Makefile:
3718 - added mmuon
3719 - remobed mstarcam
3720
3721 * callisto.cc, ganymed.cc, star.cc:
3722 - renamed ProcessFile to Process
3723
3724 * star.rc:
3725 - added some muon parameters
3726
3727 * mastro/MAstroCamera.[h,cc]:
3728 - temporarily removed interface to MStarPos
3729
3730 * mbase/MStatusArray.h:
3731 - added default constructor
3732
3733 * mcalib/MCalibColorSet.cc:
3734 - added runs 39942, 39944, 44834, 39941, 39943 and 44833
3735 (undocumented change from the BCN cvs)
3736
3737 * mjobs/MJCalib.[h,cc], mjobs/MJCalibTest.[h,cc],
3738 mjobs/MJCalibrateSignal.[h,cc], mjobs/MJCalibration.[h,cc],
3739 mjobs/MJCut.[h,cc], mjobs/MJPedestal.[h,cc]:
3740 - removed support for MRunIter (use the setter of MSequence
3741 instead) -- this makes the code a lot easier to maintain
3742 - removed support for autodetection if the output already exists --
3743 this makes the code a lot easier to maintain
3744 - renamed ProcessFile to Process - which was missleading
3745
3746 * mmuon/MHMuonPar.[h,cc]:
3747 - changes to axis labels etc.
3748
3749 * mmuon/MMuonCalibPar.[h,cc]:
3750 - removed the histograms and all obsolete variables
3751 - removed obsolete SetUseUnmap (this cannot happen
3752 by definition of Unmap)
3753
3754 * mmuon/MMuonCalibParCalc.[h,cc]:
3755 - moved the code for calculation the parameters to new class
3756 MHSingleMuon
3757
3758 * mmuon/MMuonSearchPar.[h,cc]:
3759 - replaced arbitrary fir by minuit (faster and more accurate)
3760 - removed precalculation of muon center - makes fit worse
3761
3762 * mmuon/MMuonSearchParCalc.[h,cc]:
3763 - fixes to comments
3764 - fixes to includes
3765
3766 * mmuon/MMuonSetup.[h,cc]:
3767 - binnings removed (replaces by MBinning)
3768
3769 * mmuon/Makefile, mmuon/MuonLinkDef.h:
3770 - added MHSingleMuon
3771
3772 * msignal/MExtractTimeAndchargeSpline.cc:
3773 - fixed a bug found by Abelardo which could cause different
3774 results with different compiler optimiztaion options due
3775 to rounding errors.
3776
3777
3778
3779 2005/04/25 Thomas Bretz
3780
3781 * ganymed.cc:
3782 - changed policy of writing the resulting events to the result file
3783
3784 * sponde.cc:
3785 - added commandline option to use all monte carlos
3786 - added command line option to read the MCs more accurate
3787
3788 * sponde.rc:
3789 - added
3790
3791 * mbase/MStatusDisplay.[h,cc]:
3792 - added some code to get Tab by name
3793 - fixed a typo in a status line output
3794
3795 * mhbase/MH.[h,cc], mhbase/MH3.[h,cc], mhflux/MHFalseSource.h,
3796 mhist/MHCamEvent.[h,cc], mhist/MHCamEventRot.h,
3797 mhist/MHEvent.h, mhist/MHStarMap.h, mhist/MHTriggerLvl0.[h,cc],
3798 mhistmc/MHMcTriggerLvl2.[h,cc], mhvstime/MHPixVsTime.[h,cc],
3799 mhvstime/MHSectorVsTime.[h,cc], mimage/MHHillas.[h,cc],
3800 mimage/MHHillasExt.[h,cc], mimage/MHHillasSrc.[h,cc],
3801 mimage/MHImagePar.[h,cc], mimage/MHNewImagePar.[h,cc]:
3802 - changed GetHistByName to be const-qualified to be compatible
3803 with FindObject
3804 - added some FindObject function to call GetHistByName
3805
3806 * mhflux/MHAlpha.[h,cc]:
3807 - changed such, that it can be forced to display the excess
3808 events versus size
3809
3810 * mjobs/MJCut.[h,cc]:
3811 - display number of excess events versus Size per default
3812 - removed energy estimator
3813
3814 * mjobs/MJOptimize.cc:
3815 - display number of excess events verss size after optimization
3816
3817 * mjobs/MJSpectrum.[h,cc]:
3818 - implemented setting up energy estimator
3819 - replaced some gLog by fLog
3820 - display comparison of image parameters
3821
3822
3823
3824 2005/04/22 Thomas Bretz
3825
3826 * mbase/MStatusArray.[h,cc]:
3827 - switch off adding histograms to gDirectory in newly
3828 overwritten Read-function
3829
3830 * mhflux/MHCollectionArea.[h,cc]:
3831 - implemented member function GetHistSel
3832 - don't display full statistics
3833 - fixed a possible crash in Paint
3834
3835
3836
3837 2005/04/22 Markus Meyer
3838
3839 * mmuon/MMuonSetup[.h.cc]:
3840 - new container class for muon parameters
3841 which are not changing from event to event
3842 (setup parameters for the analysis). These
3843 parameters were stored in MMuonCalibPar before
3844
3845 * mmuon/MMuonCalibPar[.h.cc]:
3846 - changed MCerPhotEvt and MCerphotPix to MSignalCam
3847 and MSignalPix to read the new format
3848 - removed the setup parameters (stored now in
3849 MMuonSetup)
3850 - removed all the sanity checks
3851 - removed pre-cuts
3852 - cuts in process, to save only muon-like events
3853
3854 * mmuon/MMuonCalibParCalc[.h.cc]:
3855 - changed MCerPhotEvt and MCerphotPix to MSignalCam
3856 and MSignalPix to read the new format
3857 - removed pre-cuts
3858
3859 * mmuon/MMuonSearchPar[.h.cc]:
3860 - changed MCerPhotEvt and MCerphotPix to MSignalCam
3861 and MSignalPix to read the new format
3862 -
3863
3864 * mmuon/MMuonSearchParCalc[.h.cc]:
3865 - changed MCerPhotEvt and MCerphotPix to MSignalCam
3866 and MSignalPix to read the new format
3867
3868 * mmuon/MHMuonPar[.h.cc]:
3869 - new histgram class, plots different muon
3870 parameters
3871
3872
3873
3874 2005/04/21 Daniela Dorner
3875
3876 * datacenter/scripts/runcallisto:
3877 - fixed choice of todofile
3878
3879 * datacenter/scripts/copyscript:
3880 - adapted some paths
3881
3882 * datacenter/macros/filldotrun.C:
3883 - added 6 new arehucas versions
3884
3885 * datacenter/scripts/writesequencefile:
3886 - added make path for sequencefiles
3887
3888
3889
3890 2005/04/21 Thomas Bretz
3891
3892 * mhcalib/MHCalibrationRelTimeCam.cc:
3893 - fixed usage of a uninitialized pointer
3894
3895 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc:
3896 - fixed usage of MFTriggerPattern
3897
3898 * mtrigger/MFTriggerPattern.[h,cc]:
3899 - allow to set default from outside in case no pattern
3900 could be decoded
3901
3902
3903
3904 2005/04/20 Thomas Bretz
3905
3906 * callisto.cc:
3907 - added a comment which shows how to correctly skip job2 if
3908 extractor doesn't inherit from MExtractTimeAndCharge, but...
3909 // This could skip job2 if extractor doesn't inherit from
3910 // MExtractTimeand Charge... but this is not necessary.
3911 // We only get the same pedestal twice (which we want to have
3912 // anyhow. A switch when using the result of job2 later is also
3913 // not necessary, because without running job2 it is identical
3914 // with job1
3915
3916 * mjobs/MSequence.cc:
3917 - use the sequence number'd directories in case of calibrated data
3918 and image files instead of the date.
3919
3920 * mhflux/MAlphaFitter.cc:
3921 - copy also results in Copy()
3922
3923 * mjobs/MJOptimize.cc:
3924 - print result of optimization in case MAlphaFitter is used
3925 - store results back in initial MAlphaFitter
3926
3927 * mjobs/MJSpectrum.[h,cc]:
3928 - implemented a faster simple mode weighting the read spectrum
3929 with the theta-probability
3930
3931
3932
3933 2005/04/20 Daniel Mazin (2005/04/18)
3934
3935 * mreport/MReportCamera.[h,cc]
3936 - added necessary changes to include Active Load and Central Pixel
3937 info from Camera reports
3938
3939 * mcamera/MCameraActiveLoad.[h,cc]
3940 - added to store Active Load info from the Camera reports
3941
3942 * mcamera/MCameraCentralPix.[h,cc]
3943 - added to store Central Pixel info from the Camera reports
3944
3945 * mcamera/Makefile
3946 * mcamera/CameraLinkDef.h
3947 - added MCameraActiveLoad and MCameraCentralPix classes
3948
3949
3950
3951 2005/04/20 Markus Gaug (2005/04/15)
3952
3953 * mcalib/MCalibrationChargeCam.[h,cc]
3954 - added new function CopyHiLoConversionFactors
3955
3956
3957
3958 2005/04/20 Markus Gaug (2005/04/14)
3959
3960 * mcalib/MCalibColorSteer.[h,cc]
3961 - fixed a bug in the recognition of the calibration bit pattern.
3962 Concerns only intensity calibration.
3963
3964 * mcalib/MCalibrationRelTimeCalc.cc
3965 - return kTRUE instaed of kFALSE in case that the Process() has
3966 never been executed.
3967
3968 * mjobs/MJCalibration.cc
3969 - add a filter against PIN Diode events since some of the recent
3970 calibration runs have been taken with Pin Diode.
3971
3972
3973
3974 2005/04/12 Markus Gaug
3975
3976 * mcalib/MCalibrationCam.[h,cc]
3977 - added a storage place for the run number
3978
3979 * mcalib/MCalibCalcFromCalc.[h,cc]
3980 - store the run number in the individual MCalibrationCams
3981
3982
3983
3984 2005/04/19 Thomas Bretz
3985
3986 * mjobs/MJCut.cc:
3987 - fixed a problem when not enabling "--res"
3988
3989 * mimage/MHVsSize.[h,cc]:
3990 - added more displayed variables
3991
3992 * mjobs/MJSpectrum.[h,cc]:
3993 - added
3994
3995 * mjobs/Makefile, mjobs/JobsLinkDef.h:
3996 - added MJSpectrum
3997
3998 * Makefile:
3999 - added sponde.cc
4000
4001 * sponde.cc:
4002 - added
4003
4004 * mhbase/MBinning.h:
4005 - added Print() to //*MENU*
4006
4007 * mhflux/MAlphaFitter.cc:
4008 - do not set inf-flag in Print()
4009
4010 * mhflux/MHAlpha.[h,cc]:
4011 - set all-flag for printing MAlphaFitter("result")
4012 - added Getter for excess histogram
4013
4014 * mjobs/MDataSet.[h,cc]:
4015 - allow to initialize a TChain from this dataset
4016
4017 * mjobs/MJCut.cc:
4018 - moved energy estimator back before Cut0 otherwise the
4019 EnergyEst container is missing in summary file
4020
4021 * mhflux/MHCollectionArea.cc:
4022 - draw efficiency into third pad
4023
4024
4025
4026 2005/04/18 Thomas Bretz
4027
4028 * manalysis/MCompProbCalc.cc, mbadpixels/MBadPixelsCalc.cc,
4029 mbadpixels/MBadPixelsTreat.cc:
4030 - some fixes to documentation (THtml complained about missing
4031 classes)
4032
4033 * mbase/MStatusArray.[h,cc]:
4034 - implemented some functions to print contents of StatusArray
4035 and/or tab/canvas.
4036
4037 * mhbase/MFillH.cc:
4038 - remove fH from ListOfPrimitives before adding Clone in
4039 PostProcess
4040
4041 * mhbase/MH.[h,cc]:
4042 - implemented new member function RemoveFromPad (necessary
4043 if a class should support same-option)
4044
4045 * mimage/MHHillas.cc, mimage/MHHillasExt.cc, mimage/MHHillasSrc.cc,
4046 mimage/MHImagePar.cc, mimage/MHNewImagePar.cc, mimage/MHVsSize.cc:
4047 - fixed naming in case of same-option in Draw
4048 - remove previous histograms from pad in case of same-option
4049
4050 * mjobs/MJCut.[h,cc]:
4051 - write all binnings in WriteResult
4052 - write MHillasExt to output
4053 - BinningWidth, BinningLength and BinningDist added
4054
4055 * mjobs/MJOptimize.[h,cc]:
4056 - fixed a typo in output
4057 - allow to exchange Test-/Train-Sample
4058
4059 * ganymed.cc:
4060 - implemented "-mc" option to allow cutting MC samples
4061
4062 * showlog.cc:
4063 - implemented real treatment of debug-levels
4064 - return 1 instead of 0 in cae of normal finish
4065
4066 * manalysis/MEnergyEstimate.h, mbase/MContinue.h,
4067 mhflux/MAlphaFitter.h:
4068 - added Print() to context //*MENU*
4069
4070 * manalysis/MMatrixLoop.cc:
4071 - fixed returning of number of entries if using split mode
4072
4073 * mbase/MContinue.cc:
4074 - implemented Print() function
4075
4076 * mbase/MParContainer.[h,cc]:
4077 - in Read set name of object to argument name if argument!=NULL
4078 - reordered some checks for Method calls
4079
4080 * mdata/MDataFormula.cc:
4081 - fixed a problem with the replacement if using [?] for
4082 fits
4083
4084 * mfbase/MFEventSelector2.cc:
4085 - replaced some +=1 and -=1 by ++ and --
4086
4087 * mfileio/MReadMarsFile.cc:
4088 - fixed a bug which caused Preprocess to crahs if instatiated
4089 with default constructor
4090
4091 * mhbase/MH.cc, mhflux/MHEffectiveOnTime.cc:
4092 - use dynamic_cast if getting "stats"
4093
4094 * mhflux/MAlphaFitter.cc:
4095 - small updates to output
4096
4097 * mhflux/MHEnergyEst.cc:
4098 - fixed all axis lables
4099 - implemented fit of resolution
4100 - initialize fBias=0 in SetupFill
4101 - enhances Print() output
4102
4103 * mjobs/MJCalibrateSignal.cc:
4104 - moved all tasks for interleaved calibration events to
4105 a third tasklist
4106
4107 * mjobs/MJCut.[h,cc]:
4108 - implemented correct treatment of MC files
4109 - write resulting events to result file if no filename set
4110 - moved energy estimator behind cuts
4111
4112 * mjobs/MJOptimize.cc:
4113 - changed RunEnergy such, that it can correctly treat
4114 MC files written by ganymed using wobble-mode
4115
4116 * mbase/MStatusDisplay.cc:
4117 - fixed a possible crash in GetFullPad
4118
4119 * mhbase/MBinning.[h,cc]:
4120 - implemented Copy Constructor
4121
4122 * mhflux/MHCollectionArea.h:
4123 - call CalcEfficiency in Finalize
4124
4125 * mhflux/MHEnergyEst.[h,cc]:
4126 - implemented GetWeights
4127
4128 * mimage/MHHillas.cc, mimage/MHHillasExt.cc, mimage/MHHillasSrc.cc,
4129 mimage/MHImagePar.cc, mimage/MHNewImagePar.cc, mimage/MHVsSize.cc:
4130 - remove histograms from global directory if name was changed
4131 in Draw
4132
4133 * mimage/MHVsSize.cc:
4134 - exhanged the arguments of TMath::Sign
4135
4136
4137
4138 2005/04/14 Thomas Bretz
4139
4140 * Release 0.9.1
4141
4142
4143
4144 2005/04/14 Thomas Bretz
4145
4146 * mjobs/MJCut.cc:
4147 - added MPointingPos to output
4148
4149
4150
4151 2005/04/13 Thomas Bretz
4152
4153 * mbase/MStatusDisplay.[h,cc]:
4154 - implemented new Image types which can be written
4155
4156 * mhbase/MBinning.[h,cc]:
4157 - added some more constructors which can set the binning directly
4158
4159 * mhflux/MHEnergyEst.h:
4160 - added getter for fHEnergy
4161
4162 * mhflux/FluxLinkDef.h, mhflux/Makefile:
4163 - added MHCollectionArea
4164
4165 * mhflux/MHCollectionArea.[h,cc]:
4166 - added
4167
4168
4169
4170 2005/04/13 Daniela Dorner
4171
4172 * datacenter/macros/fillcalib.C:
4173 - added update
4174
4175 * datacenter/scripts/copyscript
4176 - fixed bug / changed path
4177
4178 * datacenter/macros/setupdb.C
4179 - added table
4180
4181
4182
4183 2005/04/12 Daniela Dorner
4184
4185 * datacenter/macros, datacenter/scripts:
4186 - added
4187
4188 * datacenter/macros/buildsequenceentries.C,
4189 datacenter/macros/checkfileavail.C,
4190 datacenter/macros/doexclusions.C,
4191 datacenter/macros/fillcalib.C,
4192 datacenter/macros/filldotrbk.C,
4193 datacenter/macros/filldotrun.C,
4194 datacenter/macros/fillsignal.C,
4195 datacenter/macros/findcacofiles.C,
4196 datacenter/macros/getdolist.C,
4197 datacenter/macros/insertcacofile.C,
4198 datacenter/macros/insertdate.C,
4199 datacenter/macros/resetallruns.C,
4200 datacenter/macros/setstatus.C,
4201 datacenter/macros/setupdb.C,
4202 datacenter/macros/writesequencefile.C,
4203 datacenter/scripts/buildsequenceentries
4204 - added macros to do the automatic procedures in the datacenter
4205
4206 * datacenter/scripts/checkfilesforsequenceavail,
4207 datacenter/scripts/copyscript,
4208 datacenter/scripts/correcttime,
4209 datacenter/scripts/doexclusions,
4210 datacenter/scripts/filesondisk,
4211 datacenter/scripts/fillcallisto,
4212 datacenter/scripts/runcallisto,
4213 datacenter/scripts/runstar,
4214 datacenter/scripts/writesequencefiles
4215 - added scripts to do the automatic procedures in the datacenter
4216
4217 * automatic-exclusions.rc, steps.rc
4218 - added rc files for the automatic procedures
4219
4220
4221
4222 2005/04/12 Thomas Bretz
4223
4224 * Makefile:
4225 - for the moment remove mhistmc from compilation
4226
4227 * ganymed.cc:
4228 - return 2 when detecting wrong commandline argument
4229
4230 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
4231 - removed MEnergyEst (replaced by a simple MParameterD)
4232
4233 * manalysis/MEnergyEstimate.[h,cc]:
4234 - replaced MEnergyEst by MParameterD
4235 - implemented Print() function
4236 - updated ClassVersion from 0 to 1 to allow storage of
4237 energy estimator
4238
4239 * mbase/MStatusArray.[h,cc]:
4240 - overloaded DisplayIn to allow displaying a single tab
4241 - added some output if ObjectInCanvas not found
4242
4243 * mbase/MStatusDisplay.[h,cc]:
4244 - enhanced Read() and Display() with the possibility to only
4245 read or display a single tab
4246
4247 * mcalib/MCalibrateData.cc:
4248 - enhancements to logging output
4249
4250 * mcalib/MCalibrationRelTimeCalc.cc:
4251 - some fixes to format of logging output
4252
4253 * mfbase/MF.[h,cc]:
4254 - changed kAllowEmpty from a bit to the new datamember fAllowEmpty.
4255 This was necessary to allow storage of MF into files
4256 - changed ClassVersion from 0 to 1
4257
4258 * mhbase/MBinning.cc:
4259 - fixed SetEdgesRaw (lin, log, etc was ignored)
4260
4261 * mhflux/MHAlpha.[h,cc]:
4262 - replaced MEnergyEst by MParameterD
4263 - renamed Theta to ExcessTheta
4264 - renamed Energy to ExcessEnergy
4265 - renamed Size to ExcessSize
4266 - renamed Time to ExcessTime
4267
4268 * mhflux/MHEnergyEst.[h,cc]:
4269 - replaced MEnergyEst by MParameterD
4270 - implemented Print() function
4271 - some fixes to displaying the histograms. This makes sure,
4272 that no crashes happen, but unluckily it works correctly only
4273 with root 4.02/00
4274
4275 * mjobs/MJOptimize.[h,cc]:
4276 - implemented a AddPreCut taking a MFilter as argument
4277 - SetBit(kCanDelete) for all internal PreCuts
4278 - Print the result of the energy estimation after it was done
4279
4280 * mranforest/MRFEnergyEst.[h,cc]:
4281 - replaced MEnergyEst by MParameterD
4282
4283 * mfileio/MReadTree.cc:
4284 - shortened the output a bit when siwtching to the next file
4285
4286
4287
4288 2005/04/11 Thomas Bretz
4289
4290 * manalysis/MMatrixLoop.[h,cc]:
4291 - implement option to divide matrix into two samples
4292
4293 * mhflux/MHEnergyEst.cc:
4294 - changed to display projection of enegry resolution
4295 - fixed to use correct minimization value
4296
4297 * mjobs/MJOptimize.[h,cc]:
4298 - implemented option to divide sample into test/train
4299
4300 * mcalib/MCalibCalcFromPast.cc, mcalib/MCalibColorSteer.cc,
4301 mcalib/MCalibrationChargeCalc.cc, mhcalib/MHCalibrationCam.cc:
4302 - small updates to log-output
4303
4304 * mhflux/MAlphaFitter.cc:
4305 - output scale-factor
4306
4307 * mhist/MHCamera.cc:
4308 - as a workaround for a severe problem in gStyle->SetPalette
4309 when using the deep blue sea I have switched off this
4310 Platte for the moment
4311
4312
4313
4314 2005/04/08 Markus Gaug (2005/04/07)
4315
4316 * mhcalib/MHCalibrationChargeCam.cc:
4317 - UNDOCUMENTED CHANGE: Do not call histlo.CreateFourierSpectrum()
4318 if IsOscillations()
4319
4320 * mjobs/MJCalibrateSignal.cc:
4321 - UNDOCUMENTED CHANGE: Set SetOscillations(kFALSE) for
4322 hchacam, hbndcam, hrelcam
4323
4324 * mhcalib/MHCalibrationRelTimeCam.cc:
4325 - fill array only if IsOscillations() is true. This is the case in
4326 all classes deriving from MHCalibrationCam, except for this one!
4327 The effect was that the interlaced calib. events occupied more
4328 and more memory becoming slower and slower because the option:
4329 SetOscillations(kFALSE) was not treated correctly.
4330
4331 * mjobs/pedestalref_Dec04.rc
4332 - update the reference lines in the display according to the spline
4333 extractor.
4334
4335 * mjobs/MJCalibration.cc
4336 - clarify a mis-leading histogram title
4337
4338 * callisto_Dec04Jan05.rc:
4339 - UNDOCUMENTED CHANGE: use the pedestref_Dec04.rc as reference
4340 file.
4341
4342
4343
4344 2005/04/08 Thomas Bretz
4345
4346 * mhbase/MH3.cc:
4347 - replaced all Float-histograms by double histograms. This
4348 is backward compatible with I/O and has the advantage, that
4349 we are compatible with most other double histograms used in
4350 Mars
4351
4352 * mhflux/MHEnergyEst.cc:
4353 - made the energy binning the same than in all other classes
4354
4355 * mreport/MReportStarguider.[h,cc]:
4356 - implemented new values from new starguider report as defined
4357 in TDAS00-07 V7.1
4358 - Fixed the formerly wrong unit of fDevAz and fDevZd (unit now
4359 is arcmin)
4360
4361 * mjobs/MJCalibrateSignal.cc:
4362 - first replaced contmc by a new filter Markus G. used, but
4363 after a discussion with Abelardo it turned out, that the
4364 original filter does a better job, becuase it takes both
4365 (level 1 trigger and minimum number of phes) conditions
4366 used in the MC into account.
4367
4368 * mjobs/MJCut.cc:
4369 - added a plot: Effective-On-Time versus Theta used to produce
4370 a spectrum
4371
4372 * mjobs/MJCalibrateSignal.cc:
4373 - removed condition IsUseBlindPixel() and IsUsePINDiode from
4374 setting filter and applied it to the corresponding task
4375
4376 * mjobs/MDataSet.cc:
4377 - fixed a bug using the default paths
4378
4379
4380
4381 2005/04/07 Thomas Bretz
4382
4383 * mpointing/MSrcPosCalc.cc:
4384 - also skip Process if fSourcePos==NULL, this happens in real
4385 data, too, if no pointing correction is done.
4386
4387 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
4388 - removed MParameterI, MParameterD, MParameterDerr
4389
4390 * mbase/BaseLinkDef.h, mbase/Makefile:
4391 - added MParameterI, MParameterD, MParameterDerr
4392
4393 * mbase/MParList.cc:
4394 - if a container is rejected due to wrong inheritance its
4395 inheritance is mentioned in the error message
4396
4397 * mhbase/HBaseLinkDef.h, mhbase/Makefile:
4398 - removed MWeight
4399
4400 * mhbase/MWeight.[h,cc]:
4401 - removed, replaced by MParameterD
4402
4403 * mhbase/MFillH.[h,cc], mmontecarlo/MMcWeightEnergySpecCalc.[h,cc]:
4404 - replaced MWeight by MParameterD
4405
4406 * mjobs/MJStar.cc:
4407 - fixed the wrong axis title in the histogram showing the rate
4408
4409 * manalysis/MParameters.[h,cc]:
4410 - moved to mbase
4411
4412 * mbase/MParameters.[h,cc]:
4413 - inherit MParameterDerr from MParameterD
4414 - changed class version of MParameterDerr from 1 to 2
4415
4416 * mfbase/MFEventSelector2.cc:
4417 - fixed that in SelectProb the wrong bin was chosen
4418
4419
4420
4421 2005/04/07 Markus Gaug (2005/04/06)
4422
4423 * mjobs/calibrationref_Dec04.rc
4424 * callisto_Dec04Jan05.rc
4425 - update the reference lines in the display according to the spline
4426 extractor.
4427
4428 * msignal/MExtractTimeAndChargeSpline.cc
4429 - move fgHiGainFirst from 2 to 0. This is important for the Dec. und
4430 January data where the calib. pulse position changes much.
4431
4432 * mjobs/MJCalib.cc
4433 * mjobs/MJCalibration.cc
4434 - move fDevice and functions IsUseBlindPixel() and
4435 IsUsePINDiode() into the base class.
4436
4437 * mjobs/MJCalibrateSignal.cc
4438 - do not apply the modified extraction window to the interlaced
4439 calibration events. This is a bugfix especially for the
4440 December and January data.
4441 - extract and fit blind pixel and pin diode only if flag
4442 IsUseBlindPixel() or IsUsePINDiode() is set.
4443
4444
4445
4446 2005/04/07 Markus Gaug (2005/04/03)
4447
4448 * mcalib/MCalibrateData.cc
4449 - made one warning more understandable.
4450
4451 * msignal/MExtractTimeAndChargeDigitalFilter.cc
4452 - moved fgOffsetFromLogain from -1.8 to -2.8. This corrects only an
4453 defective extraction of the MC at low-gain signals lower than 90
4454 phes.
4455
4456
4457
4458 2005/04/07 Markus Gaug (2005/04/01)
4459
4460 * mpedestal/MExtractPedestal.[h,cc]
4461 - use the standard way to define the default for fNumEventsDump
4462 - added missing "NumDump" in ReadEnv
4463
4464 * callisto_*.rc
4465 - correct the default of the number of events used in
4466 pedestal calculation (NumEventsDump).
4467 - added missing lines for setting of parameters for the
4468 MJCalibrateSignal.PedCalcFromExtractRndm.*
4469 (CORRECTED SOME BUGS IN THIS LINES)
4470 - Replaced NumEventsDump by NumDump
4471
4472
4473
4474 2005/04/05 Thomas Bretz
4475
4476 * mjobs/MSequence.cc:
4477 - fixed a bug in SetupDatRuns. P was setup instead of D
4478
4479 * star.cc, mjobs/MJStar.cc:
4480 - fixed wrong setup of data-files
4481
4482 * mjobs/pedestalref_Feb05.rc, mjobs/hilocalib_sp1.root,
4483 mjobs/hilocalib_sp1_mc.root:
4484 - added
4485
4486 * mimage/MHillasCalc.[h,cc]:
4487 - implemented missing ReadEnv - DON'T KNOW WHERE IT WAS! argh...
4488
4489 * mmc/MMcCorsikaRunHeader.h:
4490 - added Getter for fWobbleMode
4491
4492 * mpointing/MSrcPosCalc.[h,cc]:
4493 - added detection of MC files and setting of source position
4494 according to wobble mode flag in MMcCorsikaRunHeader
4495 - fixed a bug in ReadEnv (wrong return statement) found
4496 by Abelardo. Correct handling of floating point numbers
4497 in the source position (12.5) was affected.
4498
4499
4500
4501 2005/04/04 Thomas Bretz
4502
4503 * callisto.cc, sinope.cc, mjobs/MDataSet.[h,cc], mjobs/MJCalibTest.cc,
4504 mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc,
4505 mjobs/MSequence.[h,cc]
4506 - changed setup procedure for paths to allow using standard
4507 paths everywhere
4508 - fixed to use new correct datacenter standard paths
4509 - made sure, that the sequences in a dataset are sorted by
4510 their number to ensure the correct synchronization
4511
4512 * mhflux/MHAlpha.cc:
4513 - display correct error (excess/significance)
4514
4515 * mjobs/MJCalibrateSignal.cc, mjobs/MJPedestal.cc:
4516 - removed MPointingPosCalc from Tasklist
4517
4518 * mjobs/MJStar.cc:
4519 - added MPointingPosCalc to tasklist for "Events" in case of MC
4520
4521 * ganymed.cc, mjobs/MJCut.[h,cc]:
4522 - implemented an option to enhance the display
4523 - do not display FS plot in wobble mode
4524 - made sure files are not written when they should not be written
4525
4526 * mhflux/MHAlpha.[h,cc]:
4527 - let FitEnergyBins return the mean of the significance of
4528 all Energy Bins
4529
4530 * mimage/MHHillasExt.cc, mimage/MHHillasSrc.cc,
4531 mimage/MHImagePar.cc, mimage/MHNewImagePar.cc:
4532 - implemented or fixed implementation of "same" Draw-option
4533 - slightly modified binning for Dist in MHHillasSrc
4534
4535 * mjobs/MJCalibrateSignal.cc:
4536 - do not plot pulse time twice
4537
4538 * mjobs/MJOptimize.cc:
4539 - print all parameters in minuit after they have been
4540 setup
4541
4542
4543
4544 2005/04/01 Thomas Bretz
4545
4546 * mbadpixels/MBadPixelsCalc.cc:
4547 - switched on bad pixel detection for a pedestal level
4548 which is more than 5 times the variance
4549
4550 * mfbase/MF.cc:
4551 - when fixing the "Inverted" bit in ReadEnv don't print a
4552 message on the screen
4553
4554 * mhflux/MHAlpha.cc:
4555 - plot correct errors
4556 - do not plot the point if its significance is not greater 1
4557
4558
4559
4560 2005/03/29 Markus Gaug
4561
4562 * mcalib/MCalibColorSet.cc:
4563 - added runs 34814, 34815, 45493, 45502, 45525, 45537 and 45548
4564
4565
4566
4567 2005/03/29 Thomas Bretz
4568
4569 * ganymed.cc:
4570 - implemented cmdline option for wobble and no-wobble to overwrite
4571 dataset
4572 - added cmdline option to print dataset
4573
4574 * mbase/MEvtLoop.[h,cc]:
4575 - added some memory leak analysis to eventloop
4576
4577 * mbase/MStatusDisplay.[h,cc]:
4578 - added third part to status bar which displays the current
4579 memory usage
4580 - added some more sizes to menu bar
4581 - replaced SetStatusLine1/2 by calling a common SetStatusLine
4582 - added a delete to CloseWindow() to be able to close a
4583 static window. REMARK: This gives a hell of warnings in
4584 valgrind but it is currently the only option to get this working
4585 which is really annoying
4586
4587 * mhbase/MH.cc:
4588 - small simplification
4589
4590 * mhbase/MHMatrix.cc:
4591 - replaced IsValid() by a check for the number of Rows, this
4592 was necessary because in root 4.02/00 all matrices seems
4593 to be valid
4594
4595 * mhflux/MHAlpha.cc:
4596 - changed the number of default bins in energy
4597 - make sure that the Alpha plot for off-data is displayed with
4598 a minimum at 0
4599 - fixed TPad::Divide for root 4.02/00
4600
4601 * mhflux/MHEnergyEst.cc:
4602 - use the mean abs of the resolution as fit value
4603 - some fixed to graphics
4604 - fixed the TPad::Divide for root 4.02/00
4605 - for the moment removed the pad added to the list of cleanups
4606 to get rid of the crashes
4607
4608 * mhflux/MHFalseSource.cc:
4609 - fixed for root 4.02/00 which seaqrches in the current pad
4610 for the histogram when calling Project3D
4611 - fixed the TPad::Divide for root 4.02/00
4612
4613 * mhist/MHHadronness.[h,cc]:
4614 - use MParameterD instead of MHadronness
4615
4616 * mimage/ImageLinkDef.h, mimage/Makefile:
4617 - added MHVsSize
4618
4619 * mimage/MHHillas.cc:
4620 - implemented 'same' for Center-histogram
4621
4622 * mhflux/FluxLinkDef.h, mhflux/Makefile:
4623 - added MHEnergyEst
4624
4625 * mhflux/MAlphaFitter.[h,cc]:
4626 - added significancetimes log10(excess) as fit option
4627
4628 * mjobs/MDataSet.[h,cc]:
4629 - added wobble-mode option
4630
4631 * mjobs/MJCut.cc:
4632 - changed default binning for energy
4633 - added MHillasSrcAnti optionally to the output
4634 - added MHVsSize to the tabs which are shown
4635
4636 * mjobs/MJOptimize.[h,cc]:
4637 - added dummy parameters to FixParameter for compatibility
4638 with SetParemeter
4639 - replaced MFSupercuts by MFMagicCuts
4640 - use Energy in MHAlpha instead of size
4641
4642 * mbase/MFilter.[h,cc]:
4643 - implemented ReadEnv to treat "Inverted"
4644
4645 * mfbase/MF.[h,cc], mfilter/MFSupercuts.cc:
4646 - treat "inverted" with MFilter::ReadEnv
4647
4648 * manalysis/MCompProbCalc.[h,cc], mranforest/MRanForestCalc.[h,cc]:
4649 - replaced MHadronness by MParameterD
4650
4651 * mdata/MDataFormula.[h,cc]:
4652 - removed comments from SetVariables
4653 - replaced GetExpFormula by GetTitle
4654
4655 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
4656 - MHadronness removed
4657
4658 * mfilter/MFMagicCuts.[h,cc]:
4659 - added
4660
4661 * mfilter/FilterLinkDef.h, mfilter/Makefile:
4662 - added MFMagicCuts
4663
4664 * mjobs/Makefile, mjobs/JobsLinkDef.h:
4665 - removed MJExtractSignal
4666
4667 * mfbase/MF.cc:
4668 - fixed a problem with double-inversion in ReadEnv
4669
4670 * mpointing/MSrcPosCalc.cc:
4671 - removed an output line which showed only an empty container
4672
4673
4674
4675 2005/03/24 Thomas Bretz
4676
4677 * callisto.cc, ganymed.cc, mars.cc, merpp.cc, readdaq.cc,
4678 readraw.cc, showlog.cc, showplot.cc, sinope.cc, star.cc:
4679 - replaced all returns of -1 by return 2
4680
4681 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
4682 - added MEnergyEst (container)
4683
4684 * mhflux/MAlphaFitter.[h,cc]:
4685 - implemented new fit result options
4686
4687
4688
4689 2005/03/23 Markus Gaug
4690
4691 * msignal/MExtractTimeAndChargeDigitalFilter.cc
4692 - fix a bug in the time fine adjustment
4693
4694 * mjobs/hilocalib_*_mc.root
4695 - high-gain low-gain intercalibration constants for the MC.
4696
4697 * mjobs/MJCalibration.cc
4698 - use the MC- intercalibration files for MC.
4699
4700
4701
4702 2005/03/23 Thomas Bretz
4703
4704 * mhcalib/MHCalibrationChargeCam.cc:
4705 - fixed a possible crash in DrawDataCheckPixel() if
4706 pix.GetGraphEvents() returns NULL
4707
4708
4709
4710 2005/03/23 Thomas Bretz
4711
4712 * Release 0.9
4713
4714
4715
4716 2005/03/23 Thomas Bretz
4717
4718 * ganymed.cc:
4719 - implemented wobble-mode option
4720
4721 * mhflux/MAlphaFitter.[h,cc]:
4722 - fixed a problem in wobble mode (number of on- minus number
4723 of off-entries where calculated as 0)
4724 - added some additional resource options for scaling
4725 - added some missing const-qualifiers
4726
4727 * mhflux/MHAlpha.cc:
4728 - some cosmetic change to output
4729
4730 * mjobs/MDataSet.[h,cc]:
4731 - added the possibility to add a source name for wobble mode
4732 (preliminary)
4733 - added reading from *.edb catalog
4734
4735 * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
4736 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc:
4737 - replaced iter.Print("all") by iter.Print()
4738
4739 * mjobs/MJCut.[h,cc]:
4740 - implemented wobble mode
4741 - implemented getting source position
4742
4743 * mjobs/MJStar.cc:
4744 - switched off calculation of MConcentration
4745 - implemented the new debug option for files (was still missing
4746 in MJStar)
4747
4748 * mpointing/MSrcPosCalc.[h,cc]:
4749 - always writa the anti-source position into the parameter list, too
4750 - implemented wobble mode (exchange source and anti-source position)
4751
4752 * mjobs/Makefile, mjobs/JobsLinkDef.h:
4753 - added MJOptimize
4754
4755 * mfilter/MFSupercuts.[h,cc]:
4756 - added
4757
4758 * mfilter/Makefile, mfilter/FilterLinkDef.h:
4759 - added MFSupercuts
4760 - removed MFAlpha
4761
4762 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
4763 - removed MEnergyEst
4764 - removed MEnergyEstParam
4765 - removed MEnergyEstParamDanielMkn421
4766 - removed MSupercuts
4767 - removed MSupercutsCalc
4768 - removed MFindSupercuts
4769 - removed MMinuitInterface
4770 - removed MFiltercutsCalc
4771
4772 * mhist/Makefile, mhist/HistLinkDef.h:
4773 - removed MHEnergyTime
4774 - removed MHEnergyTheta
4775 - removed MHAlphaEnergyTime
4776 - removed MHAlphaEnergyTheta
4777 - removed MHThetabarTime
4778 - removed MHThetabarTheta
4779 - removed MHGamma
4780 - removed MHSigmaPixel
4781 - removed MHSigmabarTheta
4782 - removed MHOnSubtraction
4783 - removed MHFindSignificance
4784 - removed MHCT1Supercuts
4785
4786 * mhflux/Makefile, mhflux/HistLinkDef.h:
4787 - added MHEnergyEst
4788
4789
4790
4791 2005/03/22 Thomas Bretz
4792
4793 * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
4794 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc:
4795 - added a possibility to print the files which are
4796 searched/found if the files doesn't match the sequence
4797
4798 * mjobs/MJPedestal.cc:
4799 - undocumented(!) change, changed fgExtractWinLeft
4800 from 3.5 to 2.5
4801
4802 * mimage/MHillas.cc:
4803 - fixed a bug which took unused pixels into account
4804 introduced errornously with the last change to MSignalCam
4805
4806
4807
4808 2005/03/21 Thomas Bretz
4809
4810 * mfbase/MFDataChain.cc:
4811 - fixed a bug in GetDataMember if fData is not valid
4812
4813 * mhbase/MH3.cc:
4814 - moved drawing histograms back to Draw. This fixes a
4815 problem with root 4.02/00. Reading/Writing should be
4816 no problem if the names of the profiles are well known.
4817 - with this fix 'same' is currently NOT supported
4818
4819 * mimage/ImageLinkDef.h, mimage/Makefile:
4820 - added MNewImagepar2
4821 - added MHCewImagePar2
4822
4823 * mimage/MNewImagePar2.[h,cc], mimage/MHNewImagePar2.[h,cc]:
4824 - added new classes calculating and displaying the length
4825 of the border line of a shower
4826
4827 * mimage/MHImagePar.cc:
4828 - fixed a problem with root 4.02/00 when setting the margin
4829 in Divide to 0 by setting it to 1e-10
4830
4831 * mimage/MHNewImagePar.[h,cc]:
4832 - fixed to display Areas in deg^2
4833
4834 * mimage/MHillas.cc, mimage/MHillasExt.cc, mimage/MHillasSrc.cc,
4835 mimage/MImagePar.cc, mimage/MNewImagePar.cc
4836 - a small fix to Print()
4837
4838 * mimage/MHillasCalc.[h,cc]:
4839 - added MNewImagePar2 to supported image parameters
4840
4841 * mjobs/MJStar.cc:
4842 - replaced MCerPhotEvt by MSignalCam
4843
4844 * msignal/cosmics_weights46.dat, msignal/calibration_weightsUV46.dat,
4845 mjobs/hilocalib_df46.root:
4846 - added new intercalibration file for digital filter 4sl higain
4847 and 6sl logian
4848
4849 * mbase/MLogHtml.cc:
4850 - fixed a bug in Underline which cause a crash if fOut==NULL
4851 - output a message if file cannot be opened
4852
4853 * mhcalib/MHCalibrationPulseTimeCam.cc:
4854 - for some output there was a replacement of pix.GetPixId()
4855 by hist.GetName() <undocumented>
4856
4857 * mimage/MHillas.[h,cc]:
4858 - added new member function GetBorderLine returning the border
4859 line correspondig to an ellipse with axis lnegth and width
4860 - added new member function GetArea returning the area
4861 correspondig to an ellipse with axis lnegth and width
4862
4863
4864
4865 2005/03/19 Markus Gaug
4866
4867 * mjobs/hilocalib_df46.root
4868 - added new intercalibration file for digital filter 4sl higain
4869 and 6 slices logain
4870
4871 * mjobs/MJCalibration.cc
4872 - exchanged intercalibration file from hilocalib_df_4.root to
4873 hilocalib_df46.root
4874 - do not apply hi-gain lo-gain intercalibration for MC files.
4875
4876 * mjobs/MJPedestal.cc
4877 - exchanged two (Int_t)'s by TMath::Nint().
4878 - undocumented(!) change to the calculation of the extraction
4879 range (PulsePosCheck)
4880
4881 * callisto.rc
4882 - exchanged default weights file for Digital filter from
4883 cosmics_weights4.dat to cosmics_weights46.dat and from
4884 calibration_weights_UV4.dat to calibration_weights_UV46.dat!
4885 This change is absolutely necessary, given the new results from
4886 Nuria about the signal resolution in the low gain which gets worse
4887 than the intrinsic Poisson jitter above 350 phes. Also the time
4888 resolution is too bad. This was not known before we had the
4889 correct low-gain MC pulse.
4890
4891
4892
4893 2005/03/18 Thomas Bretz
4894
4895 * Makefile:
4896 - removed mone from list of compiled programs
4897
4898 * mars.cc:
4899 - replaced the MARS display by the Camera Display directly
4900
4901 * manalysis/MCameraData.[h,cc], mcalib/MCalibrateData.[h,cc],
4902 mbadpixels/MBadPixelsTreat.[h,cc], mcalib/MCalibrateRelTimes.[h,cc],
4903 mimage/MCameraSmooth.[h,cc], mimage/MConcentration.[h,cc],
4904 mimage/MHillas.[h,cc], mimage/MHillasExt.[h,cc],
4905 mimage/MImgCleanStd.[h,cc], mimage/MNewImagePar.[h,cc],
4906 mimage/MImagePar.[h,cc], MNewImagePar.[h,cc],
4907 mjobs/MJCalibTest.cc, mhcalib/MHCalibrationTestCam.[h,cc],
4908 mpedestal/MPedPhotCalc.[h,cc], mjobs/MJCalibrateSignal.cc:
4909 - removed dependancy on MArrivalTime, information now
4910 found in MSignalCam
4911 - replaced MCerPhotEvt by MSignalCam
4912 - it was renamed because it will be completely incompatible
4913 anyhow
4914
4915 * mjobs/MJCalibrateSignal.cc:
4916 - use new MSignalCam type to display pulse position of cosmics
4917
4918 * mcalib/MCalibrateData.cc:
4919 - calculate number of saturated pixels
4920
4921 * manalysis/MCerPhotEvt.[h,cc]:
4922 - removed possibility for zero-supression. Now the index
4923 is identical with the position in the array
4924 - renamed and moved to msignal/MSignalCam.[h,cc]
4925
4926 * manalysis/MCerPhotPix.cc:
4927 - removed obsolete values
4928 - added arrival time
4929 - renamed and moved to msignal/MSignalPix.[h,cc]
4930
4931 * mcalib/MCalibrationChargeCalc.cc:
4932 - some cosmetic changes and small fixed from the Munich cvs
4933 (undocumented)
4934
4935 * mfileio/MWriteRootFile.cc:
4936 - fixed bug in RecursiveRemove which caused crashed with real
4937 data
4938
4939 * mhft/MGeomCamMagicEnhance.cc, mhft/MHexagonalFTCalc.cc:
4940 - updated, but untested
4941
4942 * mhist/MHCamEvent.[h,cc]:
4943 - some fixes in Draw to get a correct display in root 4.02/00
4944 (at least on 64-bit systems)
4945 - removed kSqrtVariance it is included in kProfile now
4946
4947 * mhist/MHCamera.[h,cc]:
4948 - removed sqrtvariance option which is included in profile now
4949 - the profile now uses the new array fBinEntries to display
4950 a more accurate profile
4951
4952 * mhist/MHEvent.cc:
4953 - set to type 6 for arrival times
4954
4955 * mimage/MHillasCalc.cc:
4956 - updated text for error=1
4957
4958 * mimage/MImagePar.cc:
4959 - copy number of saturated pixels from MSignalCam
4960
4961 * mjobs/MJStar.cc:
4962 - enhanced title of some histogram
4963
4964 * mjobs/MSequence.cc:
4965 - updated path to fit data center (D.Dorner)
4966
4967 * mmain/MEventDisplay.cc:
4968 - display Arrival Time from MSignalCam now
4969
4970 * msignal/MArrivalTimeCam.cc:
4971 - implemented a new case 6 which is identical with the
4972 default case AND arrival time from MSignalCam
4973
4974 * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
4975 manalysis/:
4976 - removed MCerPhotEvt
4977 - removed MCerPHotPix
4978 - removed MCerPhotAnal
4979 - removed MCerPhotAnal2
4980 - removed MCerPhotCalc
4981
4982 * mimage/Makefile, manalysis/ImageLinkDef.h:
4983 - removed MHillasSrcCalc
4984
4985 * manalysis/MSupercutsCalc.cc:
4986 - removed an obsolete include
4987
4988 * mhist/Makefile, mhist/HistLinkDef.h:
4989 - removed MHSigmaTheta
4990
4991 * mmain/Makefile, mmain/HistLinkDef.h:
4992 - removed MDataCheck
4993 - removed Mars
4994 - removed MAnalysis
4995 - removed MMonteCarlo
4996 - removed MGDisplayAdc
4997 - removed MOnlineDisplay
4998 - removed MOnlineDump
4999
5000 * msignal/Makefile, msignal/HistLinkDef.h, msignal/:
5001 - added MSignalCam
5002 - added MSignalPix
5003 - added MSignalCalc
5004
5005 * msql/Makefile, msql/SqlLinkDef.h:
5006 - removed MSqlInsertRun
5007
5008 * mfilter/Makefile, mfilter/FilterLinkDef.h:
5009 - removed MFSelBasic
5010 - removed MFSelStandard
5011 - removed MFSelFinal
5012
5013
5014
5015 2005/03/17 Thomas Bretz
5016
5017 * callisto.cc:
5018 - added new option moon
5019 - use light condition from MSequence to determin light condition
5020 automatically
5021
5022 * mjobs/MJPedestal.h:
5023 - allow setting SetUseHists also to kFALSE
5024
5025 * mjobs/MSequence.[h,cc]:
5026 - added fLightCondition
5027
5028 * mcalib/MCalibrateData.cc:
5029 - undocumented change from Markus Gaug
5030
5031 * mfilter/MFCT1SelBasic.[h,cc], mfilter/MFCT1SelStandard.[h,cc],
5032 mfilter/MFCT1SelFinal.[h,cc]:
5033 - moved to manalysisct1
5034
5035 * mfilter/Makefile, mfilter/FilterLinkDef.h:
5036 - removed MFCT1SelBasic
5037 - removed MFCT1SelStandard
5038 - removed MFCT1SelFinal
5039
5040 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
5041 - removed MPad
5042 - removed MMakePadHistograms
5043 - removed MSigmabar
5044 - removed MSigmabarParam
5045 - removed MSigmabarCalc
5046
5047 * mimage/Makefile, mimage/ImageLinkDef.h:
5048 - removed MImgCleanTGB
5049
5050 * mmontecarlo/Makefile, mmontecarlo/MonteCarloLinkDef.h
5051 - removed MMcEnergyEst
5052 - removed MMcTimeGenerate
5053
5054 * msignal/Makefile, msignal/SignalLinkDef.h:
5055 - removed MArrivalTime
5056 - removed MArrivalTimeCalc
5057 - removed MArrivalTimeCalc2
5058
5059 * mjobs/MJCalibration.cc:
5060 - followed some undocumented changes from the other cvs
5061
5062
5063
5064 2005/03/16 Thomas Bretz
5065
5066 * callisto.cc:
5067 - set changed extractor in MJCalibrateSignal from MJPedestal
5068 - don't process 'range finding' for MonteCarlo data
5069
5070 * callisto.rc:
5071 - removed obsolete Modified* option
5072
5073 * mjobs/MJCalibrateSignal.[h,cc]:
5074 - removed obsolete flag for ModifiedExtractWin
5075 - allow also NULL for SetExtractor
5076 - rearanged the too MWriteRootFile instantiations otherwise
5077 callisto crashes in MWriteRootFile::ChangeFile
5078 - removed some obsolete comments about an old MC workaround
5079
5080 * mdata/MDataChain.cc:
5081 - fixe to allow sign after e (eg. 1e-3, 1e+5 instead of 1e3, 1e5)
5082
5083 * mcalib/MCalibColorSet.cc, mcalib/MCalibrationChargeCalc.cc,
5084 mhcalib/MHCalibrationCam.cc:
5085 - undocummented change
5086
5087
5088
5089 2005/03/16 Markus Gaug
5090
5091 * msignal/MExtractTimeAndChargeSlidingWindow.cc
5092 - fixed a bug in the reading of the resource file (reading of the
5093 MExtractTimeAndCharge resources was skipped).
5094
5095 * mcalib/MCalibrateData.cc
5096 - for the case that the high-gain saturates, but the low-gain signal
5097 could not be extracted successfully, take the high-gain signal,
5098 multiplied by 1.5 (before, 0 was taken erroneously).
5099
5100 * msignal/MExtractTimeAndCharge.cc
5101 - catch one potential case for memory leaks in the low-gain
5102 calculation. Extract low-gain only if the remaining extraction
5103 window is not smaller than the number of slices needed by the
5104 signal extractor.
5105 - set the default fgLoGainStartShift to -3.5
5106
5107 * msignal/MExtractTimeAndChargeSpline.[h,cc]
5108 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]
5109 - adjust fLoGainStartShift by one slice, after findings from MC.
5110
5111
5112
5113 2005/03/15 Markus Gaug
5114
5115 * msignal/MExtractTimeAndChargeSpline.h
5116 - take fRandomIter out of the streamer.
5117 - take fRiseTimeLoGain and fFallTimeLoGain into the streamer.
5118 - raise version number to 4
5119
5120 * mjobs/MJCalibration.cc
5121 - set default to kFALSE for PIN Diode or Blind Pixel calibration
5122 (was kTRUE by error).
5123
5124
5125
5126 2005/03/15 Thomas Bretz
5127
5128 * mjobs/MJCalibrateSignal.[h,cc]:
5129 - added the fExtractor data member
5130 - added a destructor deleting it
5131 - only read extractor from file if not set by user
5132 - user fExtractor as extractor1
5133 - do not delete extractor1 if set by user
5134 - added member function to set extractor
5135
5136 * mjobs/MJPedestal.cc:
5137 - removed MFEventSelector workaround again
5138 - do not write pedy file anymore
5139
5140 * callisto.cc:
5141 - MJCalibrateSignal now takes the signal extractor directly
5142 instead of taking the long way round a new file
5143
5144 * mpedestal/MExtractPedestal.cc:
5145 - ReInit extractor correctly. Now the workaround should be
5146 really obsolete
5147
5148 * mbase/MGMenu.[h,cc]:
5149 - make fix fix also compile root 3.10.02
5150
5151
5152
5153 2005/03/14 Thomas Bretz
5154
5155 * mbase/MGMenu.h:
5156 - added a fix for root 4.02.00
5157
5158
5159
5160 2005/03/14 Markus Gaug
5161
5162 * mcalib/MCalibrateData.cc
5163 - catch the case that now high-gain low-gian intercalibration const.
5164 is available.
5165
5166 * mjobs/MJPedestal.cc
5167 - modify option for pedy*.root: from UPDATE to RECREATE
5168
5169
5170
5171 2005/03/11 Markus Gaug
5172
5173 * callisto.rc
5174 - changed default weights for DF to cosmics_weights4.dat. (This has
5175 turned out to be the most stable set of weights).
5176
5177 * mjobs/MJCalibration.cc
5178 - some cosmetic changes in the output
5179 - in case of WriteHists(), do not overwrite existing signal*.root
5180 file, but append histograms (bugfix!)
5181
5182
5183
5184 2005/03/10 Toni Coarasa (With Nadia's and Alessandro's inside)
5185
5186 * mjobs/MJCut.cc
5187 - inclusion of (TString) to avoid compiler error under 2.95.3
5188
5189 * sinope.cc
5190 - inclusion of <errno.h> to avoid compiler error under 2.95.3
5191
5192
5193
5194 2005/03/10 Markus Gaug
5195
5196 * msignal/MExtractTimeAndCharge.cc
5197 - set fgLoGainStartShift to -4.0
5198 - put a check to avoid a dynamic low-gain range < 0 (should not
5199 occur with current extractors, but one never knows...)
5200
5201 * msignal/MExtractor.[h,cc]
5202 - introduced Clear()-function, used in SetRange()
5203
5204 * mjobs/MJCalibrateSignal.cc
5205 - changed order of initialization of the 2 MWriteRootFiles whereupon
5206 the crash goes away. Have to revise the /dev/null work-around
5207 in MWriteRootFile!
5208
5209
5210
5211 2005/03/09 Markus Gaug
5212
5213 * msignal/MExtractTimeAndCharge.cc
5214 - catch a (very unprobable) case in which the low-gain range could
5215 be negative
5216
5217 * mjobs/MJCalibrateSignal.cc
5218 - modify writing of MCalibrationPulseTimeCam to disk in order to
5219 avoid program crash in the destructor of MJCalibrateSignal
5220
5221 * mhcalib/MHGausEvents.h
5222 - take fGraphEvents, fGraphPowerSpectrum, fHPowerProbability and
5223 fPowerSpectrum out of the streamer.
5224 - intialize fFlags to 0
5225
5226
5227
5228 2005/03/09 Thomas Hengstebeck
5229
5230 * mranforest/MRFEnergyEst.cc
5231 - changed call of min, max functions to TMath::Min() and
5232 TMath::Max() to avoid compilation problems with some gcc
5233 versions
5234 - changed check of energy rule (last col of MHMatrix) so, that
5235 any rule containing "fEnergy" is accepted.
5236
5237
5238
5239 2005/03/08 Markus Gaug
5240
5241 * mhcalib/MHPedestalCam.[h,cc]
5242 - introduce new parameter "fFitStart" to decide from outside where
5243 to start fitting the pedestals.
5244
5245
5246
5247 2005/03/07 Markus Gaug
5248
5249 * mjobs/hilocalib_df6.root
5250 * mjobs/hilocalib_sp2.root
5251 - two files with the high-gain vs. logain intercalibration results.
5252 for Digital filter and September data and Spline and December
5253 data.
5254
5255 * callisto.rc
5256 - allow setting the variables ExtractWinLeft and ExtractWinRight.
5257
5258 * mhcalib/MHCalibrationHiLoCam.h
5259 * mhcalib/MHCalibrationCam.h
5260 * mhcalib/MHGausEvents.h
5261 - put the Draw-functions into the *MENU*
5262
5263 * mjobs/MJCalibration.[h,cc]
5264 - introduced reading of hi-vs.logain calibration file
5265
5266 * mjobs/MJPedestal.[h,cc]
5267 - modified range setting according Thomas S. suggestions
5268
5269 * msignal/MArrivalTime.[h,cc]
5270 - took out some commented code which will not be used any more
5271 - improve Print() function
5272
5273
5274
5275 2005/03/05 Markus Gaug
5276
5277 * msignal/MExtractTimeAndChargeSpline.[h,cc]
5278 - removed the obsolete parts of "kMaximum" and "kHalfMaximum" in the
5279 code which were still persistent
5280 - set default extraction type to integral (instead of amplitude)
5281 - set version number to 3
5282
5283 * mcalib/MCalibrationChargeCam.[h,cc]
5284 - added new function GetAvergedConvFADC2PhePerArea for the datacheck
5285
5286 * mjobs/MJPedestal.[h,cc]
5287 - added function WriteExtractor which writes the extractor with the
5288 new ranges to disk if fPulsePosCheck has been selected.
5289
5290 * mjobs/MJCalibrateSignal.[h,cc]
5291 - added functionality to read the updated extractor from
5292 MJPedestalY2 (with the new extraction ranges).
5293
5294
5295
5296 2005/03/04 Abelardo Moralejo
5297
5298 * mmc/MFadcDefine.h
5299 - Changed constant SUBBINS from 5 to 500. This defines the
5300 resolution of the analog signal simulation in the camera MC.
5301 The time step is the duration of one FADC slice divided by
5302 SUBBINS. The change was necessary to implement correctly the PMT
5303 time jitter.
5304
5305
5306
5307 2005/03/03 Markus Gaug
5308
5309 * mjobs/pedestalref.rc
5310 * mjobs/calibrationref.rc
5311 * mjobs/calibrationref_Nov04.rc
5312 - added documentation
5313
5314 * mjobs/signalref.rc
5315 - added
5316
5317 * mjobs/MJPedestal.cc
5318 - re-added MFEventSelector which had been removed by TB on the
5319 15.2.2005.
5320 - added pulse position selector, as decided at the Berlin soft-
5321 ware meeting.
5322
5323 * callisto.cc
5324 - added SetPulsePosCheck() in MJPedestalY2
5325
5326 * mjobs/MJCalibrateSignal.cc
5327 - updated pulse pos. calculator, can be switched off now.
5328
5329 * mjobs/MJCalib.[h,cc]
5330 - added flag fPulsePosCheck
5331
5332
5333
5334 2005/03/02 Markus Gaug
5335
5336 * mjobs/MJCalib.[h,cc]
5337 * mjobs/MJPedestal.[h,cc]
5338 * mjobs/MJCalibration.[h,cc]
5339 * mjobs/MJCalibrateSignal.[h,cc]
5340 - put the storage types in the base class
5341
5342 * mbadpixels/MBadPixelsCam.cc
5343 - add some output in case that AsciiRead does not work
5344
5345 * msignal/MExtractTimeAndChargeSpline.cc
5346 - speed integration up a little bit.
5347
5348 * callisto.rc
5349 - adapt the low-gain stretch for the different pulse form for
5350 calibration and cosmics pulses (only applied if spline is used).
5351
5352
5353
5354 2005/02/25 Markus Gaug
5355
5356 * mhcalib/MHCalibrationHiLoCam.[h,cc]
5357 - fixed bug in inter-calibration hi-logain for arrival times.
5358
5359 * mhcalib/MHCalibrationPulseTimeCam.[h,cc]
5360 - fixed the situation where the maximum bin is already found in the
5361 low-gain samples.
5362
5363 * mjobs/MJCalibration.cc
5364 - write the MPedestalCams also to disk (needed for data-check).
5365
5366
5367
5368 2005/02/25 Abelardo Moralejo
5369
5370 * msignal/MC_calibration_weights_UV.dat
5371 - Added. Weights file for using the digital filter on MC
5372 calibration files. For the moment the weights are the same as in
5373 the file calibration_weights_UV.dat, only that high and low gain
5374 have both the same weights because for the moment the MC pulse
5375 shape is the same in both gain branches.
5376
5377
5378
5379 2005/02/24 Markus Gaug
5380
5381 * mjobs/MJCalibrateSignal.cc
5382 - include display of pulse times (calculated in the post-process)
5383 - include the possibility for the pixel check (like in MJCalibration)
5384
5385 * mhcalib/MHCalibrationHiLoCam.cc
5386 - set default range up to 30.
5387
5388 * mhcalib/MHCalibrationChargeBlindPix.h
5389 - take the TVectors out of the streamer, to be exectuable with
5390 root.04.02
5391
5392
5393
5394 2005/02/24 Thomas Hengstebeck
5395
5396 * macros/RFEnergyEst.C
5397 - new macro to show the usage of RFEnergyEst class.
5398
5399
5400
5401 2005/02/24 Abelardo Moralejo
5402
5403 * mtemp/mpadova/macros/resize.C
5404 - moved MSrcPosCam output container from RunHeaders to Events tree.
5405
5406
5407
5408 2005/02/18 Marcos Lopez
5409
5410 * mflux/
5411 - new directory to store the flux related classes.
5412
5413 * mflux/MHadAlphaCut.{h,cc}
5414 - container to store the optimal hadronness and alpha cut for each bin in
5415 estimated energy and theta.
5416
5417 * mflux/MFHadAlpha.{h,cc}
5418 - filter to apply the hadronness and alpha cuts stored in
5419 MHadAlphaCut. It can be selected to apply only alpha, only hadronness
5420 cut or both.
5421
5422
5423
5424 2005/02/18 Markus Gaug
5425
5426 * mhcalib/MHCalibrationPulseTimeCam.[h,cc]
5427 - new class to histogram the arrival time of cosmics above a certain
5428 threshold.
5429
5430 * mcalib/MCalibrationPulseTimeCam.[h,cc]
5431 - new class container with results of MHCalibrationPulseTimeCam
5432
5433 * mjobs/MJCalibrateSignal.cc
5434 - include MCalibrationPulseTimeCam to display
5435
5436
5437
5438 2005/02/18 Thomas Bretz
5439
5440 * mbase/MStatusDisplay.cc:
5441 - switch off TH1::AddDirectory during DrawClonePad
5442
5443 * mjobs/MSequence.[h,cc]:
5444 - added some code (still commented) for later use,
5445 allowing to setup a different filename for each runfile
5446 - added SetNight member function
5447 - added Add*Runs member function
5448 - with this changes MSequence can replace MRunIter now
5449 - allow requesting of standard path from outside
5450 (GetStandardPath)
5451
5452 * Makefile:
5453 - added sinope
5454
5455 * sinope.cc:
5456 - added (small tool to check contents of run for datacenter)
5457
5458 * callisto.cc:
5459 - added background information about Callisto
5460
5461 * ganymed.cc:
5462 - added background information about Ganymed
5463
5464 * mjobs/MJCalibrateSignal.cc:
5465 - removed special MC code. The MC files now have a lo-gain
5466 switch and we can extract the pedestal rms from lo-gain
5467 - don't print statistics if nothing was executed
5468 - fixed display. The displayed pedestal RMS was the one
5469 caluclated with a extractor but not at random position
5470 (This only effects the display, the algorithm was ok)
5471
5472
5473
5474 2005/02/17 Markus Gaug
5475
5476 * mjobs/MJCalibTest.cc
5477 - removed bug treating the MC calibration files uncorrectly
5478 - added Pixel-Check treatment
5479
5480 * mjobs/MJCalibration.cc
5481 - added Pixel-Check treatment
5482
5483 * callisto.rc
5484 - added pixel-check option
5485
5486 * msignal/MExtractTimeAndChargeDigitalFilter.cc
5487 - calculate high-gain signal even if saturation occurs
5488
5489
5490
5491 2005/02/17 Thomas Bretz
5492
5493 * mjobs/MJStar.cc:
5494 - fixed some missing containers in case of MC files
5495
5496 * callisto.cc:
5497 - removed obsolete second check for kModeC
5498
5499 * mars.rc:
5500 - added a lot of option to be able to use a
5501 different signal extractor looking into uncalibrated
5502 data
5503
5504 * manalysis/MCameraData.[h,cc]:
5505 - added Print() member function
5506
5507 * manalysis/MCerPhotAnal2.[h,cc]:
5508 - switched off writing into MCerPhotEvt
5509
5510 * mdata/MDataChain.[h,cc]:
5511 - added code to handle priorities of operators correctly
5512
5513 * mhist/MHEvent.cc:
5514 - fixed display for MPedestalRMS
5515
5516 * mjobs/MJCalib.cc:
5517 - fixed treatment of PixelCheck resource
5518
5519 * mjobs/MJCalibrateSignal.cc:
5520 - added some comments about Monte Carlo
5521 - added MMcFadcHeader to output
5522
5523 * mjobs/MJPedestal.cc:
5524 - do not allow 'UseData' for Monte Carlos. Reason is given as
5525 comment in the code
5526
5527 * mmain/MEventDisplay.[h,cc]:
5528 - changed such, that mars.cc allows to set the used extractor
5529 - removed the obsolete cam.root, ped.root option
5530
5531 * mmain/MCameraDisplay.cc:
5532 - adapted to change in MEventDisplay
5533
5534
5535
5536
5537 2005/02/16 Javier Rico
5538
5539 * mhistmc/MHMcUnfoldCoeff.[cc,h], mhistmc/Makefile,
5540 mhistmc/HistMcLinkDef.h
5541 - Added container class holding the histograms of the coefficients
5542 for the (iterative) unfolding.
5543
5544 * mmontecarlo/MMcUnfoldCoeffCalc.[cc,h], mmontecarlo/Makefile,
5545 mmontecarlo/MonteCarloLinkDef.h
5546 - Added task class to compute the coefficients for the (iterative)
5547 unfolding.
5548
5549 * macros/unfoldCoeff.C
5550 - added macro that computes the effective areas and coefficients
5551 from a MC input file (with OriginalMC tree and MEnergyEst
5552 branch containing the energy estimator). This may be used
5553 as layout for spectrum computation program.
5554
5555
5556
5557 2005/02/16 Markus Gaug
5558
5559 * mdata/MDataChain.cc
5560 - replaced ROOT version check for the compiler from 4.02.00 to
5561 4.01.00
5562
5563 * mranforest/MRFEnergyEst.cc
5564 - include "TVector.h", otherwise this class does not compile
5565 in newer root versions
5566
5567 * msignal/MExtractTimeAndCharge.cc
5568 - initialize fLoGainStartShift correctly if read from conf. file
5569 and modified fOffsetLoGain exists.
5570
5571 * msignal/*weights*.dat
5572 - new weights with the uniform pedestal RMS. (Please use these!)
5573
5574 * msignal/pulpo_weights*.dat
5575 - new weights with the pulpo-pulse form and without NSB!!
5576
5577
5578
5579 2005/02/16 Thomas Hengstebeck
5580
5581 * mranforest/MRFEnergyEst.[h,cc]
5582 - added RF class for energy estimation
5583
5584 * mranforest/MRFEnergyEst.cc
5585 - changed calculation of estimated energy, now interpolated values
5586 are returned
5587
5588
5589
5590 2005/02/16 Abelardo Moralejo
5591
5592 * macros/starmc2.C:
5593 - Changed the way in which the "OriginalMC" tree is copied from
5594 the input to the output file. Now we ise the new procedure
5595 MWriteRootFile::AddCopySource
5596
5597 * mhistmc/MHMcCollectionArea.cc
5598 - Changed default fName to "MHMcCollectionArea"
5599
5600 * mtemp/mpadova/macros/resize.C
5601 - Changed weights
5602
5603
5604
5605 2005/02/16 Thomas Bretz
5606
5607 * mbase/MEvtLoop.cc:
5608 - fixed a typo
5609
5610 * mbase/MParList.cc, mfileio/MReadMarsFile.cc,
5611 mfileio/MReadTree.cc, mfileio/MWriteRootFile.cc,
5612 mjobs/MJStar.cc:
5613 - optimized size of some output
5614
5615 * mfileio/MWriteRootFile.[h,cc]:
5616 - fixed CopySource option for single-file case
5617
5618 * mhist/MHCamEvent.cc:
5619 - replaced the warn in SetupFill by an inf
5620
5621 * mhcalib/MHCalibrationCam.cc, mhcalib/MHCalibrationHiLoCam.cc,
5622 mhcalib/MHCalibrationChargePINDiode.cc:
5623 - removed obsolete output after a failed FindCreateObj (the
5624 function itself does the output in case of failure)
5625
5626 * mhcalib/MHCalibrationCam.cc:
5627 - replaced 'err' by 'warn' for under-/overflow in lo-gain pixel,
5628 it doesn't result in an fatal error (abort)
5629
5630 * mranforest/MRanForestCalc.cc:
5631 - added a missing debug level to some output
5632
5633 * mranforest/MRFEnergyEst.[h,cc]:
5634 - cleaned up includes
5635
5636 * callisto.cc, ganymed.cc, star.cc:
5637 - implemented enhanced handling of resource debugging
5638
5639 * mbase/Makefile, mbase/BaseLinkDef.h:
5640 - added MEnv
5641
5642 * mbase/MEnv.[h,cc]:
5643 - added
5644
5645 * mjobs/MJob.[h,cc]:
5646 - added new function to allow distribution of extranl MEnv
5647 - replaced Bool_t by Int_t for fEnvDebug
5648
5649 * mjobs/MJPedestal.cc:
5650 - adapted to changes of EnvDebug
5651
5652
5653
5654 2005/02/15 Abelardo Moralejo
5655
5656 * macros/mccalibrate.C
5657 - fixed small bug
5658
5659 * mmontecarlo/MMcCollectionAreaCalc.[h,cc]
5660 * mhistmc/MHMcCollectionArea.[h,cc]
5661 - Changed the way of calculating final effective area for data
5662 analysis. The new approach requires the use of MC files produced
5663 with the current CVS version of camera. We now make use of the
5664 true total number of produced MC events, and allow for the
5665 setting of a "tentative" differential gamma spectrum to be used
5666 in the calculation of effective areas.
5667 Removed unused constructor argument "input" in
5668 MMcCollectionAreaCalc.
5669
5670 * macros/collarea.C
5671 - Adapted to the new way of calculating effective areas.
5672
5673
5674
5675 2005/02/15 Thomas Bretz
5676
5677 * callisto.rc:
5678 - replaced mutal exclusive options (Integral, Amplitude) by
5679 a one-line resource
5680
5681 * msignal/MExtractTimeAndChargeSpline.cc:
5682 - replaced mutal exclusive options (Integral, Amplitude) by
5683 a one-line resource "ExtractionType" (old code still works)
5684
5685 * manalysis/MCerPhotEvt.[h,cc]:
5686 - added new variables to store information about islands
5687 and removed pixels - PRELIMINARY
5688 - increased class version number
5689
5690 * mfilter/MFSoftwareTrigger.cc:
5691 - optimized output in PostProcess
5692
5693 * mimage/MHImagePar.[h,cc]:
5694 - added new histograms for new variables in MCerPhotEvt
5695
5696 * mimage/MImagePar.[h,cc]:
5697 - added new data members for the new image parameters
5698 - increased class version
5699
5700 * mimage/MImgCleanStd.[h,cc]:
5701 - adapted image cleaning to calculate the new image
5702 parameters
5703 - added a flag to keep single core pixels
5704
5705 * manalysis/MMatrixLoop.[h,cc], mfileio/MReadReports.[h,cc],
5706 mfileio/MReadRflFile.[h,cc], mfileio/MReadTree.[h,cc],
5707 mraw/MRawFileRead.[h,cc], mraw/MRawSocketRead.h:
5708 - renamed GetFileName to GetFullFileName
5709
5710 * mbase/MInputStreamID.h:
5711 - added new member function HasStreamId
5712
5713 * mbase/MParContainer.[h,cc]:
5714 - added a static list to keep track of all created
5715 TMathodCall objects
5716
5717 * mbase/MTask.cc:
5718 - enhanced PrintStatistics
5719
5720 * mfileio/MRead.[h,cc]:
5721 - new abstract function GetFullFileName
5722 - added implementatio of GetFileName based on GetFullFileName
5723
5724 * mfileio/MWriteRootFile.[h,cc]:
5725 - moved open of a new file to new common member function
5726 OpenFile
5727 - allow to use an already existing file also when using rules
5728 - added a new option which can be used to copy an existing
5729 tree (without any change) from the old file into the new file.
5730 (in principal you can also do this for some of its branches only)
5731 This is done by AddCopySource
5732
5733 * mjobs/MJCalibrateSignal.cc:
5734 - in case of MonteCarlo files write an independant tree
5735 'MonteCarlo' for 'MMcEvtBasic'
5736
5737 * mjobs/MJStar.cc:
5738 - copy tree 'MonteCarlo' from old into new files
5739
5740 * mjobs/MJPedestal.cc:
5741 - removed wrong use of MFEventSelector
5742
5743 * mpedestal/MExtractPedestal.cc:
5744 - made sure that fExtractor is correctly pre- and
5745 postprocessed.
5746
5747 * mbase/MTask.cc:
5748 - don't preprocess a task if it has been preprocessed already
5749
5750 * mraw/MRawFileWrite.cc:
5751 - if display is set write output to status line
5752
5753 * mfileio/MReadTree.cc, mfileio/MReadMarsFile.cc:
5754 - moved code to display filename in status display from
5755 MReadMarsFile::Notify to MReadTree::Notify
5756
5757
5758
5759 2005/02/15 Markus Gaug
5760
5761 * mjobs/MJCalib.h
5762 - added GetDataFlag(), otherwise code does not compile!
5763
5764 * mhcalib/MHCalibrationChargeCam.cc
5765 - moved default saturation limit for number of high-gain events from
5766 0.02 to 0.05.
5767
5768 * msignal/MExtractTimeAndCharge.cc
5769 - lowered default low-gain switch from 150 to 120. (for calibration
5770 events which saturate more than 5% of the events).
5771
5772 * mjobs/MJCalib.[h,cc]
5773 - include possibility to display pixels distributions for test
5774 reasons
5775
5776
5777
5778 2005/02/14 Thomas Bretz
5779
5780 * callisto.cc, ganymed.cc, star.cc:
5781 - added some more information to '--help' output
5782 - replaced MSequences by MDataSet
5783 - implemented new debugging options (maybe not perfect yet)
5784 --print-files and --print-found
5785
5786 * mjobs/MJCut.[h,cc]:
5787 - replaced MSequences by MDataSet
5788 - write MEnergyEst
5789 - recalculate MHillasSrc
5790 - made sure both MWriteRootFile have different names
5791 - don't use "same" option if no off-data
5792
5793 * mjobs/MSequences.[h,cc]:
5794 - removed
5795
5796 * mjobs/MDataSet.[h,cc]:
5797 - added
5798
5799 * manalysis/MEventRateCalc.[h,cc]:
5800 - added a fix which make sure, that the rate is not influenced
5801 too much by the start of data taking
5802 - fixed setting of mean time corresponding to rate-interval
5803
5804 * mraw/MRawFileRead.[h,cc]:
5805 - calculate total number of events from all files in PreProcess
5806
5807 * mcalib/MCalibConstCam.cc:
5808 - added case 2 to GetPixelContent
5809
5810 * mjobs/MJCalibrateSignal.cc:
5811 - fixed redirection of stream with interleaved calibration infos
5812 - changed 'Arrival Time' to 'Calibrated Arrival Time'
5813 - display interpolated signal in equivalent photoelectrons to
5814 to get rid of scaling effects which makes it difficult to see
5815 details of the structure of the inner pixels in the histogram.
5816 With this you can immediatly see whether the relative number
5817 of phe in the outer pixels is equiv. to the inner pixels.
5818 - the same for the calibration factor - with the same argument
5819 - adapted to change in MWriteRootFile
5820 - use MReadMarsFile for Monte Carlo flag set
5821
5822 * mhist/MHCamera.cc:
5823 - changed drawing such, that NaN is not displayed anymore
5824
5825 * Makefile:
5826 - added new program ganymed
5827
5828 * mfileio/MWriteRootFile.[h,cc]:
5829 - added possibility to use UPDATE mode with rules (dangerous!)
5830 as discussed with Abelardo, Daniel M. and Thomas S.
5831
5832 * mjobs/MJStar.cc:
5833 - adapted to change in MWriteRootFile
5834 - added software trigger (still untuned) as suggested by
5835 Thomas S.
5836 - added calculation of source position before calculation
5837 of image parameters
5838 - added MPointingPos to Events-Tree
5839 - removed MPointingPos from Drive-Tree
5840 - renamed sub-tasklists to something more intuitive
5841
5842 * mjobs/Makefile, mjobs/JobsLinkDef.h:
5843 - added MJCut.cc
5844
5845 * mraw/MRawFileRead.cc:
5846 - return kERROR if ReInit fails
5847
5848 * mfilter/MFSoftwareTrigger.[h,cc]:
5849 - updated to allow using time coincidence
5850 - changed default values
5851 - added a pattern independant trigger algorithm
5852
5853 * mbase/MDirIter.cc:
5854 - implemented option 'dbg' in Print()
5855
5856 * mjobs/MJCalib.h:
5857 - added a getter for data-flag (should be renamed
5858 to 'datatype' soon)
5859
5860
5861
5862 2005/02/12 Abelardo Moralejo
5863
5864 * mtemp/mpadova/macros/wobblemap.C
5865 - Added. Macro to do some studies on wobble mode data.
5866
5867 * macros/mccalibrate.C
5868 - Added option to divide the output in a train and a test sample.
5869 Included in output new container MMcEvtBasic (if found in input
5870 files) for later use in effective areas calculations.
5871
5872 * macros/starmc2.C
5873 - Added writing out of new container MMcEvtBasic. Removed
5874 possibility of splitting output in train and test samples, since
5875 this has now to be done in mccalibrate.C to make possible that
5876 the tree OriginalMC containing MMcEvtBasic has all the original
5877 MC events (and only those) from which the events present in the
5878 Events tree derive.
5879
5880 * macros/starmc.C
5881 - Changed a couple of wrong "." by "->" in function calls. Changed
5882 default tail cuts.
5883
5884
5885
5886 2005/02/12 Markus Gaug
5887
5888 * msignal/MExtractTimeAndChargeSpline.cc
5889 - change default rise time to 0.5 and default fall time to 1.5
5890
5891 * callisto.rc
5892 - made intitializations of extractors more explicit
5893
5894 * mpedestal/MExtractPedestal.cc
5895 - make check for even number of slices in the case of "fundamental"
5896 pedestal calc.
5897
5898 * mcalib/MCalibrationChargeCalc.cc
5899 - take out some commented code
5900
5901 * mjobs/MJCalib.h
5902 - removed GetDataFlag()
5903
5904
5905
5906 2005/02/12 Abelardo Moralejo
5907
5908 * mmc/MMcTrig.hxx
5909 - Added getter GetNumFirstLevel. This is necessary if that data
5910 member is to be used for instance in MF filters. There was
5911 already a getter, but it is called GetFirstLevel and hence not
5912 recognized.
5913
5914
5915
5916 2005/02/11 Abelardo Moralejo
5917
5918 * mmc/MMcEvtBasic.[h,cc]:
5919 - New class. Contains 5 very basic MC parameters which we intend
5920 to save for all generated Corsika events. This is needed for
5921 proper effective area calculations.
5922
5923 * mmc/Makefile, McLinkDef.h
5924 - Added new class above.
5925
5926
5927
5928 2005/02/11 Thomas Bretz
5929
5930 * mfileio/MWriteRootFile.[h,cc]:
5931 - added the possibility to write to an already existing file.
5932 This doesn't affect the old behaviour, but using this new feature
5933 might still have problems.
5934
5935 * mfileio/MReadReports.cc:
5936 - fixed column-level in PrintStatistics
5937
5938 * mjobs/MJCalibrateSignal.cc:
5939 - keep MMcRunHeader in the output
5940
5941
5942
5943 2005/02/10 Abelardo Moralejo
5944
5945 * macros/mccalibrate.C
5946 - Added possibility to calibrate in photons or photoelectrons
5947
5948 * macros/starmc2.C
5949 - Added comment about value of cleaning levels
5950
5951
5952
5953 2005/02/10 Markus Gaug
5954
5955 * mcalib/Makefile
5956 * mcalib/CalibLinkDef.h
5957 * mcalib/MCalibrate.[h,cc]
5958 - removed mcalib/MCalibrate.* because it has been replaced by
5959 MCalibrateData
5960
5961 * mmain/MEventDisplay.cc
5962 - replaced MCalibrate by MCalibrateData
5963
5964 * mhcalib/MHCalibrationCam.cc
5965 - replaced warning about empty histogram from red (err) by
5966 yellow (warn).
5967
5968 * mcalib/MCalibColorSet.cc
5969 - return kTRUE in case of MC-file
5970
5971 * msignal/MExtractTimaAndChargeSpline.[h,cc]
5972 - make sure that all variables are set correctly independent on
5973 the order of their initialization by the user
5974
5975
5976
5977 2005/02/10 Thomas Bretz
5978
5979 * mgeom/MGeomCam.[h,cc]:
5980 - added new member functions (GetNeighbors) to get all pixels
5981 around a given pixel with a given radius
5982
5983 * mars.rc:
5984 - use same values for image cleaning as default in star
5985
5986 * mpointing/MSrcPosCalc.[h,cc]:
5987 - added the possibility to set the Source position from
5988 a resource file
5989
5990 * mjobs/MJStar.cc:
5991 - write MMcRunHeader to RunHeaders
5992
5993 * mfileio/MWriteRootFile.cc:
5994 - removed an obsolete line
5995 - removed a debug line which should not be there
5996
5997 * mimage/MHillas.h:
5998 - added new Getter GetDist0 returning the distance to the
5999 camera center
6000
6001 * mhflux/MHFalseSource.cc:
6002 - the scaling in Paint() was nonsense in case we are looking
6003 at on/off-data. Fixed.
6004
6005
6006
6007 2005/02/10 Abelardo Moralejo
6008
6009 * manalysis/MMcCalibrationUpdate.h
6010 - Added comment on new member fSignalType. Sorry for compilation
6011 problems... I forgot to commit the header yesterday, but M. Gaug
6012 did it.
6013
6014 * macros/starmc.C
6015 - Cleaned up a little bit, made the option to choose between
6016 calibration in photons or phe- easier to set.
6017
6018 * manalysis/MMcCalibrationUpdate.[h,cc]
6019 - Added getter and setter for fSignalType. Set fSignalType=kPhot as
6020 default for consistency with MCalibrateData.
6021
6022
6023
6024 2005/02/09 Abelardo Moralejo
6025
6026 * manalysis/MMcCalibrationUpdate.cc
6027 - Updated to make the MC calibration in phe- work
6028
6029 * macros/starmc.C
6030 - same as above. Now default is calibration in phe-
6031
6032 * mraw/MRawEvtHeader.h
6033 - Added setter for the trigger pattern, absolutely needed for
6034 creating proper MC root files.
6035
6036
6037
6038 2005/02/09 Markus Gaug
6039
6040 * manalysis/MMcCalibrationUpdate.h
6041 - added missing declaration of fSignalType
6042
6043 * mjobs/MJPedestal.[h,cc]
6044 * mjobs/badpixels_0_559.rc
6045 * callisto.rc
6046 - allow exclusion of bad pixels from the beginning (default is
6047 Pixel 0 and 559).
6048 - removed some obsolete includes
6049 - took out data member fPedestalHist from MJPedestal.h which removes
6050 the crash, however I don't understand why it caused the crash!!!
6051 There seem to be problems with memory usage either in callisto.cc
6052 or in this class!!
6053 (valgrind shows several memory leaks in the TG... classes).
6054
6055 * mjobs/MJCalibration.cc
6056 - write display and containers also in case of failure of eventloop
6057
6058 * mhcalib/MHGausEvents.cc
6059 - make default display window 600x600
6060
6061 * mcalib/MCalibrationQECamMagic.cc
6062 - updated five pixels
6063
6064 * mpedestal/MExtractPedestal.[h,cc]
6065 * mpedestal/MPedCalcPedRun.cc
6066 * mpedestal/MPedCalcFromLoGain.cc
6067 - included possibility for intermediate pedestal cam (not yet used)
6068
6069 * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.cc
6070 - initialize the bad events counters to 0 also in constructor
6071 - release the limit for bad events a bit
6072
6073 * mcalib/MCalibrationTestCam.h
6074 - take out include of TArrayI (already in base class)
6075
6076 * mcalib/MCalibrateData.h
6077 - make default argument for SetSignalType kPhe.
6078
6079 * mjobs/MJCalibrateSignalFromOuside.[h,cc]
6080 - removed
6081
6082
6083
6084 2005/02/08 Markus Gaug
6085
6086 * mhcalib/MHCalibrationCam.cc
6087 * mcalib/MCalibrationChargeCalc.cc
6088 - replaced GetNumExecutions()==0 condition by GetNumExecution() < 1
6089
6090
6091
6092 2005/02/08 Thomas Bretz
6093
6094 * mpointing/MPointingPosInterpolate.cc:
6095 - use debug option in addition to switch off output from internal
6096 eventloop. It is confusing having this output inside another
6097 eventloop.
6098 - updated missing connections in class description
6099
6100 * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.cc:
6101 - made sure that output of PostProcess fits into 80col boundary
6102
6103 * mimage/MHillas.cc:
6104 - removed an obsolete call to TLine::Paint() in Paint.
6105
6106
6107
6108 2005/02/07 Thomas Bretz
6109
6110 * mbase/MFilter.cc:
6111 - use paranthesis around ClassName in GetRule
6112
6113 * mdata/MDataFormula.h:
6114 - fixed a wrong comment in variable description
6115
6116 * mhist/MHCamEvent.[h,cc], mhist/MHCamera.[h,cc],
6117 mjobs/MJCalibrateSignal.cc,
6118 mjobs/MJCalibrateSignalFromOutside.cc:
6119 - to make sure there are no missunderstandings we have to
6120 replace all occurances of 'Variance' by 'SqrtVariance'
6121 (it was not my decision)
6122
6123 * mastro/MAstro.[h,cc]:
6124 - added new function Angle2Coordinate
6125
6126 * mbase/MTaskEnv.[h,cc]:
6127 - fixed a bug which caused the resource task to be ignored
6128 if the default task was '<dummy>'
6129
6130 * mhbase/MH3.cc:
6131 - fixed a bug in Paint (use GetListOfPrimitives->FindObject
6132 instead of FindObject) which caused the histogram to
6133 be put a lot of times into the pad.
6134
6135 * mjobs/MJCalib.[h,cc]:
6136 - derived MJCalib from MJob in order to be able to move
6137 common code from derived classes into the base-class
6138 - implemented CheckEnvLocal to handle the resource 'DataType'
6139 - changed publicity of some variables and functions
6140 to allow setting file type from outside
6141 - added new function to set data-type for use in callisto.cc
6142
6143 * mjobs/MJCalibTest.[h,cc], mjobs/MJCalibrateSignal.[h,cc],
6144 mjobs/MJCalibration.[h,cc], mjobs/MJPedestal.[h,cc]:
6145 - removed double inheritance, replaced by single inheritance
6146 from MJCalib
6147 - replaced code to handle the resource 'DataType' by the
6148 common code in the base class
6149 - put reading of reference file into a new member function
6150 to make source code reading resource file simpler and to
6151 be able to write a function description about it (simple
6152 copy&past)
6153
6154 * callisto.cc:
6155 - added option for file-type
6156
6157 * mjobs/MJOptimize.[h,cc], mjobs/MSequences.[h,cc],
6158 mjobs/MJCut.[h,cc], ganymed.[cc,rc], mhflux/MHEnergyEst.[h,cc]:
6159 - added to repository, but not yet to Makefile because
6160 there is still some work to be done. But whoever is
6161 interested in the new classes/program may already use it.
6162
6163 * mhflux/MAlphaFitter.[h,cc]:
6164 - added option to choose the minimization value
6165
6166 * mhflux/MHAlpha.cc:
6167 - replaced significance by minimization value
6168
6169 * mhflux/MHEffectiveOnTime.cc:
6170 - use E-Option when fitting to improve error calculation
6171 by using Minos technique
6172
6173
6174
6175 2005/02/04 Markus Gaug
6176
6177 * mjobs/MJCalibration.cc
6178 - found a "the `impossible' happened" when running callisto with
6179 a pure signal extractor --> MExtractTimeFastSpline has some
6180 problems with the management of the internal arrays. Replaced it
6181 by MExtractTimeHighestIntegral as default which is as good.
6182
6183 * callisto.rc
6184 - use MExtractTimeAndChargeDigitalFilterPeakSearch as default
6185 instead of MExtractTimeAndChargeDigitalFilter. This extractor is
6186 now tested and checks for the positions of the pulse within the
6187 DAQ-window.
6188
6189
6190
6191 2005/02/04 Thomas Bretz
6192
6193 * Makefile.rules:
6194 - fixed creation of main MDep.d
6195
6196 * callisto.cc, merpp.cc, showlog.cc, showplot.cc, star.cc:
6197 - added commandline option --version
6198
6199 * mbase/MFilter.cc:
6200 - changed default for 'GetRule'
6201
6202 * mbase/MParContainer.cc:
6203 - simplified GetNewObject
6204
6205 * mfbase/MF.cc:
6206 - if no conditional sign is found try to create
6207 MFilter-object
6208
6209 * mraw/MRawEvtData.cc:
6210 - fixed the initialization of fABFlags in case maxid==0 which
6211 is the default. This caused MRawEvtPixelIter::HasABFlag
6212 to do unallowed access to memory for old root-files without
6213 the AB flag, because it assumed (due to size==1) that the
6214 data contains the ab flag
6215
6216 * mraw/MRawEvtPixelIter.[h,cc]:
6217 - removed some obsolete debug comments
6218 - simplified HasABFlag
6219
6220 * manalysis/MCerPhotPix.h:
6221 - removed the `!` again. It gave problems with the Mars
6222 display. We agreed that this is a minor problem because
6223 the structure of MCerPhot* will chnage soon in any case.
6224
6225
6226
6227 2005/02/04 Abelardo Moralejo
6228
6229 * macros/starmc2.C
6230 - added to output missing container MConcentration.
6231
6232
6233
6234 2005/02/03 Thomas Bretz
6235
6236 * mfbase/MFilterList.[h,cc]:
6237 - added new function AddToList(TCollection&)
6238
6239 * mhbase/MFillH.cc:
6240 - print a warning if 'same'-option given without
6241 a corresponding existing tab
6242
6243 * mhflux/MHAlpha.[h,cc]:
6244 - made time bins settable by user
6245
6246 * mfileio/MWriteRootFile.cc:
6247 - fixed ReInit and a warning output when writing to memory
6248
6249
6250
6251 2005/02/03 Markus Gaug
6252
6253 * mcalib/MCalibColorSet.[h,cc]
6254 - implement possibility to set colour explicitely (e.g. for MC).
6255
6256 * msignal/MExtractTimeAndChargeDigitalFilter.cc
6257 - intialize fTimeShiftHiGain and fTimeShiftLoGain by default.
6258
6259 * mjobs/MJPedestal.cc
6260 - in case, extractor is used, put the extractor into the tasklist,
6261 otherwise ranges do not get initialized correctly (wrong memory
6262 usage!). Use an event selector, however to not skip the Process.
6263 This is as fast as before and now safe for any kind of extractor
6264
6265 * mcalib/MCalibrationCam.h
6266 * mcalib/MCalibrationTestCam.h
6267 * mcalib/MCalibrationTestCam.cc
6268 - initialize a missing array in InitAverageAreas
6269
6270 * mraw/MRawEvtHeader.h
6271 - introduced Setter() of cal. pattern for Abelardo
6272
6273
6274
6275 2005/02/02 Markus Gaug
6276
6277 * mcalib/MCalibrationChargeCam.cc
6278 - fixed small bug in the display of mean charges when low-gain was
6279 used.
6280
6281 * msignal/MExtractor.cc
6282 - print the missing overlap between high-gain and low-gain
6283 in the Print() function
6284 - remove setting of fHiLoLast in PreProcess, otherwise cloned
6285 extractors do not work any more with windows exceeding the
6286 high-gain range.
6287
6288 * mhcalib/MHCalibrationTestCam.[h,cc]
6289 * mhcalib/MHCalibrationTestTimeCam.[h,cc]
6290 - set proper probability limits for the fits
6291
6292 * mcalib/MCalibrateData.cc
6293 - catch the case in which no interlaced cal. events are being sent
6294 by the pulser box.
6295
6296 * mjobs/MJCalib.[h,cc]
6297 - put the data type enum in a new base class
6298
6299 * mjobs/MJCalibTest.[h,cc]
6300 - re-name old class MJExtractCalibTest to MJCalibTest and make it
6301 compatible with the sequence-files.
6302
6303 * mjobs/MJExtractCalibTest.[h,cc]
6304 - removed
6305
6306 * mjobs/MJCalibrateSignal.cc
6307 - put a compiler warning about the default cal. to photo-electrons
6308
6309 * callisto.cc
6310 - add new flag "--use-test" to enable the MJCalibTest facility
6311 (default: not used)
6312
6313
6314
6315 2005/02/01 Raquel de los Reyes
6316
6317 * mjobs/MSequence.h
6318 - Added "Get" functions for the TArrays variables.
6319
6320
6321
6322 2005/02/01 Markus Gaug
6323
6324 * mjobs/MJPedestal.[h,cc]
6325 * mjobs/MJCalibration.[h,cc]
6326 * mjobs/MJCalibrateSignal.[h,cc]
6327 * callisto.rc
6328 - put enum for data type. Can now set the data type (mc, raw, root)
6329 without running the data check.
6330
6331 * mhcalib/MHCalibrationCam.cc
6332 - return kTRUE in PostProcess if GetNumExecutions is 0
6333
6334 * mcalib/MCalibrationChargeCalc.cc
6335 - return kTRUE in PostProcess if GetNumExecutions is 0
6336
6337
6338
6339 2005/02/01 Daniel Mazin
6340
6341 * MPointingPosInterpolate.cc:
6342 - fixed bug to match the units of Ra and Decl in MPointingPos
6343 - fixed bug in handling of events with times outside of times from
6344 MDrive tree
6345
6346
6347
6348 2005/02/01 Thomas Bretz
6349
6350 * showplot.cc:
6351 - another fix to make the batch mode working (you can use the batch
6352 mode to convert a root-file into another format)
6353
6354
6355
6356 2005/01/31 Thomas Bretz
6357
6358 * mbase/MStatusDisplay.cc:
6359 - fixed handling of batch mode in GetCanvas(const TString &name)
6360 - don't skip already existing tabs in Display()
6361
6362
6363
6364 2005/01/31 Raquel de los Reyes
6365
6366 * mjobs/MSequence.h
6367 - Added "Get" functions for some of the sequence.txt file
6368 parameters.
6369
6370
6371
6372 2005/01/31 Markus Gaug
6373
6374 * mjobs/MJob.[h,cc]
6375 * mjobs/MJCalibrateSignal.[h,cc]
6376 * mjobs/MJCalibration.[h,cc]
6377 - move file type enum to base class
6378
6379 * mjobs/MJCalibrateSignal.[h,cc]
6380 - allow also for direct setting of an MRunIter (not used in
6381 callisto).
6382
6383 * mcalib/MCalibrationChargeCalc.[h,cc]
6384 - test also for pulser strength changes additionally to changes in
6385 colour.
6386
6387
6388
6389 2005/01/31 Abelardo Moralejo
6390
6391 * mpointing/MSrcPosCalc.cc
6392 - Create only one instance of MAstroSky2Local for the
6393 transformations, instead of two identical ones, as it was before.
6394
6395
6396
6397 2005/01/30 Markus Gaug
6398
6399 * mjobs/MJCalibration.cc
6400 * mjobs/MJPedestal.cc
6401 * mjobs/calibrationref_Nov04.rc
6402 * mhcalib/MHCalibrationRelTimeCam.[h,cc]
6403 - updated correct display of reference lines
6404
6405
6406
6407 2005/01/29 Markus Gaug
6408
6409 * msignal/MExtractFixedWindowSpline.[h,cc]
6410 - fixed a bug occurring with overlapping windows between high-gain
6411 and low-gain
6412
6413 * msignal/MExtractFixedWindowPeakSearch.cc
6414 - take out call to fSignals->Clear() which is already done in
6415 MTaskList.
6416
6417 * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.[h,cc]
6418 - new extractor reducing the bias and solving the problem with the
6419 jumping pulse readout.
6420
6421
6422
6423 2005/01/28 Abelardo Moralejo
6424
6425 * mpointing/MSrcPosCalc.cc
6426 - updated. Make it work as desired: obtain for each event the x,y
6427 position on the camera of a source whose celestial coordinates
6428 (J2000) have been set by the user in the container "MSourcePos"
6429 of type MPointingPos, added to the parameter list. If the
6430 container MSourcePos is not found, the center of the camera (or
6431 other fixed position x,y set in the parameter list by the user -
6432 in MSrcPosCam) is used as source position for all the events in
6433 the loop.
6434
6435
6436
6437 2005/01/28 Thomas Bretz
6438
6439 * mjobs/MJCalibrateSignal.cc:
6440 - fixed that extract1,2,3 haven't been deleted if loop failed.
6441 - print tasklist also if loop failed.
6442 - added a undefined task (MTaskEnv "FinalFantasy") as last task to
6443 the event processing tasklist
6444
6445 * callisto.rc:
6446 - added comments about "FinalFantasy" into call
6447 - added comment for obsolete resources as discussed yesterday
6448 evening: TimeUpperLimit
6449
6450 * mbase/MMath.[h,cc], manalysis/MCerPhotPix.[h,cc],
6451 mpedestal/MPedPhotPix.h:
6452 - replaced TruncatePrecision by ReducePrecision (its simply a better
6453 name)
6454
6455 * mbase/MParList.cc:
6456 - added a check to make 200%(!) sure that the container added
6457 to the list is a MParContainer (everything else could crash
6458 almost everything in Mars!)
6459
6460 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.[h,cc],
6461 mjobs/MJPedestal.cc:
6462 - simplified the code in the WriteResult functions by using
6463 the new WriteContainer in MJob
6464 - removed the TObjArray from the MParList! It is NOT a MParContainer
6465 there are a lot of circumstance how this can crash Mars. I don't
6466 know why the compiler allowed for this.
6467 - unified WriteResult and WriteHists
6468 - split GetOutputFile into two functions for simplification
6469
6470 * mjobs/MJCalibration.h:
6471 - copy the extractorcam name when copying the contents
6472
6473 * mjobs/MJob.[h,cc]:
6474 - new member function WriteContainer to simplify code in derived
6475 classes
6476
6477 * mpointing/MSrcPosCalc.[h,cc]
6478 - fixed the header according to Abelardo's changes
6479 - added the initialization of the pointers to the constructor
6480
6481
6482
6483 2005/01/28 Markus Gaug
6484
6485 * msignal/MExtractTimeAndChargeDigitalFilter.cc
6486 - introduce a security check for the time fine adjustment in case,
6487 it is too large.
6488
6489 * mcalib/MCalibConstCam.[h,cc]
6490 * mcalib/MCalibConstPix.h
6491 - new classes to allow display of changing cal. constants with the
6492 interlaced cal. events
6493
6494 * mcalib/MCalibrationChargeCalc.cc
6495 - removed stopping of PostProcess in case that the evtloop is
6496 finished with interlaced cal. events
6497
6498 * mcalib/MCalibrateData.[h,cc]
6499 - fill MCalibConstCam with update results (once per calib. consts
6500 update == every 10 sec.)
6501 - introduce check for size of calibration constant. In case, it is
6502 completetly out of range, set the MBadPixelsPix::IsUnsuitableRun
6503
6504 * mjobs/MJCalibrateSignal.cc:
6505 - display one MHCamera more with changing conv. factors (only for
6506 interlaced cal. events)
6507
6508 * mpedestal/MPedCalcFromLoGain.cc
6509 - set default for MExtractWinFirst from 15 to 17 because of the
6510 late cosmics signals in December
6511
6512
6513 2005/01/28 Abelardo Moralejo
6514
6515 * mtemp/mpadova/macros/trainsubsample.C
6516 - added # of events to be written in the output (instead of
6517 fraction of total). Moved MSrcPosCam in output from RunHeaders
6518 to Events tree.
6519
6520
6521
6522 2005/01/27 Daniel Mazin and Markus Gaug
6523
6524 * mcalib/MCalibrateData.[h,cc]
6525 - derive this class from MCamEvent in order to be able to display
6526 evolution of conversion factors in case of interlaced cal.
6527 events
6528
6529 * mpointing/MInterpolatePointingPos.[h,cc]
6530 - new class to interpolate pointing positions, adapted from a class
6531 by Marcos Lopez
6532
6533 * mjobs/MJCalibrateSignal.[h,cc]
6534 - enabled the calibration of data with interlaced calibration events
6535
6536 * msignal/MArrivalTime.[h,cc]
6537 * mcalib/MCalibrateRelTime.cc
6538 - removed Error of calibrated arrival time, as agreed on the last
6539 software calibration meeting yesterday
6540
6541 * mjobs/MJCalibrateSignal.cc
6542 - add display to show histogramming of conversion factors
6543 - modify default calibration to equiv. photo-electrons
6544 - allow for setting of MC, Raw or Root-file type in callisto.rc
6545
6546 * callisto.rc
6547 - updated conf. file
6548
6549
6550 2005/01/27 Thomas Bretz
6551
6552 * callisto.cc:
6553 - don't display starting pedestals when calibrating the signal
6554
6555 * callisto.rc:
6556 - added some comments
6557
6558 * star.rc:
6559 - according to Daniel M. we have agreed to change the default
6560 cleaning level to adapt it roughly to the new pedestal
6561
6562 * manalysis/MCerPhotPix.[h,cc], mpedestal/MPedPhotPix.h:
6563 - as agreed in the current calibration meeting we truncate the
6564 precision of the stored floating point values to roughly 0.5%
6565 to gain storage space in the calibrated data (the gzip
6566 algorithm compresses this stuff nicely - we gain roughly 15%)
6567
6568 * mhflux/MHFalseSource.cc, mjobs/MJCalibration.cc, mjobs/MJStar.cc:
6569 - added a comment
6570
6571 * mjobs/MJCalibrateSignal.cc:
6572 - changed title of unsuitable plot
6573 - removed plot for calibrated fundamental pedestal as agreed in the
6574 current calibration meeting (we may change this to an option)
6575
6576 * mjobs/MJPedestal.[h,cc]:
6577 - changed the name of the "PedDiff" plot to be consistent with the
6578 other tab-name
6579 - changed the options for the display
6580 - removed the dependancy of fDisplayType and the SetDataCheck
6581 option
6582 - added option kDisplayNone
6583 - renamed enums from k*Display to kDisplay*
6584
6585 * mhist/MHCamEvent.cc:
6586 - trying to get rid of the Err_%p workaround.
6587
6588 * manalysis/MCerPhotEvt.[h,cc]:
6589 - added some '!' signs in the comment line. This is quick hack
6590 to gain I/O speed and storage space. We will soon have new
6591 containers for the calibrated data and image cleaning
6592 information.
6593 - changed version number to 6
6594
6595 * mhist/MHCamera.cc:
6596 - added member function SetAllUsed
6597
6598
6599
6600 2005/01/26 Abelardo Moralejo
6601
6602 * macros/mccalibrate.C
6603 - removed creation and writing out of MSrcPosCam. It is more
6604 flexible to add it in starmc2.C if needed (for wobble mode for
6605 instance).
6606
6607 * mtemp/mpadova/macros/RanForestDISP.C
6608 - added possibility to set the number of hadrons read in for the
6609 training. Added some missing containers to output.
6610 - Fixed rule concerning the DISP, by adding parentheses. Remember
6611 that MHMatrix::AddColumn does not respect the usual precedence
6612 of operations!
6613
6614 * mtemp/mpadova/macros/resize.C
6615 - added to output missing container MRawEvtHeader
6616
6617 * macros/starmc2.C
6618 - added missing container MImagePar. Added possibility to set the
6619 source position on the camera (for the wobble mode).
6620
6621
6622
6623 2005/01/25 Abelardo Moralejo
6624
6625 * macros/starmc2.C
6626 - modified to allow double (train / test) output, for g/h
6627 separation studies. Added several missing containers to output.
6628
6629
6630
6631 2005/01/25 Thomas Bretz
6632
6633 * mcalib/MCalibrationIntensityChargeCam.cc:
6634 - fixed a lot of 'default argument'-warnings to make to code
6635 compile
6636
6637 * mbase/MParContainer.[h,cc]:
6638 - moved the empty Reset() function into the source file and
6639 added a lot of comments
6640 - implemented new helper-functions: GetNewObject
6641
6642 * mbase/MContinue.[h,cc]:
6643 - allow to use MFilter-classes as filter in ReadEnv
6644
6645 * mbase/MTaskEnv.cc:
6646 - replaced some code by GetNewObject
6647
6648 * mhbase/MFillH.cc:
6649 - handle DrawOption "same" to be able to draw to the same pad
6650
6651 * mhbase/MH.[h,cc]:
6652 - added same-argument to DrawSame
6653
6654 * mhbase/MH3.cc:
6655 - removed some obsolete comments
6656 - remove own drawing options before calling fHist->Draw
6657
6658 * mimage/MHHillas.cc, mimage/MHImagePar.cc:
6659 - first try of implementing 'same' drawing option
6660
6661
6662
6663 2005/01/25 Markus Gaug
6664
6665 * mcalib/MCalibrationPattern.[h,cc]
6666 * mcalib/MCalibrationPatternDecode.[h,cc]
6667 - New Decoder task for the calibration pattern from the
6668 digital modules
6669
6670 * mraw/MRawEvtHeader.[h,cc]
6671 - remove decoding from this class
6672
6673 * mcalib/MCalibrationIntensityHiLoCam.[h,cc]
6674 - remove, because one needs anyhow much more than one data file
6675 to get a reasonable conversion factor
6676
6677 * mcalib/MCalibCalcFromPast.[h,cc]
6678 - remove MCalibrationIntensityHiLoCam
6679
6680 * mbadpixels/MBadPixelsPix.h
6681 * mbadpixels/MBadPixelsCam.cc
6682 - changed one function name to GetUnsuitableCalLevel()
6683
6684 * mjobs/MJCalibration.cc
6685 - replace all Y-titles with units "FADC counts" by "FADC cnts" and
6686 "FADC slices" by "FADC sl.", otherwise they range out of the
6687 canvas.
6688
6689 * mcalib/MCalibrationChargeCalc.cc
6690 - ensure to set the color correctly in MCalibrationBlindCam
6691
6692 * callisto.rc
6693 - put space for
6694 MJCalibrateSignal.ExtractSignal.HiGainFirst: 2
6695 MJCalibrateSignal.ExtractSignal.HiGainLast: 16
6696
6697
6698 2005/01/24 Abelardo Moralejo
6699
6700 * manalysis/MMcCalibrationUpdate.cc
6701 - Adapted to changes in MCalibrateData from 2005/01/16: moved
6702 qepix.SetAvNormFFactor(1.) from Process() to ReInit(). Due to
6703 this, for the last week you may have found trouble running
6704 starmc.C and mccalibrate.C.
6705
6706
6707
6708 2005/01/24 Thomas Bretz
6709
6710 * callisto.cc:
6711 - removed non-existing option from output
6712
6713 * manalysis/MEnergyEstimate.[h,cc]:
6714 - added ReadEnv member function
6715
6716 * mbase/MContinue.[h,cc]:
6717 - implementes AllowEmpty option to support doing nothing
6718 defined in resource file
6719 - added a first draft to allow usage of class-filters instead of
6720 rules
6721
6722 * mbase/MMath.[h,cc]:
6723 - implemented a function suggested by Florian Goebel which reduces
6724 the precision of a float to ~0.5% which is usefull for data
6725 compression by gzip
6726
6727 * mdata/MDataChain.[h,cc]:
6728 - implemented ReadEnv member function
6729
6730 * mfbase/MF.cc:
6731 - a small enhancement to the output in ReadEnv
6732
6733 * mhbase/MH3.cc:
6734 - fixed call to FindObject in Paint which caused a profile to be
6735 displayed incorrectly in case it was read from a file
6736
6737 * mhflux/MHFalseSource.[h,cc]:
6738 - removed old obsolete unsused Significance functions
6739 - implemented ReadEnv member function
6740 - set false source binning only if BinningFalseSource is not default
6741 - check parlist for BinningAlpha
6742
6743 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc,
6744 mjobs/MJPedestal.cc:
6745 - added an additional check and output if output-file could
6746 not be opened
6747
6748 * mjobs/MJob.h:
6749 - added some Getter
6750
6751 * mhbase/MBinning.[h,cc].
6752 - added nen member functions
6753 + SetEdgesRaw
6754 + ReadEnv
6755 + Print
6756
6757 * mhflux/MAlphaFitter.[h,cc]:
6758 - added new member function ReadEnv
6759
6760 * mhflux/MHAlpha.cc:
6761 - fixed a problem when fitting without off-data
6762
6763 * mbase/MStatusDisplay.cc:
6764 - implemented a further fix in DrawClonePad to make sure
6765 that the X-stuff doesn't get confused while still
6766 GetDrawOption returns the correct value
6767
6768
6769
6770 2005/01/24 Markus Gaug
6771
6772 * msignal/MExtractTimeAndChargeDigitalFilter.cc
6773 - introduced security check for the times fine-tuning to catch
6774 outliers because of deviating pulse forms.
6775
6776 * msignal/MExtractTime.cc
6777 * msignal/MExtractor.cc
6778 - lowered default high-gain saturation limit to 250
6779 - removed Clear() for two results containers at beginning of Process()
6780
6781 * msignal/MExtractor.h
6782 - Take fHiLoLast into the Clone()
6783
6784 * msignal/MExtractedSignalPix.cc
6785 - change sign of default initializer to negative.
6786
6787
6788
6789 2005/01/23 Markus Gaug
6790
6791 * mhcalib/MHCalibrationHiLoCam.[h,cc]
6792 - updated to new logain switch setting in MExtractTimeAndCharge
6793 - extract also high-gain vs. low-gain time difference
6794
6795 * mhcalib/MHCalibrationCam.[h,cc]
6796 * mhcalib/MHCalibrationChargeCam.[h,cc]
6797 - updated reading of conf. values in ReadEnv
6798
6799 * mhcalib/MCalibrationHiLoCam.[h,cc]
6800 * mhcalib/MCalibrationHiLoPix.[h,cc]
6801 * mhcalib/MCalibrationIntensityHiLoCam.[h,cc]
6802 - updated accordingly
6803
6804 * mbadpixels/MBadPixelsCam.cc
6805 - removed some bugs in the Print() function
6806
6807
6808
6809 2005/01/22 Markus Gaug
6810
6811 * mhcalib/MHCalibrationRelTimeCam.cc
6812 - display in the averaged times display the event-by-event averaged
6813 absolute arrival times instead of the rel. ones which do not make
6814 much sense.
6815
6816 * mhcalib/MHCalibrationTestTimeCam.[h,cc]
6817 * mhcalib/MHCalibrationTestCam.[h,cc]
6818 - update to the latest changes in analysis chain.
6819
6820 * mjobs/MJExtractCalibTest.[h,cc]
6821 - update to the latest changes in analysis chain.
6822
6823 * mjobs/MJCalibration.cc
6824 - replace title of that times-averageing Tab from "RelTimes" by
6825 "Times".
6826
6827 * macros/calibration.C
6828 - update to changes in MJExtractCalibTest
6829
6830
6831
6832 2005/01/21 Markus Gaug
6833
6834 * msignal/MExtractTimeAndChargeDigitalFilter.cc
6835 * msignal/MExtractTimeAndChargeSlidingWindow.cc
6836 * msignal/MExtractTimeAndChargeSpline.cc
6837 - use the max. bin content for low-gain extraction
6838
6839 * callisto.rc
6840 - add place for LoGainSwitch
6841
6842
6843
6844 2005/01/21 Florian Goebel
6845
6846 * mfbase/MF.cc:
6847 - include a (TString) cast to make it compilable with gcc2.95.3
6848
6849
6850
6851 2005/01/21 Thomas Bretz
6852
6853 * mpointing/MSrcPosFromModel.cc:
6854 - fixed crash in Process if no pointing model available
6855
6856 * mpointing/MPointingPosCalc.h:
6857 - added missing initialization of data members
6858
6859 * mastro/MObservatory.[h,cc]:
6860 - added ReadEnv member function
6861
6862 * mbase/MTaskEnv.h:
6863 - added (=0) default to SetDefault
6864
6865
6866
6867 2005/01/20 Markus Gaug
6868
6869 * mcalib/MCalibrationIntensityChargeCam.[h,cc]
6870 - added function to display fluctuations of a variable
6871
6872 * mcalib/MCalibrationPix.cc
6873 - fixed small bug in High-gain mean error.
6874
6875 * msignal/MExtractTimeAndCharge.[h,cc]
6876 - introduced high-gain maximum limit before extracting the low-gain
6877
6878
6879
6880 2005/01/20 Thomas Bretz
6881
6882 * mbase/MContinue.[h,cc]:
6883 - added ReadEnv member function to support resource files
6884
6885 * mbase/MEvtLoop.[h,cc]:
6886 - added a second arguemtn to reading of the resource file by name
6887 - added some checks when reding the resource file and the
6888 parameter list hasn't been setup
6889
6890 * mbase/MParList.cc:
6891 - removed an obsolete output from ReadEnv
6892
6893 * mfbase/MF.[h,cc]:
6894 - added ReadEnv member function to support resource files
6895 - added kAllowEpty flag to support skipping by resource files
6896
6897 * mfbase/MFilterList.cc:
6898 - added a comment
6899
6900 * mbase/MStatusDisplay.[h,cc]:
6901 - fixed Write to be compatible with root 4.02/00
6902 - worked around a problem with reading the DrawOption correctly
6903 from a stored status display
6904
6905
6906
6907 2005/01/19 Thomas Bretz
6908
6909 * mbase/MMath.cc:
6910 - added a comment to SignificanceLiMa, made by Daniel Mazin
6911 - also check for b==0
6912
6913 * mhflux/MAlphaFitter.[h,cc]:
6914 - fixed significance calculation in case of on-off data
6915 - added fScaleFactor
6916
6917 * mhflux/MHAlpha.[h,cc], mhflux/MHFalseSource.cc:
6918 - handle scale factor in case of on-off observations
6919
6920 * mjobs/MJPedestal.cc:
6921 - aligned screen output to 80col rule
6922
6923 * mtrigger/MFTriggerPattern.[h,cc]:
6924 - assigned correct integers to enum
6925 - made sure that the enum is correctly handled in all function by
6926 applying a r-value to the condition
6927
6928
6929
6930 2005/01/19 Abelardo Moralejo
6931
6932 * mtrigger/MFTriggerPattern.[cc,h]
6933 - Changed Bool_t arguments of all setters to new type Prescale_t
6934 defined by N. Galante (see below)
6935
6936
6937
6938 2005/01/19 Nicola Galante
6939
6940 * mtrigger/MFTriggerPattern.[cc,h]
6941 - added in header enum Prescale_t { kUnPrescaled = kFALSE,
6942 kPrescaled = kTRUE };
6943
6944 - fixed a bug in Process, both fMaskRequiredUnprescaled and
6945 fMaskRequiredPrescaled are checked simultaneously.
6946
6947
6948
6949 2005/01/18 Markus Gaug
6950
6951 * mcalib/MCalibColorSet.cc
6952 - fixed the remaining day of data without colour in project name
6953 neither in digital modules bits.
6954
6955 * mpedestal/MPedCalcPedRun.[h,cc]
6956 - catch the continuous light runs with MRawRunHeader::fRunType
6957 == kRTCalibration to be recognized as effective pedestal runs.
6958
6959
6960 2005/01/18 Thomas Bretz
6961
6962 * mbase/MMath.cc:
6963 - added a check for s==0 in SignificanceLiMa, because otherwise the
6964 result is NaN
6965
6966 * mfbase/MF.cc:
6967 - removed an obsolete debugging output from the latest changes
6968
6969 * mhflux/MHAlpha.cc:
6970 - reset fHTime, too
6971
6972
6973
6974 2005/01/18 Nicola Galante
6975
6976 * mtrigger/MFTriggerPattern.cc:
6977 - added parentesis to ensure bitwise operators priority
6978 with respect to logical operators.
6979
6980
6981 2005/01/17 Thomas Bretz
6982
6983 * manalysis/MEnergyEstimate.[h,cc]:
6984 - changed to be more general. Energy is now estimated from a rule
6985 (MDataChain) The default behaviour is still the same as before
6986 to copy the energy from MMcEvt
6987
6988 * mbase/MTask.cc:
6989 - changed to write out the descriptor istead of the task-name only
6990 in Pre/PostProcess
6991
6992 * mhbase/MH.cc:
6993 - initialize fSerialNumber and fNumExecutions in constructor
6994
6995 * mhflux/MHFalseSource.cc:
6996 - according to a suggestion by Markus Mayer I have changed
6997 \\sigma_{max}=f to S_{max}=f\\sigma
6998
6999 * mjobs/MJCalibrateSignal.cc:
7000 - as discussed with Markus and Abelardo fixed the MFTriggerPattern
7001 call.
7002
7003 * mtrigger/MFTriggerPattern.cc, mtrigger/MTriggerPattern.cc,
7004 mtrigger/MTriggerPatternDecode.cc:
7005 - added some comment about file version
7006
7007 * mbase/MFilter.h:
7008 - implemented new virtual function GetDataMember like in MData
7009
7010 * mbase/MTask.[h,cc]:
7011 - when filter is added ass GetDataMember to branch list (should be
7012 obsolete, because filter is in the tasklist, but it should not hurt)
7013
7014 * mfbase/MF.[h,cc], mfbase/MFDataChain.[h,cc], mfbase/MFDataMember.[h,cc],
7015 mfbase/MFilterList.[h,cc]:
7016 - implemented new function GetDataMember
7017
7018
7019
7020 2005/01/17 Markus Gaug
7021
7022 * msignal/MExtractTimeAndChargeDigitalFilter.cc
7023 - remove a situation where the high-gain signal can be 0.
7024
7025 * mtrigger/MTriggerPattern.h
7026 - fixed a bug in defining the trigger bit pattern (Have to start
7027 from 0 instead of 1)
7028
7029 * mjobs/MJPedestal.cc
7030 * mjobs/MJCalibrateSignal.cc
7031 - fixed default extraction ranges.
7032
7033 * callisto.rc
7034 - fixed default weights files for pedestal extraction for cosmcis
7035
7036 * mcalib/MCalibrationChargeCalc.cc
7037 - removed program exit on occurrance of multiple colours without
7038 intensity calibration
7039
7040
7041
7042 2005/01/17 Nadia Tonello and Markus Gaug
7043
7044 * mcalib/MCalibrationChargeCam.cc
7045 - some fit improvements in the function GetAveragedConvFADC2PhotPerArea
7046
7047
7048
7049 2005/01/16 Markus Gaug
7050
7051 * mhcalib/MHCalibrationCam.[h,cc], mhcalib/MHCalibrationRelTimeCam.[h,cc],
7052 mhcalib/MHCalibrationChargeCam.[h,cc]
7053 - put overflow management and results camera initialization into
7054 base class
7055
7056 * mcalib/MCalibrateData.[h,cc]
7057 - added possibility to re-normalize signal to equiv. photo-electrons
7058 ( SetSignalType(MCalibrateData::kPhe) ).
7059 Default is old version in photons
7060 - speed up Process by storing pre-calculated calibration constants
7061 in arrays (needed 40% of CPU time of the eventloop before, now: 23%)
7062 - added new pointer to different MCalibrationChargeCam used for
7063 updates
7064 - added possibility to update the conversion factors using the
7065 MCalibrationChargeCam stored in fCalibUpdate.
7066 - added Print() function
7067
7068 * mcalib/MCalibCalcFromPast.[h,cc]
7069 - committed final version, now also in the Makefile
7070
7071 * mjobs/MJCalibrateSignalFromOutside.[h,cc], macros/calibration.C
7072 - committed final version, now able to calibrate interlaced cal.
7073 events.
7074
7075
7076
7077 2005/01/14 Hendrik Bartko
7078
7079 * msignal/calibration_weights_UV.dat
7080 - fixed a small bug in the noise autocorrelation of the AB-noise
7081
7082 * msignal/calibration_weights_blue.dat
7083 - new weights file for blue calibration pulses
7084
7085 * cosmics_weights.dat
7086 - fixed a small bug in the noise autocorrelation of the AB-noise
7087
7088
7089
7090 2005/01/14 Markus Gaug
7091
7092 * msignal/MExtractTimeAndChargeDigitalFilter.cc
7093 - added a small acceleration of the program, tested by Hendrik and
7094 me.
7095
7096 * mpedestal/MPedCalcFromLoGain.cc
7097 - fixed one warning output which was not a real warning.
7098
7099 * mcalib/MCalibrationChargeCam.cc
7100 - improved the function to calculate a mean conversion factor over
7101 the whole camera including a fit to the values.
7102
7103 * mpedestal/MPedCalcPedRun.[h,cc]
7104 - undo some changes introduced by TB on 2/12/04 which had made the
7105 use of interlaced pedestal events impossible again.
7106 - Use now the new class MTriggerPattern directly to recognize an
7107 interlaced pedestal event.
7108
7109
7110
7111 2005/01/14 Thomas Bretz
7112
7113 * callisto.cc:
7114 - fixed a typo in output
7115
7116 * manalysis/MGeomApply.cc:
7117 - removed some old code already in comments
7118 - added possibility to switch off automatic processing (used
7119 if two different geometries around)
7120
7121 * manalysis/MMultiDimDistCalc.cc, mhbase/MHMatrix.[h,cc],
7122 mranforest/MRanForestCalc.cc, mtools/MHSimulatedAnnealing.[h,cc],
7123 mtools/MSimulatedAnnealing.h:
7124 - added include of TVector because in newer root version it is
7125 not included from TMatrix anymore
7126
7127 * mbase/BaseLinkDef.h, mbase/MMath.[h,cc]:
7128 - to stick to the convention of TMath in newer root versions MMath
7129 changed from a class to a namespace
7130
7131 * mbase/MEvtLoop.[h,cc]:
7132 - to support newer root version added a second Write-function
7133 with a const qualifier.
7134
7135 * mdata/MDataChain.cc:
7136 - changed access to TMath for newer root versions
7137
7138 * mfileio/MChain.[h,cc]:
7139 - implemented a workaround for teh changed LoadTree definition
7140 in newer root-versions
7141
7142 * mfileio/MReadTree.cc:
7143 - fixed a bug in CheckBranchSize caused some warning to be
7144 displayed
7145
7146 * mhflux/MHAlpha.cc:
7147 - removed check for fResult in PostProcess (it is always there)
7148
7149 * msignal/MExtractTimeFastSpline.cc:
7150 - fixed delete --> delete[]
7151
7152 * mbadpixels/MBadPixelsCalc.cc:
7153 - slight change to some output
7154
7155 * mbase/MTaskEnv.h:
7156 - set name of default task when pointer is given
7157
7158 * mjobs/MJCalibrateSignal.cc:
7159 - fixed handling of extraction range for various cases
7160 - fixed handling in case no arrival times are calculated
7161
7162 * mjobs/MJCalibration.cc:
7163 - write at least a default arrival time calibration container
7164 to make further processing easier
7165
7166 * mjobs/MJPedestal.[h,cc]:
7167 - fixed handling of extraction range for various cases
7168
7169
7170
7171 2005/01/14 Abelardo Moralejo
7172
7173 * mtemp/mpadova/macros/trainsubsample.C, RanForestDISP.C
7174 - added. Two macros used in the analysis of real wobble mode data.
7175
7176
7177
7178 2005/01/14 Daniela Dorner
7179
7180 * macros/sql/filldotrun.C
7181 - added new arehucas-verions and changed code accordingly
7182
7183
7184
7185 2005/01/13 Abelardo Moralejo
7186
7187 * macros/starmc.C
7188 - Added (commented) lines for the case of gamma MC source off-axis
7189 (wobble mode). Changed default extractor to
7190 MExtractFixedWindowPeakSearch.
7191
7192
7193
7194 2005/01/13 Raquel de los Reyes
7195
7196 * callisto.rc
7197 - introduced several configuration lines
7198 (format: "class".DataCheck: No) to allow callisto
7199 to run with rawfiles. Necessary for the datacheck.
7200
7201
7202
7203 2005/01/13 Markus Gaug
7204
7205 * mcalib/MCalibColorSet.cc
7206 - fixed runs 45605-45609
7207
7208 * msignal/MExtractor.h
7209 - take out the variable fHiLoLast from the streamer. Will be
7210 initialized in the ReInit(), if needed
7211
7212 * msignal/MExtractor.cc
7213 - Initialized fHiLoLast to 0. Otherwise, a second eventloop with
7214 the same extractor may have that variable set to a certain
7215 value, even if not desired. The ReInit() fixes fHiLoLast, if
7216 different from 0.
7217
7218 * mpedestal/MExtractPedestal.cc
7219 * mpedestal/MPedCalcPedRun.cc
7220 * mpedestal/MPedCalcFromLoGain.cc
7221 - fix the output of the print to the correct value for the case
7222 that the extractor is used.
7223
7224
7225 2005/01/13 Thomas Bretz
7226
7227 * callisto.rc:
7228 - fixed some typos
7229
7230 * mbase/MLog.cc:
7231 - unset DEBUG defined unintentionally
7232
7233 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
7234 - removed printing Weights in InitArrays, because otherwise
7235 the output of a full data calibration is totally crowded
7236 with numbers. Having the weights-file name on the display
7237 is perfectly enough.
7238
7239
7240
7241 2005/01/12 Markus Gaug
7242
7243 * mcalib/MCalibrationIntensityRelTimeCam.cc
7244 - added fit to improve averageing of the obtained results
7245
7246
7247
7248 2005/01/12 Thomas Bretz
7249
7250 * manalysis/MMatrixLoop.cc:
7251 - changed name to MRead because it now derives from MRead
7252
7253 * mbase/MEvtLoop.[h,cc]:
7254 - implemented an option not to cascade the status display to the
7255 parameter list in PreProcess
7256
7257 * mhflux/MHAlpha.cc:
7258 - changed name of "Significance" to "MinimizationValue"
7259 - return -significance to have a value being minimized
7260
7261 * mhist/MHCamera.cc:
7262 - fixed output of text in legend
7263
7264 * mhist/MHEvent.[h,cc]:
7265 - implemented new options for calibrated pedestals
7266
7267 * mmain/MEventDisplay.cc:
7268 - fixed to support latest changes in MJCalibrateSignal
7269
7270 * mpedestal/MPedPhotCam.cc:
7271 - added new options in GetPixelContent (4 and 5) to support
7272 a correct camera display
7273
7274 * mjobs/MJCalibrateSignal.cc:
7275 - fixed display of calibrated pedestal and pedestal rms
7276 - changed order of plots. Now all interpolated values
7277 (means all calibrated values which are bad-pixel treated)
7278 are displayed behind the unsuitable pixels.
7279
7280 * mjobs/MJ*.cc:
7281 - corrected all wrong %06d to %08d to fit the number of
7282 digits in run-numbers
7283
7284
7285
7286 2005/01/11 Abelardo Moralejo
7287
7288 * mjobs/Makefile
7289 - added missing include -I ../mtrigger
7290
7291
7292
7293 2005/01/11 Thomas Bretz
7294
7295 * callisto.cc, callisto.rc:
7296 - changed such, that all three kinds of pedestals are calcualted
7297 (usefull for studies)
7298
7299 * manalysis/MMatrixLoop.[h,cc]:
7300 - derived from MRead
7301 - implemented some basic functions from MRead
7302
7303 * mfilter/MFCosmics.[h,cc]:
7304 - allow setting of name of MPedestalCam
7305
7306 * mhbase/MBinning.[h,cc]:
7307 - added SetEdges taking MParList as input
7308
7309 * mhflux/MHAlpha.cc:
7310 - use new function from MBinning
7311
7312 * mjobs/MJCalibrateSignal.[h,cc]:
7313 - changed to calculate all three kinds of pedestals
7314 - added filters for trigger pattern and illuminated events
7315
7316 * mjobs/MJPedestal.cc:
7317 - give different names to tabs with different pedestals
7318
7319 * mjobs/MJStar.cc:
7320 - on request changed used pedestal from "FromExtractor" to
7321 "FromExtractorRndm"
7322
7323 * mtrigger/MTriggerPattern.h:
7324 - added Reset function
7325
7326 * mtrigger/MTriggerPatternDecode.[h,cc]:
7327 - added using file format version number
7328
7329
7330
7331 2005/01/11 Markus Gaug
7332
7333 * mbadpixels/MBadPixelsPix.cc
7334 - updated documentation
7335
7336 * mcalib/MCalibrationChargeCalc.cc
7337 - make pixels with deviating number of phes unreliable instead of
7338 unsuitable (this was already thought so, but missed to modify
7339 at one place).
7340
7341 * mhcalib/MHCalibrationCam.[h,cc]
7342 - add possible flag 'kInterlaced': default: kFALSE (like before)
7343 - added pointer to MRawEvtHeader to deny cosmics events in case
7344 of 'interlaced' flag is set. No changes for 'normal' calibration
7345
7346
7347
7348 2005/01/10 Benjamin Riegel
7349
7350 * mreport/MReportStarguider.cc, mreport/MReportStarguider.h
7351 - added two classes for implementing starguider-data
7352
7353 * mreport/ReportLinkDef.h
7354 - added class MReportStarguider to be linked:
7355 #pragma link C++ class MReportStarguider+;
7356
7357 * mreport/Makefile
7358 - added file MReportStarguider.cc
7359
7360 * merpp.cc
7361 - added two containers ( MReportStarguider, MTimeStarguider ) and
7362 added MReportStarguider to the list:
7363 w->AddContainer("MReportStarguider", "Starguider");
7364 w->AddContainer("MTimeStarguider", "Starguider");
7365 r->AddToList("MReportStarguider");
7366
7367
7368
7369 2005/01/10 Markus Gaug
7370
7371 * mcalib/MCalibColorSet.cc
7372 - return kFALSE for CL-run instead of kTRUE
7373
7374 * mcalib/MCalibrationChargeCalc.cc
7375 - stop program in case that multiple colours are found in same file
7376 without intensity calibration
7377
7378 * mbadpixels/MBadPixelsPix.h
7379 - added two new possible UnCalibrated_t flags for the hi-lo
7380 calibration
7381
7382 * macros/calibration.C
7383 - add the calls to:
7384 MArray::Class()->IgnoreTObjectStreamer();
7385 MParContainer::Class()->IgnoreTObjectStreamer();
7386 in main.
7387
7388 * msignal/MExtractor.h
7389 - added Getter for fOffsetLoGain (was still missing)
7390
7391 * mhcalib/MHCalibrationChargeCam.[h,cc]
7392 - remove pixels with histogram overflow only if their percentage
7393 passes a certain limit (default: 0.5%). Before, every overflow
7394 lead to an unsuitable pixel.
7395
7396 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]
7397 - implemented changes suggested by T.B. to speed up calculations
7398 - take fNameWeightsFile into the streamer, otherwise the Clone()
7399 will always create an extractor with cosmic's weights.
7400 - set fOffsetLoGain to a slighly higher value. The DF seems to
7401 have a different offset since it uses different pulse shapes
7402 and thus sightly different time definitions.
7403
7404
7405
7406 2005/01/10 Thomas Bretz
7407
7408 * mhvstime/MHVsTime.cc:
7409 - fixed a compiler error for gcc 2.95.3, see Mantis bug # 157
7410
7411 * callisto.cc:
7412 - changed such, that the calculated pedestal is not random
7413 anymore
7414 - added code to calculate the pedestal also with randomization,
7415 but this code is for the moment commented out.
7416
7417 * callisto.rc:
7418 - fixed naming of pedestal calculation
7419
7420 * mbadpixels/MBadPixelsCalc.cc:
7421 - added a second check which compares the pedestal rms with
7422 the variance of the pedestal rms in the same sector
7423
7424 * mjobs/MJCalibrateSignal.[h,cc]:
7425 - changed to calculate the pedestal from extractor without
7426 randomization
7427 - added code to calculate the pedestal also with randomization,
7428 but this code is for the moment commented out.
7429
7430 * mjobs/MJCalibration.cc:
7431 - made sure that pedcam always has the correct name
7432 (FIXME? Print a warning if it has the wrong name)
7433
7434 * mjobs/MJPedestal.[h,cc]:
7435 - changed such, that it allows the calculation of pedestals
7436 in three different ways (fundamental, fromextractor,
7437 fromextractorrndm)
7438 - therefor removed SetExtractorResolution and added
7439 + void SetExtractionFundamental()
7440 + void SetExtractionWithExtractorRndm()
7441 + void SetExtractionWithExtractor()
7442
7443 * mjobs/MJStar.cc:
7444 - changed/fixed the input name of the MPedPhotCam used in the
7445 image cleaning
7446
7447 * mraw/MRawFileRead.[h,cc]:
7448 - changed return type of OpenNextFile
7449 - in some cases return kERROR in OpenNextFile to abort the Processing
7450 with an error
7451
7452 * mraw/MRawRunHeader.cc:
7453 - call a wrong file format version ERROR now
7454
7455 * mhflux/MAlphaFitter.[h,cc]:
7456 - make sure that resetted values are returned if fit failed
7457 - set default scaling too kOffRegion
7458
7459 * mhflux/MHAlpha.cc:
7460 - some small fixes to handling of MHAlphaOff
7461
7462 * mhflux/MHFalseSource.[h,cc]:
7463 - implemented possible usage of MHFalsSourceOff for On-Off-Analysis
7464 - updated display accordingly
7465 - updated fit accordingly
7466 - removed catalog temporarily from plots until I found the
7467 reason for the strange crashes
7468
7469 * mbadpixels/MBadPixelCalc.[h,cc]:
7470 - implemented the possibility to check the pedestal rms against the
7471 variance of the pedstal rms, too. The option is curretly switched
7472 off.
7473 - enahanced informal output in PreProcess
7474
7475 * mbase/MTaskList.cc:
7476 - a little change to some output
7477
7478
7479
7480 2005/01/10 Wolfgang Wittek
7481
7482 * mfbase/MFEventSelector2.cc
7483 - check whether filter exists before calling
7484 filter->CallPreProcess(parlist)
7485
7486
7487
7488 2005/01/08 Markus Gaug
7489
7490 * mhcalib/MHCalibrationHiLoCam.[h,cc]
7491 * mcalib/MCalibrationHiLoCam.[h,cc]
7492 * mcalib/MCalibrationHiLoPix.[h,cc]
7493 * mcalib/MIntensityCalibrationHiLoCam.[h,cc]
7494 * mhcalib/Makefile, mcalib/Makefile, mhcalib/HCalibLinkDef.h,
7495 mcalib/CalibLinkDef.h
7496 - new classes for calibration of conversion high-gain vs. low-gain
7497
7498 * msignal/MExtractedSignalPix.[h,cc]
7499 - added data member fChisquare, set to -1. by Clear() and Reset()
7500 - raised version number by 1
7501
7502 * msignal/MExtractedSignalCam.[h,cc]
7503 - added data member fNdf, set to -1 by default
7504 - new function: GetProb(const Int_t pixidx) to be called to
7505 calculate the joint probability of Chisquare of pixel "pixidx"
7506 and fNdf
7507 - added documentation of data members
7508 - raised version number by 1
7509
7510 * mhcalib/MHCalibrationChargeCam.cc
7511 - strengthened default histogram limits a bit, should accelerate
7512 the calibration by 20%.
7513
7514 * mjobs/MJCalibrateSignalFromOutside.cc
7515 - fixed two lines to compile MCalibrateData with the recent changes
7516 by TB
7517
7518 * msignal/MExtractTimeAndChargeDigitalFilter.cc
7519 - fixed two bugs introduced yesterday by TB.
7520
7521 * msignal/MExtractTimeAndChargeSpline.cc
7522 * msignal/MExtractTimeAndChargeSlidingWindow.cc
7523 - adopt part of TB's speed accelerations into these classes
7524
7525 * msignal/MExtractTimeAndCharge.cc
7526 - fix the low-gain extraction window for the case that the high-gain
7527 is saturated. Was skipped so far.
7528
7529
7530
7531 2005/01/07 Markus Gaug
7532
7533 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
7534 - catch the case that more than 90% of the pixels have saturated
7535 signals and fix the extraction window from the occurrance of
7536 saturation, then. Important for high-intensity calibration events.
7537
7538
7539 * msignal/MExtractor.cc
7540 * msignal/MExtractTime.cc
7541 * msignal/MExtractTimeAndCharge.cc
7542 - added some documentation
7543
7544 * msignal/MExtractTime.[h,cc]
7545 - moved the empty function FindTimeHiGain() and FindTimeLoGain() to
7546 the header-file.
7547
7548
7549
7550
7551 2005/01/07 Abelardo Moralejo
7552
7553 * mbase/MLog.h
7554 - Added #include "TSystem.h", otherwise gSystem is not recognized
7555 in Mac OSX.
7556
7557 * manalysis/MMakePadHistograms.cc
7558 - Changed badcalc.SetNamePedPhotContainer to
7559 badcalc.SetNamePedPhotCam
7560
7561
7562
7563 2005/01/07 Thomas Bretz
7564
7565 * mbadpixels/MBadPixelsCalc.[h,cc], macros/ONOFFAnalaysis.C:
7566 - replaced PedPhotContainer by PedPhotCam for consistency
7567
7568 * mbase/MLog.[h,cc]:
7569 - return *this in Seperator()
7570
7571 * mbase/MPrint.[h,cc]:
7572 - use new separator manipulator in PreProcess
7573 - fixed a type: separator instead of seperator
7574
7575 * mfileio/MReadTree.[h,cc]:
7576 - added a check for branch->IsAutoDelete() in Notify()
7577
7578 * mpedestal/MExtractPedestal.[h,cc]:
7579 - added new option 'fRandomCalculation' be used to switch on-/off-
7580 randomization in extractors, the default should be like before
7581 - added Process() calling Calc()
7582
7583 * mpedestal/MPedCalcFromLoGain.[h,cc], mpedestal/MPedCalcPedRun.[h,cc]:
7584 - renamed Process() to Calc()
7585
7586 * Makefile:
7587 - removed macros/calibration.C, which seems to have been
7588 unintantionally introduced.
7589
7590 * manalysis/Makefile:
7591 - removed unintantionally introduced wrong include
7592
7593 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
7594 - a small acceleration discussed with Hendrik by replacing a
7595 counter in a loop by pointer arithmetics
7596
7597 * mraw/MRawEvtPixelIter.cc:
7598 - fixed a bug in GetMaxIdxHiLoGain which caused the loop to
7599 read one byte behind the end of the array
7600 - fixed HasLoGain() which really did weired things, means accessing
7601 sometimes memory somewhere. This could theoretically result
7602 in assigning the wrong lo-gains to the wrong pixels.
7603
7604 * mtrigger/MTriggerPattern.[h,cc], mtrigger/MTriggerPatternDecode.[h,cc],
7605 mtrigger/MFTriggerPattern.[h,cc]:
7606 - added
7607
7608 * mtrigger/Makefile, mtrigger/TriggerLinkDef.h:
7609 - added MTriggerPattern, MTriggerPatternDecode and MFTriggerPattern
7610
7611 * manalysis/MEnergyEstParam.h:
7612 - added a new function SetVariables calling SetCoeff
7613
7614 * mcalib/MCalibrateData.[h,cc]:
7615 - removed data members for container names
7616 - added new lists for container names
7617 - allow to calibrate more than one pedestal container at the same
7618 time
7619
7620 * mjobs/MJCalibrateSignal.cc:
7621 - changed accordingly
7622
7623
7624
7625 2005/01/05 Thomas Bretz
7626
7627 * mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationChargeCalc.cc,
7628 mhcalib/MHCalibrationRelTimeCam.cc:
7629 - made some output lines fit into convinience window of 80 col
7630
7631 * mhist/MHCamEvent.cc:
7632 - make sure that x-axis has correct title
7633
7634 * msignal/MArrivalTimePix.cc:
7635 - init error to -1 which is a obviously non valid value
7636 - fixed IsValid() which gave wrong results
7637
7638 * msignal/MExtractTimeAndCharge.cc, msignal/MExtractedSignalPix.cc:
7639 - made sure that LoGain is flagged non-valid if no lo-gain exists
7640 - push time back at the edge of the allowed limits if outside
7641
7642 * mbase/MGList.[h,cc]:
7643 - introduced new functions Delete and DeletePictures
7644 - SetBit(kMustCleanup) in constructor. Otherwise it is not
7645 correctly removed from ListOfCleanups
7646
7647 * mbase/MLog.cc:
7648 - SetBit(kMustCleanup) if adding a plugin to make sure it is cleaned
7649 from the list
7650
7651 * mbase/MParContainer.[h,cc]:
7652 - replaced return type of GetDescriptor by TString. The old version
7653 was terribly wrong! The returned memory wasn't removed as soon
7654 as the function returned.
7655
7656 * mbase/MStatusDisplay.[h,cc]:
7657 - for security (thread safty) replaced all Form() by MString::Form()
7658 - implemented a more secure scheme of Closing (Clone()) this was
7659 a hint given by valgrind
7660 - set kMustCleanup for all new object in ClonePad not only kCanDelete
7661 - fixed some lines in pulldown-menus
7662 - add TPads to ListOfCleanups in ClonePad (workaround!)
7663
7664 * mbase/MString.[h,cc]:
7665 - implemented a new static Form() function returning a copy of
7666 the result
7667
7668 * mbase/MTask.[h,cc]:
7669 - replaced return type of GetDescriptor by TString. The old version
7670 was terribly wrong! The returned memory wasn't removed as soon
7671 as the function returned.
7672 - Made GetDescriptor thread safe using MString::Form
7673
7674 * mfileio/MWriteRootFile.cc:
7675 - Use GetDescriptor().Data() when using any kind of printf function
7676
7677 * mhbase/MFillH.cc:
7678 - replaced string concatenation in all constructors by a Form
7679 (also suggested by valgrind)
7680
7681 * mhcalib/MHCalibrationRelTimeCam.cc:
7682 - made some output fit into 80col boundary
7683
7684
7685
7686
7687 2005/01/03 Thomas Bretz (HAPPY NEW YEAR)
7688
7689 * mfht:
7690 - added new directory for hexagonal fourier transformation
7691
7692 * mfht/HftIncl.h, mhft/HftLinkDef.h, mhft/MGeomCamMagicXT.[h,cc],
7693 mhft/MGeomCamMagicEnhance.[h,cc], mhft/MHexgaonalFT.[h,cc],
7694 mhft/MHexagonalFreqSpace.[h,cc], mhft/MHexagonalFTCalc.[h,cc],
7695 mhft/Makefile:
7696 - added
7697
7698 * macros/extendcam.C:
7699 - added: tutorial for MGeomCamExtend
7700
7701 * macros/hft.C:
7702 - added: tutorial for MHexgonalFTCalc
7703
7704 * macros/dohtml.C:
7705 - updated
7706
7707 * macros/rootlogon.C:
7708 - updated
7709
7710 * Makefile:
7711 - mhft added
7712
7713 * mbase/MParContainer.cc, mbase/MLog.cc:
7714 - added a pre-compiler option for destructor debugging
7715
7716 * mbase/MTaskList.[h,cc]:
7717 - added new function Replace
7718
7719 * mdata/MDataChain.cc, mfbase/MF.cc:
7720 - shortened some output
7721
7722 * mdata/MDataArray.[h,cc]:
7723 - added new function FindRule
7724
7725 * mfileio/MReadTree.[h,cc]:
7726 - enhanced functionality to be able to read a TTree stored in memory
7727 instead of a file. Therefor introduced fTree which is now the pointer
7728 used and replaced fChain where TTree and TChain have common behaviour.
7729 Where they behave uncommon new code for the new case has been added.
7730
7731 * mfileio/MWriteRootFile.[h,cc]:
7732 - enhanced functionality to be able to write a TTree into memory
7733 instead of a file. This were maily bugfixes for the case fOut==0, which
7734 must be handled correctly. Becarefull a tree filles without a file
7735 is not deleted automatically!
7736
7737 * mhbase/MBinning.h:
7738 - added copy constructor
7739 - fixed buggy SetEdges(MBinning&) which didn't work
7740
7741 * mhbase/MHMatrix.cc:
7742 - when adding a new rule check first if the same rule already exists
7743
7744 * mhflux/MAlphaFitter.[h,cc]:
7745 - added new functionality to support on-off analysis
7746 - didn't touch existing code
7747
7748 * mhflux/MHAlpha.[h,cc]:
7749 - added new functionality to support on-off analysis
7750 - replaced Fit() calls by newer function calls
7751 - added DrawAll - PRELIMINARY
7752 - fixed a bug when projecting - may be the reson for some strange
7753 crashes
7754
7755 * mcalib/MCalibColorSet.cc:
7756 - fixed a stupid bug introduced last year, which caused MCalibColorSet
7757 in some circumstances to stop the eventloop when it shouldn't
7758
7759 * mjobs/MSequence.cc:
7760 - expand path names
7761
Note: See TracBrowser for help on using the repository browser.