source: trunk/MagicSoft/Mars/Changelog@ 6211

Last change on this file since 6211 was 6211, checked in by gaug, 20 years ago
*** empty log message ***
File size: 44.2 KB
Line 
1
2Please do not write behind the end of line tag so that it is possible
3to send a Changelog file to a line printer directly. Thanks.
4
5For your entries please follow EXACTLY this style:
6
7_yyyy/mm/dd_[Your Name]
8_
9___*_filename:
10_____-_description
11_
12___*_filename2, filename3:
13_____-_description
14_
15_
16_
17
18While an underscore is a placeholder for a white-space or an empty line.
19
20
21 -*-*- END OF LINE -*-*-
22
23 2005/02/02 Markus Gaug
24
25 * mcalib/MCalibrationChargeCam.cc
26 - fixed small bug in the display of mean charges when low-gain was
27 used.
28
29 * msignal/MExtractor.cc
30 - print the missing overlap between high-gain and low-gain
31 in the Print() function
32 - remove setting of fHiLoLast in PreProcess, otherwise cloned
33 extractors do not work any more with windows exceeding the
34 high-gain range.
35
36 * mhcalib/MHCalibrationTestCam.[h,cc]
37 * mhcalib/MHCalibrationTestTimeCam.[h,cc]
38 - set proper probability limits for the fits
39
40 * mcalib/MCalibrateData.cc
41 - catch the case in which no interlaced cal. events are being sent
42 by the pulser box.
43
44 * mjobs/MJCalib.[h,cc]
45 - put the data type enum in a new base class
46
47 * mjobs/MJCalibTest.[h,cc]
48 - re-name old class MJExtractCalibTest to MJCalibTest and make it
49 compatible with the sequence-files.
50
51 * mjobs/MJExtractCalibTest.[h,cc]
52 - remove
53
54
55 2005/02/01 Raquel de los Reyes
56
57 * mjobs/MSequence.h
58 - Added "Get" functions for the TArrays variables.
59
60
61 2005/02/01 Markus Gaug
62
63 * mjobs/MJPedestal.[h,cc]
64 * mjobs/MJCalibration.[h,cc]
65 * mjobs/MJCalibrateSignal.[h,cc]
66 * callisto.rc
67 - put enum for data type. Can now set the data type (mc, raw, root)
68 without running the data check.
69
70 * mhcalib/MHCalibrationCam.cc
71 - return kTRUE in PostProcess if GetNumExecutions is 0
72
73 * mcalib/MCalibrationChargeCalc.cc
74 - return kTRUE in PostProcess if GetNumExecutions is 0
75
76 2005/02/01 Daniel Mazin
77
78 * MPointingPosInterpolate.cc:
79 - fixed bug to match the units of Ra and Decl in MPointingPos
80 - fixed bug in handling of events with times outside of times from
81 MDrive tree
82
83 2005/02/01 Thomas Bretz
84
85 * showplot.cc:
86 - another fix to make the batch mode working (you can use the batch
87 mode to convert a root-file into another format)
88
89 2005/01/31 Thomas Bretz
90
91 * mbase/MStatusDisplay.cc:
92 - fixed handling of batch mode in GetCanvas(const TString &name)
93 - don't skip already existing tabs in Display()
94
95
96
97 2005/01/31 Raquel de los Reyes
98
99 * mjobs/MSequence.h
100 - Added "Get" functions for some of the sequence.txt file
101 parameters.
102
103
104
105 2005/01/31 Markus Gaug
106
107 * mjobs/MJob.[h,cc]
108 * mjobs/MJCalibrateSignal.[h,cc]
109 * mjobs/MJCalibration.[h,cc]
110 - move file type enum to base class
111
112 * mjobs/MJCalibrateSignal.[h,cc]
113 - allow also for direct setting of an MRunIter (not used in
114 callisto).
115
116 * mcalib/MCalibrationChargeCalc.[h,cc]
117 - test also for pulser strength changes additionally to changes in
118 colour.
119
120
121
122 2005/01/31 Abelardo Moralejo
123
124 * mpointing/MSrcPosCalc.cc
125 - Create only one instance of MAstroSky2Local for the
126 transformations, instead of two identical ones, as it was before.
127
128
129
130 2005/01/30 Markus Gaug
131
132 * mjobs/MJCalibration.cc
133 * mjobs/MJPedestal.cc
134 * mjobs/calibrationref_Nov04.rc
135 * mhcalib/MHCalibrationRelTimeCam.[h,cc]
136 - updated correct display of reference lines
137
138
139
140 2005/01/29 Markus Gaug
141
142 * msignal/MExtractFixedWindowSpline.[h,cc]
143 - fixed a bug occurring with overlapping windows between high-gain
144 and low-gain
145
146 * msignal/MExtractFixedWindowPeakSearch.cc
147 - take out call to fSignals->Clear() which is already done in
148 MTaskList.
149
150 * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.[h,cc]
151 - new extractor reducing the bias and solving the problem with the
152 jumping pulse readout.
153
154
155
156 2005/01/28 Abelardo Moralejo
157
158 * mpointing/MSrcPosCalc.cc
159 - updated. Make it work as desired: obtain for each event the x,y
160 position on the camera of a source whose celestial coordinates
161 (J2000) have been set by the user in the container "MSourcePos"
162 of type MPointingPos, added to the parameter list. If the
163 container MSourcePos is not found, the center of the camera (or
164 other fixed position x,y set in the parameter list by the user -
165 in MSrcPosCam) is used as source position for all the events in
166 the loop.
167
168
169
170 2005/01/28 Thomas Bretz
171
172 * mjobs/MJCalibrateSignal.cc:
173 - fixed that extract1,2,3 haven't been deleted if loop failed.
174 - print tasklist also if loop failed.
175 - added a undefined task (MTaskEnv "FinalFantasy") as last task to
176 the event processing tasklist
177
178 * callisto.rc:
179 - added comments about "FinalFantasy" into call
180 - added comment for obsolete resources as discussed yesterday
181 evening: TimeUpperLimit
182
183 * mbase/MMath.[h,cc], manalysis/MCerPhotPix.[h,cc],
184 mpedestal/MPedPhotPix.h:
185 - replaced TruncatePrecision by ReducePrecision (its simply a better
186 name)
187
188 * mbase/MParList.cc:
189 - added a check to make 200%(!) sure that the container added
190 to the list is a MParContainer (everything else could crash
191 almost everything in Mars!)
192
193 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.[h,cc],
194 mjobs/MJPedestal.cc:
195 - simplified the code in the WriteResult functions by using
196 the new WriteContainer in MJob
197 - removed the TObjArray from the MParList! It is NOT a MParContainer
198 there are a lot of circumstance how this can crash Mars. I don't
199 know why the compiler allowed for this.
200 - unified WriteResult and WriteHists
201 - split GetOutputFile into two functions for simplification
202
203 * mjobs/MJCalibration.h:
204 - copy the extractorcam name when copying the contents
205
206 * mjobs/MJob.[h,cc]:
207 - new member function WriteContainer to simplify code in derived
208 classes
209
210 * mpointing/MSrcPosCalc.[h,cc]
211 - fixed the header according to Abelardo's changes
212 - added the initialization of the pointers to the constructor
213
214
215
216 2005/01/28 Markus Gaug
217
218 * msignal/MExtractTimeAndChargeDigitalFilter.cc
219 - introduce a security check for the time fine adjustment in case,
220 it is too large.
221
222 * mcalib/MCalibConstCam.[h,cc]
223 * mcalib/MCalibConstPix.h
224 - new classes to allow display of changing cal. constants with the
225 interlaced cal. events
226
227 * mcalib/MCalibrationChargeCalc.cc
228 - removed stopping of PostProcess in case that the evtloop is
229 finished with interlaced cal. events
230
231 * mcalib/MCalibrateData.[h,cc]
232 - fill MCalibConstCam with update results (once per calib. consts
233 update == every 10 sec.)
234 - introduce check for size of calibration constant. In case, it is
235 completetly out of range, set the MBadPixelsPix::IsUnsuitableRun
236
237 * mjobs/MJCalibrateSignal.cc:
238 - display one MHCamera more with changing conv. factors (only for
239 interlaced cal. events)
240
241 * mpedestal/MPedCalcFromLoGain.cc
242 - set default for MExtractWinFirst from 15 to 17 because of the
243 late cosmics signals in December
244
245
246 2005/01/28 Abelardo Moralejo
247
248 * mtemp/mpadova/macros/trainsubsample.C
249 - added # of events to be written in the output (instead of
250 fraction of total). Moved MSrcPosCam in output from RunHeaders
251 to Events tree.
252
253
254
255 2005/01/27 Daniel Mazin and Markus Gaug
256
257 * mcalib/MCalibrateData.[h,cc]
258 - derive this class from MCamEvent in order to be able to display
259 evolution of conversion factors in case of interlaced cal.
260 events
261
262 * mpointing/MInterpolatePointingPos.[h,cc]
263 - new class to interpolate pointing positions, adapted from a class
264 by Marcos Lopez
265
266 * mjobs/MJCalibrateSignal.[h,cc]
267 - enabled the calibration of data with interlaced calibration events
268
269 * msignal/MArrivalTime.[h,cc]
270 * mcalib/MCalibrateRelTime.cc
271 - removed Error of calibrated arrival time, as agreed on the last
272 software calibration meeting yesterday
273
274 * mjobs/MJCalibrateSignal.cc
275 - add display to show histogramming of conversion factors
276 - modify default calibration to equiv. photo-electrons
277 - allow for setting of MC, Raw or Root-file type in callisto.rc
278
279 * callisto.rc
280 - updated conf. file
281
282
283 2005/01/27 Thomas Bretz
284
285 * callisto.cc:
286 - don't display starting pedestals when calibrating the signal
287
288 * callisto.rc:
289 - added some comments
290
291 * star.rc:
292 - according to Daniel M. we have agreed to change the default
293 cleaning level to adapt it roughly to the new pedestal
294
295 * manalysis/MCerPhotPix.[h,cc], mpedestal/MPedPhotPix.h:
296 - as agreed in the current calibration meeting we truncate the
297 precision of the stored floating point values to roughly 0.5%
298 to gain storage space in the calibrated data (the gzip
299 algorithm compresses this stuff nicely - we gain roughly 15%)
300
301 * mhflux/MHFalseSource.cc, mjobs/MJCalibration.cc, mjobs/MJStar.cc:
302 - added a comment
303
304 * mjobs/MJCalibrateSignal.cc:
305 - changed title of unsuitable plot
306 - removed plot for calibrated fundamental pedestal as agreed in the
307 current calibration meeting (we may change this to an option)
308
309 * mjobs/MJPedestal.[h,cc]:
310 - changed the name of the "PedDiff" plot to be consistent with the
311 other tab-name
312 - changed the options for the display
313 - removed the dependancy of fDisplayType and the SetDataCheck
314 option
315 - added option kDisplayNone
316 - renamed enums from k*Display to kDisplay*
317
318 * mhist/MHCamEvent.cc:
319 - trying to get rid of the Err_%p workaround.
320
321 * manalysis/MCerPhotEvt.[h,cc]:
322 - added some '!' signs in the comment line. This is quick hack
323 to gain I/O speed and storage space. We will soon have new
324 containers for the calibrated data and image cleaning
325 information.
326 - changed version number to 6
327
328 * mhist/MHCamera.cc:
329 - added member function SetAllUsed
330
331
332
333 2005/01/26 Abelardo Moralejo
334
335 * macros/mccalibrate.C
336 - removed creation and writing out of MSrcPosCam. It is more
337 flexible to add it in starmc2.C if needed (for wobble mode for
338 instance).
339
340 * mtemp/mpadova/macros/RanForestDISP.C
341 - added possibility to set the number of hadrons read in for the
342 training. Added some missing containers to output.
343 - Fixed rule concerning the DISP, by adding parentheses. Remember
344 that MHMatrix::AddColumn does not respect the usual precedence
345 of operations!
346
347 * mtemp/mpadova/macros/resize.C
348 - added to output missing container MRawEvtHeader
349
350 * macros/starmc2.C
351 - added missing container MImagePar. Added possibility to set the
352 source position on the camera (for the wobble mode).
353
354
355
356 2005/01/25 Abelardo Moralejo
357
358 * macros/starmc2.C
359 - modified to allow double (train / test) output, for g/h
360 separation studies. Added several missing containers to output.
361
362
363
364 2005/01/25 Thomas Bretz
365
366 * mcalib/MCalibrationIntensityChargeCam.cc:
367 - fixed a lot of 'default argument'-warnings to make to code
368 compile
369
370 * mbase/MParContainer.[h,cc]:
371 - moved the empty Reset() function into the source file and
372 added a lot of comments
373 - implemented new helper-functions: GetNewObject
374
375 * mbase/MContinue.[h,cc]:
376 - allow to use MFilter-classes as filter in ReadEnv
377
378 * mbase/MTaskEnv.cc:
379 - replaced some code by GetNewObject
380
381 * mhbase/MFillH.cc:
382 - handle DrawOption "same" to be able to draw to the same pad
383
384 * mhbase/MH.[h,cc]:
385 - added same-argument to DrawSame
386
387 * mhbase/MH3.cc:
388 - removed some obsolete comments
389 - remove own drawing options before calling fHist->Draw
390
391 * mimage/MHHillas.cc, mimage/MHImagePar.cc:
392 - first try of implementing 'same' drawing option
393
394
395
396 2005/01/25 Markus Gaug
397
398 * mcalib/MCalibrationPattern.[h,cc]
399 * mcalib/MCalibrationPatternDecode.[h,cc]
400 - New Decoder task for the calibration pattern from the
401 digital modules
402
403 * mraw/MRawEvtHeader.[h,cc]
404 - remove decoding from this class
405
406 * mcalib/MCalibrationIntensityHiLoCam.[h,cc]
407 - remove, because one needs anyhow much more than one data file
408 to get a reasonable conversion factor
409
410 * mcalib/MCalibCalcFromPast.[h,cc]
411 - remove MCalibrationIntensityHiLoCam
412
413 * mbadpixels/MBadPixelsPix.h
414 * mbadpixels/MBadPixelsCam.cc
415 - changed one function name to GetUnsuitableCalLevel()
416
417 * mjobs/MJCalibration.cc
418 - replace all Y-titles with units "FADC counts" by "FADC cnts" and
419 "FADC slices" by "FADC sl.", otherwise they range out of the
420 canvas.
421
422 * mcalib/MCalibrationChargeCalc.cc
423 - ensure to set the color correctly in MCalibrationBlindCam
424
425 * callisto.rc
426 - put space for
427 MJCalibrateSignal.ExtractSignal.HiGainFirst: 2
428 MJCalibrateSignal.ExtractSignal.HiGainLast: 16
429
430
431 2005/01/24 Abelardo Moralejo
432
433 * manalysis/MMcCalibrationUpdate.cc
434 - Adapted to changes in MCalibrateData from 2005/01/16: moved
435 qepix.SetAvNormFFactor(1.) from Process() to ReInit(). Due to
436 this, for the last week you may have found trouble running
437 starmc.C and mccalibrate.C.
438
439
440
441 2005/01/24 Thomas Bretz
442
443 * callisto.cc:
444 - removed non-existing option from output
445
446 * manalysis/MEnergyEstimate.[h,cc]:
447 - added ReadEnv member function
448
449 * mbase/MContinue.[h,cc]:
450 - implementes AllowEmpty option to support doing nothing
451 defined in resource file
452 - added a first draft to allow usage of class-filters instead of
453 rules
454
455 * mbase/MMath.[h,cc]:
456 - implemented a function suggested by Florian Goebel which reduces
457 the precision of a float to ~0.5% which is usefull for data
458 compression by gzip
459
460 * mdata/MDataChain.[h,cc]:
461 - implemented ReadEnv member function
462
463 * mfbase/MF.cc:
464 - a small enhancement to the output in ReadEnv
465
466 * mhbase/MH3.cc:
467 - fixed call to FindObject in Paint which caused a profile to be
468 displayed incorrectly in case it was read from a file
469
470 * mhflux/MHFalseSource.[h,cc]:
471 - removed old obsolete unsused Significance functions
472 - implemented ReadEnv member function
473 - set false source binning only if BinningFalseSource is not default
474 - check parlist for BinningAlpha
475
476 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc,
477 mjobs/MJPedestal.cc:
478 - added an additional check and output if output-file could
479 not be opened
480
481 * mjobs/MJob.h:
482 - added some Getter
483
484 * mhbase/MBinning.[h,cc].
485 - added nen member functions
486 + SetEdgesRaw
487 + ReadEnv
488 + Print
489
490 * mhflux/MAlphaFitter.[h,cc]:
491 - added new member function ReadEnv
492
493 * mhflux/MHAlpha.cc:
494 - fixed a problem when fitting without off-data
495
496 * mbase/MStatusDisplay.cc:
497 - implemented a further fix in DrawClonePad to make sure
498 that the X-stuff doesn't get confused while still
499 GetDrawOption returns the correct value
500
501
502
503 2005/01/24 Markus Gaug
504
505 * msignal/MExtractTimeAndChargeDigitalFilter.cc
506 - introduced security check for the times fine-tuning to catch
507 outliers because of deviating pulse forms.
508
509 * msignal/MExtractTime.cc
510 * msignal/MExtractor.cc
511 - lowered default high-gain saturation limit to 250
512 - removed Clear() for two results containers at beginning of Process()
513
514 * msignal/MExtractor.h
515 - Take fHiLoLast into the Clone()
516
517 * msignal/MExtractedSignalPix.cc
518 - change sign of default initializer to negative.
519
520
521
522 2005/01/23 Markus Gaug
523
524 * mhcalib/MHCalibrationHiLoCam.[h,cc]
525 - updated to new logain switch setting in MExtractTimeAndCharge
526 - extract also high-gain vs. low-gain time difference
527
528 * mhcalib/MHCalibrationCam.[h,cc]
529 * mhcalib/MHCalibrationChargeCam.[h,cc]
530 - updated reading of conf. values in ReadEnv
531
532 * mhcalib/MCalibrationHiLoCam.[h,cc]
533 * mhcalib/MCalibrationHiLoPix.[h,cc]
534 * mhcalib/MCalibrationIntensityHiLoCam.[h,cc]
535 - updated accordingly
536
537 * mbadpixels/MBadPixelsCam.cc
538 - removed some bugs in the Print() function
539
540
541
542 2005/01/22 Markus Gaug
543
544 * mhcalib/MHCalibrationRelTimeCam.cc
545 - display in the averaged times display the event-by-event averaged
546 absolute arrival times instead of the rel. ones which do not make
547 much sense.
548
549 * mhcalib/MHCalibrationTestTimeCam.[h,cc]
550 * mhcalib/MHCalibrationTestCam.[h,cc]
551 - update to the latest changes in analysis chain.
552
553 * mjobs/MJExtractCalibTest.[h,cc]
554 - update to the latest changes in analysis chain.
555
556 * mjobs/MJCalibration.cc
557 - replace title of that times-averageing Tab from "RelTimes" by
558 "Times".
559
560 * macros/calibration.C
561 - update to changes in MJExtractCalibTest
562
563
564
565 2005/01/21 Markus Gaug
566
567 * msignal/MExtractTimeAndChargeDigitalFilter.cc
568 * msignal/MExtractTimeAndChargeSlidingWindow.cc
569 * msignal/MExtractTimeAndChargeSpline.cc
570 - use the max. bin content for low-gain extraction
571
572 * callisto.rc
573 - add place for LoGainSwitch
574
575
576
577 2005/01/21 Florian Goebel
578
579 * mfbase/MF.cc:
580 - include a (TString) cast to make it compilable with gcc2.95.3
581
582
583
584 2005/01/21 Thomas Bretz
585
586 * mpointing/MSrcPosFromModel.cc:
587 - fixed crash in Process if no pointing model available
588
589 * mpointing/MPointingPosCalc.h:
590 - added missing initialization of data members
591
592 * mastro/MObservatory.[h,cc]:
593 - added ReadEnv member function
594
595 * mbase/MTaskEnv.h:
596 - added (=0) default to SetDefault
597
598
599
600 2005/01/20 Markus Gaug
601
602 * mcalib/MCalibrationIntensityChargeCam.[h,cc]
603 - added function to display fluctuations of a variable
604
605 * mcalib/MCalibrationPix.cc
606 - fixed small bug in High-gain mean error.
607
608 * msignal/MExtractTimeAndCharge.[h,cc]
609 - introduced high-gain maximum limit before extracting the low-gain
610
611
612
613 2005/01/20 Thomas Bretz
614
615 * mbase/MContinue.[h,cc]:
616 - added ReadEnv member function to support resource files
617
618 * mbase/MEvtLoop.[h,cc]:
619 - added a second arguemtn to reading of the resource file by name
620 - added some checks when reding the resource file and the
621 parameter list hasn't been setup
622
623 * mbase/MParList.cc:
624 - removed an obsolete output from ReadEnv
625
626 * mfbase/MF.[h,cc]:
627 - added ReadEnv member function to support resource files
628 - added kAllowEpty flag to support skipping by resource files
629
630 * mfbase/MFilterList.cc:
631 - added a comment
632
633 * mbase/MStatusDisplay.[h,cc]:
634 - fixed Write to be compatible with root 4.02/00
635 - worked around a problem with reading the DrawOption correctly
636 from a stored status display
637
638
639
640 2005/01/19 Thomas Bretz
641
642 * mbase/MMath.cc:
643 - added a comment to SignificanceLiMa, made by Daniel Mazin
644 - also check for b==0
645
646 * mhflux/MAlphaFitter.[h,cc]:
647 - fixed significance calculation in case of on-off data
648 - added fScaleFactor
649
650 * mhflux/MHAlpha.[h,cc], mhflux/MHFalseSource.cc:
651 - handle scale factor in case of on-off observations
652
653 * mjobs/MJPedestal.cc:
654 - aligned screen output to 80col rule
655
656 * mtrigger/MFTriggerPattern.[h,cc]:
657 - assigned correct integers to enum
658 - made sure that the enum is correctly handled in all function by
659 applying a r-value to the condition
660
661
662
663 2005/01/19 Abelardo Moralejo
664
665 * mtrigger/MFTriggerPattern.[cc,h]
666 - Changed Bool_t arguments of all setters to new type Prescale_t
667 defined by N. Galante (see below)
668
669
670
671 2005/01/19 Nicola Galante
672
673 * mtrigger/MFTriggerPattern.[cc,h]
674 - added in header enum Prescale_t { kUnPrescaled = kFALSE,
675 kPrescaled = kTRUE };
676
677 - fixed a bug in Process, both fMaskRequiredUnprescaled and
678 fMaskRequiredPrescaled are checked simultaneously.
679
680
681
682 2005/01/18 Markus Gaug
683
684 * mcalib/MCalibColorSet.cc
685 - fixed the remaining day of data without colour in project name
686 neither in digital modules bits.
687
688 * mpedestal/MPedCalcPedRun.[h,cc]
689 - catch the continuous light runs with MRawRunHeader::fRunType
690 == kRTCalibration to be recognized as effective pedestal runs.
691
692
693 2005/01/18 Thomas Bretz
694
695 * mbase/MMath.cc:
696 - added a check for s==0 in SignificanceLiMa, because otherwise the
697 result is NaN
698
699 * mfbase/MF.cc:
700 - removed an obsolete debugging output from the latest changes
701
702 * mhflux/MHAlpha.cc:
703 - reset fHTime, too
704
705
706
707 2005/01/18 Nicola Galante
708
709 * mtrigger/MFTriggerPattern.cc:
710 - added parentesis to ensure bitwise operators priority
711 with respect to logical operators.
712
713
714 2005/01/17 Thomas Bretz
715
716 * manalysis/MEnergyEstimate.[h,cc]:
717 - changed to be more general. Energy is now estimated from a rule
718 (MDataChain) The default behaviour is still the same as before
719 to copy the energy from MMcEvt
720
721 * mbase/MTask.cc:
722 - changed to write out the descriptor istead of the task-name only
723 in Pre/PostProcess
724
725 * mhbase/MH.cc:
726 - initialize fSerialNumber and fNumExecutions in constructor
727
728 * mhflux/MHFalseSource.cc:
729 - according to a suggestion by Markus Mayer I have changed
730 \\sigma_{max}=f to S_{max}=f\\sigma
731
732 * mjobs/MJCalibrateSignal.cc:
733 - as discussed with Markus and Abelardo fixed the MFTriggerPattern
734 call.
735
736 * mtrigger/MFTriggerPattern.cc, mtrigger/MTriggerPattern.cc,
737 mtrigger/MTriggerPatternDecode.cc:
738 - added some comment about file version
739
740 * mbase/MFilter.h:
741 - implemented new virtual function GetDataMember like in MData
742
743 * mbase/MTask.[h,cc]:
744 - when filter is added ass GetDataMember to branch list (should be
745 obsolete, because filter is in the tasklist, but it should not hurt)
746
747 * mfbase/MF.[h,cc], mfbase/MFDataChain.[h,cc], mfbase/MFDataMember.[h,cc],
748 mfbase/MFilterList.[h,cc]:
749 - implemented new function GetDataMember
750
751
752
753 2005/01/17 Markus Gaug
754
755 * msignal/MExtractTimeAndChargeDigitalFilter.cc
756 - remove a situation where the high-gain signal can be 0.
757
758 * mtrigger/MTriggerPattern.h
759 - fixed a bug in defining the trigger bit pattern (Have to start
760 from 0 instead of 1)
761
762 * mjobs/MJPedestal.cc
763 * mjobs/MJCalibrateSignal.cc
764 - fixed default extraction ranges.
765
766 * callisto.rc
767 - fixed default weights files for pedestal extraction for cosmcis
768
769 * mcalib/MCalibrationChargeCalc.cc
770 - removed program exit on occurrance of multiple colours without
771 intensity calibration
772
773
774
775 2005/01/17 Nadia Tonello and Markus Gaug
776
777 * mcalib/MCalibrationChargeCam.cc
778 - some fit improvements in the function GetAveragedConvFADC2PhotPerArea
779
780
781
782 2005/01/16 Markus Gaug
783
784 * mhcalib/MHCalibrationCam.[h,cc], mhcalib/MHCalibrationRelTimeCam.[h,cc],
785 mhcalib/MHCalibrationChargeCam.[h,cc]
786 - put overflow management and results camera initialization into
787 base class
788
789 * mcalib/MCalibrateData.[h,cc]
790 - added possibility to re-normalize signal to equiv. photo-electrons
791 ( SetSignalType(MCalibrateData::kPhe) ).
792 Default is old version in photons
793 - speed up Process by storing pre-calculated calibration constants
794 in arrays (needed 40% of CPU time of the eventloop before, now: 23%)
795 - added new pointer to different MCalibrationChargeCam used for
796 updates
797 - added possibility to update the conversion factors using the
798 MCalibrationChargeCam stored in fCalibUpdate.
799 - added Print() function
800
801 * mcalib/MCalibCalcFromPast.[h,cc]
802 - committed final version, now also in the Makefile
803
804 * mjobs/MJCalibrateSignalFromOutside.[h,cc], macros/calibration.C
805 - committed final version, now able to calibrate interlaced cal.
806 events.
807
808
809
810 2005/01/14 Hendrik Bartko
811
812 * msignal/calibration_weights_UV.dat
813 - fixed a small bug in the noise autocorrelation of the AB-noise
814
815 * msignal/calibration_weights_blue.dat
816 - new weights file for blue calibration pulses
817
818 * cosmics_weights.dat
819 - fixed a small bug in the noise autocorrelation of the AB-noise
820
821
822
823 2005/01/14 Markus Gaug
824
825 * msignal/MExtractTimeAndChargeDigitalFilter.cc
826 - added a small acceleration of the program, tested by Hendrik and
827 me.
828
829 * mpedestal/MPedCalcFromLoGain.cc
830 - fixed one warning output which was not a real warning.
831
832 * mcalib/MCalibrationChargeCam.cc
833 - improved the function to calculate a mean conversion factor over
834 the whole camera including a fit to the values.
835
836 * mpedestal/MPedCalcPedRun.[h,cc]
837 - undo some changes introduced by TB on 2/12/04 which had made the
838 use of interlaced pedestal events impossible again.
839 - Use now the new class MTriggerPattern directly to recognize an
840 interlaced pedestal event.
841
842
843
844 2005/01/14 Thomas Bretz
845
846 * callisto.cc:
847 - fixed a typo in output
848
849 * manalysis/MGeomApply.cc:
850 - removed some old code already in comments
851 - added possibility to switch off automatic processing (used
852 if two different geometries around)
853
854 * manalysis/MMultiDimDistCalc.cc, mhbase/MHMatrix.[h,cc],
855 mranforest/MRanForestCalc.cc, mtools/MHSimulatedAnnealing.[h,cc],
856 mtools/MSimulatedAnnealing.h:
857 - added include of TVector because in newer root version it is
858 not included from TMatrix anymore
859
860 * mbase/BaseLinkDef.h, mbase/MMath.[h,cc]:
861 - to stick to the convention of TMath in newer root versions MMath
862 changed from a class to a namespace
863
864 * mbase/MEvtLoop.[h,cc]:
865 - to support newer root version added a second Write-function
866 with a const qualifier.
867
868 * mdata/MDataChain.cc:
869 - changed access to TMath for newer root versions
870
871 * mfileio/MChain.[h,cc]:
872 - implemented a workaround for teh changed LoadTree definition
873 in newer root-versions
874
875 * mfileio/MReadTree.cc:
876 - fixed a bug in CheckBranchSize caused some warning to be
877 displayed
878
879 * mhflux/MHAlpha.cc:
880 - removed check for fResult in PostProcess (it is always there)
881
882 * msignal/MExtractTimeFastSpline.cc:
883 - fixed delete --> delete[]
884
885 * mbadpixels/MBadPixelsCalc.cc:
886 - slight change to some output
887
888 * mbase/MTaskEnv.h:
889 - set name of default task when pointer is given
890
891 * mjobs/MJCalibrateSignal.cc:
892 - fixed handling of extraction range for various cases
893 - fixed handling in case no arrival times are calculated
894
895 * mjobs/MJCalibration.cc:
896 - write at least a default arrival time calibration container
897 to make further processing easier
898
899 * mjobs/MJPedestal.[h,cc]:
900 - fixed handling of extraction range for various cases
901
902
903
904 2005/01/14 Abelardo Moralejo
905
906 * mtemp/mpadova/macros/trainsubsample.C, RanForestDISP.C
907 - added. Two macros used in the analysis of real wobble mode data.
908
909
910
911 2005/01/14 Daniela Dorner
912
913 * macros/sql/filldotrun.C
914 - added new arehucas-verions and changed code accordingly
915
916
917
918 2005/01/13 Abelardo Moralejo
919
920 * macros/starmc.C
921 - Added (commented) lines for the case of gamma MC source off-axis
922 (wobble mode). Changed default extractor to
923 MExtractFixedWindowPeakSearch.
924
925
926
927 2005/01/13 Raquel de los Reyes
928
929 * callisto.rc
930 - introduced several configuration lines
931 (format: "class".DataCheck: No) to allow callisto
932 to run with rawfiles. Necessary for the datacheck.
933
934
935
936 2005/01/13 Markus Gaug
937
938 * mcalib/MCalibColorSet.cc
939 - fixed runs 45605-45609
940
941 * msignal/MExtractor.h
942 - take out the variable fHiLoLast from the streamer. Will be
943 initialized in the ReInit(), if needed
944
945 * msignal/MExtractor.cc
946 - Initialized fHiLoLast to 0. Otherwise, a second eventloop with
947 the same extractor may have that variable set to a certain
948 value, even if not desired. The ReInit() fixes fHiLoLast, if
949 different from 0.
950
951 * mpedestal/MExtractPedestal.cc
952 * mpedestal/MPedCalcPedRun.cc
953 * mpedestal/MPedCalcFromLoGain.cc
954 - fix the output of the print to the correct value for the case
955 that the extractor is used.
956
957
958 2005/01/13 Thomas Bretz
959
960 * callisto.rc:
961 - fixed some typos
962
963 * mbase/MLog.cc:
964 - unset DEBUG defined unintentionally
965
966 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
967 - removed printing Weights in InitArrays, because otherwise
968 the output of a full data calibration is totally crowded
969 with numbers. Having the weights-file name on the display
970 is perfectly enough.
971
972
973
974 2005/01/12 Markus Gaug
975
976 * mcalib/MCalibrationIntensityRelTimeCam.cc
977 - added fit to improve averageing of the obtained results
978
979
980
981 2005/01/12 Thomas Bretz
982
983 * manalysis/MMatrixLoop.cc:
984 - changed name to MRead because it now derives from MRead
985
986 * mbase/MEvtLoop.[h,cc]:
987 - implemented an option not to cascade the status display to the
988 parameter list in PreProcess
989
990 * mhflux/MHAlpha.cc:
991 - changed name of "Significance" to "MinimizationValue"
992 - return -significance to have a value being minimized
993
994 * mhist/MHCamera.cc:
995 - fixed output of text in legend
996
997 * mhist/MHEvent.[h,cc]:
998 - implemented new options for calibrated pedestals
999
1000 * mmain/MEventDisplay.cc:
1001 - fixed to support latest changes in MJCalibrateSignal
1002
1003 * mpedestal/MPedPhotCam.cc:
1004 - added new options in GetPixelContent (4 and 5) to support
1005 a correct camera display
1006
1007 * mjobs/MJCalibrateSignal.cc:
1008 - fixed display of calibrated pedestal and pedestal rms
1009 - changed order of plots. Now all interpolated values
1010 (means all calibrated values which are bad-pixel treated)
1011 are displayed behind the unsuitable pixels.
1012
1013 * mjobs/MJ*.cc:
1014 - corrected all wrong %06d to %08d to fit the number of
1015 digits in run-numbers
1016
1017
1018
1019 2005/01/11 Abelardo Moralejo
1020
1021 * mjobs/Makefile
1022 - added missing include -I ../mtrigger
1023
1024
1025
1026 2005/01/11 Thomas Bretz
1027
1028 * callisto.cc, callisto.rc:
1029 - changed such, that all three kinds of pedestals are calcualted
1030 (usefull for studies)
1031
1032 * manalysis/MMatrixLoop.[h,cc]:
1033 - derived from MRead
1034 - implemented some basic functions from MRead
1035
1036 * mfilter/MFCosmics.[h,cc]:
1037 - allow setting of name of MPedestalCam
1038
1039 * mhbase/MBinning.[h,cc]:
1040 - added SetEdges taking MParList as input
1041
1042 * mhflux/MHAlpha.cc:
1043 - use new function from MBinning
1044
1045 * mjobs/MJCalibrateSignal.[h,cc]:
1046 - changed to calculate all three kinds of pedestals
1047 - added filters for trigger pattern and illuminated events
1048
1049 * mjobs/MJPedestal.cc:
1050 - give different names to tabs with different pedestals
1051
1052 * mjobs/MJStar.cc:
1053 - on request changed used pedestal from "FromExtractor" to
1054 "FromExtractorRndm"
1055
1056 * mtrigger/MTriggerPattern.h:
1057 - added Reset function
1058
1059 * mtrigger/MTriggerPatternDecode.[h,cc]:
1060 - added using file format version number
1061
1062
1063
1064 2005/01/11 Markus Gaug
1065
1066 * mbadpixels/MBadPixelsPix.cc
1067 - updated documentation
1068
1069 * mcalib/MCalibrationChargeCalc.cc
1070 - make pixels with deviating number of phes unreliable instead of
1071 unsuitable (this was already thought so, but missed to modify
1072 at one place).
1073
1074 * mhcalib/MHCalibrationCam.[h,cc]
1075 - add possible flag 'kInterlaced': default: kFALSE (like before)
1076 - added pointer to MRawEvtHeader to deny cosmics events in case
1077 of 'interlaced' flag is set. No changes for 'normal' calibration
1078
1079
1080
1081 2005/01/10 Benjamin Riegel
1082
1083 * mreport/MReportStarguider.cc, mreport/MReportStarguider.h
1084 - added two classes for implementing starguider-data
1085
1086 * mreport/ReportLinkDef.h
1087 - added class MReportStarguider to be linked:
1088 #pragma link C++ class MReportStarguider+;
1089
1090 * mreport/Makefile
1091 - added file MReportStarguider.cc
1092
1093 * merpp.cc
1094 - added two containers ( MReportStarguider, MTimeStarguider ) and
1095 added MReportStarguider to the list:
1096 w->AddContainer("MReportStarguider", "Starguider");
1097 w->AddContainer("MTimeStarguider", "Starguider");
1098 r->AddToList("MReportStarguider");
1099
1100
1101
1102 2005/01/10 Markus Gaug
1103
1104 * mcalib/MCalibColorSet.cc
1105 - return kFALSE for CL-run instead of kTRUE
1106
1107 * mcalib/MCalibrationChargeCalc.cc
1108 - stop program in case that multiple colours are found in same file
1109 without intensity calibration
1110
1111 * mbadpixels/MBadPixelsPix.h
1112 - added two new possible UnCalibrated_t flags for the hi-lo
1113 calibration
1114
1115 * macros/calibration.C
1116 - add the calls to:
1117 MArray::Class()->IgnoreTObjectStreamer();
1118 MParContainer::Class()->IgnoreTObjectStreamer();
1119 in main.
1120
1121 * msignal/MExtractor.h
1122 - added Getter for fOffsetLoGain (was still missing)
1123
1124 * mhcalib/MHCalibrationChargeCam.[h,cc]
1125 - remove pixels with histogram overflow only if their percentage
1126 passes a certain limit (default: 0.5%). Before, every overflow
1127 lead to an unsuitable pixel.
1128
1129 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]
1130 - implemented changes suggested by T.B. to speed up calculations
1131 - take fNameWeightsFile into the streamer, otherwise the Clone()
1132 will always create an extractor with cosmic's weights.
1133 - set fOffsetLoGain to a slighly higher value. The DF seems to
1134 have a different offset since it uses different pulse shapes
1135 and thus sightly different time definitions.
1136
1137
1138
1139 2005/01/10 Thomas Bretz
1140
1141 * mhvstime/MHVsTime.cc:
1142 - fixed a compiler error for gcc 2.95.3, see Mantis bug # 157
1143
1144 * callisto.cc:
1145 - changed such, that the calculated pedestal is not random
1146 anymore
1147 - added code to calculate the pedestal also with randomization,
1148 but this code is for the moment commented out.
1149
1150 * callisto.rc:
1151 - fixed naming of pedestal calculation
1152
1153 * mbadpixels/MBadPixelsCalc.cc:
1154 - added a second check which compares the pedestal rms with
1155 the variance of the pedestal rms in the same sector
1156
1157 * mjobs/MJCalibrateSignal.[h,cc]:
1158 - changed to calculate the pedestal from extractor without
1159 randomization
1160 - added code to calculate the pedestal also with randomization,
1161 but this code is for the moment commented out.
1162
1163 * mjobs/MJCalibration.cc:
1164 - made sure that pedcam always has the correct name
1165 (FIXME? Print a warning if it has the wrong name)
1166
1167 * mjobs/MJPedestal.[h,cc]:
1168 - changed such, that it allows the calculation of pedestals
1169 in three different ways (fundamental, fromextractor,
1170 fromextractorrndm)
1171 - therefor removed SetExtractorResolution and added
1172 + void SetExtractionFundamental()
1173 + void SetExtractionWithExtractorRndm()
1174 + void SetExtractionWithExtractor()
1175
1176 * mjobs/MJStar.cc:
1177 - changed/fixed the input name of the MPedPhotCam used in the
1178 image cleaning
1179
1180 * mraw/MRawFileRead.[h,cc]:
1181 - changed return type of OpenNextFile
1182 - in some cases return kERROR in OpenNextFile to abort the Processing
1183 with an error
1184
1185 * mraw/MRawRunHeader.cc:
1186 - call a wrong file format version ERROR now
1187
1188 * mhflux/MAlphaFitter.[h,cc]:
1189 - make sure that resetted values are returned if fit failed
1190 - set default scaling too kOffRegion
1191
1192 * mhflux/MHAlpha.cc:
1193 - some small fixes to handling of MHAlphaOff
1194
1195 * mhflux/MHFalseSource.[h,cc]:
1196 - implemented possible usage of MHFalsSourceOff for On-Off-Analysis
1197 - updated display accordingly
1198 - updated fit accordingly
1199 - removed catalog temporarily from plots until I found the
1200 reason for the strange crashes
1201
1202 * mbadpixels/MBadPixelCalc.[h,cc]:
1203 - implemented the possibility to check the pedestal rms against the
1204 variance of the pedstal rms, too. The option is curretly switched
1205 off.
1206 - enahanced informal output in PreProcess
1207
1208 * mbase/MTaskList.cc:
1209 - a little change to some output
1210
1211
1212
1213 2005/01/10 Wolfgang Wittek
1214
1215 * mfbase/MFEventSelector2.cc
1216 - check whether filter exists before calling
1217 filter->CallPreProcess(parlist)
1218
1219
1220
1221 2005/01/08 Markus Gaug
1222
1223 * mhcalib/MHCalibrationHiLoCam.[h,cc]
1224 * mcalib/MCalibrationHiLoCam.[h,cc]
1225 * mcalib/MCalibrationHiLoPix.[h,cc]
1226 * mcalib/MIntensityCalibrationHiLoCam.[h,cc]
1227 * mhcalib/Makefile, mcalib/Makefile, mhcalib/HCalibLinkDef.h,
1228 mcalib/CalibLinkDef.h
1229 - new classes for calibration of conversion high-gain vs. low-gain
1230
1231 * msignal/MExtractedSignalPix.[h,cc]
1232 - added data member fChisquare, set to -1. by Clear() and Reset()
1233 - raised version number by 1
1234
1235 * msignal/MExtractedSignalCam.[h,cc]
1236 - added data member fNdf, set to -1 by default
1237 - new function: GetProb(const Int_t pixidx) to be called to
1238 calculate the joint probability of Chisquare of pixel "pixidx"
1239 and fNdf
1240 - added documentation of data members
1241 - raised version number by 1
1242
1243 * mhcalib/MHCalibrationChargeCam.cc
1244 - strengthened default histogram limits a bit, should accelerate
1245 the calibration by 20%.
1246
1247 * mjobs/MJCalibrateSignalFromOutside.cc
1248 - fixed two lines to compile MCalibrateData with the recent changes
1249 by TB
1250
1251 * msignal/MExtractTimeAndChargeDigitalFilter.cc
1252 - fixed two bugs introduced yesterday by TB.
1253
1254 * msignal/MExtractTimeAndChargeSpline.cc
1255 * msignal/MExtractTimeAndChargeSlidingWindow.cc
1256 - adopt part of TB's speed accelerations into these classes
1257
1258 * msignal/MExtractTimeAndCharge.cc
1259 - fix the low-gain extraction window for the case that the high-gain
1260 is saturated. Was skipped so far.
1261
1262
1263
1264 2005/01/07 Markus Gaug
1265
1266 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
1267 - catch the case that more than 90% of the pixels have saturated
1268 signals and fix the extraction window from the occurrance of
1269 saturation, then. Important for high-intensity calibration events.
1270
1271
1272 * msignal/MExtractor.cc
1273 * msignal/MExtractTime.cc
1274 * msignal/MExtractTimeAndCharge.cc
1275 - added some documentation
1276
1277 * msignal/MExtractTime.[h,cc]
1278 - moved the empty function FindTimeHiGain() and FindTimeLoGain() to
1279 the header-file.
1280
1281
1282
1283
1284 2005/01/07 Abelardo Moralejo
1285
1286 * mbase/MLog.h
1287 - Added #include "TSystem.h", otherwise gSystem is not recognized
1288 in Mac OSX.
1289
1290 * manalysis/MMakePadHistograms.cc
1291 - Changed badcalc.SetNamePedPhotContainer to
1292 badcalc.SetNamePedPhotCam
1293
1294
1295
1296 2005/01/07 Thomas Bretz
1297
1298 * mbadpixels/MBadPixelsCalc.[h,cc], macros/ONOFFAnalaysis.C:
1299 - replaced PedPhotContainer by PedPhotCam for consistency
1300
1301 * mbase/MLog.[h,cc]:
1302 - return *this in Seperator()
1303
1304 * mbase/MPrint.[h,cc]:
1305 - use new separator manipulator in PreProcess
1306 - fixed a type: separator instead of seperator
1307
1308 * mfileio/MReadTree.[h,cc]:
1309 - added a check for branch->IsAutoDelete() in Notify()
1310
1311 * mpedestal/MExtractPedestal.[h,cc]:
1312 - added new option 'fRandomCalculation' be used to switch on-/off-
1313 randomization in extractors, the default should be like before
1314 - added Process() calling Calc()
1315
1316 * mpedestal/MPedCalcFromLoGain.[h,cc], mpedestal/MPedCalcPedRun.[h,cc]:
1317 - renamed Process() to Calc()
1318
1319 * Makefile:
1320 - removed macros/calibration.C, which seems to have been
1321 unintantionally introduced.
1322
1323 * manalysis/Makefile:
1324 - removed unintantionally introduced wrong include
1325
1326 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
1327 - a small acceleration discussed with Hendrik by replacing a
1328 counter in a loop by pointer arithmetics
1329
1330 * mraw/MRawEvtPixelIter.cc:
1331 - fixed a bug in GetMaxIdxHiLoGain which caused the loop to
1332 read one byte behind the end of the array
1333 - fixed HasLoGain() which really did weired things, means accessing
1334 sometimes memory somewhere. This could theoretically result
1335 in assigning the wrong lo-gains to the wrong pixels.
1336
1337 * mtrigger/MTriggerPattern.[h,cc], mtrigger/MTriggerPatternDecode.[h,cc],
1338 mtrigger/MFTriggerPattern.[h,cc]:
1339 - added
1340
1341 * mtrigger/Makefile, mtrigger/TriggerLinkDef.h:
1342 - added MTriggerPattern, MTriggerPatternDecode and MFTriggerPattern
1343
1344 * manalysis/MEnergyEstParam.h:
1345 - added a new function SetVariables calling SetCoeff
1346
1347 * mcalib/MCalibrateData.[h,cc]:
1348 - removed data members for container names
1349 - added new lists for container names
1350 - allow to calibrate more than one pedestal container at the same
1351 time
1352
1353 * mjobs/MJCalibrateSignal.cc:
1354 - changed accordingly
1355
1356
1357
1358 2005/01/05 Thomas Bretz
1359
1360 * mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationChargeCalc.cc,
1361 mhcalib/MHCalibrationRelTimeCam.cc:
1362 - made some output lines fit into convinience window of 80 col
1363
1364 * mhist/MHCamEvent.cc:
1365 - make sure that x-axis has correct title
1366
1367 * msignal/MArrivalTimePix.cc:
1368 - init error to -1 which is a obviously non valid value
1369 - fixed IsValid() which gave wrong results
1370
1371 * msignal/MExtractTimeAndCharge.cc, msignal/MExtractedSignalPix.cc:
1372 - made sure that LoGain is flagged non-valid if no lo-gain exists
1373 - push time back at the edge of the allowed limits if outside
1374
1375 * mbase/MGList.[h,cc]:
1376 - introduced new functions Delete and DeletePictures
1377 - SetBit(kMustCleanup) in constructor. Otherwise it is not
1378 correctly removed from ListOfCleanups
1379
1380 * mbase/MLog.cc:
1381 - SetBit(kMustCleanup) if adding a plugin to make sure it is cleaned
1382 from the list
1383
1384 * mbase/MParContainer.[h,cc]:
1385 - replaced return type of GetDescriptor by TString. The old version
1386 was terribly wrong! The returned memory wasn't removed as soon
1387 as the function returned.
1388
1389 * mbase/MStatusDisplay.[h,cc]:
1390 - for security (thread safty) replaced all Form() by MString::Form()
1391 - implemented a more secure scheme of Closing (Clone()) this was
1392 a hint given by valgrind
1393 - set kMustCleanup for all new object in ClonePad not only kCanDelete
1394 - fixed some lines in pulldown-menus
1395 - add TPads to ListOfCleanups in ClonePad (workaround!)
1396
1397 * mbase/MString.[h,cc]:
1398 - implemented a new static Form() function returning a copy of
1399 the result
1400
1401 * mbase/MTask.[h,cc]:
1402 - replaced return type of GetDescriptor by TString. The old version
1403 was terribly wrong! The returned memory wasn't removed as soon
1404 as the function returned.
1405 - Made GetDescriptor thread safe using MString::Form
1406
1407 * mfileio/MWriteRootFile.cc:
1408 - Use GetDescriptor().Data() when using any kind of printf function
1409
1410 * mhbase/MFillH.cc:
1411 - replaced string concatenation in all constructors by a Form
1412 (also suggested by valgrind)
1413
1414 * mhcalib/MHCalibrationRelTimeCam.cc:
1415 - made some output fit into 80col boundary
1416
1417
1418
1419
1420 2005/01/03 Thomas Bretz (HAPPY NEW YEAR)
1421
1422 * mfht:
1423 - added new directory for hexagonal fourier transformation
1424
1425 * mfht/HftIncl.h, mhft/HftLinkDef.h, mhft/MGeomCamMagicXT.[h,cc],
1426 mhft/MGeomCamMagicEnhance.[h,cc], mhft/MHexgaonalFT.[h,cc],
1427 mhft/MHexagonalFreqSpace.[h,cc], mhft/MHexagonalFTCalc.[h,cc],
1428 mhft/Makefile:
1429 - added
1430
1431 * macros/extendcam.C:
1432 - added: tutorial for MGeomCamExtend
1433
1434 * macros/hft.C:
1435 - added: tutorial for MHexgonalFTCalc
1436
1437 * macros/dohtml.C:
1438 - updated
1439
1440 * macros/rootlogon.C:
1441 - updated
1442
1443 * Makefile:
1444 - mhft added
1445
1446 * mbase/MParContainer.cc, mbase/MLog.cc:
1447 - added a pre-compiler option for destructor debugging
1448
1449 * mbase/MTaskList.[h,cc]:
1450 - added new function Replace
1451
1452 * mdata/MDataChain.cc, mfbase/MF.cc:
1453 - shortened some output
1454
1455 * mdata/MDataArray.[h,cc]:
1456 - added new function FindRule
1457
1458 * mfileio/MReadTree.[h,cc]:
1459 - enhanced functionality to be able to read a TTree stored in memory
1460 instead of a file. Therefor introduced fTree which is now the pointer
1461 used and replaced fChain where TTree and TChain have common behaviour.
1462 Where they behave uncommon new code for the new case has been added.
1463
1464 * mfileio/MWriteRootFile.[h,cc]:
1465 - enhanced functionality to be able to write a TTree into memory
1466 instead of a file. This were maily bugfixes for the case fOut==0, which
1467 must be handled correctly. Becarefull a tree filles without a file
1468 is not deleted automatically!
1469
1470 * mhbase/MBinning.h:
1471 - added copy constructor
1472 - fixed buggy SetEdges(MBinning&) which didn't work
1473
1474 * mhbase/MHMatrix.cc:
1475 - when adding a new rule check first if the same rule already exists
1476
1477 * mhflux/MAlphaFitter.[h,cc]:
1478 - added new functionality to support on-off analysis
1479 - didn't touch existing code
1480
1481 * mhflux/MHAlpha.[h,cc]:
1482 - added new functionality to support on-off analysis
1483 - replaced Fit() calls by newer function calls
1484 - added DrawAll - PRELIMINARY
1485 - fixed a bug when projecting - may be the reson for some strange
1486 crashes
1487
1488 * mcalib/MCalibColorSet.cc:
1489 - fixed a stupid bug introduced last year, which caused MCalibColorSet
1490 in some circumstances to stop the eventloop when it shouldn't
1491
1492 * mjobs/MSequence.cc:
1493 - expand path names
1494
Note: See TracBrowser for help on using the repository browser.