1 |
|
---|
2 | Please do not write behind the end of line tag so that it is possible
|
---|
3 | to send a Changelog file to a line printer directly. Thanks.
|
---|
4 |
|
---|
5 | For 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 |
|
---|
18 | While an underscore is a placeholder for a white-space or an empty line.
|
---|
19 |
|
---|
20 |
|
---|
21 | -*-*- END OF LINE -*-*-
|
---|
22 |
|
---|
23 | 2005/01/13 Abelardo Moralejo
|
---|
24 |
|
---|
25 | * macros/starmc.C
|
---|
26 | - Added (commented) lines for the case of gamma MC source off-axis
|
---|
27 | (wobble mode). Changed default extractor to
|
---|
28 | MExtractFixedWindowPeakSearch.
|
---|
29 |
|
---|
30 | 2005/01/13 Raquel de los Reyes
|
---|
31 |
|
---|
32 | * callisto.rc
|
---|
33 | - introduced several configuration lines
|
---|
34 | (format: "class".DataCheck: No) to allow callisto
|
---|
35 | to run with rawfiles. Necessary for the datacheck.
|
---|
36 |
|
---|
37 | 2005/01/13 Markus Gaug
|
---|
38 |
|
---|
39 | * mcalib/MCalibColorSet.cc
|
---|
40 | - fixed runs 45605-45609
|
---|
41 |
|
---|
42 | * msignal/MExtractor.h
|
---|
43 | - take out the variable fHiLoLast from the streamer. Will be
|
---|
44 | initialized in the ReInit(), if needed
|
---|
45 |
|
---|
46 | * msignal/MExtractor.cc
|
---|
47 | - Initialized fHiLoLast to 0. Otherwise, a second eventloop with
|
---|
48 | the same extractor may have that variable set to a certain
|
---|
49 | value, even if not desired. The ReInit() fixes fHiLoLast, if
|
---|
50 | different from 0.
|
---|
51 |
|
---|
52 |
|
---|
53 | 2005/01/13 Thomas Bretz
|
---|
54 |
|
---|
55 | * callisto.rc:
|
---|
56 | - fixed some typos
|
---|
57 |
|
---|
58 |
|
---|
59 |
|
---|
60 | 2005/01/12 Markus Gaug
|
---|
61 |
|
---|
62 | * mcalib/MCalibrationIntensityRelTimeCam.cc
|
---|
63 | - added fit to improve averageing of the obtained results
|
---|
64 |
|
---|
65 |
|
---|
66 |
|
---|
67 | 2005/01/12 Thomas Bretz
|
---|
68 |
|
---|
69 | * manalysis/MMatrixLoop.cc:
|
---|
70 | - changed name to MRead because it now derives from MRead
|
---|
71 |
|
---|
72 | * mbase/MEvtLoop.[h,cc]:
|
---|
73 | - implemented an option not to cascade the status display to the
|
---|
74 | parameter list in PreProcess
|
---|
75 |
|
---|
76 | * mhflux/MHAlpha.cc:
|
---|
77 | - changed name of "Significance" to "MinimizationValue"
|
---|
78 | - return -significance to have a value being minimized
|
---|
79 |
|
---|
80 | * mhist/MHCamera.cc:
|
---|
81 | - fixed output of text in legend
|
---|
82 |
|
---|
83 | * mhist/MHEvent.[h,cc]:
|
---|
84 | - implemented new options for calibrated pedestals
|
---|
85 |
|
---|
86 | * mmain/MEventDisplay.cc:
|
---|
87 | - fixed to support latest changes in MJCalibrateSignal
|
---|
88 |
|
---|
89 | * mpedestal/MPedPhotCam.cc:
|
---|
90 | - added new options in GetPixelContent (4 and 5) to support
|
---|
91 | a correct camera display
|
---|
92 |
|
---|
93 | * mjobs/MJCalibrateSignal.cc:
|
---|
94 | - fixed display of calibrated pedestal and pedestal rms
|
---|
95 | - changed order of plots. Now all interpolated values
|
---|
96 | (means all calibrated values which are bad-pixel treated)
|
---|
97 | are displayed behind the unsuitable pixels.
|
---|
98 |
|
---|
99 | * mjobs/MJ*.cc:
|
---|
100 | - corrected all wrong %06d to %08d to fit the number of
|
---|
101 | digits in run-numbers
|
---|
102 |
|
---|
103 |
|
---|
104 |
|
---|
105 | 2005/01/11 Abelardo Moralejo
|
---|
106 |
|
---|
107 | * mjobs/Makefile
|
---|
108 | - added missing include -I ../mtrigger
|
---|
109 |
|
---|
110 |
|
---|
111 |
|
---|
112 | 2005/01/11 Thomas Bretz
|
---|
113 |
|
---|
114 | * callisto.cc, callisto.rc:
|
---|
115 | - changed such, that all three kinds of pedestals are calcualted
|
---|
116 | (usefull for studies)
|
---|
117 |
|
---|
118 | * manalysis/MMatrixLoop.[h,cc]:
|
---|
119 | - derived from MRead
|
---|
120 | - implemented some basic functions from MRead
|
---|
121 |
|
---|
122 | * mfilter/MFCosmics.[h,cc]:
|
---|
123 | - allow setting of name of MPedestalCam
|
---|
124 |
|
---|
125 | * mhbase/MBinning.[h,cc]:
|
---|
126 | - added SetEdges taking MParList as input
|
---|
127 |
|
---|
128 | * mhflux/MHAlpha.cc:
|
---|
129 | - use new function from MBinning
|
---|
130 |
|
---|
131 | * mjobs/MJCalibrateSignal.[h,cc]:
|
---|
132 | - changed to calculate all three kinds of pedestals
|
---|
133 | - added filters for trigger pattern and illuminated events
|
---|
134 |
|
---|
135 | * mjobs/MJPedestal.cc:
|
---|
136 | - give different names to tabs with different pedestals
|
---|
137 |
|
---|
138 | * mjobs/MJStar.cc:
|
---|
139 | - on request changed used pedestal from "FromExtractor" to
|
---|
140 | "FromExtractorRndm"
|
---|
141 |
|
---|
142 | * mtrigger/MTriggerPattern.h:
|
---|
143 | - added Reset function
|
---|
144 |
|
---|
145 | * mtrigger/MTriggerPatternDecode.[h,cc]:
|
---|
146 | - added using file format version number
|
---|
147 |
|
---|
148 |
|
---|
149 |
|
---|
150 | 2005/01/11 Markus Gaug
|
---|
151 |
|
---|
152 | * mbadpixels/MBadPixelsPix.cc
|
---|
153 | - updated documentation
|
---|
154 |
|
---|
155 | * mcalib/MCalibrationChargeCalc.cc
|
---|
156 | - make pixels with deviating number of phes unreliable instead of
|
---|
157 | unsuitable (this was already thought so, but missed to modify
|
---|
158 | at one place).
|
---|
159 |
|
---|
160 | * mhcalib/MHCalibrationCam.[h,cc]
|
---|
161 | - add possible flag 'kInterlaced': default: kFALSE (like before)
|
---|
162 | - added pointer to MRawEvtHeader to deny cosmics events in case
|
---|
163 | of 'interlaced' flag is set. No changes for 'normal' calibration
|
---|
164 |
|
---|
165 |
|
---|
166 |
|
---|
167 | 2005/01/10 Benjamin Riegel
|
---|
168 |
|
---|
169 | * mreport/MReportStarguider.cc, mreport/MReportStarguider.h
|
---|
170 | - added two classes for implementing starguider-data
|
---|
171 |
|
---|
172 | * mreport/ReportLinkDef.h
|
---|
173 | - added class MReportStarguider to be linked:
|
---|
174 | #pragma link C++ class MReportStarguider+;
|
---|
175 |
|
---|
176 | * mreport/Makefile
|
---|
177 | - added file MReportStarguider.cc
|
---|
178 |
|
---|
179 | * merpp.cc
|
---|
180 | - added two containers ( MReportStarguider, MTimeStarguider ) and
|
---|
181 | added MReportStarguider to the list:
|
---|
182 | w->AddContainer("MReportStarguider", "Starguider");
|
---|
183 | w->AddContainer("MTimeStarguider", "Starguider");
|
---|
184 | r->AddToList("MReportStarguider");
|
---|
185 |
|
---|
186 |
|
---|
187 |
|
---|
188 | 2005/01/10 Markus Gaug
|
---|
189 |
|
---|
190 | * mcalib/MCalibColorSet.cc
|
---|
191 | - return kFALSE for CL-run instead of kTRUE
|
---|
192 |
|
---|
193 | * mcalib/MCalibrationChargeCalc.cc
|
---|
194 | - stop program in case that multiple colours are found in same file
|
---|
195 | without intensity calibration
|
---|
196 |
|
---|
197 | * mbadpixels/MBadPixelsPix.h
|
---|
198 | - added two new possible UnCalibrated_t flags for the hi-lo
|
---|
199 | calibration
|
---|
200 |
|
---|
201 | * macros/calibration.C
|
---|
202 | - add the calls to:
|
---|
203 | MArray::Class()->IgnoreTObjectStreamer();
|
---|
204 | MParContainer::Class()->IgnoreTObjectStreamer();
|
---|
205 | in main.
|
---|
206 |
|
---|
207 | * msignal/MExtractor.h
|
---|
208 | - added Getter for fOffsetLoGain (was still missing)
|
---|
209 |
|
---|
210 | * mhcalib/MHCalibrationChargeCam.[h,cc]
|
---|
211 | - remove pixels with histogram overflow only if their percentage
|
---|
212 | passes a certain limit (default: 0.5%). Before, every overflow
|
---|
213 | lead to an unsuitable pixel.
|
---|
214 |
|
---|
215 | * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]
|
---|
216 | - implemented changes suggested by T.B. to speed up calculations
|
---|
217 | - take fNameWeightsFile into the streamer, otherwise the Clone()
|
---|
218 | will always create an extractor with cosmic's weights.
|
---|
219 | - set fOffsetLoGain to a slighly higher value. The DF seems to
|
---|
220 | have a different offset since it uses different pulse shapes
|
---|
221 | and thus sightly different time definitions.
|
---|
222 |
|
---|
223 |
|
---|
224 |
|
---|
225 | 2005/01/10 Thomas Bretz
|
---|
226 |
|
---|
227 | * mhvstime/MHVsTime.cc:
|
---|
228 | - fixed a compiler error for gcc 2.95.3, see Mantis bug # 157
|
---|
229 |
|
---|
230 | * callisto.cc:
|
---|
231 | - changed such, that the calculated pedestal is not random
|
---|
232 | anymore
|
---|
233 | - added code to calculate the pedestal also with randomization,
|
---|
234 | but this code is for the moment commented out.
|
---|
235 |
|
---|
236 | * callisto.rc:
|
---|
237 | - fixed naming of pedestal calculation
|
---|
238 |
|
---|
239 | * mbadpixels/MBadPixelsCalc.cc:
|
---|
240 | - added a second check which compares the pedestal rms with
|
---|
241 | the variance of the pedestal rms in the same sector
|
---|
242 |
|
---|
243 | * mjobs/MJCalibrateSignal.[h,cc]:
|
---|
244 | - changed to calculate the pedestal from extractor without
|
---|
245 | randomization
|
---|
246 | - added code to calculate the pedestal also with randomization,
|
---|
247 | but this code is for the moment commented out.
|
---|
248 |
|
---|
249 | * mjobs/MJCalibration.cc:
|
---|
250 | - made sure that pedcam always has the correct name
|
---|
251 | (FIXME? Print a warning if it has the wrong name)
|
---|
252 |
|
---|
253 | * mjobs/MJPedestal.[h,cc]:
|
---|
254 | - changed such, that it allows the calculation of pedestals
|
---|
255 | in three different ways (fundamental, fromextractor,
|
---|
256 | fromextractorrndm)
|
---|
257 | - therefor removed SetExtractorResolution and added
|
---|
258 | + void SetExtractionFundamental()
|
---|
259 | + void SetExtractionWithExtractorRndm()
|
---|
260 | + void SetExtractionWithExtractor()
|
---|
261 |
|
---|
262 | * mjobs/MJStar.cc:
|
---|
263 | - changed/fixed the input name of the MPedPhotCam used in the
|
---|
264 | image cleaning
|
---|
265 |
|
---|
266 | * mraw/MRawFileRead.[h,cc]:
|
---|
267 | - changed return type of OpenNextFile
|
---|
268 | - in some cases return kERROR in OpenNextFile to abort the Processing
|
---|
269 | with an error
|
---|
270 |
|
---|
271 | * mraw/MRawRunHeader.cc:
|
---|
272 | - call a wrong file format version ERROR now
|
---|
273 |
|
---|
274 | * mhflux/MAlphaFitter.[h,cc]:
|
---|
275 | - make sure that resetted values are returned if fit failed
|
---|
276 | - set default scaling too kOffRegion
|
---|
277 |
|
---|
278 | * mhflux/MHAlpha.cc:
|
---|
279 | - some small fixes to handling of MHAlphaOff
|
---|
280 |
|
---|
281 | * mhflux/MHFalseSource.[h,cc]:
|
---|
282 | - implemented possible usage of MHFalsSourceOff for On-Off-Analysis
|
---|
283 | - updated display accordingly
|
---|
284 | - updated fit accordingly
|
---|
285 | - removed catalog temporarily from plots until I found the
|
---|
286 | reason for the strange crashes
|
---|
287 |
|
---|
288 | * mbadpixels/MBadPixelCalc.[h,cc]:
|
---|
289 | - implemented the possibility to check the pedestal rms against the
|
---|
290 | variance of the pedstal rms, too. The option is curretly switched
|
---|
291 | off.
|
---|
292 | - enahanced informal output in PreProcess
|
---|
293 |
|
---|
294 | * mbase/MTaskList.cc:
|
---|
295 | - a little change to some output
|
---|
296 |
|
---|
297 |
|
---|
298 |
|
---|
299 | 2005/01/10 Wolfgang Wittek
|
---|
300 |
|
---|
301 | * mfbase/MFEventSelector2.cc
|
---|
302 | - check whether filter exists before calling
|
---|
303 | filter->CallPreProcess(parlist)
|
---|
304 |
|
---|
305 |
|
---|
306 |
|
---|
307 | 2005/01/08 Markus Gaug
|
---|
308 |
|
---|
309 | * mhcalib/MHCalibrationHiLoCam.[h,cc]
|
---|
310 | * mcalib/MCalibrationHiLoCam.[h,cc]
|
---|
311 | * mcalib/MCalibrationHiLoPix.[h,cc]
|
---|
312 | * mcalib/MIntensityCalibrationHiLoCam.[h,cc]
|
---|
313 | * mhcalib/Makefile, mcalib/Makefile, mhcalib/HCalibLinkDef.h,
|
---|
314 | mcalib/CalibLinkDef.h
|
---|
315 | - new classes for calibration of conversion high-gain vs. low-gain
|
---|
316 |
|
---|
317 | * msignal/MExtractedSignalPix.[h,cc]
|
---|
318 | - added data member fChisquare, set to -1. by Clear() and Reset()
|
---|
319 | - raised version number by 1
|
---|
320 |
|
---|
321 | * msignal/MExtractedSignalCam.[h,cc]
|
---|
322 | - added data member fNdf, set to -1 by default
|
---|
323 | - new function: GetProb(const Int_t pixidx) to be called to
|
---|
324 | calculate the joint probability of Chisquare of pixel "pixidx"
|
---|
325 | and fNdf
|
---|
326 | - added documentation of data members
|
---|
327 | - raised version number by 1
|
---|
328 |
|
---|
329 | * mhcalib/MHCalibrationChargeCam.cc
|
---|
330 | - strengthened default histogram limits a bit, should accelerate
|
---|
331 | the calibration by 20%.
|
---|
332 |
|
---|
333 | * mjobs/MJCalibrateSignalFromOutside.cc
|
---|
334 | - fixed two lines to compile MCalibrateData with the recent changes
|
---|
335 | by TB
|
---|
336 |
|
---|
337 | * msignal/MExtractTimeAndChargeDigitalFilter.cc
|
---|
338 | - fixed two bugs introduced yesterday by TB.
|
---|
339 |
|
---|
340 | * msignal/MExtractTimeAndChargeSpline.cc
|
---|
341 | * msignal/MExtractTimeAndChargeSlidingWindow.cc
|
---|
342 | - adopt part of TB's speed accelerations into these classes
|
---|
343 |
|
---|
344 | * msignal/MExtractTimeAndCharge.cc
|
---|
345 | - fix the low-gain extraction window for the case that the high-gain
|
---|
346 | is saturated. Was skipped so far.
|
---|
347 |
|
---|
348 |
|
---|
349 |
|
---|
350 | 2005/01/07 Markus Gaug
|
---|
351 |
|
---|
352 | * msignal/MExtractFixedWindowPeakSearch.[h,cc]
|
---|
353 | - catch the case that more than 90% of the pixels have saturated
|
---|
354 | signals and fix the extraction window from the occurrance of
|
---|
355 | saturation, then. Important for high-intensity calibration events.
|
---|
356 |
|
---|
357 |
|
---|
358 | * msignal/MExtractor.cc
|
---|
359 | * msignal/MExtractTime.cc
|
---|
360 | * msignal/MExtractTimeAndCharge.cc
|
---|
361 | - added some documentation
|
---|
362 |
|
---|
363 | * msignal/MExtractTime.[h,cc]
|
---|
364 | - moved the empty function FindTimeHiGain() and FindTimeLoGain() to
|
---|
365 | the header-file.
|
---|
366 |
|
---|
367 |
|
---|
368 |
|
---|
369 |
|
---|
370 | 2005/01/07 Abelardo Moralejo
|
---|
371 |
|
---|
372 | * mbase/MLog.h
|
---|
373 | - Added #include "TSystem.h", otherwise gSystem is not recognized
|
---|
374 | in Mac OSX.
|
---|
375 |
|
---|
376 | * manalysis/MMakePadHistograms.cc
|
---|
377 | - Changed badcalc.SetNamePedPhotContainer to
|
---|
378 | badcalc.SetNamePedPhotCam
|
---|
379 |
|
---|
380 |
|
---|
381 |
|
---|
382 | 2005/01/07 Thomas Bretz
|
---|
383 |
|
---|
384 | * mbadpixels/MBadPixelsCalc.[h,cc], macros/ONOFFAnalaysis.C:
|
---|
385 | - replaced PedPhotContainer by PedPhotCam for consistency
|
---|
386 |
|
---|
387 | * mbase/MLog.[h,cc]:
|
---|
388 | - return *this in Seperator()
|
---|
389 |
|
---|
390 | * mbase/MPrint.[h,cc]:
|
---|
391 | - use new separator manipulator in PreProcess
|
---|
392 | - fixed a type: separator instead of seperator
|
---|
393 |
|
---|
394 | * mfileio/MReadTree.[h,cc]:
|
---|
395 | - added a check for branch->IsAutoDelete() in Notify()
|
---|
396 |
|
---|
397 | * mpedestal/MExtractPedestal.[h,cc]:
|
---|
398 | - added new option 'fRandomCalculation' be used to switch on-/off-
|
---|
399 | randomization in extractors, the default should be like before
|
---|
400 | - added Process() calling Calc()
|
---|
401 |
|
---|
402 | * mpedestal/MPedCalcFromLoGain.[h,cc], mpedestal/MPedCalcPedRun.[h,cc]:
|
---|
403 | - renamed Process() to Calc()
|
---|
404 |
|
---|
405 | * Makefile:
|
---|
406 | - removed macros/calibration.C, which seems to have been
|
---|
407 | unintantionally introduced.
|
---|
408 |
|
---|
409 | * manalysis/Makefile:
|
---|
410 | - removed unintantionally introduced wrong include
|
---|
411 |
|
---|
412 | * msignal/MExtractTimeAndChargeDigitalFilter.cc:
|
---|
413 | - a small acceleration discussed with Hendrik by replacing a
|
---|
414 | counter in a loop by pointer arithmetics
|
---|
415 |
|
---|
416 | * mraw/MRawEvtPixelIter.cc:
|
---|
417 | - fixed a bug in GetMaxIdxHiLoGain which caused the loop to
|
---|
418 | read one byte behind the end of the array
|
---|
419 | - fixed HasLoGain() which really did weired things, means accessing
|
---|
420 | sometimes memory somewhere. This could theoretically result
|
---|
421 | in assigning the wrong lo-gains to the wrong pixels.
|
---|
422 |
|
---|
423 | * mtrigger/MTriggerPattern.[h,cc], mtrigger/MTriggerPatternDecode.[h,cc],
|
---|
424 | mtrigger/MFTriggerPattern.[h,cc]:
|
---|
425 | - added
|
---|
426 |
|
---|
427 | * mtrigger/Makefile, mtrigger/TriggerLinkDef.h:
|
---|
428 | - added MTriggerPattern, MTriggerPatternDecode and MFTriggerPattern
|
---|
429 |
|
---|
430 | * manalysis/MEnergyEstParam.h:
|
---|
431 | - added a new function SetVariables calling SetCoeff
|
---|
432 |
|
---|
433 | * mcalib/MCalibrateData.[h,cc]:
|
---|
434 | - removed data members for container names
|
---|
435 | - added new lists for container names
|
---|
436 | - allow to calibrate more than one pedestal container at the same
|
---|
437 | time
|
---|
438 |
|
---|
439 | * mjobs/MJCalibrateSignal.cc:
|
---|
440 | - changed accordingly
|
---|
441 |
|
---|
442 |
|
---|
443 |
|
---|
444 | 2005/01/05 Thomas Bretz
|
---|
445 |
|
---|
446 | * mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationChargeCalc.cc,
|
---|
447 | mhcalib/MHCalibrationRelTimeCam.cc:
|
---|
448 | - made some output lines fit into convinience window of 80 col
|
---|
449 |
|
---|
450 | * mhist/MHCamEvent.cc:
|
---|
451 | - make sure that x-axis has correct title
|
---|
452 |
|
---|
453 | * msignal/MArrivalTimePix.cc:
|
---|
454 | - init error to -1 which is a obviously non valid value
|
---|
455 | - fixed IsValid() which gave wrong results
|
---|
456 |
|
---|
457 | * msignal/MExtractTimeAndCharge.cc, msignal/MExtractedSignalPix.cc:
|
---|
458 | - made sure that LoGain is flagged non-valid if no lo-gain exists
|
---|
459 | - push time back at the edge of the allowed limits if outside
|
---|
460 |
|
---|
461 | * mbase/MGList.[h,cc]:
|
---|
462 | - introduced new functions Delete and DeletePictures
|
---|
463 | - SetBit(kMustCleanup) in constructor. Otherwise it is not
|
---|
464 | correctly removed from ListOfCleanups
|
---|
465 |
|
---|
466 | * mbase/MLog.cc:
|
---|
467 | - SetBit(kMustCleanup) if adding a plugin to make sure it is cleaned
|
---|
468 | from the list
|
---|
469 |
|
---|
470 | * mbase/MParContainer.[h,cc]:
|
---|
471 | - replaced return type of GetDescriptor by TString. The old version
|
---|
472 | was terribly wrong! The returned memory wasn't removed as soon
|
---|
473 | as the function returned.
|
---|
474 |
|
---|
475 | * mbase/MStatusDisplay.[h,cc]:
|
---|
476 | - for security (thread safty) replaced all Form() by MString::Form()
|
---|
477 | - implemented a more secure scheme of Closing (Clone()) this was
|
---|
478 | a hint given by valgrind
|
---|
479 | - set kMustCleanup for all new object in ClonePad not only kCanDelete
|
---|
480 | - fixed some lines in pulldown-menus
|
---|
481 | - add TPads to ListOfCleanups in ClonePad (workaround!)
|
---|
482 |
|
---|
483 | * mbase/MString.[h,cc]:
|
---|
484 | - implemented a new static Form() function returning a copy of
|
---|
485 | the result
|
---|
486 |
|
---|
487 | * mbase/MTask.[h,cc]:
|
---|
488 | - replaced return type of GetDescriptor by TString. The old version
|
---|
489 | was terribly wrong! The returned memory wasn't removed as soon
|
---|
490 | as the function returned.
|
---|
491 | - Made GetDescriptor thread safe using MString::Form
|
---|
492 |
|
---|
493 | * mfileio/MWriteRootFile.cc:
|
---|
494 | - Use GetDescriptor().Data() when using any kind of printf function
|
---|
495 |
|
---|
496 | * mhbase/MFillH.cc:
|
---|
497 | - replaced string concatenation in all constructors by a Form
|
---|
498 | (also suggested by valgrind)
|
---|
499 |
|
---|
500 | * mhcalib/MHCalibrationRelTimeCam.cc:
|
---|
501 | - made some output fit into 80col boundary
|
---|
502 |
|
---|
503 |
|
---|
504 |
|
---|
505 |
|
---|
506 | 2005/01/03 Thomas Bretz (HAPPY NEW YEAR)
|
---|
507 |
|
---|
508 | * mfht:
|
---|
509 | - added new directory for hexagonal fourier transformation
|
---|
510 |
|
---|
511 | * mfht/HftIncl.h, mhft/HftLinkDef.h, mhft/MGeomCamMagicXT.[h,cc],
|
---|
512 | mhft/MGeomCamMagicEnhance.[h,cc], mhft/MHexgaonalFT.[h,cc],
|
---|
513 | mhft/MHexagonalFreqSpace.[h,cc], mhft/MHexagonalFTCalc.[h,cc],
|
---|
514 | mhft/Makefile:
|
---|
515 | - added
|
---|
516 |
|
---|
517 | * macros/extendcam.C:
|
---|
518 | - added: tutorial for MGeomCamExtend
|
---|
519 |
|
---|
520 | * macros/hft.C:
|
---|
521 | - added: tutorial for MHexgonalFTCalc
|
---|
522 |
|
---|
523 | * macros/dohtml.C:
|
---|
524 | - updated
|
---|
525 |
|
---|
526 | * macros/rootlogon.C:
|
---|
527 | - updated
|
---|
528 |
|
---|
529 | * Makefile:
|
---|
530 | - mhft added
|
---|
531 |
|
---|
532 | * mbase/MParContainer.cc, mbase/MLog.cc:
|
---|
533 | - added a pre-compiler option for destructor debugging
|
---|
534 |
|
---|
535 | * mbase/MTaskList.[h,cc]:
|
---|
536 | - added new function Replace
|
---|
537 |
|
---|
538 | * mdata/MDataChain.cc, mfbase/MF.cc:
|
---|
539 | - shortened some output
|
---|
540 |
|
---|
541 | * mdata/MDataArray.[h,cc]:
|
---|
542 | - added new function FindRule
|
---|
543 |
|
---|
544 | * mfileio/MReadTree.[h,cc]:
|
---|
545 | - enhanced functionality to be able to read a TTree stored in memory
|
---|
546 | instead of a file. Therefor introduced fTree which is now the pointer
|
---|
547 | used and replaced fChain where TTree and TChain have common behaviour.
|
---|
548 | Where they behave uncommon new code for the new case has been added.
|
---|
549 |
|
---|
550 | * mfileio/MWriteRootFile.[h,cc]:
|
---|
551 | - enhanced functionality to be able to write a TTree into memory
|
---|
552 | instead of a file. This were maily bugfixes for the case fOut==0, which
|
---|
553 | must be handled correctly. Becarefull a tree filles without a file
|
---|
554 | is not deleted automatically!
|
---|
555 |
|
---|
556 | * mhbase/MBinning.h:
|
---|
557 | - added copy constructor
|
---|
558 | - fixed buggy SetEdges(MBinning&) which didn't work
|
---|
559 |
|
---|
560 | * mhbase/MHMatrix.cc:
|
---|
561 | - when adding a new rule check first if the same rule already exists
|
---|
562 |
|
---|
563 | * mhflux/MAlphaFitter.[h,cc]:
|
---|
564 | - added new functionality to support on-off analysis
|
---|
565 | - didn't touch existing code
|
---|
566 |
|
---|
567 | * mhflux/MHAlpha.[h,cc]:
|
---|
568 | - added new functionality to support on-off analysis
|
---|
569 | - replaced Fit() calls by newer function calls
|
---|
570 | - added DrawAll - PRELIMINARY
|
---|
571 | - fixed a bug when projecting - may be the reson for some strange
|
---|
572 | crashes
|
---|
573 |
|
---|
574 | * mcalib/MCalibColorSet.cc:
|
---|
575 | - fixed a stupid bug introduced last year, which caused MCalibColorSet
|
---|
576 | in some circumstances to stop the eventloop when it shouldn't
|
---|
577 |
|
---|
578 | * mjobs/MSequence.cc:
|
---|
579 | - expand path names
|
---|
580 |
|
---|