source: trunk/MagicSoft/Mars/Changelog@ 7003

Last change on this file since 7003 was 7003, checked in by meyer, 21 years ago
*** empty log message ***
File size: 123.6 KB
Line 
1
2
3Please do not write behind the end of line tag so that it is possible
4to send a Changelog file to a line printer directly. Thanks.
5
6For your entries please follow EXACTLY this style:
7
8_yyyy/mm/dd_[Your Name]
9_
10___*_filename:
11_____-_description
12_
13___*_filename2, filename3:
14_____-_description
15_
16_
17_
18
19While an underscore is a placeholder for a white-space or an empty line.
20
21
22 -*-*- END OF LINE -*-*-
23 2005/05/09 Markus Meyer
24
25 * mmuon/MHSingleMuon.cc
26 - changed the default value for the binning of fHistPhi
27 - changed the start parameter for the gaussian fit for the
28 calculation of ArcWidth
29
30
31 2005/05/09 Thomas Bretz
32
33 * callisto.cc, ganymed.cc, mars.cc, merpp.cc, readdaq.cc,
34 readraw.cc, showplot.cc, sinope.cc, sponde.cc, star.cc:
35 - changed order of initialization such that a real NULL
36 output is possible
37 - changed TApplication name from upper to lower case
38 - in some applications replaced manual setup of gLog with
39 gLog.Setup
40
41 * showlog.cc:
42 - improved alorithm
43
44 * showplot.cc:
45 - implemented Print options
46
47 * mbase/MLog.[h,cc]:
48 - fixed a bug which caused output in NULL output
49 - added Getter IsNullOutput
50
51 * mbase/MStatusDisplay.[h,cc]:
52 - implemented PDF and SVG printing
53 - moved "Save As Something" to new submenu
54 - fixed and improved printing
55 - implemented PrintDialog for printing
56 - implemented printing of log (untested)
57 - allow saving by extension (line Print() in root): SaveAs
58
59 * mfileio/MWriteRootFile.h:
60 - replaced BIT(17) by BIT(23) to improve compatibility with
61 root 4.04/00 and upcomming versions
62
63 * mhflux/Makefile, mjobs/MJCut.cc:
64 - replaced MTheta by MThetaSq to get rid of a problem
65 with the automatic naming of the binning (BinningTheta)
66
67 * mhist/MHCamera.[h,cc]:
68 - fixed a workaround (it has been fixed in root 4.04/00)
69 - allow setting the palette through the Draw-option. This allows
70 storage of the palette
71 - removed fColor. The palette is now diretly set though gStyle in
72 Paint
73
74 * mjobs/MJOptimize.cc:
75 - restore null output correctly after eventloop
76
77 * mjobs/MJSpectrum.cc:
78 - renamed Hist and HistOff to HistE and HistEOff
79 - added binnings M3Long and Conc1
80
81
82
83 2005/05/06 Thomas Bretz
84
85 * mbase/MStatusDisplay.cc:
86 - fixed constructor to work with newer root versions
87 (gClient!=NULL)
88
89 * mfileio/MWriteRootFile.h:
90 - added a comment about BITs used by root
91
92 * mhflux/MHEffectiveOnTime.cc:
93 - use 1e-10 instead of 0 in TPad::Divide
94
95
96
97 2005/05/06 Daniela Dorner
98
99 * datacenter/scripts/copyscript:
100 - added command to ensure the correct permissions of the files
101 on disk
102
103
104
105 2005/05/04 Markus Meyer
106
107 * mjobs/MJStar.cc:
108 - added cut in ArcWidth (final cuts for muons)
109
110 * star.rc:
111 - added cut in ArcWidth
112
113 * mmuon/MHSingleMuon.h
114 - added a Getter for fHistWidth
115
116
117
118 2005/05/04 Thomas Bretz
119
120 * mfileio/MWriteRootFile.cc:
121 - fixed a possible infinite loop when compiling the new
122 file name as suggested by Abelardo
123
124 * mhflux/MHAlpha.cc:
125 - search for fName+"Off" instead of ClassName()+"Off"
126
127 * mjobs/MJSpectrum.cc:
128 - scale the displayed zd-plots by their maximum as the
129 histograms are scaled before
130
131 * mjobs/MJStar.cc:
132 - implemented writing of the muon parameters. This takes another
133 5% of the time (in total 15-20% for muon analysis). It enlarges
134 the file size by roughly 15% (a test file was enlarged from
135 5.1M to 5.9M)
136
137 * mmuon/MMuonCalibPar.cc:
138 - set default of ArcPhi to an invalid value = -1
139
140 * mreport/MReportDrive.cc:
141 - fixed a typo in the comments
142
143
144
145 2005/05/03 Thomas Bretz
146
147 * mjobs/MJCut.cc:
148 - added histogram <Fake->'OnTime' for MC
149
150 * mpointing/MSrcPosCalc.cc:
151 - removed dependancy on MTime for MC
152
153 * star.cc:
154 - addde possibility to switch off muon analysis
155
156 * star.rc:
157 - added parameters for muon analysis
158
159 * mbadpixels/MBadPixelsCam.cc:
160 - fixed a typo in a comment
161
162 * mjobs/MJStar.[h,cc]:
163 - added possibility to switch off muon analysis
164
165 * mjobs/Makefile:
166 - added -I../mmuon
167
168 * mjobs/MJCut.cc, mjobs/MJSpectrum.cc:
169 - renamed MHAlpha to Hist (to have a common naming for all options)
170 - renamed MHAlphaOff to HistOff
171
172
173
174 2005/05/02 Thomas Bretz
175
176 * ganymed.rc:
177 - updated to the latest changes
178
179 * mhflux/MHAlpha.[h,cc]:
180 - made a base class with the necessary interface to derived classes
181 to support other variables like dca or theta
182
183 * mjobs/MJCut.[h,cc]:
184 - added support for MHAlpha derived classes
185 - made MHTheta the default
186
187 * mhflux/MHTheta.[h,cc]:
188 - added
189
190 * mhflux/Makefile, mhflux/FluxLinkDef.h:
191 - added MHTheta
192
193
194
195 2005/04/29 Thomas Bretz
196
197 * manalysis/MEventRateCalc.cc:
198 - fixed jumps when a new run is initiated
199 - set as time a time which represents the starting point
200 of the calculation interval in all cases
201
202 * star.rc, mmuon/MMuonCalibParCalc.cc, mmuon/MMuonSetup.[h,cc]:
203 - fixed wrong units of thresholds for muon analysis
204
205 * mmuon/MHSingleMuon.cc:
206 - removed obsolete conversion factor in error calculation
207 - FindeCreateObj called for MMuonSetup
208 - get NDF from fit
209 - optimized FindRangeAboveThreshold
210 - handle special case when arcphi is 360deg
211
212 * star.cc:
213 - replaced ProcessFile by Process
214
215 * mjobs/MJSpectrum.cc:
216 - renamed second MHAlpha tab to MHAlphaOn to be able to
217 access each tab uniquely
218 - fixed a bug calling SetStats which could cause crashes
219
220 * mjobs/MJStar.[h,cc]:
221 - preliminary implementation of the muon analysis
222 - reanamed ProcessFile to Process
223
224
225
226 2005/04/28 Thomas Bretz
227
228 * manalysis/MMultiDimDistCalc.[h,cc]:
229 - replaced MHadronness by MParameterD
230
231 * mhflux/MHEnergyEst.cc:
232 - removed obsolete include of MEnergyEst
233
234 * mmuon/MHMuonPar.cc:
235 - fixed a type in an axis label
236
237
238
239 2005/04/27 Thomas Bretz
240
241 * Makefile:
242 - added mmuon
243 - remobed mstarcam
244
245 * callisto.cc, ganymed.cc, star.cc:
246 - renamed ProcessFile to Process
247
248 * star.rc:
249 - added some muon parameters
250
251 * mastro/MAstroCamera.[h,cc]:
252 - temporarily removed interface to MStarPos
253
254 * mbase/MStatusArray.h:
255 - added default constructor
256
257 * mcalib/MCalibColorSet.cc:
258 - added runs 39942, 39944, 44834, 39941, 39943 and 44833
259 (undocumented change from the BCN cvs)
260
261 * mjobs/MJCalib.[h,cc], mjobs/MJCalibTest.[h,cc],
262 mjobs/MJCalibrateSignal.[h,cc], mjobs/MJCalibration.[h,cc],
263 mjobs/MJCut.[h,cc], mjobs/MJPedestal.[h,cc]:
264 - removed support for MRunIter (use the setter of MSequence
265 instead) -- this makes the code a lot easier to maintain
266 - removed support for autodetection if the output already exists --
267 this makes the code a lot easier to maintain
268 - renamed ProcessFile to Process - which was missleading
269
270 * mmuon/MHMuonPar.[h,cc]:
271 - changes to axis labels etc.
272
273 * mmuon/MMuonCalibPar.[h,cc]:
274 - removed the histograms and all obsolete variables
275 - removed obsolete SetUseUnmap (this cannot happen
276 by definition of Unmap)
277
278 * mmuon/MMuonCalibParCalc.[h,cc]:
279 - moved the code for calculation the parameters to new class
280 MHSingleMuon
281
282 * mmuon/MMuonSearchPar.[h,cc]:
283 - replaced arbitrary fir by minuit (faster and more accurate)
284 - removed precalculation of muon center - makes fit worse
285
286 * mmuon/MMuonSearchParCalc.[h,cc]:
287 - fixes to comments
288 - fixes to includes
289
290 * mmuon/MMuonSetup.[h,cc]:
291 - binnings removed (replaces by MBinning)
292
293 * mmuon/Makefile, mmuon/MuonLinkDef.h:
294 - added MHSingleMuon
295
296 * msignal/MExtractTimeAndchargeSpline.cc:
297 - fixed a bug found by Abelardo which could cause different
298 results with different compiler optimiztaion options due
299 to rounding errors.
300
301
302
303 2005/04/25 Thomas Bretz
304
305 * ganymed.cc:
306 - changed policy of writing the resulting events to the result file
307
308 * sponde.cc:
309 - added commandline option to use all monte carlos
310 - added command line option to read the MCs more accurate
311
312 * sponde.rc:
313 - added
314
315 * mbase/MStatusDisplay.[h,cc]:
316 - added some code to get Tab by name
317 - fixed a typo in a status line output
318
319 * mhbase/MH.[h,cc], mhbase/MH3.[h,cc], mhflux/MHFalseSource.h,
320 mhist/MHCamEvent.[h,cc], mhist/MHCamEventRot.h,
321 mhist/MHEvent.h, mhist/MHStarMap.h, mhist/MHTriggerLvl0.[h,cc],
322 mhistmc/MHMcTriggerLvl2.[h,cc], mhvstime/MHPixVsTime.[h,cc],
323 mhvstime/MHSectorVsTime.[h,cc], mimage/MHHillas.[h,cc],
324 mimage/MHHillasExt.[h,cc], mimage/MHHillasSrc.[h,cc],
325 mimage/MHImagePar.[h,cc], mimage/MHNewImagePar.[h,cc]:
326 - changed GetHistByName to be const-qualified to be compatible
327 with FindObject
328 - added some FindObject function to call GetHistByName
329
330 * mhflux/MHAlpha.[h,cc]:
331 - changed such, that it can be forced to display the excess
332 events versus size
333
334 * mjobs/MJCut.[h,cc]:
335 - display number of excess events versus Size per default
336 - removed energy estimator
337
338 * mjobs/MJOptimize.cc:
339 - display number of excess events verss size after optimization
340
341 * mjobs/MJSpectrum.[h,cc]:
342 - implemented setting up energy estimator
343 - replaced some gLog by fLog
344 - display comparison of image parameters
345
346
347
348 2005/04/22 Thomas Bretz
349
350 * mbase/MStatusArray.[h,cc]:
351 - switch off adding histograms to gDirectory in newly
352 overwritten Read-function
353
354 * mhflux/MHCollectionArea.[h,cc]:
355 - implemented member function GetHistSel
356 - don't display full statistics
357 - fixed a possible crash in Paint
358
359
360
361 2005/04/22 Markus Meyer
362
363 * mmuon/MMuonSetup[.h.cc]:
364 - new container class for muon parameters
365 which are not changing from event to event
366 (setup parameters for the analysis). These
367 parameters were stored in MMuonCalibPar before
368
369 * mmuon/MMuonCalibPar[.h.cc]:
370 - changed MCerPhotEvt and MCerphotPix to MSignalCam
371 and MSignalPix to read the new format
372 - removed the setup parameters (stored now in
373 MMuonSetup)
374 - removed all the sanity checks
375 - removed pre-cuts
376 - cuts in process, to save only muon-like events
377
378 * mmuon/MMuonCalibParCalc[.h.cc]:
379 - changed MCerPhotEvt and MCerphotPix to MSignalCam
380 and MSignalPix to read the new format
381 - removed pre-cuts
382
383 * mmuon/MMuonSearchPar[.h.cc]:
384 - changed MCerPhotEvt and MCerphotPix to MSignalCam
385 and MSignalPix to read the new format
386 -
387
388 * mmuon/MMuonSearchParCalc[.h.cc]:
389 - changed MCerPhotEvt and MCerphotPix to MSignalCam
390 and MSignalPix to read the new format
391
392 * mmuon/MHMuonPar[.h.cc]:
393 - new histgram class, plots different muon
394 parameters
395
396
397
398 2005/04/21 Daniela Dorner
399
400 * datacenter/scripts/runcallisto:
401 - fixed choice of todofile
402
403 * datacenter/scripts/copyscript:
404 - adapted some paths
405
406 * datacenter/macros/filldotrun.C:
407 - added 6 new arehucas versions
408
409 * datacenter/scripts/writesequencefile:
410 - added make path for sequencefiles
411
412
413
414 2005/04/21 Thomas Bretz
415
416 * mhcalib/MHCalibrationRelTimeCam.cc:
417 - fixed usage of a uninitialized pointer
418
419 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc:
420 - fixed usage of MFTriggerPattern
421
422 * mtrigger/MFTriggerPattern.[h,cc]:
423 - allow to set default from outside in case no pattern
424 could be decoded
425
426
427
428 2005/04/20 Thomas Bretz
429
430 * callisto.cc:
431 - added a comment which shows how to correctly skip job2 if
432 extractor doesn't inherit from MExtractTimeAndCharge, but...
433 // This could skip job2 if extractor doesn't inherit from
434 // MExtractTimeand Charge... but this is not necessary.
435 // We only get the same pedestal twice (which we want to have
436 // anyhow. A switch when using the result of job2 later is also
437 // not necessary, because without running job2 it is identical
438 // with job1
439
440 * mjobs/MSequence.cc:
441 - use the sequence number'd directories in case of calibrated data
442 and image files instead of the date.
443
444 * mhflux/MAlphaFitter.cc:
445 - copy also results in Copy()
446
447 * mjobs/MJOptimize.cc:
448 - print result of optimization in case MAlphaFitter is used
449 - store results back in initial MAlphaFitter
450
451 * mjobs/MJSpectrum.[h,cc]:
452 - implemented a faster simple mode weighting the read spectrum
453 with the theta-probability
454
455
456
457 2005/04/20 Daniel Mazin (2005/04/18)
458
459 * mreport/MReportCamera.[h,cc]
460 - added necessary changes to include Active Load and Central Pixel
461 info from Camera reports
462
463 * mcamera/MCameraActiveLoad.[h,cc]
464 - added to store Active Load info from the Camera reports
465
466 * mcamera/MCameraCentralPix.[h,cc]
467 - added to store Central Pixel info from the Camera reports
468
469 * mcamera/Makefile
470 * mcamera/CameraLinkDef.h
471 - added MCameraActiveLoad and MCameraCentralPix classes
472
473
474
475 2005/04/20 Markus Gaug (2005/04/15)
476
477 * mcalib/MCalibrationChargeCam.[h,cc]
478 - added new function CopyHiLoConversionFactors
479
480
481
482 2005/04/20 Markus Gaug (2005/04/14)
483
484 * mcalib/MCalibColorSteer.[h,cc]
485 - fixed a bug in the recognition of the calibration bit pattern.
486 Concerns only intensity calibration.
487
488 * mcalib/MCalibrationRelTimeCalc.cc
489 - return kTRUE instaed of kFALSE in case that the Process() has
490 never been executed.
491
492 * mjobs/MJCalibration.cc
493 - add a filter against PIN Diode events since some of the recent
494 calibration runs have been taken with Pin Diode.
495
496
497
498 2005/04/12 Markus Gaug
499
500 * mcalib/MCalibrationCam.[h,cc]
501 - added a storage place for the run number
502
503 * mcalib/MCalibCalcFromCalc.[h,cc]
504 - store the run number in the individual MCalibrationCams
505
506
507
508 2005/04/19 Thomas Bretz
509
510 * mjobs/MJCut.cc:
511 - fixed a problem when not enabling "--res"
512
513 * mimage/MHVsSize.[h,cc]:
514 - added more displayed variables
515
516 * mjobs/MJSpectrum.[h,cc]:
517 - added
518
519 * mjobs/Makefile, mjobs/JobsLinkDef.h:
520 - added MJSpectrum
521
522 * Makefile:
523 - added sponde.cc
524
525 * sponde.cc:
526 - added
527
528 * mhbase/MBinning.h:
529 - added Print() to //*MENU*
530
531 * mhflux/MAlphaFitter.cc:
532 - do not set inf-flag in Print()
533
534 * mhflux/MHAlpha.[h,cc]:
535 - set all-flag for printing MAlphaFitter("result")
536 - added Getter for excess histogram
537
538 * mjobs/MDataSet.[h,cc]:
539 - allow to initialize a TChain from this dataset
540
541 * mjobs/MJCut.cc:
542 - moved energy estimator back before Cut0 otherwise the
543 EnergyEst container is missing in summary file
544
545 * mhflux/MHCollectionArea.cc:
546 - draw efficiency into third pad
547
548
549
550 2005/04/18 Thomas Bretz
551
552 * manalysis/MCompProbCalc.cc, mbadpixels/MBadPixelsCalc.cc,
553 mbadpixels/MBadPixelsTreat.cc:
554 - some fixes to documentation (THtml complained about missing
555 classes)
556
557 * mbase/MStatusArray.[h,cc]:
558 - implemented some functions to print contents of StatusArray
559 and/or tab/canvas.
560
561 * mhbase/MFillH.cc:
562 - remove fH from ListOfPrimitives before adding Clone in
563 PostProcess
564
565 * mhbase/MH.[h,cc]:
566 - implemented new member function RemoveFromPad (necessary
567 if a class should support same-option)
568
569 * mimage/MHHillas.cc, mimage/MHHillasExt.cc, mimage/MHHillasSrc.cc,
570 mimage/MHImagePar.cc, mimage/MHNewImagePar.cc, mimage/MHVsSize.cc:
571 - fixed naming in case of same-option in Draw
572 - remove previous histograms from pad in case of same-option
573
574 * mjobs/MJCut.[h,cc]:
575 - write all binnings in WriteResult
576 - write MHillasExt to output
577 - BinningWidth, BinningLength and BinningDist added
578
579 * mjobs/MJOptimize.[h,cc]:
580 - fixed a typo in output
581 - allow to exchange Test-/Train-Sample
582
583 * ganymed.cc:
584 - implemented "-mc" option to allow cutting MC samples
585
586 * showlog.cc:
587 - implemented real treatment of debug-levels
588 - return 1 instead of 0 in cae of normal finish
589
590 * manalysis/MEnergyEstimate.h, mbase/MContinue.h,
591 mhflux/MAlphaFitter.h:
592 - added Print() to context //*MENU*
593
594 * manalysis/MMatrixLoop.cc:
595 - fixed returning of number of entries if using split mode
596
597 * mbase/MContinue.cc:
598 - implemented Print() function
599
600 * mbase/MParContainer.[h,cc]:
601 - in Read set name of object to argument name if argument!=NULL
602 - reordered some checks for Method calls
603
604 * mdata/MDataFormula.cc:
605 - fixed a problem with the replacement if using [?] for
606 fits
607
608 * mfbase/MFEventSelector2.cc:
609 - replaced some +=1 and -=1 by ++ and --
610
611 * mfileio/MReadMarsFile.cc:
612 - fixed a bug which caused Preprocess to crahs if instatiated
613 with default constructor
614
615 * mhbase/MH.cc, mhflux/MHEffectiveOnTime.cc:
616 - use dynamic_cast if getting "stats"
617
618 * mhflux/MAlphaFitter.cc:
619 - small updates to output
620
621 * mhflux/MHEnergyEst.cc:
622 - fixed all axis lables
623 - implemented fit of resolution
624 - initialize fBias=0 in SetupFill
625 - enhances Print() output
626
627 * mjobs/MJCalibrateSignal.cc:
628 - moved all tasks for interleaved calibration events to
629 a third tasklist
630
631 * mjobs/MJCut.[h,cc]:
632 - implemented correct treatment of MC files
633 - write resulting events to result file if no filename set
634 - moved energy estimator behind cuts
635
636 * mjobs/MJOptimize.cc:
637 - changed RunEnergy such, that it can correctly treat
638 MC files written by ganymed using wobble-mode
639
640 * mbase/MStatusDisplay.cc:
641 - fixed a possible crash in GetFullPad
642
643 * mhbase/MBinning.[h,cc]:
644 - implemented Copy Constructor
645
646 * mhflux/MHCollectionArea.h:
647 - call CalcEfficiency in Finalize
648
649 * mhflux/MHEnergyEst.[h,cc]:
650 - implemented GetWeights
651
652 * mimage/MHHillas.cc, mimage/MHHillasExt.cc, mimage/MHHillasSrc.cc,
653 mimage/MHImagePar.cc, mimage/MHNewImagePar.cc, mimage/MHVsSize.cc:
654 - remove histograms from global directory if name was changed
655 in Draw
656
657 * mimage/MHVsSize.cc:
658 - exhanged the arguments of TMath::Sign
659
660
661
662
663 2005/04/14 Thomas Bretz
664
665 * mjobs/MJCut.cc:
666 - added MPointingPos to output
667
668
669
670 2005/04/13 Thomas Bretz
671
672 * mbase/MStatusDisplay.[h,cc]:
673 - implemented new Image types which can be written
674
675 * mhbase/MBinning.[h,cc]:
676 - added some more constructors which can set the binning directly
677
678 * mhflux/MHEnergyEst.h:
679 - added getter for fHEnergy
680
681 * mhflux/FluxLinkDef.h, mhflux/Makefile:
682 - added MHCollectionArea
683
684 * mhflux/MHCollectionArea.[h,cc]:
685 - added
686
687
688
689 2005/04/13 Daniela Dorner
690
691 * datacenter/macros/fillcalib.C:
692 - added update
693
694 * datacenter/scripts/copyscript
695 - fixed bug / changed path
696
697 * datacenter/macros/setupdb.C
698 - added table
699
700
701
702 2005/04/12 Daniela Dorner
703
704 * datacenter/macros, datacenter/scripts:
705 - added
706
707 * datacenter/macros/buildsequenceentries.C,
708 datacenter/macros/checkfileavail.C,
709 datacenter/macros/doexclusions.C,
710 datacenter/macros/fillcalib.C,
711 datacenter/macros/filldotrbk.C,
712 datacenter/macros/filldotrun.C,
713 datacenter/macros/fillsignal.C,
714 datacenter/macros/findcacofiles.C,
715 datacenter/macros/getdolist.C,
716 datacenter/macros/insertcacofile.C,
717 datacenter/macros/insertdate.C,
718 datacenter/macros/resetallruns.C,
719 datacenter/macros/setstatus.C,
720 datacenter/macros/setupdb.C,
721 datacenter/macros/writesequencefile.C,
722 datacenter/scripts/buildsequenceentries
723 - added macros to do the automatic procedures in the datacenter
724
725 * datacenter/scripts/checkfilesforsequenceavail,
726 datacenter/scripts/copyscript,
727 datacenter/scripts/correcttime,
728 datacenter/scripts/doexclusions,
729 datacenter/scripts/filesondisk,
730 datacenter/scripts/fillcallisto,
731 datacenter/scripts/runcallisto,
732 datacenter/scripts/runstar,
733 datacenter/scripts/writesequencefiles
734 - added scripts to do the automatic procedures in the datacenter
735
736 * automatic-exclusions.rc, steps.rc
737 - added rc files for the automatic procedures
738
739
740
741 2005/04/12 Thomas Bretz
742
743 * Makefile:
744 - for the moment remove mhistmc from compilation
745
746 * ganymed.cc:
747 - return 2 when detecting wrong commandline argument
748
749 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
750 - removed MEnergyEst (replaced by a simple MParameterD)
751
752 * manalysis/MEnergyEstimate.[h,cc]:
753 - replaced MEnergyEst by MParameterD
754 - implemented Print() function
755 - updated ClassVersion from 0 to 1 to allow storage of
756 energy estimator
757
758 * mbase/MStatusArray.[h,cc]:
759 - overloaded DisplayIn to allow displaying a single tab
760 - added some output if ObjectInCanvas not found
761
762 * mbase/MStatusDisplay.[h,cc]:
763 - enhanced Read() and Display() with the possibility to only
764 read or display a single tab
765
766 * mcalib/MCalibrateData.cc:
767 - enhancements to logging output
768
769 * mcalib/MCalibrationRelTimeCalc.cc:
770 - some fixes to format of logging output
771
772 * mfbase/MF.[h,cc]:
773 - changed kAllowEmpty from a bit to the new datamember fAllowEmpty.
774 This was necessary to allow storage of MF into files
775 - changed ClassVersion from 0 to 1
776
777 * mhbase/MBinning.cc:
778 - fixed SetEdgesRaw (lin, log, etc was ignored)
779
780 * mhflux/MHAlpha.[h,cc]:
781 - replaced MEnergyEst by MParameterD
782 - renamed Theta to ExcessTheta
783 - renamed Energy to ExcessEnergy
784 - renamed Size to ExcessSize
785 - renamed Time to ExcessTime
786
787 * mhflux/MHEnergyEst.[h,cc]:
788 - replaced MEnergyEst by MParameterD
789 - implemented Print() function
790 - some fixes to displaying the histograms. This makes sure,
791 that no crashes happen, but unluckily it works correctly only
792 with root 4.02/00
793
794 * mjobs/MJOptimize.[h,cc]:
795 - implemented a AddPreCut taking a MFilter as argument
796 - SetBit(kCanDelete) for all internal PreCuts
797 - Print the result of the energy estimation after it was done
798
799 * mranforest/MRFEnergyEst.[h,cc]:
800 - replaced MEnergyEst by MParameterD
801
802 * mfileio/MReadTree.cc:
803 - shortened the output a bit when siwtching to the next file
804
805
806
807 2005/04/11 Thomas Bretz
808
809 * manalysis/MMatrixLoop.[h,cc]:
810 - implement option to divide matrix into two samples
811
812 * mhflux/MHEnergyEst.cc:
813 - changed to display projection of enegry resolution
814 - fixed to use correct minimization value
815
816 * mjobs/MJOptimize.[h,cc]:
817 - implemented option to divide sample into test/train
818
819 * mcalib/MCalibCalcFromPast.cc, mcalib/MCalibColorSteer.cc,
820 mcalib/MCalibrationChargeCalc.cc, mhcalib/MHCalibrationCam.cc:
821 - small updates to log-output
822
823 * mhflux/MAlphaFitter.cc:
824 - output scale-factor
825
826 * mhist/MHCamera.cc:
827 - as a workaround for a severe problem in gStyle->SetPalette
828 when using the deep blue sea I have switched off this
829 Platte for the moment
830
831
832
833 2005/04/08 Markus Gaug (2005/04/07)
834
835 * mhcalib/MHCalibrationChargeCam.cc:
836 - UNDOCUMENTED CHANGE: Do not call histlo.CreateFourierSpectrum()
837 if IsOscillations()
838
839 * mjobs/MJCalibrateSignal.cc:
840 - UNDOCUMENTED CHANGE: Set SetOscillations(kFALSE) for
841 hchacam, hbndcam, hrelcam
842
843 * mhcalib/MHCalibrationRelTimeCam.cc:
844 - fill array only if IsOscillations() is true. This is the case in
845 all classes deriving from MHCalibrationCam, except for this one!
846 The effect was that the interlaced calib. events occupied more
847 and more memory becoming slower and slower because the option:
848 SetOscillations(kFALSE) was not treated correctly.
849
850 * mjobs/pedestalref_Dec04.rc
851 - update the reference lines in the display according to the spline
852 extractor.
853
854 * mjobs/MJCalibration.cc
855 - clarify a mis-leading histogram title
856
857 * callisto_Dec04Jan05.rc:
858 - UNDOCUMENTED CHANGE: use the pedestref_Dec04.rc as reference
859 file.
860
861
862
863 2005/04/08 Thomas Bretz
864
865 * mhbase/MH3.cc:
866 - replaced all Float-histograms by double histograms. This
867 is backward compatible with I/O and has the advantage, that
868 we are compatible with most other double histograms used in
869 Mars
870
871 * mhflux/MHEnergyEst.cc:
872 - made the energy binning the same than in all other classes
873
874 * mreport/MReportStarguider.[h,cc]:
875 - implemented new values from new starguider report as defined
876 in TDAS00-07 V7.1
877 - Fixed the formerly wrong unit of fDevAz and fDevZd (unit now
878 is arcmin)
879
880 * mjobs/MJCalibrateSignal.cc:
881 - first replaced contmc by a new filter Markus G. used, but
882 after a discussion with Abelardo it turned out, that the
883 original filter does a better job, becuase it takes both
884 (level 1 trigger and minimum number of phes) conditions
885 used in the MC into account.
886
887 * mjobs/MJCut.cc:
888 - added a plot: Effective-On-Time versus Theta used to produce
889 a spectrum
890
891 * mjobs/MJCalibrateSignal.cc:
892 - removed condition IsUseBlindPixel() and IsUsePINDiode from
893 setting filter and applied it to the corresponding task
894
895 * mjobs/MDataSet.cc:
896 - fixed a bug using the default paths
897
898
899
900 2005/04/07 Thomas Bretz
901
902 * mpointing/MSrcPosCalc.cc:
903 - also skip Process if fSourcePos==NULL, this happens in real
904 data, too, if no pointing correction is done.
905
906 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
907 - removed MParameterI, MParameterD, MParameterDerr
908
909 * mbase/BaseLinkDef.h, mbase/Makefile:
910 - added MParameterI, MParameterD, MParameterDerr
911
912 * mbase/MParList.cc:
913 - if a container is rejected due to wrong inheritance its
914 inheritance is mentioned in the error message
915
916 * mhbase/HBaseLinkDef.h, mhbase/Makefile:
917 - removed MWeight
918
919 * mhbase/MWeight.[h,cc]:
920 - removed, replaced by MParameterD
921
922 * mhbase/MFillH.[h,cc], mmontecarlo/MMcWeightEnergySpecCalc.[h,cc]:
923 - replaced MWeight by MParameterD
924
925 * mjobs/MJStar.cc:
926 - fixed the wrong axis title in the histogram showing the rate
927
928 * manalysis/MParameters.[h,cc]:
929 - moved to mbase
930
931 * mbase/MParameters.[h,cc]:
932 - inherit MParameterDerr from MParameterD
933 - changed class version of MParameterDerr from 1 to 2
934
935 * mfbase/MFEventSelector2.cc:
936 - fixed that in SelectProb the wrong bin was chosen
937
938
939
940 2005/04/07 Markus Gaug (2005/04/06)
941
942 * mjobs/calibrationref_Dec04.rc
943 * callisto_Dec04Jan05.rc
944 - update the reference lines in the display according to the spline
945 extractor.
946
947 * msignal/MExtractTimeAndChargeSpline.cc
948 - move fgHiGainFirst from 2 to 0. This is important for the Dec. und
949 January data where the calib. pulse position changes much.
950
951 * mjobs/MJCalib.cc
952 * mjobs/MJCalibration.cc
953 - move fDevice and functions IsUseBlindPixel() and
954 IsUsePINDiode() into the base class.
955
956 * mjobs/MJCalibrateSignal.cc
957 - do not apply the modified extraction window to the interlaced
958 calibration events. This is a bugfix especially for the
959 December and January data.
960 - extract and fit blind pixel and pin diode only if flag
961 IsUseBlindPixel() or IsUsePINDiode() is set.
962
963
964
965 2005/04/07 Markus Gaug (2005/04/03)
966
967 * mcalib/MCalibrateData.cc
968 - made one warning more understandable.
969
970 * msignal/MExtractTimeAndChargeDigitalFilter.cc
971 - moved fgOffsetFromLogain from -1.8 to -2.8. This corrects only an
972 defective extraction of the MC at low-gain signals lower than 90
973 phes.
974
975
976
977 2005/04/07 Markus Gaug (2005/04/01)
978
979 * mpedestal/MExtractPedestal.[h,cc]
980 - use the standard way to define the default for fNumEventsDump
981 - added missing "NumDump" in ReadEnv
982
983 * callisto_*.rc
984 - correct the default of the number of events used in
985 pedestal calculation (NumEventsDump).
986 - added missing lines for setting of parameters for the
987 MJCalibrateSignal.PedCalcFromExtractRndm.*
988 (CORRECTED SOME BUGS IN THIS LINES)
989 - Replaced NumEventsDump by NumDump
990
991
992
993 2005/04/05 Thomas Bretz
994
995 * mjobs/MSequence.cc:
996 - fixed a bug in SetupDatRuns. P was setup instead of D
997
998 * star.cc, mjobs/MJStar.cc:
999 - fixed wrong setup of data-files
1000
1001 * mjobs/pedestalref_Feb05.rc, mjobs/hilocalib_sp1.root,
1002 mjobs/hilocalib_sp1_mc.root:
1003 - added
1004
1005 * mimage/MHillasCalc.[h,cc]:
1006 - implemented missing ReadEnv - DON'T KNOW WHERE IT WAS! argh...
1007
1008 * mmc/MMcCorsikaRunHeader.h:
1009 - added Getter for fWobbleMode
1010
1011 * mpointing/MSrcPosCalc.[h,cc]:
1012 - added detection of MC files and setting of source position
1013 according to wobble mode flag in MMcCorsikaRunHeader
1014 - fixed a bug in ReadEnv (wrong return statement) found
1015 by Abelardo. Correct handling of floating point numbers
1016 in the source position (12.5) was affected.
1017
1018
1019
1020 2005/04/04 Thomas Bretz
1021
1022 * callisto.cc, sinope.cc, mjobs/MDataSet.[h,cc], mjobs/MJCalibTest.cc,
1023 mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc,
1024 mjobs/MSequence.[h,cc]
1025 - changed setup procedure for paths to allow using standard
1026 paths everywhere
1027 - fixed to use new correct datacenter standard paths
1028 - made sure, that the sequences in a dataset are sorted by
1029 their number to ensure the correct synchronization
1030
1031 * mhflux/MHAlpha.cc:
1032 - display correct error (excess/significance)
1033
1034 * mjobs/MJCalibrateSignal.cc, mjobs/MJPedestal.cc:
1035 - removed MPointingPosCalc from Tasklist
1036
1037 * mjobs/MJStar.cc:
1038 - added MPointingPosCalc to tasklist for "Events" in case of MC
1039
1040 * ganymed.cc, mjobs/MJCut.[h,cc]:
1041 - implemented an option to enhance the display
1042 - do not display FS plot in wobble mode
1043 - made sure files are not written when they should not be written
1044
1045 * mhflux/MHAlpha.[h,cc]:
1046 - let FitEnergyBins return the mean of the significance of
1047 all Energy Bins
1048
1049 * mimage/MHHillasExt.cc, mimage/MHHillasSrc.cc,
1050 mimage/MHImagePar.cc, mimage/MHNewImagePar.cc:
1051 - implemented or fixed implementation of "same" Draw-option
1052 - slightly modified binning for Dist in MHHillasSrc
1053
1054 * mjobs/MJCalibrateSignal.cc:
1055 - do not plot pulse time twice
1056
1057 * mjobs/MJOptimize.cc:
1058 - print all parameters in minuit after they have been
1059 setup
1060
1061
1062
1063 2005/04/01 Thomas Bretz
1064
1065 * mbadpixels/MBadPixelsCalc.cc:
1066 - switched on bad pixel detection for a pedestal level
1067 which is more than 5 times the variance
1068
1069 * mfbase/MF.cc:
1070 - when fixing the "Inverted" bit in ReadEnv don't print a
1071 message on the screen
1072
1073 * mhflux/MHAlpha.cc:
1074 - plot correct errors
1075 - do not plot the point if its significance is not greater 1
1076
1077
1078
1079 2005/03/29 Markus Gaug
1080
1081 * mcalib/MCalibColorSet.cc:
1082 - added runs 34814, 34815, 45493, 45502, 45525, 45537 and 45548
1083
1084
1085
1086 2005/03/29 Thomas Bretz
1087
1088 * ganymed.cc:
1089 - implemented cmdline option for wobble and no-wobble to overwrite
1090 dataset
1091 - added cmdline option to print dataset
1092
1093 * mbase/MEvtLoop.[h,cc]:
1094 - added some memory leak analysis to eventloop
1095
1096 * mbase/MStatusDisplay.[h,cc]:
1097 - added third part to status bar which displays the current
1098 memory usage
1099 - added some more sizes to menu bar
1100 - replaced SetStatusLine1/2 by calling a common SetStatusLine
1101 - added a delete to CloseWindow() to be able to close a
1102 static window. REMARK: This gives a hell of warnings in
1103 valgrind but it is currently the only option to get this working
1104 which is really annoying
1105
1106 * mhbase/MH.cc:
1107 - small simplification
1108
1109 * mhbase/MHMatrix.cc:
1110 - replaced IsValid() by a check for the number of Rows, this
1111 was necessary because in root 4.02/00 all matrices seems
1112 to be valid
1113
1114 * mhflux/MHAlpha.cc:
1115 - changed the number of default bins in energy
1116 - make sure that the Alpha plot for off-data is displayed with
1117 a minimum at 0
1118 - fixed TPad::Divide for root 4.02/00
1119
1120 * mhflux/MHEnergyEst.cc:
1121 - use the mean abs of the resolution as fit value
1122 - some fixed to graphics
1123 - fixed the TPad::Divide for root 4.02/00
1124 - for the moment removed the pad added to the list of cleanups
1125 to get rid of the crashes
1126
1127 * mhflux/MHFalseSource.cc:
1128 - fixed for root 4.02/00 which seaqrches in the current pad
1129 for the histogram when calling Project3D
1130 - fixed the TPad::Divide for root 4.02/00
1131
1132 * mhist/MHHadronness.[h,cc]:
1133 - use MParameterD instead of MHadronness
1134
1135 * mimage/ImageLinkDef.h, mimage/Makefile:
1136 - added MHVsSize
1137
1138 * mimage/MHHillas.cc:
1139 - implemented 'same' for Center-histogram
1140
1141 * mhflux/FluxLinkDef.h, mhflux/Makefile:
1142 - added MHEnergyEst
1143
1144 * mhflux/MAlphaFitter.[h,cc]:
1145 - added significancetimes log10(excess) as fit option
1146
1147 * mjobs/MDataSet.[h,cc]:
1148 - added wobble-mode option
1149
1150 * mjobs/MJCut.cc:
1151 - changed default binning for energy
1152 - added MHillasSrcAnti optionally to the output
1153 - added MHVsSize to the tabs which are shown
1154
1155 * mjobs/MJOptimize.[h,cc]:
1156 - added dummy parameters to FixParameter for compatibility
1157 with SetParemeter
1158 - replaced MFSupercuts by MFMagicCuts
1159 - use Energy in MHAlpha instead of size
1160
1161 * mbase/MFilter.[h,cc]:
1162 - implemented ReadEnv to treat "Inverted"
1163
1164 * mfbase/MF.[h,cc], mfilter/MFSupercuts.cc:
1165 - treat "inverted" with MFilter::ReadEnv
1166
1167 * manalysis/MCompProbCalc.[h,cc], mranforest/MRanForestCalc.[h,cc]:
1168 - replaced MHadronness by MParameterD
1169
1170 * mdata/MDataFormula.[h,cc]:
1171 - removed comments from SetVariables
1172 - replaced GetExpFormula by GetTitle
1173
1174 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
1175 - MHadronness removed
1176
1177 * mfilter/MFMagicCuts.[h,cc]:
1178 - added
1179
1180 * mfilter/FilterLinkDef.h, mfilter/Makefile:
1181 - added MFMagicCuts
1182
1183 * mjobs/Makefile, mjobs/JobsLinkDef.h:
1184 - removed MJExtractSignal
1185
1186 * mfbase/MF.cc:
1187 - fixed a problem with double-inversion in ReadEnv
1188
1189 * mpointing/MSrcPosCalc.cc:
1190 - removed an output line which showed only an empty container
1191
1192
1193
1194 2005/03/24 Thomas Bretz
1195
1196 * callisto.cc, ganymed.cc, mars.cc, merpp.cc, readdaq.cc,
1197 readraw.cc, showlog.cc, showplot.cc, sinope.cc, star.cc:
1198 - replaced all returns of -1 by return 2
1199
1200 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
1201 - added MEnergyEst (container)
1202
1203 * mhflux/MAlphaFitter.[h,cc]:
1204 - implemented new fit result options
1205
1206
1207
1208 2005/03/23 Markus Gaug
1209
1210 * msignal/MExtractTimeAndChargeDigitalFilter.cc
1211 - fix a bug in the time fine adjustment
1212
1213 * mjobs/hilocalib_*_mc.root
1214 - high-gain low-gain intercalibration constants for the MC.
1215
1216 * mjobs/MJCalibration.cc
1217 - use the MC- intercalibration files for MC.
1218
1219
1220
1221 2005/03/23 Thomas Bretz
1222
1223 * mhcalib/MHCalibrationChargeCam.cc:
1224 - fixed a possible crash in DrawDataCheckPixel() if
1225 pix.GetGraphEvents() returns NULL
1226
1227
1228
1229 2005/03/23 Thomas Bretz
1230
1231 * Release 0.9
1232
1233
1234
1235 2005/03/23 Thomas Bretz
1236
1237 * ganymed.cc:
1238 - implemented wobble-mode option
1239
1240 * mhflux/MAlphaFitter.[h,cc]:
1241 - fixed a problem in wobble mode (number of on- minus number
1242 of off-entries where calculated as 0)
1243 - added some additional resource options for scaling
1244 - added some missing const-qualifiers
1245
1246 * mhflux/MHAlpha.cc:
1247 - some cosmetic change to output
1248
1249 * mjobs/MDataSet.[h,cc]:
1250 - added the possibility to add a source name for wobble mode
1251 (preliminary)
1252 - added reading from *.edb catalog
1253
1254 * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
1255 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc:
1256 - replaced iter.Print("all") by iter.Print()
1257
1258 * mjobs/MJCut.[h,cc]:
1259 - implemented wobble mode
1260 - implemented getting source position
1261
1262 * mjobs/MJStar.cc:
1263 - switched off calculation of MConcentration
1264 - implemented the new debug option for files (was still missing
1265 in MJStar)
1266
1267 * mpointing/MSrcPosCalc.[h,cc]:
1268 - always writa the anti-source position into the parameter list, too
1269 - implemented wobble mode (exchange source and anti-source position)
1270
1271 * mjobs/Makefile, mjobs/JobsLinkDef.h:
1272 - added MJOptimize
1273
1274 * mfilter/MFSupercuts.[h,cc]:
1275 - added
1276
1277 * mfilter/Makefile, mfilter/FilterLinkDef.h:
1278 - added MFSupercuts
1279 - removed MFAlpha
1280
1281 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
1282 - removed MEnergyEst
1283 - removed MEnergyEstParam
1284 - removed MEnergyEstParamDanielMkn421
1285 - removed MSupercuts
1286 - removed MSupercutsCalc
1287 - removed MFindSupercuts
1288 - removed MMinuitInterface
1289 - removed MFiltercutsCalc
1290
1291 * mhist/Makefile, mhist/HistLinkDef.h:
1292 - removed MHEnergyTime
1293 - removed MHEnergyTheta
1294 - removed MHAlphaEnergyTime
1295 - removed MHAlphaEnergyTheta
1296 - removed MHThetabarTime
1297 - removed MHThetabarTheta
1298 - removed MHGamma
1299 - removed MHSigmaPixel
1300 - removed MHSigmabarTheta
1301 - removed MHOnSubtraction
1302 - removed MHFindSignificance
1303 - removed MHCT1Supercuts
1304
1305 * mhflux/Makefile, mhflux/HistLinkDef.h:
1306 - added MHEnergyEst
1307
1308
1309
1310 2005/03/22 Thomas Bretz
1311
1312 * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
1313 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc:
1314 - added a possibility to print the files which are
1315 searched/found if the files doesn't match the sequence
1316
1317 * mjobs/MJPedestal.cc:
1318 - undocumented(!) change, changed fgExtractWinLeft
1319 from 3.5 to 2.5
1320
1321 * mimage/MHillas.cc:
1322 - fixed a bug which took unused pixels into account
1323 introduced errornously with the last change to MSignalCam
1324
1325
1326
1327 2005/03/21 Thomas Bretz
1328
1329 * mfbase/MFDataChain.cc:
1330 - fixed a bug in GetDataMember if fData is not valid
1331
1332 * mhbase/MH3.cc:
1333 - moved drawing histograms back to Draw. This fixes a
1334 problem with root 4.02/00. Reading/Writing should be
1335 no problem if the names of the profiles are well known.
1336 - with this fix 'same' is currently NOT supported
1337
1338 * mimage/ImageLinkDef.h, mimage/Makefile:
1339 - added MNewImagepar2
1340 - added MHCewImagePar2
1341
1342 * mimage/MNewImagePar2.[h,cc], mimage/MHNewImagePar2.[h,cc]:
1343 - added new classes calculating and displaying the length
1344 of the border line of a shower
1345
1346 * mimage/MHImagePar.cc:
1347 - fixed a problem with root 4.02/00 when setting the margin
1348 in Divide to 0 by setting it to 1e-10
1349
1350 * mimage/MHNewImagePar.[h,cc]:
1351 - fixed to display Areas in deg^2
1352
1353 * mimage/MHillas.cc, mimage/MHillasExt.cc, mimage/MHillasSrc.cc,
1354 mimage/MImagePar.cc, mimage/MNewImagePar.cc
1355 - a small fix to Print()
1356
1357 * mimage/MHillasCalc.[h,cc]:
1358 - added MNewImagePar2 to supported image parameters
1359
1360 * mjobs/MJStar.cc:
1361 - replaced MCerPhotEvt by MSignalCam
1362
1363 * msignal/cosmics_weights46.dat, msignal/calibration_weightsUV46.dat,
1364 mjobs/hilocalib_df46.root:
1365 - added new intercalibration file for digital filter 4sl higain
1366 and 6sl logian
1367
1368 * mbase/MLogHtml.cc:
1369 - fixed a bug in Underline which cause a crash if fOut==NULL
1370 - output a message if file cannot be opened
1371
1372 * mhcalib/MHCalibrationPulseTimeCam.cc:
1373 - for some output there was a replacement of pix.GetPixId()
1374 by hist.GetName() <undocumented>
1375
1376 * mimage/MHillas.[h,cc]:
1377 - added new member function GetBorderLine returning the border
1378 line correspondig to an ellipse with axis lnegth and width
1379 - added new member function GetArea returning the area
1380 correspondig to an ellipse with axis lnegth and width
1381
1382
1383
1384 2005/03/19 Markus Gaug
1385
1386 * mjobs/hilocalib_df46.root
1387 - added new intercalibration file for digital filter 4sl higain
1388 and 6 slices logain
1389
1390 * mjobs/MJCalibration.cc
1391 - exchanged intercalibration file from hilocalib_df_4.root to
1392 hilocalib_df46.root
1393 - do not apply hi-gain lo-gain intercalibration for MC files.
1394
1395 * mjobs/MJPedestal.cc
1396 - exchanged two (Int_t)'s by TMath::Nint().
1397 - undocumented(!) change to the calculation of the extraction
1398 range (PulsePosCheck)
1399
1400 * callisto.rc
1401 - exchanged default weights file for Digital filter from
1402 cosmics_weights4.dat to cosmics_weights46.dat and from
1403 calibration_weights_UV4.dat to calibration_weights_UV46.dat!
1404 This change is absolutely necessary, given the new results from
1405 Nuria about the signal resolution in the low gain which gets worse
1406 than the intrinsic Poisson jitter above 350 phes. Also the time
1407 resolution is too bad. This was not known before we had the
1408 correct low-gain MC pulse.
1409
1410
1411
1412 2005/03/18 Thomas Bretz
1413
1414 * Makefile:
1415 - removed mone from list of compiled programs
1416
1417 * mars.cc:
1418 - replaced the MARS display by the Camera Display directly
1419
1420 * manalysis/MCameraData.[h,cc], mcalib/MCalibrateData.[h,cc],
1421 mbadpixels/MBadPixelsTreat.[h,cc], mcalib/MCalibrateRelTimes.[h,cc],
1422 mimage/MCameraSmooth.[h,cc], mimage/MConcentration.[h,cc],
1423 mimage/MHillas.[h,cc], mimage/MHillasExt.[h,cc],
1424 mimage/MImgCleanStd.[h,cc], mimage/MNewImagePar.[h,cc],
1425 mimage/MImagePar.[h,cc], MNewImagePar.[h,cc],
1426 mjobs/MJCalibTest.cc, mhcalib/MHCalibrationTestCam.[h,cc],
1427 mpedestal/MPedPhotCalc.[h,cc], mjobs/MJCalibrateSignal.cc:
1428 - removed dependancy on MArrivalTime, information now
1429 found in MSignalCam
1430 - replaced MCerPhotEvt by MSignalCam
1431 - it was renamed because it will be completely incompatible
1432 anyhow
1433
1434 * mjobs/MJCalibrateSignal.cc:
1435 - use new MSignalCam type to display pulse position of cosmics
1436
1437 * mcalib/MCalibrateData.cc:
1438 - calculate number of saturated pixels
1439
1440 * manalysis/MCerPhotEvt.[h,cc]:
1441 - removed possibility for zero-supression. Now the index
1442 is identical with the position in the array
1443 - renamed and moved to msignal/MSignalCam.[h,cc]
1444
1445 * manalysis/MCerPhotPix.cc:
1446 - removed obsolete values
1447 - added arrival time
1448 - renamed and moved to msignal/MSignalPix.[h,cc]
1449
1450 * mcalib/MCalibrationChargeCalc.cc:
1451 - some cosmetic changes and small fixed from the Munich cvs
1452 (undocumented)
1453
1454 * mfileio/MWriteRootFile.cc:
1455 - fixed bug in RecursiveRemove which caused crashed with real
1456 data
1457
1458 * mhft/MGeomCamMagicEnhance.cc, mhft/MHexagonalFTCalc.cc:
1459 - updated, but untested
1460
1461 * mhist/MHCamEvent.[h,cc]:
1462 - some fixes in Draw to get a correct display in root 4.02/00
1463 (at least on 64-bit systems)
1464 - removed kSqrtVariance it is included in kProfile now
1465
1466 * mhist/MHCamera.[h,cc]:
1467 - removed sqrtvariance option which is included in profile now
1468 - the profile now uses the new array fBinEntries to display
1469 a more accurate profile
1470
1471 * mhist/MHEvent.cc:
1472 - set to type 6 for arrival times
1473
1474 * mimage/MHillasCalc.cc:
1475 - updated text for error=1
1476
1477 * mimage/MImagePar.cc:
1478 - copy number of saturated pixels from MSignalCam
1479
1480 * mjobs/MJStar.cc:
1481 - enhanced title of some histogram
1482
1483 * mjobs/MSequence.cc:
1484 - updated path to fit data center (D.Dorner)
1485
1486 * mmain/MEventDisplay.cc:
1487 - display Arrival Time from MSignalCam now
1488
1489 * msignal/MArrivalTimeCam.cc:
1490 - implemented a new case 6 which is identical with the
1491 default case AND arrival time from MSignalCam
1492
1493 * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
1494 manalysis/:
1495 - removed MCerPhotEvt
1496 - removed MCerPHotPix
1497 - removed MCerPhotAnal
1498 - removed MCerPhotAnal2
1499 - removed MCerPhotCalc
1500
1501 * mimage/Makefile, manalysis/ImageLinkDef.h:
1502 - removed MHillasSrcCalc
1503
1504 * manalysis/MSupercutsCalc.cc:
1505 - removed an obsolete include
1506
1507 * mhist/Makefile, mhist/HistLinkDef.h:
1508 - removed MHSigmaTheta
1509
1510 * mmain/Makefile, mmain/HistLinkDef.h:
1511 - removed MDataCheck
1512 - removed Mars
1513 - removed MAnalysis
1514 - removed MMonteCarlo
1515 - removed MGDisplayAdc
1516 - removed MOnlineDisplay
1517 - removed MOnlineDump
1518
1519 * msignal/Makefile, msignal/HistLinkDef.h, msignal/:
1520 - added MSignalCam
1521 - added MSignalPix
1522 - added MSignalCalc
1523
1524 * msql/Makefile, msql/SqlLinkDef.h:
1525 - removed MSqlInsertRun
1526
1527 * mfilter/Makefile, mfilter/FilterLinkDef.h:
1528 - removed MFSelBasic
1529 - removed MFSelStandard
1530 - removed MFSelFinal
1531
1532
1533
1534 2005/03/17 Thomas Bretz
1535
1536 * callisto.cc:
1537 - added new option moon
1538 - use light condition from MSequence to determin light condition
1539 automatically
1540
1541 * mjobs/MJPedestal.h:
1542 - allow setting SetUseHists also to kFALSE
1543
1544 * mjobs/MSequence.[h,cc]:
1545 - added fLightCondition
1546
1547 * mcalib/MCalibrateData.cc:
1548 - undocumented change from Markus Gaug
1549
1550 * mfilter/MFCT1SelBasic.[h,cc], mfilter/MFCT1SelStandard.[h,cc],
1551 mfilter/MFCT1SelFinal.[h,cc]:
1552 - moved to manalysisct1
1553
1554 * mfilter/Makefile, mfilter/FilterLinkDef.h:
1555 - removed MFCT1SelBasic
1556 - removed MFCT1SelStandard
1557 - removed MFCT1SelFinal
1558
1559 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
1560 - removed MPad
1561 - removed MMakePadHistograms
1562 - removed MSigmabar
1563 - removed MSigmabarParam
1564 - removed MSigmabarCalc
1565
1566 * mimage/Makefile, mimage/ImageLinkDef.h:
1567 - removed MImgCleanTGB
1568
1569 * mmontecarlo/Makefile, mmontecarlo/MonteCarloLinkDef.h
1570 - removed MMcEnergyEst
1571 - removed MMcTimeGenerate
1572
1573 * msignal/Makefile, msignal/SignalLinkDef.h:
1574 - removed MArrivalTime
1575 - removed MArrivalTimeCalc
1576 - removed MArrivalTimeCalc2
1577
1578 * mjobs/MJCalibration.cc:
1579 - followed some undocumented changes from the other cvs
1580
1581
1582
1583 2005/03/16 Thomas Bretz
1584
1585 * callisto.cc:
1586 - set changed extractor in MJCalibrateSignal from MJPedestal
1587 - don't process 'range finding' for MonteCarlo data
1588
1589 * callisto.rc:
1590 - removed obsolete Modified* option
1591
1592 * mjobs/MJCalibrateSignal.[h,cc]:
1593 - removed obsolete flag for ModifiedExtractWin
1594 - allow also NULL for SetExtractor
1595 - rearanged the too MWriteRootFile instantiations otherwise
1596 callisto crashes in MWriteRootFile::ChangeFile
1597 - removed some obsolete comments about an old MC workaround
1598
1599 * mdata/MDataChain.cc:
1600 - fixe to allow sign after e (eg. 1e-3, 1e+5 instead of 1e3, 1e5)
1601
1602 * mcalib/MCalibColorSet.cc, mcalib/MCalibrationChargeCalc.cc,
1603 mhcalib/MHCalibrationCam.cc:
1604 - undocummented change
1605
1606
1607
1608 2005/03/16 Markus Gaug
1609
1610 * msignal/MExtractTimeAndChargeSlidingWindow.cc
1611 - fixed a bug in the reading of the resource file (reading of the
1612 MExtractTimeAndCharge resources was skipped).
1613
1614 * mcalib/MCalibrateData.cc
1615 - for the case that the high-gain saturates, but the low-gain signal
1616 could not be extracted successfully, take the high-gain signal,
1617 multiplied by 1.5 (before, 0 was taken erroneously).
1618
1619 * msignal/MExtractTimeAndCharge.cc
1620 - catch one potential case for memory leaks in the low-gain
1621 calculation. Extract low-gain only if the remaining extraction
1622 window is not smaller than the number of slices needed by the
1623 signal extractor.
1624 - set the default fgLoGainStartShift to -3.5
1625
1626 * msignal/MExtractTimeAndChargeSpline.[h,cc]
1627 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]
1628 - adjust fLoGainStartShift by one slice, after findings from MC.
1629
1630
1631
1632 2005/03/15 Markus Gaug
1633
1634 * msignal/MExtractTimeAndChargeSpline.h
1635 - take fRandomIter out of the streamer.
1636 - take fRiseTimeLoGain and fFallTimeLoGain into the streamer.
1637 - raise version number to 4
1638
1639 * mjobs/MJCalibration.cc
1640 - set default to kFALSE for PIN Diode or Blind Pixel calibration
1641 (was kTRUE by error).
1642
1643
1644
1645 2005/03/15 Thomas Bretz
1646
1647 * mjobs/MJCalibrateSignal.[h,cc]:
1648 - added the fExtractor data member
1649 - added a destructor deleting it
1650 - only read extractor from file if not set by user
1651 - user fExtractor as extractor1
1652 - do not delete extractor1 if set by user
1653 - added member function to set extractor
1654
1655 * mjobs/MJPedestal.cc:
1656 - removed MFEventSelector workaround again
1657 - do not write pedy file anymore
1658
1659 * callisto.cc:
1660 - MJCalibrateSignal now takes the signal extractor directly
1661 instead of taking the long way round a new file
1662
1663 * mpedestal/MExtractPedestal.cc:
1664 - ReInit extractor correctly. Now the workaround should be
1665 really obsolete
1666
1667 * mbase/MGMenu.[h,cc]:
1668 - make fix fix also compile root 3.10.02
1669
1670
1671
1672 2005/03/14 Thomas Bretz
1673
1674 * mbase/MGMenu.h:
1675 - added a fix for root 4.02.00
1676
1677
1678
1679 2005/03/14 Markus Gaug
1680
1681 * mcalib/MCalibrateData.cc
1682 - catch the case that now high-gain low-gian intercalibration const.
1683 is available.
1684
1685 * mjobs/MJPedestal.cc
1686 - modify option for pedy*.root: from UPDATE to RECREATE
1687
1688
1689
1690 2005/03/11 Markus Gaug
1691
1692 * callisto.rc
1693 - changed default weights for DF to cosmics_weights4.dat. (This has
1694 turned out to be the most stable set of weights).
1695
1696 * mjobs/MJCalibration.cc
1697 - some cosmetic changes in the output
1698 - in case of WriteHists(), do not overwrite existing signal*.root
1699 file, but append histograms (bugfix!)
1700
1701
1702
1703 2005/03/10 Toni Coarasa (With Nadia's and Alessandro's inside)
1704
1705 * mjobs/MJCut.cc
1706 - inclusion of (TString) to avoid compiler error under 2.95.3
1707
1708 * sinope.cc
1709 - inclusion of <errno.h> to avoid compiler error under 2.95.3
1710
1711
1712
1713 2005/03/10 Markus Gaug
1714
1715 * msignal/MExtractTimeAndCharge.cc
1716 - set fgLoGainStartShift to -4.0
1717 - put a check to avoid a dynamic low-gain range < 0 (should not
1718 occur with current extractors, but one never knows...)
1719
1720 * msignal/MExtractor.[h,cc]
1721 - introduced Clear()-function, used in SetRange()
1722
1723 * mjobs/MJCalibrateSignal.cc
1724 - changed order of initialization of the 2 MWriteRootFiles whereupon
1725 the crash goes away. Have to revise the /dev/null work-around
1726 in MWriteRootFile!
1727
1728
1729
1730 2005/03/09 Markus Gaug
1731
1732 * msignal/MExtractTimeAndCharge.cc
1733 - catch a (very unprobable) case in which the low-gain range could
1734 be negative
1735
1736 * mjobs/MJCalibrateSignal.cc
1737 - modify writing of MCalibrationPulseTimeCam to disk in order to
1738 avoid program crash in the destructor of MJCalibrateSignal
1739
1740 * mhcalib/MHGausEvents.h
1741 - take fGraphEvents, fGraphPowerSpectrum, fHPowerProbability and
1742 fPowerSpectrum out of the streamer.
1743 - intialize fFlags to 0
1744
1745
1746
1747 2005/03/09 Thomas Hengstebeck
1748
1749 * mranforest/MRFEnergyEst.cc
1750 - changed call of min, max functions to TMath::Min() and
1751 TMath::Max() to avoid compilation problems with some gcc
1752 versions
1753 - changed check of energy rule (last col of MHMatrix) so, that
1754 any rule containing "fEnergy" is accepted.
1755
1756
1757
1758 2005/03/08 Markus Gaug
1759
1760 * mhcalib/MHPedestalCam.[h,cc]
1761 - introduce new parameter "fFitStart" to decide from outside where
1762 to start fitting the pedestals.
1763
1764
1765
1766 2005/03/07 Markus Gaug
1767
1768 * mjobs/hilocalib_df6.root
1769 * mjobs/hilocalib_sp2.root
1770 - two files with the high-gain vs. logain intercalibration results.
1771 for Digital filter and September data and Spline and December
1772 data.
1773
1774 * callisto.rc
1775 - allow setting the variables ExtractWinLeft and ExtractWinRight.
1776
1777 * mhcalib/MHCalibrationHiLoCam.h
1778 * mhcalib/MHCalibrationCam.h
1779 * mhcalib/MHGausEvents.h
1780 - put the Draw-functions into the *MENU*
1781
1782 * mjobs/MJCalibration.[h,cc]
1783 - introduced reading of hi-vs.logain calibration file
1784
1785 * mjobs/MJPedestal.[h,cc]
1786 - modified range setting according Thomas S. suggestions
1787
1788 * msignal/MArrivalTime.[h,cc]
1789 - took out some commented code which will not be used any more
1790 - improve Print() function
1791
1792
1793
1794 2005/03/05 Markus Gaug
1795
1796 * msignal/MExtractTimeAndChargeSpline.[h,cc]
1797 - removed the obsolete parts of "kMaximum" and "kHalfMaximum" in the
1798 code which were still persistent
1799 - set default extraction type to integral (instead of amplitude)
1800 - set version number to 3
1801
1802 * mcalib/MCalibrationChargeCam.[h,cc]
1803 - added new function GetAvergedConvFADC2PhePerArea for the datacheck
1804
1805 * mjobs/MJPedestal.[h,cc]
1806 - added function WriteExtractor which writes the extractor with the
1807 new ranges to disk if fPulsePosCheck has been selected.
1808
1809 * mjobs/MJCalibrateSignal.[h,cc]
1810 - added functionality to read the updated extractor from
1811 MJPedestalY2 (with the new extraction ranges).
1812
1813
1814
1815 2005/03/04 Abelardo Moralejo
1816
1817 * mmc/MFadcDefine.h
1818 - Changed constant SUBBINS from 5 to 500. This defines the
1819 resolution of the analog signal simulation in the camera MC.
1820 The time step is the duration of one FADC slice divided by
1821 SUBBINS. The change was necessary to implement correctly the PMT
1822 time jitter.
1823
1824
1825
1826 2005/03/03 Markus Gaug
1827
1828 * mjobs/pedestalref.rc
1829 * mjobs/calibrationref.rc
1830 * mjobs/calibrationref_Nov04.rc
1831 - added documentation
1832
1833 * mjobs/signalref.rc
1834 - added
1835
1836 * mjobs/MJPedestal.cc
1837 - re-added MFEventSelector which had been removed by TB on the
1838 15.2.2005.
1839 - added pulse position selector, as decided at the Berlin soft-
1840 ware meeting.
1841
1842 * callisto.cc
1843 - added SetPulsePosCheck() in MJPedestalY2
1844
1845 * mjobs/MJCalibrateSignal.cc
1846 - updated pulse pos. calculator, can be switched off now.
1847
1848 * mjobs/MJCalib.[h,cc]
1849 - added flag fPulsePosCheck
1850
1851
1852
1853 2005/03/02 Markus Gaug
1854
1855 * mjobs/MJCalib.[h,cc]
1856 * mjobs/MJPedestal.[h,cc]
1857 * mjobs/MJCalibration.[h,cc]
1858 * mjobs/MJCalibrateSignal.[h,cc]
1859 - put the storage types in the base class
1860
1861 * mbadpixels/MBadPixelsCam.cc
1862 - add some output in case that AsciiRead does not work
1863
1864 * msignal/MExtractTimeAndChargeSpline.cc
1865 - speed integration up a little bit.
1866
1867 * callisto.rc
1868 - adapt the low-gain stretch for the different pulse form for
1869 calibration and cosmics pulses (only applied if spline is used).
1870
1871
1872
1873 2005/02/25 Markus Gaug
1874
1875 * mhcalib/MHCalibrationHiLoCam.[h,cc]
1876 - fixed bug in inter-calibration hi-logain for arrival times.
1877
1878 * mhcalib/MHCalibrationPulseTimeCam.[h,cc]
1879 - fixed the situation where the maximum bin is already found in the
1880 low-gain samples.
1881
1882 * mjobs/MJCalibration.cc
1883 - write the MPedestalCams also to disk (needed for data-check).
1884
1885
1886
1887 2005/02/25 Abelardo Moralejo
1888
1889 * msignal/MC_calibration_weights_UV.dat
1890 - Added. Weights file for using the digital filter on MC
1891 calibration files. For the moment the weights are the same as in
1892 the file calibration_weights_UV.dat, only that high and low gain
1893 have both the same weights because for the moment the MC pulse
1894 shape is the same in both gain branches.
1895
1896
1897
1898 2005/02/24 Markus Gaug
1899
1900 * mjobs/MJCalibrateSignal.cc
1901 - include display of pulse times (calculated in the post-process)
1902 - include the possibility for the pixel check (like in MJCalibration)
1903
1904 * mhcalib/MHCalibrationHiLoCam.cc
1905 - set default range up to 30.
1906
1907 * mhcalib/MHCalibrationChargeBlindPix.h
1908 - take the TVectors out of the streamer, to be exectuable with
1909 root.04.02
1910
1911
1912
1913 2005/02/24 Thomas Hengstebeck
1914
1915 * macros/RFEnergyEst.C
1916 - new macro to show the usage of RFEnergyEst class.
1917
1918
1919
1920 2005/02/24 Abelardo Moralejo
1921
1922 * mtemp/mpadova/macros/resize.C
1923 - moved MSrcPosCam output container from RunHeaders to Events tree.
1924
1925
1926
1927 2005/02/18 Marcos Lopez
1928
1929 * mflux/
1930 - new directory to store the flux related classes.
1931
1932 * mflux/MHadAlphaCut.{h,cc}
1933 - container to store the optimal hadronness and alpha cut for each bin in
1934 estimated energy and theta.
1935
1936 * mflux/MFHadAlpha.{h,cc}
1937 - filter to apply the hadronness and alpha cuts stored in
1938 MHadAlphaCut. It can be selected to apply only alpha, only hadronness
1939 cut or both.
1940
1941
1942
1943 2005/02/18 Markus Gaug
1944
1945 * mhcalib/MHCalibrationPulseTimeCam.[h,cc]
1946 - new class to histogram the arrival time of cosmics above a certain
1947 threshold.
1948
1949 * mcalib/MCalibrationPulseTimeCam.[h,cc]
1950 - new class container with results of MHCalibrationPulseTimeCam
1951
1952 * mjobs/MJCalibrateSignal.cc
1953 - include MCalibrationPulseTimeCam to display
1954
1955 2005/02/18 Thomas Bretz
1956
1957 * mbase/MStatusDisplay.cc:
1958 - switch off TH1::AddDirectory during DrawClonePad
1959
1960 * mjobs/MSequence.[h,cc]:
1961 - added some code (still commented) for later use,
1962 allowing to setup a different filename for each runfile
1963 - added SetNight member function
1964 - added Add*Runs member function
1965 - with this changes MSequence can replace MRunIter now
1966 - allow requesting of standard path from outside
1967 (GetStandardPath)
1968
1969 * Makefile:
1970 - added sinope
1971
1972 * sinope.cc:
1973 - added (small tool to check contents of run for datacenter)
1974
1975 * callisto.cc:
1976 - added background information about Callisto
1977
1978 * ganymed.cc:
1979 - added background information about Ganymed
1980
1981 * mjobs/MJCalibrateSignal.cc:
1982 - removed special MC code. The MC files now have a lo-gain
1983 switch and we can extract the pedestal rms from lo-gain
1984 - don't print statistics if nothing was executed
1985 - fixed display. The displayed pedestal RMS was the one
1986 caluclated with a extractor but not at random position
1987 (This only effects the display, the algorithm was ok)
1988
1989
1990
1991 2005/02/17 Markus Gaug
1992
1993 * mjobs/MJCalibTest.cc
1994 - removed bug treating the MC calibration files uncorrectly
1995 - added Pixel-Check treatment
1996
1997 * mjobs/MJCalibration.cc
1998 - added Pixel-Check treatment
1999
2000 * callisto.rc
2001 - added pixel-check option
2002
2003 * msignal/MExtractTimeAndChargeDigitalFilter.cc
2004 - calculate high-gain signal even if saturation occurs
2005
2006
2007
2008 2005/02/17 Thomas Bretz
2009
2010 * mjobs/MJStar.cc:
2011 - fixed some missing containers in case of MC files
2012
2013 * callisto.cc:
2014 - removed obsolete second check for kModeC
2015
2016 * mars.rc:
2017 - added a lot of option to be able to use a
2018 different signal extractor looking into uncalibrated
2019 data
2020
2021 * manalysis/MCameraData.[h,cc]:
2022 - added Print() member function
2023
2024 * manalysis/MCerPhotAnal2.[h,cc]:
2025 - switched off writing into MCerPhotEvt
2026
2027 * mdata/MDataChain.[h,cc]:
2028 - added code to handle priorities of operators correctly
2029
2030 * mhist/MHEvent.cc:
2031 - fixed display for MPedestalRMS
2032
2033 * mjobs/MJCalib.cc:
2034 - fixed treatment of PixelCheck resource
2035
2036 * mjobs/MJCalibrateSignal.cc:
2037 - added some comments about Monte Carlo
2038 - added MMcFadcHeader to output
2039
2040 * mjobs/MJPedestal.cc:
2041 - do not allow 'UseData' for Monte Carlos. Reason is given as
2042 comment in the code
2043
2044 * mmain/MEventDisplay.[h,cc]:
2045 - changed such, that mars.cc allows to set the used extractor
2046 - removed the obsolete cam.root, ped.root option
2047
2048 * mmain/MCameraDisplay.cc:
2049 - adapted to change in MEventDisplay
2050
2051
2052
2053
2054 2005/02/16 Javier Rico
2055
2056 * mhistmc/MHMcUnfoldCoeff.[cc,h], mhistmc/Makefile,
2057 mhistmc/HistMcLinkDef.h
2058 - Added container class holding the histograms of the coefficients
2059 for the (iterative) unfolding.
2060
2061 * mmontecarlo/MMcUnfoldCoeffCalc.[cc,h], mmontecarlo/Makefile,
2062 mmontecarlo/MonteCarloLinkDef.h
2063 - Added task class to compute the coefficients for the (iterative)
2064 unfolding.
2065
2066 * macros/unfoldCoeff.C
2067 - added macro that computes the effective areas and coefficients
2068 from a MC input file (with OriginalMC tree and MEnergyEst
2069 branch containing the energy estimator). This may be used
2070 as layout for spectrum computation program.
2071
2072
2073
2074 2005/02/16 Markus Gaug
2075
2076 * mdata/MDataChain.cc
2077 - replaced ROOT version check for the compiler from 4.02.00 to
2078 4.01.00
2079
2080 * mranforest/MRFEnergyEst.cc
2081 - include "TVector.h", otherwise this class does not compile
2082 in newer root versions
2083
2084 * msignal/MExtractTimeAndCharge.cc
2085 - initialize fLoGainStartShift correctly if read from conf. file
2086 and modified fOffsetLoGain exists.
2087
2088 * msignal/*weights*.dat
2089 - new weights with the uniform pedestal RMS. (Please use these!)
2090
2091 * msignal/pulpo_weights*.dat
2092 - new weights with the pulpo-pulse form and without NSB!!
2093
2094
2095
2096 2005/02/16 Thomas Hengstebeck
2097
2098 * mranforest/MRFEnergyEst.[h,cc]
2099 - added RF class for energy estimation
2100
2101 * mranforest/MRFEnergyEst.cc
2102 - changed calculation of estimated energy, now interpolated values
2103 are returned
2104
2105
2106
2107 2005/02/16 Abelardo Moralejo
2108
2109 * macros/starmc2.C:
2110 - Changed the way in which the "OriginalMC" tree is copied from
2111 the input to the output file. Now we ise the new procedure
2112 MWriteRootFile::AddCopySource
2113
2114 * mhistmc/MHMcCollectionArea.cc
2115 - Changed default fName to "MHMcCollectionArea"
2116
2117 * mtemp/mpadova/macros/resize.C
2118 - Changed weights
2119
2120
2121
2122 2005/02/16 Thomas Bretz
2123
2124 * mbase/MEvtLoop.cc:
2125 - fixed a typo
2126
2127 * mbase/MParList.cc, mfileio/MReadMarsFile.cc,
2128 mfileio/MReadTree.cc, mfileio/MWriteRootFile.cc,
2129 mjobs/MJStar.cc:
2130 - optimized size of some output
2131
2132 * mfileio/MWriteRootFile.[h,cc]:
2133 - fixed CopySource option for single-file case
2134
2135 * mhist/MHCamEvent.cc:
2136 - replaced the warn in SetupFill by an inf
2137
2138 * mhcalib/MHCalibrationCam.cc, mhcalib/MHCalibrationHiLoCam.cc,
2139 mhcalib/MHCalibrationChargePINDiode.cc:
2140 - removed obsolete output after a failed FindCreateObj (the
2141 function itself does the output in case of failure)
2142
2143 * mhcalib/MHCalibrationCam.cc:
2144 - replaced 'err' by 'warn' for under-/overflow in lo-gain pixel,
2145 it doesn't result in an fatal error (abort)
2146
2147 * mranforest/MRanForestCalc.cc:
2148 - added a missing debug level to some output
2149
2150 * mranforest/MRFEnergyEst.[h,cc]:
2151 - cleaned up includes
2152
2153 * callisto.cc, ganymed.cc, star.cc:
2154 - implemented enhanced handling of resource debugging
2155
2156 * mbase/Makefile, mbase/BaseLinkDef.h:
2157 - added MEnv
2158
2159 * mbase/MEnv.[h,cc]:
2160 - added
2161
2162 * mjobs/MJob.[h,cc]:
2163 - added new function to allow distribution of extranl MEnv
2164 - replaced Bool_t by Int_t for fEnvDebug
2165
2166 * mjobs/MJPedestal.cc:
2167 - adapted to changes of EnvDebug
2168
2169
2170
2171 2005/02/15 Abelardo Moralejo
2172
2173 * macros/mccalibrate.C
2174 - fixed small bug
2175
2176 * mmontecarlo/MMcCollectionAreaCalc.[h,cc]
2177 * mhistmc/MHMcCollectionArea.[h,cc]
2178 - Changed the way of calculating final effective area for data
2179 analysis. The new approach requires the use of MC files produced
2180 with the current CVS version of camera. We now make use of the
2181 true total number of produced MC events, and allow for the
2182 setting of a "tentative" differential gamma spectrum to be used
2183 in the calculation of effective areas.
2184 Removed unused constructor argument "input" in
2185 MMcCollectionAreaCalc.
2186
2187 * macros/collarea.C
2188 - Adapted to the new way of calculating effective areas.
2189
2190
2191
2192 2005/02/15 Thomas Bretz
2193
2194 * callisto.rc:
2195 - replaced mutal exclusive options (Integral, Amplitude) by
2196 a one-line resource
2197
2198 * msignal/MExtractTimeAndChargeSpline.cc:
2199 - replaced mutal exclusive options (Integral, Amplitude) by
2200 a one-line resource "ExtractionType" (old code still works)
2201
2202 * manalysis/MCerPhotEvt.[h,cc]:
2203 - added new variables to store information about islands
2204 and removed pixels - PRELIMINARY
2205 - increased class version number
2206
2207 * mfilter/MFSoftwareTrigger.cc:
2208 - optimized output in PostProcess
2209
2210 * mimage/MHImagePar.[h,cc]:
2211 - added new histograms for new variables in MCerPhotEvt
2212
2213 * mimage/MImagePar.[h,cc]:
2214 - added new data members for the new image parameters
2215 - increased class version
2216
2217 * mimage/MImgCleanStd.[h,cc]:
2218 - adapted image cleaning to calculate the new image
2219 parameters
2220 - added a flag to keep single core pixels
2221
2222 * manalysis/MMatrixLoop.[h,cc], mfileio/MReadReports.[h,cc],
2223 mfileio/MReadRflFile.[h,cc], mfileio/MReadTree.[h,cc],
2224 mraw/MRawFileRead.[h,cc], mraw/MRawSocketRead.h:
2225 - renamed GetFileName to GetFullFileName
2226
2227 * mbase/MInputStreamID.h:
2228 - added new member function HasStreamId
2229
2230 * mbase/MParContainer.[h,cc]:
2231 - added a static list to keep track of all created
2232 TMathodCall objects
2233
2234 * mbase/MTask.cc:
2235 - enhanced PrintStatistics
2236
2237 * mfileio/MRead.[h,cc]:
2238 - new abstract function GetFullFileName
2239 - added implementatio of GetFileName based on GetFullFileName
2240
2241 * mfileio/MWriteRootFile.[h,cc]:
2242 - moved open of a new file to new common member function
2243 OpenFile
2244 - allow to use an already existing file also when using rules
2245 - added a new option which can be used to copy an existing
2246 tree (without any change) from the old file into the new file.
2247 (in principal you can also do this for some of its branches only)
2248 This is done by AddCopySource
2249
2250 * mjobs/MJCalibrateSignal.cc:
2251 - in case of MonteCarlo files write an independant tree
2252 'MonteCarlo' for 'MMcEvtBasic'
2253
2254 * mjobs/MJStar.cc:
2255 - copy tree 'MonteCarlo' from old into new files
2256
2257 * mjobs/MJPedestal.cc:
2258 - removed wrong use of MFEventSelector
2259
2260 * mpedestal/MExtractPedestal.cc:
2261 - made sure that fExtractor is correctly pre- and
2262 postprocessed.
2263
2264 * mbase/MTask.cc:
2265 - don't preprocess a task if it has been preprocessed already
2266
2267 * mraw/MRawFileWrite.cc:
2268 - if display is set write output to status line
2269
2270 * mfileio/MReadTree.cc, mfileio/MReadMarsFile.cc:
2271 - moved code to display filename in status display from
2272 MReadMarsFile::Notify to MReadTree::Notify
2273
2274
2275
2276 2005/02/15 Markus Gaug
2277
2278 * mjobs/MJCalib.h
2279 - added GetDataFlag(), otherwise code does not compile!
2280
2281 * mhcalib/MHCalibrationChargeCam.cc
2282 - moved default saturation limit for number of high-gain events from
2283 0.02 to 0.05.
2284
2285 * msignal/MExtractTimeAndCharge.cc
2286 - lowered default low-gain switch from 150 to 120. (for calibration
2287 events which saturate more than 5% of the events).
2288
2289 * mjobs/MJCalib.[h,cc]
2290 - include possibility to display pixels distributions for test
2291 reasons
2292
2293
2294
2295 2005/02/14 Thomas Bretz
2296
2297 * callisto.cc, ganymed.cc, star.cc:
2298 - added some more information to '--help' output
2299 - replaced MSequences by MDataSet
2300 - implemented new debugging options (maybe not perfect yet)
2301 --print-files and --print-found
2302
2303 * mjobs/MJCut.[h,cc]:
2304 - replaced MSequences by MDataSet
2305 - write MEnergyEst
2306 - recalculate MHillasSrc
2307 - made sure both MWriteRootFile have different names
2308 - don't use "same" option if no off-data
2309
2310 * mjobs/MSequences.[h,cc]:
2311 - removed
2312
2313 * mjobs/MDataSet.[h,cc]:
2314 - added
2315
2316 * manalysis/MEventRateCalc.[h,cc]:
2317 - added a fix which make sure, that the rate is not influenced
2318 too much by the start of data taking
2319 - fixed setting of mean time corresponding to rate-interval
2320
2321 * mraw/MRawFileRead.[h,cc]:
2322 - calculate total number of events from all files in PreProcess
2323
2324 * mcalib/MCalibConstCam.cc:
2325 - added case 2 to GetPixelContent
2326
2327 * mjobs/MJCalibrateSignal.cc:
2328 - fixed redirection of stream with interleaved calibration infos
2329 - changed 'Arrival Time' to 'Calibrated Arrival Time'
2330 - display interpolated signal in equivalent photoelectrons to
2331 to get rid of scaling effects which makes it difficult to see
2332 details of the structure of the inner pixels in the histogram.
2333 With this you can immediatly see whether the relative number
2334 of phe in the outer pixels is equiv. to the inner pixels.
2335 - the same for the calibration factor - with the same argument
2336 - adapted to change in MWriteRootFile
2337 - use MReadMarsFile for Monte Carlo flag set
2338
2339 * mhist/MHCamera.cc:
2340 - changed drawing such, that NaN is not displayed anymore
2341
2342 * Makefile:
2343 - added new program ganymed
2344
2345 * mfileio/MWriteRootFile.[h,cc]:
2346 - added possibility to use UPDATE mode with rules (dangerous!)
2347 as discussed with Abelardo, Daniel M. and Thomas S.
2348
2349 * mjobs/MJStar.cc:
2350 - adapted to change in MWriteRootFile
2351 - added software trigger (still untuned) as suggested by
2352 Thomas S.
2353 - added calculation of source position before calculation
2354 of image parameters
2355 - added MPointingPos to Events-Tree
2356 - removed MPointingPos from Drive-Tree
2357 - renamed sub-tasklists to something more intuitive
2358
2359 * mjobs/Makefile, mjobs/JobsLinkDef.h:
2360 - added MJCut.cc
2361
2362 * mraw/MRawFileRead.cc:
2363 - return kERROR if ReInit fails
2364
2365 * mfilter/MFSoftwareTrigger.[h,cc]:
2366 - updated to allow using time coincidence
2367 - changed default values
2368 - added a pattern independant trigger algorithm
2369
2370 * mbase/MDirIter.cc:
2371 - implemented option 'dbg' in Print()
2372
2373 * mjobs/MJCalib.h:
2374 - added a getter for data-flag (should be renamed
2375 to 'datatype' soon)
2376
2377
2378
2379 2005/02/12 Abelardo Moralejo
2380
2381 * mtemp/mpadova/macros/wobblemap.C
2382 - Added. Macro to do some studies on wobble mode data.
2383
2384 * macros/mccalibrate.C
2385 - Added option to divide the output in a train and a test sample.
2386 Included in output new container MMcEvtBasic (if found in input
2387 files) for later use in effective areas calculations.
2388
2389 * macros/starmc2.C
2390 - Added writing out of new container MMcEvtBasic. Removed
2391 possibility of splitting output in train and test samples, since
2392 this has now to be done in mccalibrate.C to make possible that
2393 the tree OriginalMC containing MMcEvtBasic has all the original
2394 MC events (and only those) from which the events present in the
2395 Events tree derive.
2396
2397 * macros/starmc.C
2398 - Changed a couple of wrong "." by "->" in function calls. Changed
2399 default tail cuts.
2400
2401
2402
2403 2005/02/12 Markus Gaug
2404
2405 * msignal/MExtractTimeAndChargeSpline.cc
2406 - change default rise time to 0.5 and default fall time to 1.5
2407
2408 * callisto.rc
2409 - made intitializations of extractors more explicit
2410
2411 * mpedestal/MExtractPedestal.cc
2412 - make check for even number of slices in the case of "fundamental"
2413 pedestal calc.
2414
2415 * mcalib/MCalibrationChargeCalc.cc
2416 - take out some commented code
2417
2418 * mjobs/MJCalib.h
2419 - removed GetDataFlag()
2420
2421
2422
2423 2005/02/12 Abelardo Moralejo
2424
2425 * mmc/MMcTrig.hxx
2426 - Added getter GetNumFirstLevel. This is necessary if that data
2427 member is to be used for instance in MF filters. There was
2428 already a getter, but it is called GetFirstLevel and hence not
2429 recognized.
2430
2431
2432
2433 2005/02/11 Abelardo Moralejo
2434
2435 * mmc/MMcEvtBasic.[h,cc]:
2436 - New class. Contains 5 very basic MC parameters which we intend
2437 to save for all generated Corsika events. This is needed for
2438 proper effective area calculations.
2439
2440 * mmc/Makefile, McLinkDef.h
2441 - Added new class above.
2442
2443
2444
2445 2005/02/11 Thomas Bretz
2446
2447 * mfileio/MWriteRootFile.[h,cc]:
2448 - added the possibility to write to an already existing file.
2449 This doesn't affect the old behaviour, but using this new feature
2450 might still have problems.
2451
2452 * mfileio/MReadReports.cc:
2453 - fixed column-level in PrintStatistics
2454
2455 * mjobs/MJCalibrateSignal.cc:
2456 - keep MMcRunHeader in the output
2457
2458
2459
2460 2005/02/10 Abelardo Moralejo
2461
2462 * macros/mccalibrate.C
2463 - Added possibility to calibrate in photons or photoelectrons
2464
2465 * macros/starmc2.C
2466 - Added comment about value of cleaning levels
2467
2468
2469
2470 2005/02/10 Markus Gaug
2471
2472 * mcalib/Makefile
2473 * mcalib/CalibLinkDef.h
2474 * mcalib/MCalibrate.[h,cc]
2475 - removed mcalib/MCalibrate.* because it has been replaced by
2476 MCalibrateData
2477
2478 * mmain/MEventDisplay.cc
2479 - replaced MCalibrate by MCalibrateData
2480
2481 * mhcalib/MHCalibrationCam.cc
2482 - replaced warning about empty histogram from red (err) by
2483 yellow (warn).
2484
2485 * mcalib/MCalibColorSet.cc
2486 - return kTRUE in case of MC-file
2487
2488 * msignal/MExtractTimaAndChargeSpline.[h,cc]
2489 - make sure that all variables are set correctly independent on
2490 the order of their initialization by the user
2491
2492
2493
2494 2005/02/10 Thomas Bretz
2495
2496 * mgeom/MGeomCam.[h,cc]:
2497 - added new member functions (GetNeighbors) to get all pixels
2498 around a given pixel with a given radius
2499
2500 * mars.rc:
2501 - use same values for image cleaning as default in star
2502
2503 * mpointing/MSrcPosCalc.[h,cc]:
2504 - added the possibility to set the Source position from
2505 a resource file
2506
2507 * mjobs/MJStar.cc:
2508 - write MMcRunHeader to RunHeaders
2509
2510 * mfileio/MWriteRootFile.cc:
2511 - removed an obsolete line
2512 - removed a debug line which should not be there
2513
2514 * mimage/MHillas.h:
2515 - added new Getter GetDist0 returning the distance to the
2516 camera center
2517
2518 * mhflux/MHFalseSource.cc:
2519 - the scaling in Paint() was nonsense in case we are looking
2520 at on/off-data. Fixed.
2521
2522
2523
2524 2005/02/10 Abelardo Moralejo
2525
2526 * manalysis/MMcCalibrationUpdate.h
2527 - Added comment on new member fSignalType. Sorry for compilation
2528 problems... I forgot to commit the header yesterday, but M. Gaug
2529 did it.
2530
2531 * macros/starmc.C
2532 - Cleaned up a little bit, made the option to choose between
2533 calibration in photons or phe- easier to set.
2534
2535 * manalysis/MMcCalibrationUpdate.[h,cc]
2536 - Added getter and setter for fSignalType. Set fSignalType=kPhot as
2537 default for consistency with MCalibrateData.
2538
2539
2540
2541 2005/02/09 Abelardo Moralejo
2542
2543 * manalysis/MMcCalibrationUpdate.cc
2544 - Updated to make the MC calibration in phe- work
2545
2546 * macros/starmc.C
2547 - same as above. Now default is calibration in phe-
2548
2549 * mraw/MRawEvtHeader.h
2550 - Added setter for the trigger pattern, absolutely needed for
2551 creating proper MC root files.
2552
2553
2554
2555 2005/02/09 Markus Gaug
2556
2557 * manalysis/MMcCalibrationUpdate.h
2558 - added missing declaration of fSignalType
2559
2560 * mjobs/MJPedestal.[h,cc]
2561 * mjobs/badpixels_0_559.rc
2562 * callisto.rc
2563 - allow exclusion of bad pixels from the beginning (default is
2564 Pixel 0 and 559).
2565 - removed some obsolete includes
2566 - took out data member fPedestalHist from MJPedestal.h which removes
2567 the crash, however I don't understand why it caused the crash!!!
2568 There seem to be problems with memory usage either in callisto.cc
2569 or in this class!!
2570 (valgrind shows several memory leaks in the TG... classes).
2571
2572 * mjobs/MJCalibration.cc
2573 - write display and containers also in case of failure of eventloop
2574
2575 * mhcalib/MHGausEvents.cc
2576 - make default display window 600x600
2577
2578 * mcalib/MCalibrationQECamMagic.cc
2579 - updated five pixels
2580
2581 * mpedestal/MExtractPedestal.[h,cc]
2582 * mpedestal/MPedCalcPedRun.cc
2583 * mpedestal/MPedCalcFromLoGain.cc
2584 - included possibility for intermediate pedestal cam (not yet used)
2585
2586 * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.cc
2587 - initialize the bad events counters to 0 also in constructor
2588 - release the limit for bad events a bit
2589
2590 * mcalib/MCalibrationTestCam.h
2591 - take out include of TArrayI (already in base class)
2592
2593 * mcalib/MCalibrateData.h
2594 - make default argument for SetSignalType kPhe.
2595
2596 * mjobs/MJCalibrateSignalFromOuside.[h,cc]
2597 - removed
2598
2599
2600
2601 2005/02/08 Markus Gaug
2602
2603 * mhcalib/MHCalibrationCam.cc
2604 * mcalib/MCalibrationChargeCalc.cc
2605 - replaced GetNumExecutions()==0 condition by GetNumExecution() < 1
2606
2607
2608
2609 2005/02/08 Thomas Bretz
2610
2611 * mpointing/MPointingPosInterpolate.cc:
2612 - use debug option in addition to switch off output from internal
2613 eventloop. It is confusing having this output inside another
2614 eventloop.
2615 - updated missing connections in class description
2616
2617 * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.cc:
2618 - made sure that output of PostProcess fits into 80col boundary
2619
2620 * mimage/MHillas.cc:
2621 - removed an obsolete call to TLine::Paint() in Paint.
2622
2623
2624
2625 2005/02/07 Thomas Bretz
2626
2627 * mbase/MFilter.cc:
2628 - use paranthesis around ClassName in GetRule
2629
2630 * mdata/MDataFormula.h:
2631 - fixed a wrong comment in variable description
2632
2633 * mhist/MHCamEvent.[h,cc], mhist/MHCamera.[h,cc],
2634 mjobs/MJCalibrateSignal.cc,
2635 mjobs/MJCalibrateSignalFromOutside.cc:
2636 - to make sure there are no missunderstandings we have to
2637 replace all occurances of 'Variance' by 'SqrtVariance'
2638 (it was not my decision)
2639
2640 * mastro/MAstro.[h,cc]:
2641 - added new function Angle2Coordinate
2642
2643 * mbase/MTaskEnv.[h,cc]:
2644 - fixed a bug which caused the resource task to be ignored
2645 if the default task was '<dummy>'
2646
2647 * mhbase/MH3.cc:
2648 - fixed a bug in Paint (use GetListOfPrimitives->FindObject
2649 instead of FindObject) which caused the histogram to
2650 be put a lot of times into the pad.
2651
2652 * mjobs/MJCalib.[h,cc]:
2653 - derived MJCalib from MJob in order to be able to move
2654 common code from derived classes into the base-class
2655 - implemented CheckEnvLocal to handle the resource 'DataType'
2656 - changed publicity of some variables and functions
2657 to allow setting file type from outside
2658 - added new function to set data-type for use in callisto.cc
2659
2660 * mjobs/MJCalibTest.[h,cc], mjobs/MJCalibrateSignal.[h,cc],
2661 mjobs/MJCalibration.[h,cc], mjobs/MJPedestal.[h,cc]:
2662 - removed double inheritance, replaced by single inheritance
2663 from MJCalib
2664 - replaced code to handle the resource 'DataType' by the
2665 common code in the base class
2666 - put reading of reference file into a new member function
2667 to make source code reading resource file simpler and to
2668 be able to write a function description about it (simple
2669 copy&past)
2670
2671 * callisto.cc:
2672 - added option for file-type
2673
2674 * mjobs/MJOptimize.[h,cc], mjobs/MSequences.[h,cc],
2675 mjobs/MJCut.[h,cc], ganymed.[cc,rc], mhflux/MHEnergyEst.[h,cc]:
2676 - added to repository, but not yet to Makefile because
2677 there is still some work to be done. But whoever is
2678 interested in the new classes/program may already use it.
2679
2680 * mhflux/MAlphaFitter.[h,cc]:
2681 - added option to choose the minimization value
2682
2683 * mhflux/MHAlpha.cc:
2684 - replaced significance by minimization value
2685
2686 * mhflux/MHEffectiveOnTime.cc:
2687 - use E-Option when fitting to improve error calculation
2688 by using Minos technique
2689
2690
2691
2692 2005/02/04 Markus Gaug
2693
2694 * mjobs/MJCalibration.cc
2695 - found a "the `impossible' happened" when running callisto with
2696 a pure signal extractor --> MExtractTimeFastSpline has some
2697 problems with the management of the internal arrays. Replaced it
2698 by MExtractTimeHighestIntegral as default which is as good.
2699
2700 * callisto.rc
2701 - use MExtractTimeAndChargeDigitalFilterPeakSearch as default
2702 instead of MExtractTimeAndChargeDigitalFilter. This extractor is
2703 now tested and checks for the positions of the pulse within the
2704 DAQ-window.
2705
2706
2707
2708 2005/02/04 Thomas Bretz
2709
2710 * Makefile.rules:
2711 - fixed creation of main MDep.d
2712
2713 * callisto.cc, merpp.cc, showlog.cc, showplot.cc, star.cc:
2714 - added commandline option --version
2715
2716 * mbase/MFilter.cc:
2717 - changed default for 'GetRule'
2718
2719 * mbase/MParContainer.cc:
2720 - simplified GetNewObject
2721
2722 * mfbase/MF.cc:
2723 - if no conditional sign is found try to create
2724 MFilter-object
2725
2726 * mraw/MRawEvtData.cc:
2727 - fixed the initialization of fABFlags in case maxid==0 which
2728 is the default. This caused MRawEvtPixelIter::HasABFlag
2729 to do unallowed access to memory for old root-files without
2730 the AB flag, because it assumed (due to size==1) that the
2731 data contains the ab flag
2732
2733 * mraw/MRawEvtPixelIter.[h,cc]:
2734 - removed some obsolete debug comments
2735 - simplified HasABFlag
2736
2737 * manalysis/MCerPhotPix.h:
2738 - removed the `!` again. It gave problems with the Mars
2739 display. We agreed that this is a minor problem because
2740 the structure of MCerPhot* will chnage soon in any case.
2741
2742
2743
2744 2005/02/04 Abelardo Moralejo
2745
2746 * macros/starmc2.C
2747 - added to output missing container MConcentration.
2748
2749
2750
2751 2005/02/03 Thomas Bretz
2752
2753 * mfbase/MFilterList.[h,cc]:
2754 - added new function AddToList(TCollection&)
2755
2756 * mhbase/MFillH.cc:
2757 - print a warning if 'same'-option given without
2758 a corresponding existing tab
2759
2760 * mhflux/MHAlpha.[h,cc]:
2761 - made time bins settable by user
2762
2763 * mfileio/MWriteRootFile.cc:
2764 - fixed ReInit and a warning output when writing to memory
2765
2766
2767
2768 2005/02/03 Markus Gaug
2769
2770 * mcalib/MCalibColorSet.[h,cc]
2771 - implement possibility to set colour explicitely (e.g. for MC).
2772
2773 * msignal/MExtractTimeAndChargeDigitalFilter.cc
2774 - intialize fTimeShiftHiGain and fTimeShiftLoGain by default.
2775
2776 * mjobs/MJPedestal.cc
2777 - in case, extractor is used, put the extractor into the tasklist,
2778 otherwise ranges do not get initialized correctly (wrong memory
2779 usage!). Use an event selector, however to not skip the Process.
2780 This is as fast as before and now safe for any kind of extractor
2781
2782 * mcalib/MCalibrationCam.h
2783 * mcalib/MCalibrationTestCam.h
2784 * mcalib/MCalibrationTestCam.cc
2785 - initialize a missing array in InitAverageAreas
2786
2787 * mraw/MRawEvtHeader.h
2788 - introduced Setter() of cal. pattern for Abelardo
2789
2790
2791
2792 2005/02/02 Markus Gaug
2793
2794 * mcalib/MCalibrationChargeCam.cc
2795 - fixed small bug in the display of mean charges when low-gain was
2796 used.
2797
2798 * msignal/MExtractor.cc
2799 - print the missing overlap between high-gain and low-gain
2800 in the Print() function
2801 - remove setting of fHiLoLast in PreProcess, otherwise cloned
2802 extractors do not work any more with windows exceeding the
2803 high-gain range.
2804
2805 * mhcalib/MHCalibrationTestCam.[h,cc]
2806 * mhcalib/MHCalibrationTestTimeCam.[h,cc]
2807 - set proper probability limits for the fits
2808
2809 * mcalib/MCalibrateData.cc
2810 - catch the case in which no interlaced cal. events are being sent
2811 by the pulser box.
2812
2813 * mjobs/MJCalib.[h,cc]
2814 - put the data type enum in a new base class
2815
2816 * mjobs/MJCalibTest.[h,cc]
2817 - re-name old class MJExtractCalibTest to MJCalibTest and make it
2818 compatible with the sequence-files.
2819
2820 * mjobs/MJExtractCalibTest.[h,cc]
2821 - removed
2822
2823 * mjobs/MJCalibrateSignal.cc
2824 - put a compiler warning about the default cal. to photo-electrons
2825
2826 * callisto.cc
2827 - add new flag "--use-test" to enable the MJCalibTest facility
2828 (default: not used)
2829
2830
2831
2832 2005/02/01 Raquel de los Reyes
2833
2834 * mjobs/MSequence.h
2835 - Added "Get" functions for the TArrays variables.
2836
2837
2838
2839 2005/02/01 Markus Gaug
2840
2841 * mjobs/MJPedestal.[h,cc]
2842 * mjobs/MJCalibration.[h,cc]
2843 * mjobs/MJCalibrateSignal.[h,cc]
2844 * callisto.rc
2845 - put enum for data type. Can now set the data type (mc, raw, root)
2846 without running the data check.
2847
2848 * mhcalib/MHCalibrationCam.cc
2849 - return kTRUE in PostProcess if GetNumExecutions is 0
2850
2851 * mcalib/MCalibrationChargeCalc.cc
2852 - return kTRUE in PostProcess if GetNumExecutions is 0
2853
2854
2855
2856 2005/02/01 Daniel Mazin
2857
2858 * MPointingPosInterpolate.cc:
2859 - fixed bug to match the units of Ra and Decl in MPointingPos
2860 - fixed bug in handling of events with times outside of times from
2861 MDrive tree
2862
2863
2864
2865 2005/02/01 Thomas Bretz
2866
2867 * showplot.cc:
2868 - another fix to make the batch mode working (you can use the batch
2869 mode to convert a root-file into another format)
2870
2871
2872
2873 2005/01/31 Thomas Bretz
2874
2875 * mbase/MStatusDisplay.cc:
2876 - fixed handling of batch mode in GetCanvas(const TString &name)
2877 - don't skip already existing tabs in Display()
2878
2879
2880
2881 2005/01/31 Raquel de los Reyes
2882
2883 * mjobs/MSequence.h
2884 - Added "Get" functions for some of the sequence.txt file
2885 parameters.
2886
2887
2888
2889 2005/01/31 Markus Gaug
2890
2891 * mjobs/MJob.[h,cc]
2892 * mjobs/MJCalibrateSignal.[h,cc]
2893 * mjobs/MJCalibration.[h,cc]
2894 - move file type enum to base class
2895
2896 * mjobs/MJCalibrateSignal.[h,cc]
2897 - allow also for direct setting of an MRunIter (not used in
2898 callisto).
2899
2900 * mcalib/MCalibrationChargeCalc.[h,cc]
2901 - test also for pulser strength changes additionally to changes in
2902 colour.
2903
2904
2905
2906 2005/01/31 Abelardo Moralejo
2907
2908 * mpointing/MSrcPosCalc.cc
2909 - Create only one instance of MAstroSky2Local for the
2910 transformations, instead of two identical ones, as it was before.
2911
2912
2913
2914 2005/01/30 Markus Gaug
2915
2916 * mjobs/MJCalibration.cc
2917 * mjobs/MJPedestal.cc
2918 * mjobs/calibrationref_Nov04.rc
2919 * mhcalib/MHCalibrationRelTimeCam.[h,cc]
2920 - updated correct display of reference lines
2921
2922
2923
2924 2005/01/29 Markus Gaug
2925
2926 * msignal/MExtractFixedWindowSpline.[h,cc]
2927 - fixed a bug occurring with overlapping windows between high-gain
2928 and low-gain
2929
2930 * msignal/MExtractFixedWindowPeakSearch.cc
2931 - take out call to fSignals->Clear() which is already done in
2932 MTaskList.
2933
2934 * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.[h,cc]
2935 - new extractor reducing the bias and solving the problem with the
2936 jumping pulse readout.
2937
2938
2939
2940 2005/01/28 Abelardo Moralejo
2941
2942 * mpointing/MSrcPosCalc.cc
2943 - updated. Make it work as desired: obtain for each event the x,y
2944 position on the camera of a source whose celestial coordinates
2945 (J2000) have been set by the user in the container "MSourcePos"
2946 of type MPointingPos, added to the parameter list. If the
2947 container MSourcePos is not found, the center of the camera (or
2948 other fixed position x,y set in the parameter list by the user -
2949 in MSrcPosCam) is used as source position for all the events in
2950 the loop.
2951
2952
2953
2954 2005/01/28 Thomas Bretz
2955
2956 * mjobs/MJCalibrateSignal.cc:
2957 - fixed that extract1,2,3 haven't been deleted if loop failed.
2958 - print tasklist also if loop failed.
2959 - added a undefined task (MTaskEnv "FinalFantasy") as last task to
2960 the event processing tasklist
2961
2962 * callisto.rc:
2963 - added comments about "FinalFantasy" into call
2964 - added comment for obsolete resources as discussed yesterday
2965 evening: TimeUpperLimit
2966
2967 * mbase/MMath.[h,cc], manalysis/MCerPhotPix.[h,cc],
2968 mpedestal/MPedPhotPix.h:
2969 - replaced TruncatePrecision by ReducePrecision (its simply a better
2970 name)
2971
2972 * mbase/MParList.cc:
2973 - added a check to make 200%(!) sure that the container added
2974 to the list is a MParContainer (everything else could crash
2975 almost everything in Mars!)
2976
2977 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.[h,cc],
2978 mjobs/MJPedestal.cc:
2979 - simplified the code in the WriteResult functions by using
2980 the new WriteContainer in MJob
2981 - removed the TObjArray from the MParList! It is NOT a MParContainer
2982 there are a lot of circumstance how this can crash Mars. I don't
2983 know why the compiler allowed for this.
2984 - unified WriteResult and WriteHists
2985 - split GetOutputFile into two functions for simplification
2986
2987 * mjobs/MJCalibration.h:
2988 - copy the extractorcam name when copying the contents
2989
2990 * mjobs/MJob.[h,cc]:
2991 - new member function WriteContainer to simplify code in derived
2992 classes
2993
2994 * mpointing/MSrcPosCalc.[h,cc]
2995 - fixed the header according to Abelardo's changes
2996 - added the initialization of the pointers to the constructor
2997
2998
2999
3000 2005/01/28 Markus Gaug
3001
3002 * msignal/MExtractTimeAndChargeDigitalFilter.cc
3003 - introduce a security check for the time fine adjustment in case,
3004 it is too large.
3005
3006 * mcalib/MCalibConstCam.[h,cc]
3007 * mcalib/MCalibConstPix.h
3008 - new classes to allow display of changing cal. constants with the
3009 interlaced cal. events
3010
3011 * mcalib/MCalibrationChargeCalc.cc
3012 - removed stopping of PostProcess in case that the evtloop is
3013 finished with interlaced cal. events
3014
3015 * mcalib/MCalibrateData.[h,cc]
3016 - fill MCalibConstCam with update results (once per calib. consts
3017 update == every 10 sec.)
3018 - introduce check for size of calibration constant. In case, it is
3019 completetly out of range, set the MBadPixelsPix::IsUnsuitableRun
3020
3021 * mjobs/MJCalibrateSignal.cc:
3022 - display one MHCamera more with changing conv. factors (only for
3023 interlaced cal. events)
3024
3025 * mpedestal/MPedCalcFromLoGain.cc
3026 - set default for MExtractWinFirst from 15 to 17 because of the
3027 late cosmics signals in December
3028
3029
3030 2005/01/28 Abelardo Moralejo
3031
3032 * mtemp/mpadova/macros/trainsubsample.C
3033 - added # of events to be written in the output (instead of
3034 fraction of total). Moved MSrcPosCam in output from RunHeaders
3035 to Events tree.
3036
3037
3038
3039 2005/01/27 Daniel Mazin and Markus Gaug
3040
3041 * mcalib/MCalibrateData.[h,cc]
3042 - derive this class from MCamEvent in order to be able to display
3043 evolution of conversion factors in case of interlaced cal.
3044 events
3045
3046 * mpointing/MInterpolatePointingPos.[h,cc]
3047 - new class to interpolate pointing positions, adapted from a class
3048 by Marcos Lopez
3049
3050 * mjobs/MJCalibrateSignal.[h,cc]
3051 - enabled the calibration of data with interlaced calibration events
3052
3053 * msignal/MArrivalTime.[h,cc]
3054 * mcalib/MCalibrateRelTime.cc
3055 - removed Error of calibrated arrival time, as agreed on the last
3056 software calibration meeting yesterday
3057
3058 * mjobs/MJCalibrateSignal.cc
3059 - add display to show histogramming of conversion factors
3060 - modify default calibration to equiv. photo-electrons
3061 - allow for setting of MC, Raw or Root-file type in callisto.rc
3062
3063 * callisto.rc
3064 - updated conf. file
3065
3066
3067 2005/01/27 Thomas Bretz
3068
3069 * callisto.cc:
3070 - don't display starting pedestals when calibrating the signal
3071
3072 * callisto.rc:
3073 - added some comments
3074
3075 * star.rc:
3076 - according to Daniel M. we have agreed to change the default
3077 cleaning level to adapt it roughly to the new pedestal
3078
3079 * manalysis/MCerPhotPix.[h,cc], mpedestal/MPedPhotPix.h:
3080 - as agreed in the current calibration meeting we truncate the
3081 precision of the stored floating point values to roughly 0.5%
3082 to gain storage space in the calibrated data (the gzip
3083 algorithm compresses this stuff nicely - we gain roughly 15%)
3084
3085 * mhflux/MHFalseSource.cc, mjobs/MJCalibration.cc, mjobs/MJStar.cc:
3086 - added a comment
3087
3088 * mjobs/MJCalibrateSignal.cc:
3089 - changed title of unsuitable plot
3090 - removed plot for calibrated fundamental pedestal as agreed in the
3091 current calibration meeting (we may change this to an option)
3092
3093 * mjobs/MJPedestal.[h,cc]:
3094 - changed the name of the "PedDiff" plot to be consistent with the
3095 other tab-name
3096 - changed the options for the display
3097 - removed the dependancy of fDisplayType and the SetDataCheck
3098 option
3099 - added option kDisplayNone
3100 - renamed enums from k*Display to kDisplay*
3101
3102 * mhist/MHCamEvent.cc:
3103 - trying to get rid of the Err_%p workaround.
3104
3105 * manalysis/MCerPhotEvt.[h,cc]:
3106 - added some '!' signs in the comment line. This is quick hack
3107 to gain I/O speed and storage space. We will soon have new
3108 containers for the calibrated data and image cleaning
3109 information.
3110 - changed version number to 6
3111
3112 * mhist/MHCamera.cc:
3113 - added member function SetAllUsed
3114
3115
3116
3117 2005/01/26 Abelardo Moralejo
3118
3119 * macros/mccalibrate.C
3120 - removed creation and writing out of MSrcPosCam. It is more
3121 flexible to add it in starmc2.C if needed (for wobble mode for
3122 instance).
3123
3124 * mtemp/mpadova/macros/RanForestDISP.C
3125 - added possibility to set the number of hadrons read in for the
3126 training. Added some missing containers to output.
3127 - Fixed rule concerning the DISP, by adding parentheses. Remember
3128 that MHMatrix::AddColumn does not respect the usual precedence
3129 of operations!
3130
3131 * mtemp/mpadova/macros/resize.C
3132 - added to output missing container MRawEvtHeader
3133
3134 * macros/starmc2.C
3135 - added missing container MImagePar. Added possibility to set the
3136 source position on the camera (for the wobble mode).
3137
3138
3139
3140 2005/01/25 Abelardo Moralejo
3141
3142 * macros/starmc2.C
3143 - modified to allow double (train / test) output, for g/h
3144 separation studies. Added several missing containers to output.
3145
3146
3147
3148 2005/01/25 Thomas Bretz
3149
3150 * mcalib/MCalibrationIntensityChargeCam.cc:
3151 - fixed a lot of 'default argument'-warnings to make to code
3152 compile
3153
3154 * mbase/MParContainer.[h,cc]:
3155 - moved the empty Reset() function into the source file and
3156 added a lot of comments
3157 - implemented new helper-functions: GetNewObject
3158
3159 * mbase/MContinue.[h,cc]:
3160 - allow to use MFilter-classes as filter in ReadEnv
3161
3162 * mbase/MTaskEnv.cc:
3163 - replaced some code by GetNewObject
3164
3165 * mhbase/MFillH.cc:
3166 - handle DrawOption "same" to be able to draw to the same pad
3167
3168 * mhbase/MH.[h,cc]:
3169 - added same-argument to DrawSame
3170
3171 * mhbase/MH3.cc:
3172 - removed some obsolete comments
3173 - remove own drawing options before calling fHist->Draw
3174
3175 * mimage/MHHillas.cc, mimage/MHImagePar.cc:
3176 - first try of implementing 'same' drawing option
3177
3178
3179
3180 2005/01/25 Markus Gaug
3181
3182 * mcalib/MCalibrationPattern.[h,cc]
3183 * mcalib/MCalibrationPatternDecode.[h,cc]
3184 - New Decoder task for the calibration pattern from the
3185 digital modules
3186
3187 * mraw/MRawEvtHeader.[h,cc]
3188 - remove decoding from this class
3189
3190 * mcalib/MCalibrationIntensityHiLoCam.[h,cc]
3191 - remove, because one needs anyhow much more than one data file
3192 to get a reasonable conversion factor
3193
3194 * mcalib/MCalibCalcFromPast.[h,cc]
3195 - remove MCalibrationIntensityHiLoCam
3196
3197 * mbadpixels/MBadPixelsPix.h
3198 * mbadpixels/MBadPixelsCam.cc
3199 - changed one function name to GetUnsuitableCalLevel()
3200
3201 * mjobs/MJCalibration.cc
3202 - replace all Y-titles with units "FADC counts" by "FADC cnts" and
3203 "FADC slices" by "FADC sl.", otherwise they range out of the
3204 canvas.
3205
3206 * mcalib/MCalibrationChargeCalc.cc
3207 - ensure to set the color correctly in MCalibrationBlindCam
3208
3209 * callisto.rc
3210 - put space for
3211 MJCalibrateSignal.ExtractSignal.HiGainFirst: 2
3212 MJCalibrateSignal.ExtractSignal.HiGainLast: 16
3213
3214
3215 2005/01/24 Abelardo Moralejo
3216
3217 * manalysis/MMcCalibrationUpdate.cc
3218 - Adapted to changes in MCalibrateData from 2005/01/16: moved
3219 qepix.SetAvNormFFactor(1.) from Process() to ReInit(). Due to
3220 this, for the last week you may have found trouble running
3221 starmc.C and mccalibrate.C.
3222
3223
3224
3225 2005/01/24 Thomas Bretz
3226
3227 * callisto.cc:
3228 - removed non-existing option from output
3229
3230 * manalysis/MEnergyEstimate.[h,cc]:
3231 - added ReadEnv member function
3232
3233 * mbase/MContinue.[h,cc]:
3234 - implementes AllowEmpty option to support doing nothing
3235 defined in resource file
3236 - added a first draft to allow usage of class-filters instead of
3237 rules
3238
3239 * mbase/MMath.[h,cc]:
3240 - implemented a function suggested by Florian Goebel which reduces
3241 the precision of a float to ~0.5% which is usefull for data
3242 compression by gzip
3243
3244 * mdata/MDataChain.[h,cc]:
3245 - implemented ReadEnv member function
3246
3247 * mfbase/MF.cc:
3248 - a small enhancement to the output in ReadEnv
3249
3250 * mhbase/MH3.cc:
3251 - fixed call to FindObject in Paint which caused a profile to be
3252 displayed incorrectly in case it was read from a file
3253
3254 * mhflux/MHFalseSource.[h,cc]:
3255 - removed old obsolete unsused Significance functions
3256 - implemented ReadEnv member function
3257 - set false source binning only if BinningFalseSource is not default
3258 - check parlist for BinningAlpha
3259
3260 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc,
3261 mjobs/MJPedestal.cc:
3262 - added an additional check and output if output-file could
3263 not be opened
3264
3265 * mjobs/MJob.h:
3266 - added some Getter
3267
3268 * mhbase/MBinning.[h,cc].
3269 - added nen member functions
3270 + SetEdgesRaw
3271 + ReadEnv
3272 + Print
3273
3274 * mhflux/MAlphaFitter.[h,cc]:
3275 - added new member function ReadEnv
3276
3277 * mhflux/MHAlpha.cc:
3278 - fixed a problem when fitting without off-data
3279
3280 * mbase/MStatusDisplay.cc:
3281 - implemented a further fix in DrawClonePad to make sure
3282 that the X-stuff doesn't get confused while still
3283 GetDrawOption returns the correct value
3284
3285
3286
3287 2005/01/24 Markus Gaug
3288
3289 * msignal/MExtractTimeAndChargeDigitalFilter.cc
3290 - introduced security check for the times fine-tuning to catch
3291 outliers because of deviating pulse forms.
3292
3293 * msignal/MExtractTime.cc
3294 * msignal/MExtractor.cc
3295 - lowered default high-gain saturation limit to 250
3296 - removed Clear() for two results containers at beginning of Process()
3297
3298 * msignal/MExtractor.h
3299 - Take fHiLoLast into the Clone()
3300
3301 * msignal/MExtractedSignalPix.cc
3302 - change sign of default initializer to negative.
3303
3304
3305
3306 2005/01/23 Markus Gaug
3307
3308 * mhcalib/MHCalibrationHiLoCam.[h,cc]
3309 - updated to new logain switch setting in MExtractTimeAndCharge
3310 - extract also high-gain vs. low-gain time difference
3311
3312 * mhcalib/MHCalibrationCam.[h,cc]
3313 * mhcalib/MHCalibrationChargeCam.[h,cc]
3314 - updated reading of conf. values in ReadEnv
3315
3316 * mhcalib/MCalibrationHiLoCam.[h,cc]
3317 * mhcalib/MCalibrationHiLoPix.[h,cc]
3318 * mhcalib/MCalibrationIntensityHiLoCam.[h,cc]
3319 - updated accordingly
3320
3321 * mbadpixels/MBadPixelsCam.cc
3322 - removed some bugs in the Print() function
3323
3324
3325
3326 2005/01/22 Markus Gaug
3327
3328 * mhcalib/MHCalibrationRelTimeCam.cc
3329 - display in the averaged times display the event-by-event averaged
3330 absolute arrival times instead of the rel. ones which do not make
3331 much sense.
3332
3333 * mhcalib/MHCalibrationTestTimeCam.[h,cc]
3334 * mhcalib/MHCalibrationTestCam.[h,cc]
3335 - update to the latest changes in analysis chain.
3336
3337 * mjobs/MJExtractCalibTest.[h,cc]
3338 - update to the latest changes in analysis chain.
3339
3340 * mjobs/MJCalibration.cc
3341 - replace title of that times-averageing Tab from "RelTimes" by
3342 "Times".
3343
3344 * macros/calibration.C
3345 - update to changes in MJExtractCalibTest
3346
3347
3348
3349 2005/01/21 Markus Gaug
3350
3351 * msignal/MExtractTimeAndChargeDigitalFilter.cc
3352 * msignal/MExtractTimeAndChargeSlidingWindow.cc
3353 * msignal/MExtractTimeAndChargeSpline.cc
3354 - use the max. bin content for low-gain extraction
3355
3356 * callisto.rc
3357 - add place for LoGainSwitch
3358
3359
3360
3361 2005/01/21 Florian Goebel
3362
3363 * mfbase/MF.cc:
3364 - include a (TString) cast to make it compilable with gcc2.95.3
3365
3366
3367
3368 2005/01/21 Thomas Bretz
3369
3370 * mpointing/MSrcPosFromModel.cc:
3371 - fixed crash in Process if no pointing model available
3372
3373 * mpointing/MPointingPosCalc.h:
3374 - added missing initialization of data members
3375
3376 * mastro/MObservatory.[h,cc]:
3377 - added ReadEnv member function
3378
3379 * mbase/MTaskEnv.h:
3380 - added (=0) default to SetDefault
3381
3382
3383
3384 2005/01/20 Markus Gaug
3385
3386 * mcalib/MCalibrationIntensityChargeCam.[h,cc]
3387 - added function to display fluctuations of a variable
3388
3389 * mcalib/MCalibrationPix.cc
3390 - fixed small bug in High-gain mean error.
3391
3392 * msignal/MExtractTimeAndCharge.[h,cc]
3393 - introduced high-gain maximum limit before extracting the low-gain
3394
3395
3396
3397 2005/01/20 Thomas Bretz
3398
3399 * mbase/MContinue.[h,cc]:
3400 - added ReadEnv member function to support resource files
3401
3402 * mbase/MEvtLoop.[h,cc]:
3403 - added a second arguemtn to reading of the resource file by name
3404 - added some checks when reding the resource file and the
3405 parameter list hasn't been setup
3406
3407 * mbase/MParList.cc:
3408 - removed an obsolete output from ReadEnv
3409
3410 * mfbase/MF.[h,cc]:
3411 - added ReadEnv member function to support resource files
3412 - added kAllowEpty flag to support skipping by resource files
3413
3414 * mfbase/MFilterList.cc:
3415 - added a comment
3416
3417 * mbase/MStatusDisplay.[h,cc]:
3418 - fixed Write to be compatible with root 4.02/00
3419 - worked around a problem with reading the DrawOption correctly
3420 from a stored status display
3421
3422
3423
3424 2005/01/19 Thomas Bretz
3425
3426 * mbase/MMath.cc:
3427 - added a comment to SignificanceLiMa, made by Daniel Mazin
3428 - also check for b==0
3429
3430 * mhflux/MAlphaFitter.[h,cc]:
3431 - fixed significance calculation in case of on-off data
3432 - added fScaleFactor
3433
3434 * mhflux/MHAlpha.[h,cc], mhflux/MHFalseSource.cc:
3435 - handle scale factor in case of on-off observations
3436
3437 * mjobs/MJPedestal.cc:
3438 - aligned screen output to 80col rule
3439
3440 * mtrigger/MFTriggerPattern.[h,cc]:
3441 - assigned correct integers to enum
3442 - made sure that the enum is correctly handled in all function by
3443 applying a r-value to the condition
3444
3445
3446
3447 2005/01/19 Abelardo Moralejo
3448
3449 * mtrigger/MFTriggerPattern.[cc,h]
3450 - Changed Bool_t arguments of all setters to new type Prescale_t
3451 defined by N. Galante (see below)
3452
3453
3454
3455 2005/01/19 Nicola Galante
3456
3457 * mtrigger/MFTriggerPattern.[cc,h]
3458 - added in header enum Prescale_t { kUnPrescaled = kFALSE,
3459 kPrescaled = kTRUE };
3460
3461 - fixed a bug in Process, both fMaskRequiredUnprescaled and
3462 fMaskRequiredPrescaled are checked simultaneously.
3463
3464
3465
3466 2005/01/18 Markus Gaug
3467
3468 * mcalib/MCalibColorSet.cc
3469 - fixed the remaining day of data without colour in project name
3470 neither in digital modules bits.
3471
3472 * mpedestal/MPedCalcPedRun.[h,cc]
3473 - catch the continuous light runs with MRawRunHeader::fRunType
3474 == kRTCalibration to be recognized as effective pedestal runs.
3475
3476
3477 2005/01/18 Thomas Bretz
3478
3479 * mbase/MMath.cc:
3480 - added a check for s==0 in SignificanceLiMa, because otherwise the
3481 result is NaN
3482
3483 * mfbase/MF.cc:
3484 - removed an obsolete debugging output from the latest changes
3485
3486 * mhflux/MHAlpha.cc:
3487 - reset fHTime, too
3488
3489
3490
3491 2005/01/18 Nicola Galante
3492
3493 * mtrigger/MFTriggerPattern.cc:
3494 - added parentesis to ensure bitwise operators priority
3495 with respect to logical operators.
3496
3497
3498 2005/01/17 Thomas Bretz
3499
3500 * manalysis/MEnergyEstimate.[h,cc]:
3501 - changed to be more general. Energy is now estimated from a rule
3502 (MDataChain) The default behaviour is still the same as before
3503 to copy the energy from MMcEvt
3504
3505 * mbase/MTask.cc:
3506 - changed to write out the descriptor istead of the task-name only
3507 in Pre/PostProcess
3508
3509 * mhbase/MH.cc:
3510 - initialize fSerialNumber and fNumExecutions in constructor
3511
3512 * mhflux/MHFalseSource.cc:
3513 - according to a suggestion by Markus Mayer I have changed
3514 \\sigma_{max}=f to S_{max}=f\\sigma
3515
3516 * mjobs/MJCalibrateSignal.cc:
3517 - as discussed with Markus and Abelardo fixed the MFTriggerPattern
3518 call.
3519
3520 * mtrigger/MFTriggerPattern.cc, mtrigger/MTriggerPattern.cc,
3521 mtrigger/MTriggerPatternDecode.cc:
3522 - added some comment about file version
3523
3524 * mbase/MFilter.h:
3525 - implemented new virtual function GetDataMember like in MData
3526
3527 * mbase/MTask.[h,cc]:
3528 - when filter is added ass GetDataMember to branch list (should be
3529 obsolete, because filter is in the tasklist, but it should not hurt)
3530
3531 * mfbase/MF.[h,cc], mfbase/MFDataChain.[h,cc], mfbase/MFDataMember.[h,cc],
3532 mfbase/MFilterList.[h,cc]:
3533 - implemented new function GetDataMember
3534
3535
3536
3537 2005/01/17 Markus Gaug
3538
3539 * msignal/MExtractTimeAndChargeDigitalFilter.cc
3540 - remove a situation where the high-gain signal can be 0.
3541
3542 * mtrigger/MTriggerPattern.h
3543 - fixed a bug in defining the trigger bit pattern (Have to start
3544 from 0 instead of 1)
3545
3546 * mjobs/MJPedestal.cc
3547 * mjobs/MJCalibrateSignal.cc
3548 - fixed default extraction ranges.
3549
3550 * callisto.rc
3551 - fixed default weights files for pedestal extraction for cosmcis
3552
3553 * mcalib/MCalibrationChargeCalc.cc
3554 - removed program exit on occurrance of multiple colours without
3555 intensity calibration
3556
3557
3558
3559 2005/01/17 Nadia Tonello and Markus Gaug
3560
3561 * mcalib/MCalibrationChargeCam.cc
3562 - some fit improvements in the function GetAveragedConvFADC2PhotPerArea
3563
3564
3565
3566 2005/01/16 Markus Gaug
3567
3568 * mhcalib/MHCalibrationCam.[h,cc], mhcalib/MHCalibrationRelTimeCam.[h,cc],
3569 mhcalib/MHCalibrationChargeCam.[h,cc]
3570 - put overflow management and results camera initialization into
3571 base class
3572
3573 * mcalib/MCalibrateData.[h,cc]
3574 - added possibility to re-normalize signal to equiv. photo-electrons
3575 ( SetSignalType(MCalibrateData::kPhe) ).
3576 Default is old version in photons
3577 - speed up Process by storing pre-calculated calibration constants
3578 in arrays (needed 40% of CPU time of the eventloop before, now: 23%)
3579 - added new pointer to different MCalibrationChargeCam used for
3580 updates
3581 - added possibility to update the conversion factors using the
3582 MCalibrationChargeCam stored in fCalibUpdate.
3583 - added Print() function
3584
3585 * mcalib/MCalibCalcFromPast.[h,cc]
3586 - committed final version, now also in the Makefile
3587
3588 * mjobs/MJCalibrateSignalFromOutside.[h,cc], macros/calibration.C
3589 - committed final version, now able to calibrate interlaced cal.
3590 events.
3591
3592
3593
3594 2005/01/14 Hendrik Bartko
3595
3596 * msignal/calibration_weights_UV.dat
3597 - fixed a small bug in the noise autocorrelation of the AB-noise
3598
3599 * msignal/calibration_weights_blue.dat
3600 - new weights file for blue calibration pulses
3601
3602 * cosmics_weights.dat
3603 - fixed a small bug in the noise autocorrelation of the AB-noise
3604
3605
3606
3607 2005/01/14 Markus Gaug
3608
3609 * msignal/MExtractTimeAndChargeDigitalFilter.cc
3610 - added a small acceleration of the program, tested by Hendrik and
3611 me.
3612
3613 * mpedestal/MPedCalcFromLoGain.cc
3614 - fixed one warning output which was not a real warning.
3615
3616 * mcalib/MCalibrationChargeCam.cc
3617 - improved the function to calculate a mean conversion factor over
3618 the whole camera including a fit to the values.
3619
3620 * mpedestal/MPedCalcPedRun.[h,cc]
3621 - undo some changes introduced by TB on 2/12/04 which had made the
3622 use of interlaced pedestal events impossible again.
3623 - Use now the new class MTriggerPattern directly to recognize an
3624 interlaced pedestal event.
3625
3626
3627
3628 2005/01/14 Thomas Bretz
3629
3630 * callisto.cc:
3631 - fixed a typo in output
3632
3633 * manalysis/MGeomApply.cc:
3634 - removed some old code already in comments
3635 - added possibility to switch off automatic processing (used
3636 if two different geometries around)
3637
3638 * manalysis/MMultiDimDistCalc.cc, mhbase/MHMatrix.[h,cc],
3639 mranforest/MRanForestCalc.cc, mtools/MHSimulatedAnnealing.[h,cc],
3640 mtools/MSimulatedAnnealing.h:
3641 - added include of TVector because in newer root version it is
3642 not included from TMatrix anymore
3643
3644 * mbase/BaseLinkDef.h, mbase/MMath.[h,cc]:
3645 - to stick to the convention of TMath in newer root versions MMath
3646 changed from a class to a namespace
3647
3648 * mbase/MEvtLoop.[h,cc]:
3649 - to support newer root version added a second Write-function
3650 with a const qualifier.
3651
3652 * mdata/MDataChain.cc:
3653 - changed access to TMath for newer root versions
3654
3655 * mfileio/MChain.[h,cc]:
3656 - implemented a workaround for teh changed LoadTree definition
3657 in newer root-versions
3658
3659 * mfileio/MReadTree.cc:
3660 - fixed a bug in CheckBranchSize caused some warning to be
3661 displayed
3662
3663 * mhflux/MHAlpha.cc:
3664 - removed check for fResult in PostProcess (it is always there)
3665
3666 * msignal/MExtractTimeFastSpline.cc:
3667 - fixed delete --> delete[]
3668
3669 * mbadpixels/MBadPixelsCalc.cc:
3670 - slight change to some output
3671
3672 * mbase/MTaskEnv.h:
3673 - set name of default task when pointer is given
3674
3675 * mjobs/MJCalibrateSignal.cc:
3676 - fixed handling of extraction range for various cases
3677 - fixed handling in case no arrival times are calculated
3678
3679 * mjobs/MJCalibration.cc:
3680 - write at least a default arrival time calibration container
3681 to make further processing easier
3682
3683 * mjobs/MJPedestal.[h,cc]:
3684 - fixed handling of extraction range for various cases
3685
3686
3687
3688 2005/01/14 Abelardo Moralejo
3689
3690 * mtemp/mpadova/macros/trainsubsample.C, RanForestDISP.C
3691 - added. Two macros used in the analysis of real wobble mode data.
3692
3693
3694
3695 2005/01/14 Daniela Dorner
3696
3697 * macros/sql/filldotrun.C
3698 - added new arehucas-verions and changed code accordingly
3699
3700
3701
3702 2005/01/13 Abelardo Moralejo
3703
3704 * macros/starmc.C
3705 - Added (commented) lines for the case of gamma MC source off-axis
3706 (wobble mode). Changed default extractor to
3707 MExtractFixedWindowPeakSearch.
3708
3709
3710
3711 2005/01/13 Raquel de los Reyes
3712
3713 * callisto.rc
3714 - introduced several configuration lines
3715 (format: "class".DataCheck: No) to allow callisto
3716 to run with rawfiles. Necessary for the datacheck.
3717
3718
3719
3720 2005/01/13 Markus Gaug
3721
3722 * mcalib/MCalibColorSet.cc
3723 - fixed runs 45605-45609
3724
3725 * msignal/MExtractor.h
3726 - take out the variable fHiLoLast from the streamer. Will be
3727 initialized in the ReInit(), if needed
3728
3729 * msignal/MExtractor.cc
3730 - Initialized fHiLoLast to 0. Otherwise, a second eventloop with
3731 the same extractor may have that variable set to a certain
3732 value, even if not desired. The ReInit() fixes fHiLoLast, if
3733 different from 0.
3734
3735 * mpedestal/MExtractPedestal.cc
3736 * mpedestal/MPedCalcPedRun.cc
3737 * mpedestal/MPedCalcFromLoGain.cc
3738 - fix the output of the print to the correct value for the case
3739 that the extractor is used.
3740
3741
3742 2005/01/13 Thomas Bretz
3743
3744 * callisto.rc:
3745 - fixed some typos
3746
3747 * mbase/MLog.cc:
3748 - unset DEBUG defined unintentionally
3749
3750 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
3751 - removed printing Weights in InitArrays, because otherwise
3752 the output of a full data calibration is totally crowded
3753 with numbers. Having the weights-file name on the display
3754 is perfectly enough.
3755
3756
3757
3758 2005/01/12 Markus Gaug
3759
3760 * mcalib/MCalibrationIntensityRelTimeCam.cc
3761 - added fit to improve averageing of the obtained results
3762
3763
3764
3765 2005/01/12 Thomas Bretz
3766
3767 * manalysis/MMatrixLoop.cc:
3768 - changed name to MRead because it now derives from MRead
3769
3770 * mbase/MEvtLoop.[h,cc]:
3771 - implemented an option not to cascade the status display to the
3772 parameter list in PreProcess
3773
3774 * mhflux/MHAlpha.cc:
3775 - changed name of "Significance" to "MinimizationValue"
3776 - return -significance to have a value being minimized
3777
3778 * mhist/MHCamera.cc:
3779 - fixed output of text in legend
3780
3781 * mhist/MHEvent.[h,cc]:
3782 - implemented new options for calibrated pedestals
3783
3784 * mmain/MEventDisplay.cc:
3785 - fixed to support latest changes in MJCalibrateSignal
3786
3787 * mpedestal/MPedPhotCam.cc:
3788 - added new options in GetPixelContent (4 and 5) to support
3789 a correct camera display
3790
3791 * mjobs/MJCalibrateSignal.cc:
3792 - fixed display of calibrated pedestal and pedestal rms
3793 - changed order of plots. Now all interpolated values
3794 (means all calibrated values which are bad-pixel treated)
3795 are displayed behind the unsuitable pixels.
3796
3797 * mjobs/MJ*.cc:
3798 - corrected all wrong %06d to %08d to fit the number of
3799 digits in run-numbers
3800
3801
3802
3803 2005/01/11 Abelardo Moralejo
3804
3805 * mjobs/Makefile
3806 - added missing include -I ../mtrigger
3807
3808
3809
3810 2005/01/11 Thomas Bretz
3811
3812 * callisto.cc, callisto.rc:
3813 - changed such, that all three kinds of pedestals are calcualted
3814 (usefull for studies)
3815
3816 * manalysis/MMatrixLoop.[h,cc]:
3817 - derived from MRead
3818 - implemented some basic functions from MRead
3819
3820 * mfilter/MFCosmics.[h,cc]:
3821 - allow setting of name of MPedestalCam
3822
3823 * mhbase/MBinning.[h,cc]:
3824 - added SetEdges taking MParList as input
3825
3826 * mhflux/MHAlpha.cc:
3827 - use new function from MBinning
3828
3829 * mjobs/MJCalibrateSignal.[h,cc]:
3830 - changed to calculate all three kinds of pedestals
3831 - added filters for trigger pattern and illuminated events
3832
3833 * mjobs/MJPedestal.cc:
3834 - give different names to tabs with different pedestals
3835
3836 * mjobs/MJStar.cc:
3837 - on request changed used pedestal from "FromExtractor" to
3838 "FromExtractorRndm"
3839
3840 * mtrigger/MTriggerPattern.h:
3841 - added Reset function
3842
3843 * mtrigger/MTriggerPatternDecode.[h,cc]:
3844 - added using file format version number
3845
3846
3847
3848 2005/01/11 Markus Gaug
3849
3850 * mbadpixels/MBadPixelsPix.cc
3851 - updated documentation
3852
3853 * mcalib/MCalibrationChargeCalc.cc
3854 - make pixels with deviating number of phes unreliable instead of
3855 unsuitable (this was already thought so, but missed to modify
3856 at one place).
3857
3858 * mhcalib/MHCalibrationCam.[h,cc]
3859 - add possible flag 'kInterlaced': default: kFALSE (like before)
3860 - added pointer to MRawEvtHeader to deny cosmics events in case
3861 of 'interlaced' flag is set. No changes for 'normal' calibration
3862
3863
3864
3865 2005/01/10 Benjamin Riegel
3866
3867 * mreport/MReportStarguider.cc, mreport/MReportStarguider.h
3868 - added two classes for implementing starguider-data
3869
3870 * mreport/ReportLinkDef.h
3871 - added class MReportStarguider to be linked:
3872 #pragma link C++ class MReportStarguider+;
3873
3874 * mreport/Makefile
3875 - added file MReportStarguider.cc
3876
3877 * merpp.cc
3878 - added two containers ( MReportStarguider, MTimeStarguider ) and
3879 added MReportStarguider to the list:
3880 w->AddContainer("MReportStarguider", "Starguider");
3881 w->AddContainer("MTimeStarguider", "Starguider");
3882 r->AddToList("MReportStarguider");
3883
3884
3885
3886 2005/01/10 Markus Gaug
3887
3888 * mcalib/MCalibColorSet.cc
3889 - return kFALSE for CL-run instead of kTRUE
3890
3891 * mcalib/MCalibrationChargeCalc.cc
3892 - stop program in case that multiple colours are found in same file
3893 without intensity calibration
3894
3895 * mbadpixels/MBadPixelsPix.h
3896 - added two new possible UnCalibrated_t flags for the hi-lo
3897 calibration
3898
3899 * macros/calibration.C
3900 - add the calls to:
3901 MArray::Class()->IgnoreTObjectStreamer();
3902 MParContainer::Class()->IgnoreTObjectStreamer();
3903 in main.
3904
3905 * msignal/MExtractor.h
3906 - added Getter for fOffsetLoGain (was still missing)
3907
3908 * mhcalib/MHCalibrationChargeCam.[h,cc]
3909 - remove pixels with histogram overflow only if their percentage
3910 passes a certain limit (default: 0.5%). Before, every overflow
3911 lead to an unsuitable pixel.
3912
3913 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]
3914 - implemented changes suggested by T.B. to speed up calculations
3915 - take fNameWeightsFile into the streamer, otherwise the Clone()
3916 will always create an extractor with cosmic's weights.
3917 - set fOffsetLoGain to a slighly higher value. The DF seems to
3918 have a different offset since it uses different pulse shapes
3919 and thus sightly different time definitions.
3920
3921
3922
3923 2005/01/10 Thomas Bretz
3924
3925 * mhvstime/MHVsTime.cc:
3926 - fixed a compiler error for gcc 2.95.3, see Mantis bug # 157
3927
3928 * callisto.cc:
3929 - changed such, that the calculated pedestal is not random
3930 anymore
3931 - added code to calculate the pedestal also with randomization,
3932 but this code is for the moment commented out.
3933
3934 * callisto.rc:
3935 - fixed naming of pedestal calculation
3936
3937 * mbadpixels/MBadPixelsCalc.cc:
3938 - added a second check which compares the pedestal rms with
3939 the variance of the pedestal rms in the same sector
3940
3941 * mjobs/MJCalibrateSignal.[h,cc]:
3942 - changed to calculate the pedestal from extractor without
3943 randomization
3944 - added code to calculate the pedestal also with randomization,
3945 but this code is for the moment commented out.
3946
3947 * mjobs/MJCalibration.cc:
3948 - made sure that pedcam always has the correct name
3949 (FIXME? Print a warning if it has the wrong name)
3950
3951 * mjobs/MJPedestal.[h,cc]:
3952 - changed such, that it allows the calculation of pedestals
3953 in three different ways (fundamental, fromextractor,
3954 fromextractorrndm)
3955 - therefor removed SetExtractorResolution and added
3956 + void SetExtractionFundamental()
3957 + void SetExtractionWithExtractorRndm()
3958 + void SetExtractionWithExtractor()
3959
3960 * mjobs/MJStar.cc:
3961 - changed/fixed the input name of the MPedPhotCam used in the
3962 image cleaning
3963
3964 * mraw/MRawFileRead.[h,cc]:
3965 - changed return type of OpenNextFile
3966 - in some cases return kERROR in OpenNextFile to abort the Processing
3967 with an error
3968
3969 * mraw/MRawRunHeader.cc:
3970 - call a wrong file format version ERROR now
3971
3972 * mhflux/MAlphaFitter.[h,cc]:
3973 - make sure that resetted values are returned if fit failed
3974 - set default scaling too kOffRegion
3975
3976 * mhflux/MHAlpha.cc:
3977 - some small fixes to handling of MHAlphaOff
3978
3979 * mhflux/MHFalseSource.[h,cc]:
3980 - implemented possible usage of MHFalsSourceOff for On-Off-Analysis
3981 - updated display accordingly
3982 - updated fit accordingly
3983 - removed catalog temporarily from plots until I found the
3984 reason for the strange crashes
3985
3986 * mbadpixels/MBadPixelCalc.[h,cc]:
3987 - implemented the possibility to check the pedestal rms against the
3988 variance of the pedstal rms, too. The option is curretly switched
3989 off.
3990 - enahanced informal output in PreProcess
3991
3992 * mbase/MTaskList.cc:
3993 - a little change to some output
3994
3995
3996
3997 2005/01/10 Wolfgang Wittek
3998
3999 * mfbase/MFEventSelector2.cc
4000 - check whether filter exists before calling
4001 filter->CallPreProcess(parlist)
4002
4003
4004
4005 2005/01/08 Markus Gaug
4006
4007 * mhcalib/MHCalibrationHiLoCam.[h,cc]
4008 * mcalib/MCalibrationHiLoCam.[h,cc]
4009 * mcalib/MCalibrationHiLoPix.[h,cc]
4010 * mcalib/MIntensityCalibrationHiLoCam.[h,cc]
4011 * mhcalib/Makefile, mcalib/Makefile, mhcalib/HCalibLinkDef.h,
4012 mcalib/CalibLinkDef.h
4013 - new classes for calibration of conversion high-gain vs. low-gain
4014
4015 * msignal/MExtractedSignalPix.[h,cc]
4016 - added data member fChisquare, set to -1. by Clear() and Reset()
4017 - raised version number by 1
4018
4019 * msignal/MExtractedSignalCam.[h,cc]
4020 - added data member fNdf, set to -1 by default
4021 - new function: GetProb(const Int_t pixidx) to be called to
4022 calculate the joint probability of Chisquare of pixel "pixidx"
4023 and fNdf
4024 - added documentation of data members
4025 - raised version number by 1
4026
4027 * mhcalib/MHCalibrationChargeCam.cc
4028 - strengthened default histogram limits a bit, should accelerate
4029 the calibration by 20%.
4030
4031 * mjobs/MJCalibrateSignalFromOutside.cc
4032 - fixed two lines to compile MCalibrateData with the recent changes
4033 by TB
4034
4035 * msignal/MExtractTimeAndChargeDigitalFilter.cc
4036 - fixed two bugs introduced yesterday by TB.
4037
4038 * msignal/MExtractTimeAndChargeSpline.cc
4039 * msignal/MExtractTimeAndChargeSlidingWindow.cc
4040 - adopt part of TB's speed accelerations into these classes
4041
4042 * msignal/MExtractTimeAndCharge.cc
4043 - fix the low-gain extraction window for the case that the high-gain
4044 is saturated. Was skipped so far.
4045
4046
4047
4048 2005/01/07 Markus Gaug
4049
4050 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
4051 - catch the case that more than 90% of the pixels have saturated
4052 signals and fix the extraction window from the occurrance of
4053 saturation, then. Important for high-intensity calibration events.
4054
4055
4056 * msignal/MExtractor.cc
4057 * msignal/MExtractTime.cc
4058 * msignal/MExtractTimeAndCharge.cc
4059 - added some documentation
4060
4061 * msignal/MExtractTime.[h,cc]
4062 - moved the empty function FindTimeHiGain() and FindTimeLoGain() to
4063 the header-file.
4064
4065
4066
4067
4068 2005/01/07 Abelardo Moralejo
4069
4070 * mbase/MLog.h
4071 - Added #include "TSystem.h", otherwise gSystem is not recognized
4072 in Mac OSX.
4073
4074 * manalysis/MMakePadHistograms.cc
4075 - Changed badcalc.SetNamePedPhotContainer to
4076 badcalc.SetNamePedPhotCam
4077
4078
4079
4080 2005/01/07 Thomas Bretz
4081
4082 * mbadpixels/MBadPixelsCalc.[h,cc], macros/ONOFFAnalaysis.C:
4083 - replaced PedPhotContainer by PedPhotCam for consistency
4084
4085 * mbase/MLog.[h,cc]:
4086 - return *this in Seperator()
4087
4088 * mbase/MPrint.[h,cc]:
4089 - use new separator manipulator in PreProcess
4090 - fixed a type: separator instead of seperator
4091
4092 * mfileio/MReadTree.[h,cc]:
4093 - added a check for branch->IsAutoDelete() in Notify()
4094
4095 * mpedestal/MExtractPedestal.[h,cc]:
4096 - added new option 'fRandomCalculation' be used to switch on-/off-
4097 randomization in extractors, the default should be like before
4098 - added Process() calling Calc()
4099
4100 * mpedestal/MPedCalcFromLoGain.[h,cc], mpedestal/MPedCalcPedRun.[h,cc]:
4101 - renamed Process() to Calc()
4102
4103 * Makefile:
4104 - removed macros/calibration.C, which seems to have been
4105 unintantionally introduced.
4106
4107 * manalysis/Makefile:
4108 - removed unintantionally introduced wrong include
4109
4110 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
4111 - a small acceleration discussed with Hendrik by replacing a
4112 counter in a loop by pointer arithmetics
4113
4114 * mraw/MRawEvtPixelIter.cc:
4115 - fixed a bug in GetMaxIdxHiLoGain which caused the loop to
4116 read one byte behind the end of the array
4117 - fixed HasLoGain() which really did weired things, means accessing
4118 sometimes memory somewhere. This could theoretically result
4119 in assigning the wrong lo-gains to the wrong pixels.
4120
4121 * mtrigger/MTriggerPattern.[h,cc], mtrigger/MTriggerPatternDecode.[h,cc],
4122 mtrigger/MFTriggerPattern.[h,cc]:
4123 - added
4124
4125 * mtrigger/Makefile, mtrigger/TriggerLinkDef.h:
4126 - added MTriggerPattern, MTriggerPatternDecode and MFTriggerPattern
4127
4128 * manalysis/MEnergyEstParam.h:
4129 - added a new function SetVariables calling SetCoeff
4130
4131 * mcalib/MCalibrateData.[h,cc]:
4132 - removed data members for container names
4133 - added new lists for container names
4134 - allow to calibrate more than one pedestal container at the same
4135 time
4136
4137 * mjobs/MJCalibrateSignal.cc:
4138 - changed accordingly
4139
4140
4141
4142 2005/01/05 Thomas Bretz
4143
4144 * mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationChargeCalc.cc,
4145 mhcalib/MHCalibrationRelTimeCam.cc:
4146 - made some output lines fit into convinience window of 80 col
4147
4148 * mhist/MHCamEvent.cc:
4149 - make sure that x-axis has correct title
4150
4151 * msignal/MArrivalTimePix.cc:
4152 - init error to -1 which is a obviously non valid value
4153 - fixed IsValid() which gave wrong results
4154
4155 * msignal/MExtractTimeAndCharge.cc, msignal/MExtractedSignalPix.cc:
4156 - made sure that LoGain is flagged non-valid if no lo-gain exists
4157 - push time back at the edge of the allowed limits if outside
4158
4159 * mbase/MGList.[h,cc]:
4160 - introduced new functions Delete and DeletePictures
4161 - SetBit(kMustCleanup) in constructor. Otherwise it is not
4162 correctly removed from ListOfCleanups
4163
4164 * mbase/MLog.cc:
4165 - SetBit(kMustCleanup) if adding a plugin to make sure it is cleaned
4166 from the list
4167
4168 * mbase/MParContainer.[h,cc]:
4169 - replaced return type of GetDescriptor by TString. The old version
4170 was terribly wrong! The returned memory wasn't removed as soon
4171 as the function returned.
4172
4173 * mbase/MStatusDisplay.[h,cc]:
4174 - for security (thread safty) replaced all Form() by MString::Form()
4175 - implemented a more secure scheme of Closing (Clone()) this was
4176 a hint given by valgrind
4177 - set kMustCleanup for all new object in ClonePad not only kCanDelete
4178 - fixed some lines in pulldown-menus
4179 - add TPads to ListOfCleanups in ClonePad (workaround!)
4180
4181 * mbase/MString.[h,cc]:
4182 - implemented a new static Form() function returning a copy of
4183 the result
4184
4185 * mbase/MTask.[h,cc]:
4186 - replaced return type of GetDescriptor by TString. The old version
4187 was terribly wrong! The returned memory wasn't removed as soon
4188 as the function returned.
4189 - Made GetDescriptor thread safe using MString::Form
4190
4191 * mfileio/MWriteRootFile.cc:
4192 - Use GetDescriptor().Data() when using any kind of printf function
4193
4194 * mhbase/MFillH.cc:
4195 - replaced string concatenation in all constructors by a Form
4196 (also suggested by valgrind)
4197
4198 * mhcalib/MHCalibrationRelTimeCam.cc:
4199 - made some output fit into 80col boundary
4200
4201
4202
4203
4204 2005/01/03 Thomas Bretz (HAPPY NEW YEAR)
4205
4206 * mfht:
4207 - added new directory for hexagonal fourier transformation
4208
4209 * mfht/HftIncl.h, mhft/HftLinkDef.h, mhft/MGeomCamMagicXT.[h,cc],
4210 mhft/MGeomCamMagicEnhance.[h,cc], mhft/MHexgaonalFT.[h,cc],
4211 mhft/MHexagonalFreqSpace.[h,cc], mhft/MHexagonalFTCalc.[h,cc],
4212 mhft/Makefile:
4213 - added
4214
4215 * macros/extendcam.C:
4216 - added: tutorial for MGeomCamExtend
4217
4218 * macros/hft.C:
4219 - added: tutorial for MHexgonalFTCalc
4220
4221 * macros/dohtml.C:
4222 - updated
4223
4224 * macros/rootlogon.C:
4225 - updated
4226
4227 * Makefile:
4228 - mhft added
4229
4230 * mbase/MParContainer.cc, mbase/MLog.cc:
4231 - added a pre-compiler option for destructor debugging
4232
4233 * mbase/MTaskList.[h,cc]:
4234 - added new function Replace
4235
4236 * mdata/MDataChain.cc, mfbase/MF.cc:
4237 - shortened some output
4238
4239 * mdata/MDataArray.[h,cc]:
4240 - added new function FindRule
4241
4242 * mfileio/MReadTree.[h,cc]:
4243 - enhanced functionality to be able to read a TTree stored in memory
4244 instead of a file. Therefor introduced fTree which is now the pointer
4245 used and replaced fChain where TTree and TChain have common behaviour.
4246 Where they behave uncommon new code for the new case has been added.
4247
4248 * mfileio/MWriteRootFile.[h,cc]:
4249 - enhanced functionality to be able to write a TTree into memory
4250 instead of a file. This were maily bugfixes for the case fOut==0, which
4251 must be handled correctly. Becarefull a tree filles without a file
4252 is not deleted automatically!
4253
4254 * mhbase/MBinning.h:
4255 - added copy constructor
4256 - fixed buggy SetEdges(MBinning&) which didn't work
4257
4258 * mhbase/MHMatrix.cc:
4259 - when adding a new rule check first if the same rule already exists
4260
4261 * mhflux/MAlphaFitter.[h,cc]:
4262 - added new functionality to support on-off analysis
4263 - didn't touch existing code
4264
4265 * mhflux/MHAlpha.[h,cc]:
4266 - added new functionality to support on-off analysis
4267 - replaced Fit() calls by newer function calls
4268 - added DrawAll - PRELIMINARY
4269 - fixed a bug when projecting - may be the reson for some strange
4270 crashes
4271
4272 * mcalib/MCalibColorSet.cc:
4273 - fixed a stupid bug introduced last year, which caused MCalibColorSet
4274 in some circumstances to stop the eventloop when it shouldn't
4275
4276 * mjobs/MSequence.cc:
4277 - expand path names
4278
Note: See TracBrowser for help on using the repository browser.