1 | Please do not write behind the end of line tag so that it is possible
|
---|
2 | to send a Changelog file to a line printer directly. Thanks.
|
---|
3 |
|
---|
4 |
|
---|
5 | -*-*- END OF LINE -*-*-
|
---|
6 |
|
---|
7 | 2004/01/26: Nicola Galante
|
---|
8 |
|
---|
9 | * manalisys/MMcTriggerLvl2.[cc,h]:
|
---|
10 | - Defined some static constants to avoid ugly "magic numbers"
|
---|
11 | in arrays: gsNCells, gsNTrigPixels,
|
---|
12 | gsNPixInCell, gsNLutInCell, gsNPixInLut, fNumPixCell.
|
---|
13 | - Added method
|
---|
14 | MMcTriggerLvl2::GetCellCompactPixel(int cell, MGeomCam *fCam)
|
---|
15 | which computes compact pixels into a given L2T macrocell.
|
---|
16 | - Added method
|
---|
17 | MMcTriggerLvl2::CalcBiggerCellPseudoSize()
|
---|
18 | which computes fCellPseudoSize, the maximum Pseudo Size into L2T
|
---|
19 | macrocells
|
---|
20 | - Added method
|
---|
21 | MMcTriggerLvl2::GetCellPseudoSize() const
|
---|
22 | which returns fCellPseudoSize
|
---|
23 | - Added method
|
---|
24 | MMcTriggerLvl2::IsPixelInCell(Int_t pixel, Int_t cell),
|
---|
25 | which controls whether a pixel belongs to a given L2T cell.
|
---|
26 | - Added method
|
---|
27 | MMcTriggerLvl2::GetMaxCell() const
|
---|
28 | which returns fMaxCell, the cell with the maximum
|
---|
29 | fCellPseudoSize.
|
---|
30 |
|
---|
31 |
|
---|
32 |
|
---|
33 | 2004/01/26: Markus Gaug, Michele Doro
|
---|
34 |
|
---|
35 | * manalysis/MArrivalTime.[h,cc], manalysis/MArrivalTimeCalc.[h,cc]:
|
---|
36 | - moved calculation of arrival time from MArrivalTime to
|
---|
37 | MArrivalTimeCalc. MArrivalTime does not do any Process-job
|
---|
38 | anymore
|
---|
39 | - TSpline5 now on stack.
|
---|
40 | - function to set the stepsize
|
---|
41 |
|
---|
42 | * mcalib/MHCalibrationBlindPixel.[h,cc]:
|
---|
43 | - force mu_{0} in Blind Pixel Fit to be around 0 in fKPoisson4
|
---|
44 | - implement combined Polya fit and Michele's back-scattered electron
|
---|
45 | fit
|
---|
46 |
|
---|
47 | * mcalib/MHCalibrationPixel.[h,cc]:
|
---|
48 | * mcalib/MCalibrationPix.cc:
|
---|
49 | * mcalib/MCalibrationPINDiode.cc:
|
---|
50 | - combine FitChargeHiGain and FitChargeLoGain into one function
|
---|
51 |
|
---|
52 |
|
---|
53 | 2004/01/26: Thomas Bretz
|
---|
54 |
|
---|
55 | * mraw/MRawEvtPixelIter.[h,cc]:
|
---|
56 | - removed member function GetNumPixels. For more details see mantis.
|
---|
57 |
|
---|
58 | * manalysis/MArrivalTime.[h,cc]:
|
---|
59 | - reorganized includes
|
---|
60 | - fixed InitSize and ClearArray (now Reset) to fit MParContainer
|
---|
61 | definition
|
---|
62 | - for the moment removed usage of fPixelChecked - THIS WILL CRASH YOUR
|
---|
63 | PROGRAM
|
---|
64 |
|
---|
65 | * manalysis/MArrivalTimeCalc.[h,cc]:
|
---|
66 | - reorganized includes
|
---|
67 | - removed many obsolete code, exspecially copy&paste relicts!
|
---|
68 | - fixed usage of InitSize
|
---|
69 | - removed CleanArray. Reset() is called automatically before Process()
|
---|
70 |
|
---|
71 | * manalysis/MExtractedSignalCam.[h,cc]:
|
---|
72 | - added SetLogStream
|
---|
73 | - removed obsolete include MGeomCam
|
---|
74 | - replaced PrintOut by Print
|
---|
75 | - added const-qualifiers to all Getters
|
---|
76 | - fixed documentation
|
---|
77 |
|
---|
78 | * manalysis/MExtractedSignalPix.[h,cc]:
|
---|
79 | - replaced PrintOut by Print
|
---|
80 | - fixed documentation
|
---|
81 |
|
---|
82 | * manalysis/MEventRateCalc.cc, manalysis/MPedCalcPedRun.cc:
|
---|
83 | - replaced memset by Reset()
|
---|
84 |
|
---|
85 |
|
---|
86 |
|
---|
87 | 2004/01/24: Abelardo Moralejo
|
---|
88 |
|
---|
89 | * macros/starmcstereo.C
|
---|
90 | - Added. Example of how to run the analysis chain for MC files
|
---|
91 | containing simulation of stereo systems of 2 telescopes.
|
---|
92 |
|
---|
93 | * mcalib/MCalibrate.cc
|
---|
94 | - Added check that value of signal from MExtractedSignalPix is not
|
---|
95 | the default (error) value. In such a case, the signal in
|
---|
96 | MCerPhotEvt is now set to 0. Before, all pixels got very high
|
---|
97 | values in MCerPhotEvt in case the MRawEvtData object for the
|
---|
98 | event was missing in the file. This happened in MC files, in
|
---|
99 | which in some circumstances an event is written without the
|
---|
100 | pixel information (for instance, when running stereo simulations
|
---|
101 | the pixel data is missing for non-triggered telescopes, but the
|
---|
102 | event headers are present).
|
---|
103 |
|
---|
104 |
|
---|
105 |
|
---|
106 | 2004/01/23: Markus Gaug
|
---|
107 |
|
---|
108 | * manalysis/MExtractSignal.[h,cc], manalysis/MExtractedSignalPix.[h,cc],
|
---|
109 | manalysis/MArrivalTime.[h,cc], mcalib/MCalibrationBlindPix.h,
|
---|
110 | mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MCalibrationPINDiode.h,
|
---|
111 | mcalib/MHCalibrationPINDiode.[h,cc], mcalib/MCalibrationPix.[h,cc],
|
---|
112 | mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationCalc.[h,cc]:
|
---|
113 | - use MArrivalTime for Storage (or calculation) of time
|
---|
114 | in MExtractSignal
|
---|
115 | - pass from TH1I histos to TH1F for times
|
---|
116 |
|
---|
117 | * mcalib/MCalibrationBlindPix.h, mcalib/MHCalibrationBlindPixel.[h,cc],
|
---|
118 | mcalib/MCalibrationPix.[h,cc], mcalib/MHCalibrationPixel.[h,cc],
|
---|
119 | mcalib/MCalibrationCalc.[h,cc]:
|
---|
120 | - clean up setters
|
---|
121 | - pass to bit-fields for all flags
|
---|
122 |
|
---|
123 | * mcalib/MCalibrationCam.cc
|
---|
124 | - exclude Blind Pixel from Camera display
|
---|
125 | - do not fill &val when return kFALSE
|
---|
126 |
|
---|
127 | * macros/calibration.C
|
---|
128 | - include functions to exclude the blind pixel,
|
---|
129 | calculation of times and quality checks
|
---|
130 |
|
---|
131 |
|
---|
132 |
|
---|
133 | 2004/01/23: Abelardo Moralejo
|
---|
134 |
|
---|
135 | * mcalib/MCalibrate.cc, manalysis/MExtractSignal.cc
|
---|
136 | - Added support (using AddSerialNumber) for stereo MC files.
|
---|
137 |
|
---|
138 |
|
---|
139 |
|
---|
140 | 2004/01/23: Thomas Bretz
|
---|
141 |
|
---|
142 | * mbase/MAstro.cc:
|
---|
143 | - Fixed calculation of MJD. In Ymd2Mjd a plus should be a minus.
|
---|
144 |
|
---|
145 | * mreport/MReport*.[h,cc]:
|
---|
146 | - changed all classes to return Int_t instead of Bool_t in
|
---|
147 | InterpreteBody
|
---|
148 | - changed MReportFileRead such, that a wrong line results in
|
---|
149 | skipping the line instead of abort reading.
|
---|
150 |
|
---|
151 | * manalysis/MExtractSignal.cc:
|
---|
152 | - do not print information for each pixel - it's too much.
|
---|
153 |
|
---|
154 | * mbase/MStatusDisplay.cc:
|
---|
155 | - when reading a status display do not display tabs with
|
---|
156 | the same name than one which is already existing.
|
---|
157 |
|
---|
158 | * mcalib/MCalibrate.cc:
|
---|
159 | - directly store pointer to pixel when setting saturation flag
|
---|
160 |
|
---|
161 | * mcamera/MCameraDC.cc:
|
---|
162 | - fixed some comments
|
---|
163 |
|
---|
164 | * mhist/MHCamEvent.cc:
|
---|
165 | - fixed a crash when no geometry was available
|
---|
166 |
|
---|
167 | * mhist/MHCamera.[h,cc]:
|
---|
168 | - removed obsolete member function SetPix
|
---|
169 |
|
---|
170 | * mbase/MStatusDisplay.[h,cc]:
|
---|
171 | - added EventInfo member function
|
---|
172 | - implemented preliminary redirection of GetObjectInfo to
|
---|
173 | StatusLine2 -> An own status line for this is missing
|
---|
174 |
|
---|
175 | * manalysis/MExtractSignal.[h,cc]:
|
---|
176 | - implemented StreamPrimitive
|
---|
177 | - changed deafults to be static const data members
|
---|
178 |
|
---|
179 | * manalysis/MGeomApply.[h,cc]:
|
---|
180 | - implemented StreamPrimitive
|
---|
181 |
|
---|
182 |
|
---|
183 |
|
---|
184 | 2004/01/23: Abelardo Moralejo
|
---|
185 |
|
---|
186 | * manalysis/MMcCalibrationUpdate.[h,cc]
|
---|
187 | - Added check to guarantee that the FADC simulation parameters of
|
---|
188 | all read files (those used for calibration and those analyzed)
|
---|
189 | are the same.
|
---|
190 | - Added missing support for analysis of stereo files.
|
---|
191 |
|
---|
192 | * mcalib/MMcCalibrationCalc.cc
|
---|
193 | - Removed obsolete FIXME comment.
|
---|
194 | - Added missing support for analysis of stereo files.
|
---|
195 |
|
---|
196 |
|
---|
197 | 2004/01/23: Raquel de los Reyes
|
---|
198 |
|
---|
199 | * macros/CCDataCheck.C
|
---|
200 | - Added the temperature distribution of the optical links
|
---|
201 | and the plots of the LV power supplies.
|
---|
202 | * mcamera/MCameraLV.h
|
---|
203 | - Added the "Get" functions to access the private data
|
---|
204 | members of the class.
|
---|
205 |
|
---|
206 |
|
---|
207 | 2004/01/22: Abelardo Moralejo
|
---|
208 |
|
---|
209 | * manalysis/MMcCalibrationUpdate.[h,cc]
|
---|
210 | - Now ratio of high to low gain is taken from MCalibrationCam if
|
---|
211 | it existed previously in the parameter list, instead of being
|
---|
212 | read again from the MMcFadcHeader. Removed Setter function for
|
---|
213 | fADC2PhInner, no longer necessary. Fixed error regarding the
|
---|
214 | pedestal conversion to photons (did not read conversion factor
|
---|
215 | from preexisting MCalibrationCam object).
|
---|
216 |
|
---|
217 | * mcalib/MMcCalibrationCalc.cc
|
---|
218 | - Changed parameters of the histogram, and also the quantity being
|
---|
219 | histogrammed. Check that input data come from a noiseless camera
|
---|
220 | file before proceeding to do the calibration. Introduced lower
|
---|
221 | size in cut for calibration. Now rhe calibration constant is not
|
---|
222 | calculated from the mean of photons/ADC counts, but from the peak
|
---|
223 | of the histogram.
|
---|
224 |
|
---|
225 | * macros/starmc.C
|
---|
226 | - Introduced new scheme. Now there are two loops over two different
|
---|
227 | sets of files. First loop calculates the calibration constants,
|
---|
228 | second one does the analysis. Introduced comments. Now the
|
---|
229 | histogram used in the light calibration is written to the output
|
---|
230 | file.
|
---|
231 |
|
---|
232 |
|
---|
233 |
|
---|
234 | 2004/01/22: Thomas Bretz
|
---|
235 |
|
---|
236 | * mcalib/MCalibrate.[h,cc], mcalib/MCalibrationCam.[h,cc],
|
---|
237 | mcalib/MCalibrationBlindPix.[h,cc], mcalib/MCalibrationCalc.[h,cc],
|
---|
238 | mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationPINDiode.[h,cc],
|
---|
239 | mcalib/MCalibrationBlindPixel.[h,cc],
|
---|
240 | mcalib/MHCalibrationPixel.[h,cc], mcalib/MMcCalibrationCalc.[h,cc],
|
---|
241 | mcalib/MHCalibrationBlindPixel.[h,cc],
|
---|
242 | mcalib/MHCalibrationPINDiode.[h,cc]:
|
---|
243 | - cleaned up includes
|
---|
244 |
|
---|
245 |
|
---|
246 |
|
---|
247 | 2004/01/22: Raquel de los Reyes
|
---|
248 |
|
---|
249 | * macros/CCDataCheck.C
|
---|
250 | - macro to check the data from the central control (.rep files).
|
---|
251 |
|
---|
252 |
|
---|
253 |
|
---|
254 | 2004/01/22: Markus Gaug
|
---|
255 |
|
---|
256 | * macros/calibration.C
|
---|
257 | - made MStatusDisplay 3 bit smaller
|
---|
258 |
|
---|
259 | * manalysis/MExtractSignal.cc
|
---|
260 | - put fSignals->SetUsedFADCSlices into PreProcess
|
---|
261 |
|
---|
262 | * manalysis/MPedCalcPedRun.cc
|
---|
263 | - calculate PedRMS as RMS of the sums, later renormalized to units
|
---|
264 | of RMS/slice (eliminate the wrong effect of odd and even slices)
|
---|
265 |
|
---|
266 | * mcalib/MCalibrationCalc.cc
|
---|
267 | - if bit SkipBlindPixelFit is set, now number of photons outside
|
---|
268 | plexiglass is not intended to be calculated any more (previous
|
---|
269 | bug)
|
---|
270 | - exclude excluded pixels in eventloop
|
---|
271 |
|
---|
272 | * mcalib/MHCalibrationBlindPixel.[h,cc]
|
---|
273 | - move functions to pointer again (otherwise, Clone will give
|
---|
274 | strange results)
|
---|
275 |
|
---|
276 |
|
---|
277 |
|
---|
278 | 2004/01/21: Abelardo Moralejo
|
---|
279 |
|
---|
280 | * mcalib/MMcCalibrationCalc.[h,cc]
|
---|
281 | - Added. First version of the task intended to calculate the
|
---|
282 | conversion factors from ADC counts to photons in the MC. It has
|
---|
283 | a different aim than the recently renamed class
|
---|
284 | "MMcCalibrationUpdate" (which takes care that the correct
|
---|
285 | pedestals and conversion factors are supplied to each event, but
|
---|
286 | does not really calculate anything).
|
---|
287 |
|
---|
288 | * mcalib/Makefile, CalibLinkDef.h
|
---|
289 | - Added new class MMcCalibrationCalc
|
---|
290 |
|
---|
291 | * manalysis/MMcCalibrationUpdate.[h,cc]
|
---|
292 | - Now the container MCalibrationCam is not created or modified if
|
---|
293 | it is found that one such container already exists in the
|
---|
294 | Parameter list (from a previous calibration).
|
---|
295 |
|
---|
296 |
|
---|
297 |
|
---|
298 | 2004/01/21: Thomas Bretz
|
---|
299 |
|
---|
300 | * mraw/MRawRead.cc:
|
---|
301 | - restore the fake time for all runs (current time stamp in
|
---|
302 | the data seems to be toally nonsense)
|
---|
303 |
|
---|
304 | * mraw/MRawEvtHeader.cc:
|
---|
305 | - removed decoding of real time (current time stamp in the data
|
---|
306 | seems to be toally nonsense)
|
---|
307 |
|
---|
308 |
|
---|
309 |
|
---|
310 | 2004/01/21: Abelardo Moralejo
|
---|
311 |
|
---|
312 | * mmc/MMcEvt.hxx
|
---|
313 | - Uncommented 6 Getter functions (those regarding the number of
|
---|
314 | photons surviving the different stages of simulation).
|
---|
315 |
|
---|
316 | * manalysis/MMcCalibrationUpdate.[h,cc]
|
---|
317 | - Added (see below).
|
---|
318 |
|
---|
319 | * manalysis/MMcCalibrationCalc.[h,cc]
|
---|
320 | - Removed: changed name of this class to MMcCalibrationUpdate,
|
---|
321 | which is more representative of what it really does. Moved
|
---|
322 | the filling of the MCalibrationCam container from Process to
|
---|
323 | ReInit, since it does not change on an event by event basis.
|
---|
324 | Simplified PreProcess (MCalibrationCam was searched for twice).
|
---|
325 | Updated class description and comments.
|
---|
326 |
|
---|
327 | * manalysis/Makefile, AnalysisLinkDef.h
|
---|
328 | - Adapted to change above
|
---|
329 |
|
---|
330 | * macros/starmc.C
|
---|
331 | - Adapted to change above. Changed also task instance name from
|
---|
332 | mccalibcalc to mccalibupdate.
|
---|
333 |
|
---|
334 |
|
---|
335 |
|
---|
336 | 2004/01/21: Raquel de los Reyes
|
---|
337 |
|
---|
338 | * mreport/MReportCC.h, mreport/MReportTrigger.h, mcamera/MCameraHV.h
|
---|
339 | and mcamera/MCameraCalibration.h
|
---|
340 | - Added the "Get" functions (e.g GetStatus() for fStatus) to access
|
---|
341 | the private data members of the class.
|
---|
342 |
|
---|
343 |
|
---|
344 |
|
---|
345 | 2004/01/20: Thomas Hengstebeck
|
---|
346 |
|
---|
347 | * mranforest/MRanForestCalc.[h,cc]
|
---|
348 | - Added member functions Grow (training of RF) and Fill (reading in
|
---|
349 | trained forest from file) which simplify macros.
|
---|
350 | One just needs to call them instead of using MRanForestGrow and
|
---|
351 | MRanForestFill (and the related training and fill loops) in a
|
---|
352 | macro.
|
---|
353 |
|
---|
354 |
|
---|
355 |
|
---|
356 | 2004/01/20: Abelardo moralejo
|
---|
357 |
|
---|
358 | * manalysis/MMcCalibrationCalc.cc
|
---|
359 | - removed call to MCalibrationPix::SetPedestal, which was not
|
---|
360 | needed.
|
---|
361 |
|
---|
362 |
|
---|
363 |
|
---|
364 | 2004/01/20: Thomas Bretz
|
---|
365 |
|
---|
366 | * Makefile:
|
---|
367 | - replaced 'make' by '$(MAKE)'
|
---|
368 |
|
---|
369 | * Makefile.rules:
|
---|
370 | - added Makefile itself to dependencies
|
---|
371 |
|
---|
372 | * mbase/MTask.cc:
|
---|
373 | - added comment about ReInit
|
---|
374 |
|
---|
375 | * mhbase/MH.cc:
|
---|
376 | - do not clear pad in DrawClone if 'same' option given
|
---|
377 |
|
---|
378 | * mhist/MHVsTime.cc:
|
---|
379 | - evaluate 'same' option
|
---|
380 |
|
---|
381 | * mfileio/MReadCurrents.[h,cc]:
|
---|
382 | - obsolete, removed
|
---|
383 |
|
---|
384 | * manalysis/MCerPhotEvt.cc, manalysis/MCerPhotPix.cc:
|
---|
385 | - added some comments
|
---|
386 |
|
---|
387 |
|
---|
388 |
|
---|
389 | 2004/01/20: Abelardo moralejo
|
---|
390 |
|
---|
391 | * mcalib/MHCalibrationPINDiode.cc
|
---|
392 | - Added call to SetDirecory(0) for histograms fHErrCharge,
|
---|
393 | fHPCharge, fHPTime.
|
---|
394 |
|
---|
395 | * manalysis/MCerPhotPix.h:
|
---|
396 | - Changed position of declaration of fIsSaturated to be the last
|
---|
397 | private variable. Otherwise, since in the constructor it is
|
---|
398 | initialized in the last place, a warning is displayed upon
|
---|
399 | compilation in some systems.
|
---|
400 |
|
---|
401 |
|
---|
402 |
|
---|
403 | 2004/01/20: Markus Gaug
|
---|
404 | * mcalib/Makefile, manalysis/Makefile:
|
---|
405 | - include directory ../mtools
|
---|
406 |
|
---|
407 | * mtools/MFFT.[h,cc]
|
---|
408 | - class inherits from TObject now
|
---|
409 |
|
---|
410 |
|
---|
411 |
|
---|
412 | 2004/01/19: Markus Gaug
|
---|
413 |
|
---|
414 | * mcalib/MHCalibrationBlindPixel.[h,cc]
|
---|
415 | - fixed a bug in fFitLegend due to which program crashed by calls
|
---|
416 | to DrawClone
|
---|
417 | - Modified way to change the fit function
|
---|
418 |
|
---|
419 | * mcalib/MHCalibrationPixel.[h,cc]
|
---|
420 | - reordered function calls
|
---|
421 | - removed SetupFill
|
---|
422 |
|
---|
423 | * mcalib/MHCalibrationPINDiode.h
|
---|
424 | - reordered function calls
|
---|
425 |
|
---|
426 | * mcalib/MCalibrationPix.[h,cc]
|
---|
427 | - limits to define fFitValid now as variables in class
|
---|
428 |
|
---|
429 | * mcalib/MCalibrationCam.[h,cc]
|
---|
430 | - reordered function calls
|
---|
431 | - incorporate option to exclude pixels
|
---|
432 |
|
---|
433 | * mcalib/MCalibrationBlindPix.h
|
---|
434 | - Modified way to change the fit function
|
---|
435 |
|
---|
436 | * mcalib/MCalibrationCalc.[h,cc]
|
---|
437 | - Modified way to change the fit function
|
---|
438 | - incorporate option to exclude pixels from configuration file
|
---|
439 |
|
---|
440 | * macros/calibration.C
|
---|
441 | - Modified way to change the fit function
|
---|
442 | - incorporate option to exclude pixels from configuration file
|
---|
443 |
|
---|
444 |
|
---|
445 |
|
---|
446 | 2004/01/19: Javier Rico
|
---|
447 |
|
---|
448 | * manalysis/MPedCalcPedRun.cc, manalysis/MPedPhotCalc.cc
|
---|
449 | - Added documentation of member functions
|
---|
450 |
|
---|
451 |
|
---|
452 |
|
---|
453 | 2004/01/19: Abelardo Moralejo
|
---|
454 |
|
---|
455 | * manalysis/MCerPhotPix.[h,cc]
|
---|
456 | - Added fIsSaturated to flag whether low gain of the pixel is
|
---|
457 | saturated. Added corresponding getter and setter functions.
|
---|
458 | Updated ClassDef to version 2.
|
---|
459 |
|
---|
460 | * mcalib/MCalibrate.cc
|
---|
461 | - Set the new saturation flag of MCerPhotPix to kTRUE if at least
|
---|
462 | one low gain FADC slice is saturated.
|
---|
463 |
|
---|
464 | * mimage/MNewImagePar.[h,cc]
|
---|
465 | - Added new member variable fNumSaturatedPixels to count how many
|
---|
466 | pixels were saturated. Updated ClassDef to version 2.
|
---|
467 |
|
---|
468 |
|
---|
469 |
|
---|
470 | 2004/01/19: Thomas Bretz
|
---|
471 |
|
---|
472 | * manalysis/MPedPhotCalc.[cc,h]:
|
---|
473 | - fixed order of includes
|
---|
474 | - removed obsolete forward declarations
|
---|
475 | - removed obsolete data member fNumPixels (stored already twice in
|
---|
476 | the two TArrayF)
|
---|
477 | - fixed some small bugs in the documentation
|
---|
478 |
|
---|
479 | * manalysis/MPedCalcPedRun.cc:
|
---|
480 | - updated my eMail address
|
---|
481 |
|
---|
482 |
|
---|
483 |
|
---|
484 | 2004/01/19: Javier Rico
|
---|
485 |
|
---|
486 | * macros/dohtml.C, NEWS
|
---|
487 | - include some missing info
|
---|
488 |
|
---|
489 |
|
---|
490 |
|
---|
491 | 2004/01/19: Abelardo Moralejo
|
---|
492 |
|
---|
493 | * manalysis/MExtractedSignalPix.h
|
---|
494 | - added GetNumLoGainSaturated()
|
---|
495 |
|
---|
496 |
|
---|
497 |
|
---|
498 | 2004/01/19: Markus Gaug
|
---|
499 |
|
---|
500 | * macros/dohtml.C
|
---|
501 | - include calibration.C
|
---|
502 |
|
---|
503 | * manalysis/MExtractSignal.cc
|
---|
504 | - warning of logain saturation now only once per event (out of loop)
|
---|
505 |
|
---|
506 | * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.[h,cc]
|
---|
507 | - new Flag fExcluded to indicate if pixel has been excluded from
|
---|
508 | further analysis
|
---|
509 |
|
---|
510 |
|
---|
511 |
|
---|
512 | 2004/01/16: Javier Rico & Pepe Flix
|
---|
513 |
|
---|
514 | * manalysis/MPedPhotCalc.[cc,h]
|
---|
515 | - added
|
---|
516 | - new class for the evaluation of pedestals in units of photons
|
---|
517 | using the extracted signal from pedestal runs and calibration
|
---|
518 | constants defined in MCalibrate
|
---|
519 |
|
---|
520 | * manalysis/AnalysisLinkDef.h, manalysis/Makefile
|
---|
521 | - added entries for MPedPhotCalc
|
---|
522 |
|
---|
523 | * macros/pedphotcalc.C
|
---|
524 | - added
|
---|
525 | - example on how to use MPedPhotCalc task
|
---|
526 |
|
---|
527 |
|
---|
528 |
|
---|
529 | 2004/01/16: Markus Gaug
|
---|
530 |
|
---|
531 | * mcalib/MCalibrationFits.h
|
---|
532 | - removed and incorporated in MHCalibrationBlindPixel.h
|
---|
533 |
|
---|
534 | * mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MHCalibrationConfig.h,
|
---|
535 | mcalib/MCalibrationBlindPix.h:
|
---|
536 | - incorporate Fit functions
|
---|
537 | - fixed a bug due to which DrawClone crashed when class was used
|
---|
538 | in a compiled macro
|
---|
539 |
|
---|
540 | * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.cc,
|
---|
541 | mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationPINDiode.cc,
|
---|
542 | mcalib/MCalibrationCam.cc, mcalib/MHCalibrationBlindPixel.cc,
|
---|
543 | mcalib/MHCalibrationPixel.cc:
|
---|
544 | - fixed the warns and errs in fLog's
|
---|
545 |
|
---|
546 |
|
---|
547 |
|
---|
548 | 2004/01/16: Abelardo Moralejo
|
---|
549 |
|
---|
550 | * manalysis/MMcCalibrationCalc.cc
|
---|
551 | - TMath::Max() is no longer used because it did not compile in some
|
---|
552 | systems for unkown reasons. I replaced it by a safer (and may be
|
---|
553 | slower) code.
|
---|
554 | - Added calpix.SetFitValid();
|
---|
555 |
|
---|
556 | * mhist/MHEvent.cc
|
---|
557 | - In MHEvent::Fill, fixed: second parameter of SetCamContent must
|
---|
558 | be 1 in case of RMS:
|
---|
559 | case kEvtPedestalRMS:
|
---|
560 | fHist->SetCamContent(*(MCamEvent*)par, 1);
|
---|
561 |
|
---|
562 |
|
---|
563 |
|
---|
564 | 2004/01/15: Abelardo Moralejo
|
---|
565 |
|
---|
566 | * macros/starmc.C
|
---|
567 | - Added. Version of star showing new chain to get Hillas
|
---|
568 | parameters (with Size calibrated in photons) from MC files.
|
---|
569 |
|
---|
570 |
|
---|
571 |
|
---|
572 | 2004/01/15: Javier Rico
|
---|
573 |
|
---|
574 | * manalysis/MPedCalcPedRun.[h,cc]
|
---|
575 | - optimize the running time
|
---|
576 | - add (some) documentation
|
---|
577 | - correct treatment for the case of several input files
|
---|
578 |
|
---|
579 | * macros/pedvsevent.C
|
---|
580 | - added
|
---|
581 | - draw pedestal mean and rms vs event# for input pixel# and run
|
---|
582 | file, and compares them to the global pedestal mean and rms
|
---|
583 |
|
---|
584 |
|
---|
585 |
|
---|
586 | 2004/01/15: Raquel de los Reyes
|
---|
587 |
|
---|
588 | * mhist/MHCamEvent.cc, mhist/MHCamera.cc
|
---|
589 | - changed the MHCamEvent::SetupFill and MHCamera::GetBinError
|
---|
590 | functions to compute the estimation of the error of the
|
---|
591 | mean. It can be done calling to the function
|
---|
592 | MCamEvent::SetBit(MHCamera::kVariance) in the macro
|
---|
593 |
|
---|
594 |
|
---|
595 |
|
---|
596 | 2004/01/15: Markus Gaug
|
---|
597 |
|
---|
598 | * mhist/MHCamera.[h,cc]
|
---|
599 | - incorporate Thomas's changes
|
---|
600 | - replace void CreateProjection() by TH1D *Projection(const char*)
|
---|
601 |
|
---|
602 | * macros/calibration.C
|
---|
603 | - replace MHCamera->Draw("proj") by MHCamera->Projection()
|
---|
604 | - produce better fits to the projection
|
---|
605 |
|
---|
606 | * manalysis/MSimulatedAnnealing.[h,cc],
|
---|
607 | mhist/MHSimulatedAnnealing.[h,cc]:
|
---|
608 | - moved to directory mtools
|
---|
609 | - MSimulatedAnnealing now inherits from TObject
|
---|
610 |
|
---|
611 | * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
|
---|
612 | mhist/Makefile, mhist/HistLinkDef.h:
|
---|
613 | - removed MSimulatedAnnealing
|
---|
614 | - removed MHSimulatedAnnealing
|
---|
615 |
|
---|
616 | * mtools/Makefile, mtools/AnalysisLinkDef.h:
|
---|
617 | - added MSimulatedAnnealing
|
---|
618 | - added MHSimulatedAnnealing
|
---|
619 |
|
---|
620 |
|
---|
621 |
|
---|
622 | 2004/01/15: Thomas Bretz
|
---|
623 |
|
---|
624 | * manalysis/AnalysisLinkDef.h:
|
---|
625 | - removed MCurrents
|
---|
626 |
|
---|
627 | * mhist/MHCamera.[h,cc]:
|
---|
628 | - added member function Projection
|
---|
629 | - removed fYproj
|
---|
630 |
|
---|
631 | * mreport/MReport*.*:
|
---|
632 | - added more comments
|
---|
633 |
|
---|
634 |
|
---|
635 |
|
---|
636 | 2004/01/14: Markus Gaug
|
---|
637 |
|
---|
638 | * mtools/MFFT.[h,cc]
|
---|
639 | - new class to perform Fast Fourier Transforms
|
---|
640 |
|
---|
641 | * mtools/Makefile
|
---|
642 | * mtools/ToolsLinkDef.h
|
---|
643 | - include MFFT
|
---|
644 |
|
---|
645 | * manalysis/MExtractedSignalCam.h
|
---|
646 | - removed variables fNumHiGainSamples and fNumLoGainSamples
|
---|
647 | - function SetNumUsedFADCSlices replaced by SetUsedFADCSlices
|
---|
648 |
|
---|
649 | * manalysis/MExtractSignal.cc
|
---|
650 | - updated call to SetUsedFADCSlices
|
---|
651 |
|
---|
652 |
|
---|
653 |
|
---|
654 | 2004/01/14: Abelardo Moralejo
|
---|
655 |
|
---|
656 | * manalysis/MMcCalibrationCalc.cc:
|
---|
657 | - set pedestal rms per FADC slice to 0.01 counts in case it is 0.
|
---|
658 | This can happen (depending on camera simulation parameters), and
|
---|
659 | rms = 0 later resulted in the pixel being eliminated in the
|
---|
660 | image cleaning.
|
---|
661 |
|
---|
662 |
|
---|
663 |
|
---|
664 | 2004/01/14: Thomas Bretz
|
---|
665 |
|
---|
666 | * Makefile:
|
---|
667 | - replaced old style Makefile.depend by directory specific
|
---|
668 | dependancy files
|
---|
669 |
|
---|
670 | * Makefile.rules:
|
---|
671 | - changed obsolete '.cc.o' style to newer style '%.o: %.c'
|
---|
672 | - added rule to make dependency files
|
---|
673 | - added rule to remove dependancy files.
|
---|
674 | - added rmdep as prerequisite to clean
|
---|
675 | - include dependency file
|
---|
676 |
|
---|
677 | * mbase/Makefile, mcalib/Makefile, mcamera/Makefile,
|
---|
678 | mdata/Makefile, mfileio/Makefile, mfilter/Makefile,
|
---|
679 | mgeom/Makefile, mgui/Makefile, mhbase/Makefile,
|
---|
680 | mhist/Makefile, mhistmc/Makefile, mimage/Makefile,
|
---|
681 | mmain/Makefile, mmc/Makefile, mmontecarlo/Makefile,
|
---|
682 | mpointing/Makefile, mranforest/Makefile, mraw/Makefile,
|
---|
683 | mreflector/Makefile, mreport/Makefile, mtemp/Makefile,
|
---|
684 | mtools/Makefile:
|
---|
685 | - removed clean-rule, use the one in Makefile.rules instead
|
---|
686 |
|
---|
687 | * mreport/Makefile, mreport/ReportLinkDef.h:
|
---|
688 | - added MReportHelp
|
---|
689 |
|
---|
690 | * mreport/MReportFileRead.cc:
|
---|
691 | - moved code from MReportHelp to new file
|
---|
692 | - removed usage of MReport class completely
|
---|
693 |
|
---|
694 | * mfilter/MFGeomag.[h,cc]:
|
---|
695 | - fixed a bug which causes MFGeomag to fail if MARSSYS is not set
|
---|
696 | - changed the second loop from 0->1151 to 1152->2304
|
---|
697 | - removed dummy arrays used for reading
|
---|
698 | - output filename in case of 'file not found'
|
---|
699 | - removed obsolete data members
|
---|
700 | - removed obsolete Init function
|
---|
701 | - removed forbidden underscore from member variable
|
---|
702 | - changed wrong 0/1 in allocation of fResult into kFALSE/TRUE
|
---|
703 |
|
---|
704 | * mbase/MStatusDisplay.[h,cc]:
|
---|
705 | - added new member function Open
|
---|
706 | - added new menu entry kFileOpen
|
---|
707 | - changed UpdatePSheader algorithm (the old one was much too slow)
|
---|
708 |
|
---|
709 | * manalysis/MCurrents.[h,cc]:
|
---|
710 | - removed (old outdated)
|
---|
711 |
|
---|
712 | * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
|
---|
713 | - removed MCurrents
|
---|
714 |
|
---|
715 |
|
---|
716 |
|
---|
717 | 2004/01/14: Wolfgang Wittek
|
---|
718 |
|
---|
719 | * macros/ONOFFAnalysis.C:
|
---|
720 | - current version
|
---|
721 |
|
---|
722 | * mhist/MHSigmaTheta.[h,cc]:
|
---|
723 | - replace MPedestalCam by MPedPhotCam
|
---|
724 |
|
---|
725 | * manalysis/MPad.[h,cc], manalysus/MSigmabar.[h,cc],
|
---|
726 | manalysus/MSigmabarCalc.[h,cc], manalysus/MCT1PadONOFF.[h,cc],
|
---|
727 | manalysus/MCT1PadSchweizer.[h,cc], manalysus/MPadding.[h,cc]:
|
---|
728 | - replace MPedestalCam by MPedPhotCam
|
---|
729 |
|
---|
730 | * manalysis/MPedPhotPix.[h,cc]
|
---|
731 | - uncomment SetRms()
|
---|
732 |
|
---|
733 |
|
---|
734 |
|
---|
735 | 2004/01/13: Markus Gaug
|
---|
736 |
|
---|
737 | * manalysis/MExtractSignal.h
|
---|
738 | - seems that the reduced light intensity of the CT1 Pulser
|
---|
739 | results in broader pulses -> Set Default time slices to [3,10]
|
---|
740 |
|
---|
741 | * mhist/MHCamera.cc
|
---|
742 | - make Stat Window in option 'proj' bigger
|
---|
743 | - add comment line at beginning of Draw()
|
---|
744 |
|
---|
745 | * mcalib/MHCalibrationBlindPixel.[h.cc]
|
---|
746 | - add Function DrawClone()
|
---|
747 | - fix bug in calculation of integral (GetIntegral("width"))
|
---|
748 | - restrict parameters tighter
|
---|
749 | - declare fit as not valid, if less than 100 events
|
---|
750 | in single photo-electron peak
|
---|
751 |
|
---|
752 | * mcalib/MCalibrationFits.h, mcalib/MHCalibrationBlindPixel.[h.cc]
|
---|
753 | - fit now with fixed normalization
|
---|
754 |
|
---|
755 | * mcalib/MHCalibrationPixel.[h.cc]
|
---|
756 | - new function IsEmpty()
|
---|
757 | - Time fit accepted if ChiSquare less than 30. (instead of 20.)
|
---|
758 |
|
---|
759 | * mcalib/MCalibrationPix.[h.cc]
|
---|
760 | - F-Factor corrected and added error
|
---|
761 | - Histograms not fitted if they are empty
|
---|
762 | - rejection criteria of fitted charges now > 5 PedRMS (instead 3)
|
---|
763 |
|
---|
764 | * mcalib/MCalibrationCam.cc
|
---|
765 | - Square Root of Reduced Sigmas not taken, if they are < 0.
|
---|
766 | - Reduced Sigma / Charge squared replaced by reduced sigma / charge
|
---|
767 |
|
---|
768 | * mcalib/MCalibrationCalc.cc
|
---|
769 | - Blind Pixel is not additionally treated as normal pixel any more
|
---|
770 | - Blind Pixel Draw replaced by DrawClone
|
---|
771 |
|
---|
772 | * macros/calibration.C
|
---|
773 | - took out some unused code
|
---|
774 | - some default axis labelling corrected
|
---|
775 |
|
---|
776 |
|
---|
777 |
|
---|
778 | 2004/01/13: Abelardo Moralejo
|
---|
779 |
|
---|
780 | * manalysis/MMcPedestalCopy.cc
|
---|
781 | - added check of whether input file is a MC file before executing
|
---|
782 | the PreProcess.
|
---|
783 |
|
---|
784 |
|
---|
785 |
|
---|
786 | 2004/01/13: Wolfgang Wittek
|
---|
787 |
|
---|
788 | * macros/ONOFFAnalysis.C, macros/ONAnalysis.C:
|
---|
789 | - change macro to handle also MC events with finite sigmabar
|
---|
790 |
|
---|
791 | * manalysis/MPadOn.[h,cc]:
|
---|
792 | - deleted, is replaced by MPad
|
---|
793 |
|
---|
794 | * manalysis/MPadOnOFF.[h,cc]:
|
---|
795 | - deleted, is replaced by MPad
|
---|
796 |
|
---|
797 | * manalysis/MPad.[h,cc]:
|
---|
798 | - new class, replacing MPadON and MPadONOFF
|
---|
799 | - handle also MC events with finite sigmabar
|
---|
800 |
|
---|
801 | * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
|
---|
802 | - replace MPadON and MPadONOFF by MPad
|
---|
803 |
|
---|
804 |
|
---|
805 |
|
---|
806 | 2004/01/13: Thomas Bretz
|
---|
807 |
|
---|
808 | * mraw/MRawRunHeader.[h,cc]:
|
---|
809 | - implemented new member function GetRunTypeStr
|
---|
810 |
|
---|
811 | * Changelog.03:
|
---|
812 | - added (contains entries of 2003)
|
---|
813 |
|
---|
814 | * Changelog:
|
---|
815 | - removed entries of 2003
|
---|
816 |
|
---|
817 | * mfilter/MFGeomag.cc:
|
---|
818 | - simplified open/close of input files
|
---|
819 |
|
---|
820 | * manalysis/MEventRate.[h,cc], manalysis/MEventRateCalc.cc:
|
---|
821 | - added some comments
|
---|
822 | - added new member function GetError
|
---|
823 |
|
---|
824 | * Makefile:
|
---|
825 | - updated 'make dox' output for convinience
|
---|
826 |
|
---|
827 | * macros/dohtml.C:
|
---|
828 | - do not print Info's
|
---|
829 | - added mcamera
|
---|
830 | - added mpointing
|
---|
831 | - added mreport
|
---|
832 |
|
---|
833 | * mreport/MReportCurrents.cc, mreport/MReportDAQ.cc:
|
---|
834 | - removed some obsolete comments (these comments confused THtml)
|
---|
835 |
|
---|
836 | * manalysis/MCameraData.[h,cc], mfileio/MCT1ReadAscii.[h,cc],
|
---|
837 | mfileio/MCT1ReadPreProc.[h,cc], mfilter/MFCT1SelBasic.cc,
|
---|
838 | mfilter/MFSelBasic.cc, mhist/MHCamera.cc, mhist/MHEvent.[h,cc],
|
---|
839 | mimage/MImgCleanStd.[h,cc], mimage/MImgCleanTGB.[h,cc],
|
---|
840 | mmain/MAnalysis.cc, mmain/MEventDisplay.cc:
|
---|
841 | - replaced MPedestalCam by MPedPhotCam
|
---|
842 | - removed some obsolete includes
|
---|
843 |
|
---|
844 | * mbase/BaseLinkDef.h, mbase/Makefile:
|
---|
845 | - added MLogPlugin
|
---|
846 | - added MLogHtml
|
---|
847 |
|
---|
848 | * mbase/MLog.[h,cc]:
|
---|
849 | - added use of plugins
|
---|
850 |
|
---|
851 | * mbase/MLogPlugin.[h,cc], mbase/MLogHtml.[h,cc]:
|
---|
852 | - added
|
---|
853 |
|
---|
854 | * mbase/MStatusDisplay.[h,cc]:
|
---|
855 | - added a Save-As dialog
|
---|
856 |
|
---|
857 |
|
---|
858 |
|
---|
859 | 2004/01/12: Thomas Bretz
|
---|
860 |
|
---|
861 | * macros/rootlogon.C:
|
---|
862 | - added mcamera to include path
|
---|
863 | - added mpointing to include path
|
---|
864 | - added mreport to include path
|
---|
865 |
|
---|
866 | * mbase/MLog.cc:
|
---|
867 | - updated my eMail address
|
---|
868 |
|
---|
869 | * mbase/MParContainer.h:
|
---|
870 | - added Read member function
|
---|
871 |
|
---|
872 | * mbase/MStatusDisplay.[h,cc]:
|
---|
873 | - changed size of ps-paper
|
---|
874 | - added a user defined bottom line to the ps-files
|
---|
875 | - added name (currently unused)
|
---|
876 | - added title (used as possible bottom line in ps-file)
|
---|
877 |
|
---|
878 | * mraw/MRawRunHeader.cc:
|
---|
879 | - added some comments
|
---|
880 |
|
---|
881 | * status.cc:
|
---|
882 | - set name of input as bottom line of status display
|
---|
883 |
|
---|
884 |
|
---|
885 |
|
---|
886 | 2004/01/12: Abelardo Moralejo
|
---|
887 |
|
---|
888 | * mimage/MStereoPar.cc
|
---|
889 | - fixed mistake: now fSourceY = scale1*hillas1.GetMeanY() + ...
|
---|
890 | instead of fSourceY = scale2*hillas1.GetMeanY() + ...
|
---|
891 | Bug had no effect unless scale1 != scale2 (-> telescopes of
|
---|
892 | different size).
|
---|
893 |
|
---|
894 |
|
---|
895 |
|
---|
896 | 2004/01/12: Markus Gaug
|
---|
897 |
|
---|
898 | * manalysis/MExtractSignal.[h,cc]
|
---|
899 | - take out some uncommented code
|
---|
900 | - replace logainshift by two independent variables:
|
---|
901 | logainfirst, logainlast
|
---|
902 | - because in most data, maximum occurs in slice 4, shift default
|
---|
903 | from slices 4-9 to slices 3-8.
|
---|
904 |
|
---|
905 | * manalysis/MExtractedSignalPix.[h,cc]
|
---|
906 | - took out some uncommented code
|
---|
907 | - new initializers: instead of -1. now 99999.9
|
---|
908 |
|
---|
909 |
|
---|
910 |
|
---|
911 | 2004/01/09: Markus Gaug
|
---|
912 |
|
---|
913 | * mcalib/MCalibrationCam.[h,cc]
|
---|
914 | - take out 1-dim histos because we can use
|
---|
915 | the projections in MHCamera (s.b.)
|
---|
916 |
|
---|
917 | * mcalib/MHCalibrationBlindPixel.h
|
---|
918 | - make the fit by default quiet
|
---|
919 |
|
---|
920 | * mcalib/MHCalibrationPixel.[h,cc]
|
---|
921 | * mcalib/MCalibrationPix.[h,cc]
|
---|
922 | - Ranges of time slices stored independently for HiGain and LoGain
|
---|
923 | in order to allow consecutive checks
|
---|
924 |
|
---|
925 | * mhist/MHCamera.[h.cc]
|
---|
926 | - add the possibility to call a Draw("proj") which will
|
---|
927 | draw a Y-Projection of the histogram
|
---|
928 |
|
---|
929 | * macros/calibration.C
|
---|
930 | - apply the drawing of the projections and fit them
|
---|
931 |
|
---|
932 | * mcalib/MCalibrationCalc.cc
|
---|
933 | - catch the possibility of a calibration file,
|
---|
934 | unintendedly being a pedestal or cosmic file.
|
---|
935 | Program now exits with an error before doing the fits
|
---|
936 |
|
---|
937 | * mcalib/MCalibrationPix.[h,cc]
|
---|
938 | - fixed a bug in calculation of fFitValid.
|
---|
939 | before, a call to IsFitValid() always returned false
|
---|
940 |
|
---|
941 |
|
---|
942 |
|
---|
943 | 2004/01/09: Javier L¢pez
|
---|
944 |
|
---|
945 | * macros/bootcampstandardanalysis.C
|
---|
946 | - added new macro that holds the main scheleton discussed in the
|
---|
947 | december bootcamp in Wuerzburg. It runs first over a pedestal
|
---|
948 | run, then over a calibration run, again over the pedestal run
|
---|
949 | to compute de pedestal in number of photons and finally over a
|
---|
950 | data run to calibrate the data.
|
---|
951 |
|
---|
952 |
|
---|
953 |
|
---|
954 | 2004/01/06: Sebastian Raducci
|
---|
955 |
|
---|
956 | * manalysis/MArrivalTime.[h,cc]
|
---|
957 | - added new method to calculate photon arrival times. It uses the
|
---|
958 | TSpline5 Root Class to interpolate the Fadc Slices. The time is
|
---|
959 | the abscissa value of the absolute maximum of the interpolation
|
---|
960 | - added new method to find clusters with similar arrival times.
|
---|
961 | For now it's a preliminary version. It simply search for adiacent
|
---|
962 | pixels having the same arrival time (color).
|
---|
963 |
|
---|
964 | * manalysis/MArrivalTimeCalc.[h,cc]
|
---|
965 | - modified the Process() method according to the changes in the
|
---|
966 | Arrival Time Cointainer
|
---|
967 |
|
---|
968 | * mmain/MEventDisplay.cc
|
---|
969 | - added new tab in the camera event display to show the arrival
|
---|
970 | time. This arrival time is calculated with the spline method
|
---|
971 | - the old Arrival Time pad now it's called Max Slice Idx, because
|
---|
972 | it's only the index of the slice with the max content.
|
---|
973 |
|
---|
974 | * mhist/MHEvent.[h,cc]
|
---|
975 | - added new fType in te enumeration to handle the arrival time
|
---|
976 | histos
|
---|