source: trunk/MagicSoft/Mars/Changelog@ 6968

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