source: trunk/MagicSoft/Mars/Changelog@ 7374

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