source: trunk/MagicSoft/Mars/Changelog@ 6191

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