source: trunk/MagicSoft/Mars/Changelog@ 6956

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