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