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