source: trunk/MagicSoft/Mars/Changelog@ 6965

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