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