source: trunk/MagicSoft/Mars/Changelog@ 6966

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