source: trunk/MagicSoft/Mars/Changelog@ 7392

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