source: trunk/MagicSoft/Mars/Changelog@ 7369

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