source: trunk/MagicSoft/Mars/Changelog@ 6210

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