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