source: trunk/MagicSoft/Mars/Changelog@ 6954

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