source: trunk/MagicSoft/Mars/Changelog@ 7390

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