source: trunk/MagicSoft/Mars/Changelog@ 7376

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