source: trunk/MagicSoft/Mars/Changelog@ 6988

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