source: trunk/MagicSoft/Mars/Changelog@ 6979

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