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