source: trunk/MagicSoft/Mars/Changelog@ 6199

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