source: trunk/MagicSoft/Mars/Changelog@ 6999

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