source: trunk/MagicSoft/Mars/Changelog@ 7407

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