source: trunk/MagicSoft/Mars/Changelog@ 6962

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