source: trunk/MagicSoft/Mars/Changelog@ 6970

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