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