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