source: trunk/MagicSoft/Mars/Changelog@ 7418

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