source: trunk/MagicSoft/Mars/Changelog@ 7403

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