source: trunk/MagicSoft/Mars/Changelog@ 7370

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