source: trunk/MagicSoft/Mars/Changelog@ 6204

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