source: trunk/MagicSoft/Mars/Changelog@ 7413

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