source: trunk/MagicSoft/Mars/Changelog@ 7375

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