source: trunk/MagicSoft/Mars/Changelog@ 6214

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