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/21: Thomas Bretz
|
---|
8 |
|
---|
9 | * mraw/MRawRead.cc:
|
---|
10 | - restore the fake time for all runs (current time stamp in
|
---|
11 | the data seems to be toally nonsense)
|
---|
12 |
|
---|
13 | * mraw/MRawEvtHeader.cc:
|
---|
14 | - removed decoding of real time (current time stamp in the data
|
---|
15 | seems to be toally nonsense)
|
---|
16 |
|
---|
17 |
|
---|
18 | 2004/01/21: Abelardo moralejo
|
---|
19 |
|
---|
20 | * mmc/MMcEvt.hxx
|
---|
21 | - Uncommented 6 Getter functions (those regarding the number of
|
---|
22 | photons surviving the different stages of simulation).
|
---|
23 |
|
---|
24 | * manalysis/MMcCalibrationUpdate.[h,cc]
|
---|
25 | - Added (see below).
|
---|
26 |
|
---|
27 | * manalysis/MMcCalibrationCalc.[h,cc]
|
---|
28 | - Removed: changed name of this class to MMcCalibrationUpdate,
|
---|
29 | which is more representative of what it really does. Moved
|
---|
30 | the filling of the MCalibrationCam container from Process to
|
---|
31 | ReInit, since it does not change on an event by event basis.
|
---|
32 | Simplified PreProcess (MCalibrationCam was searched for twice).
|
---|
33 | Updated class description and comments.
|
---|
34 |
|
---|
35 | * manalysis/Makefile, AnalysisLinkDef.h
|
---|
36 | - Adapted to change above
|
---|
37 |
|
---|
38 | * macros/starmc.C
|
---|
39 | - Adapted to change above. Changed also task instance name from
|
---|
40 | mccalibcalc to mccalibupdate.
|
---|
41 |
|
---|
42 |
|
---|
43 |
|
---|
44 | 2004/01/21: Raquel de los Reyes
|
---|
45 |
|
---|
46 | * mreport/MReportCC.h, mreport/MReportTrigger.h, mcamera/MCameraHV.h
|
---|
47 | and mcamera/MCameraCalibration.h
|
---|
48 | - Added the "Get" functions (e.g GetStatus() for fStatus) to access
|
---|
49 | the private data members of the class.
|
---|
50 |
|
---|
51 |
|
---|
52 |
|
---|
53 | 2004/01/20: Thomas Hengstebeck
|
---|
54 |
|
---|
55 | * mranforest/MRanForestCalc.[h,cc]
|
---|
56 | - Added member functions Grow (training of RF) and Fill (reading in
|
---|
57 | trained forest from file) which simplify macros.
|
---|
58 | One just needs to call them instead of using MRanForestGrow and
|
---|
59 | MRanForestFill (and the related training and fill loops) in a
|
---|
60 | macro.
|
---|
61 |
|
---|
62 |
|
---|
63 |
|
---|
64 | 2004/01/20: Abelardo moralejo
|
---|
65 |
|
---|
66 | * manalysis/MMcCalibrationCalc.cc
|
---|
67 | - removed call to MCalibrationPix::SetPedestal, which was not
|
---|
68 | needed.
|
---|
69 |
|
---|
70 |
|
---|
71 |
|
---|
72 | 2004/01/20: Thomas Bretz
|
---|
73 |
|
---|
74 | * Makefile:
|
---|
75 | - replaced 'make' by '$(MAKE)'
|
---|
76 |
|
---|
77 | * Makefile.rules:
|
---|
78 | - added Makefile itself to dependencies
|
---|
79 |
|
---|
80 | * mbase/MTask.cc:
|
---|
81 | - added comment about ReInit
|
---|
82 |
|
---|
83 | * mhbase/MH.cc:
|
---|
84 | - do not clear pad in DrawClone if 'same' option given
|
---|
85 |
|
---|
86 | * mhist/MHVsTime.cc:
|
---|
87 | - evaluate 'same' option
|
---|
88 |
|
---|
89 | * mfileio/MReadCurrents.[h,cc]:
|
---|
90 | - obsolete, removed
|
---|
91 |
|
---|
92 | * manalysis/MCerPhotEvt.cc, manalysis/MCerPhotPix.cc:
|
---|
93 | - added some comments
|
---|
94 |
|
---|
95 |
|
---|
96 |
|
---|
97 | 2004/01/20: Abelardo moralejo
|
---|
98 |
|
---|
99 | * mcalib/MHCalibrationPINDiode.cc
|
---|
100 | - Added call to SetDirecory(0) for histograms fHErrCharge,
|
---|
101 | fHPCharge, fHPTime.
|
---|
102 |
|
---|
103 | * manalysis/MCerPhotPix.h:
|
---|
104 | - Changed position of declaration of fIsSaturated to be the last
|
---|
105 | private variable. Otherwise, since in the constructor it is
|
---|
106 | initialized in the last place, a warning is displayed upon
|
---|
107 | compilation in some systems.
|
---|
108 |
|
---|
109 |
|
---|
110 |
|
---|
111 | 2004/01/20: Markus Gaug
|
---|
112 | * mcalib/Makefile, manalysis/Makefile:
|
---|
113 | - include directory ../mtools
|
---|
114 |
|
---|
115 | * mtools/MFFT.[h,cc]
|
---|
116 | - class inherits from TObject now
|
---|
117 |
|
---|
118 |
|
---|
119 |
|
---|
120 | 2004/01/19: Markus Gaug
|
---|
121 |
|
---|
122 | * mcalib/MHCalibrationBlindPixel.[h,cc]
|
---|
123 | - fixed a bug in fFitLegend due to which program crashed by calls
|
---|
124 | to DrawClone
|
---|
125 | - Modified way to change the fit function
|
---|
126 |
|
---|
127 | * mcalib/MHCalibrationPixel.[h,cc]
|
---|
128 | - reordered function calls
|
---|
129 | - removed SetupFill
|
---|
130 |
|
---|
131 | * mcalib/MHCalibrationPINDiode.h
|
---|
132 | - reordered function calls
|
---|
133 |
|
---|
134 | * mcalib/MCalibrationPix.[h,cc]
|
---|
135 | - limits to define fFitValid now as variables in class
|
---|
136 |
|
---|
137 | * mcalib/MCalibrationCam.[h,cc]
|
---|
138 | - reordered function calls
|
---|
139 | - incorporate option to exclude pixels
|
---|
140 |
|
---|
141 | * mcalib/MCalibrationBlindPix.h
|
---|
142 | - Modified way to change the fit function
|
---|
143 |
|
---|
144 | * mcalib/MCalibrationCalc.[h,cc]
|
---|
145 | - Modified way to change the fit function
|
---|
146 | - incorporate option to exclude pixels from configuration file
|
---|
147 |
|
---|
148 | * macros/calibration.C
|
---|
149 | - Modified way to change the fit function
|
---|
150 | - incorporate option to exclude pixels from configuration file
|
---|
151 |
|
---|
152 |
|
---|
153 |
|
---|
154 | 2004/01/19: Javier Rico
|
---|
155 |
|
---|
156 | * manalysis/MPedCalcPedRun.cc, manalysis/MPedPhotCalc.cc
|
---|
157 | - Added documentation of member functions
|
---|
158 |
|
---|
159 |
|
---|
160 |
|
---|
161 | 2004/01/19: Abelardo Moralejo
|
---|
162 |
|
---|
163 | * manalysis/MCerPhotPix.[h,cc]
|
---|
164 | - Added fIsSaturated to flag whether low gain of the pixel is
|
---|
165 | saturated. Added corresponding getter and setter functions.
|
---|
166 | Updated ClassDef to version 2.
|
---|
167 |
|
---|
168 | * mcalib/MCalibrate.cc
|
---|
169 | - Set the new saturation flag of MCerPhotPix to kTRUE if at least
|
---|
170 | one low gain FADC slice is saturated.
|
---|
171 |
|
---|
172 | * mimage/MNewImagePar.[h,cc]
|
---|
173 | - Added new member variable fNumSaturatedPixels to count how many
|
---|
174 | pixels were saturated. Updated ClassDef to version 2.
|
---|
175 |
|
---|
176 |
|
---|
177 |
|
---|
178 | 2004/01/19: Thomas Bretz
|
---|
179 |
|
---|
180 | * manalysis/MPedPhotCalc.[cc,h]:
|
---|
181 | - fixed order of includes
|
---|
182 | - removed obsolete forward declarations
|
---|
183 | - removed obsolete data member fNumPixels (stored already twice in
|
---|
184 | the two TArrayF)
|
---|
185 | - fixed some small bugs in the documentation
|
---|
186 |
|
---|
187 | * manalysis/MPedCalcPedRun.cc:
|
---|
188 | - updated my eMail address
|
---|
189 |
|
---|
190 |
|
---|
191 |
|
---|
192 | 2004/01/19: Javier Rico
|
---|
193 |
|
---|
194 | * macros/dohtml.C, NEWS
|
---|
195 | - include some missing info
|
---|
196 |
|
---|
197 |
|
---|
198 |
|
---|
199 | 2004/01/19: Abelardo Moralejo
|
---|
200 |
|
---|
201 | * manalysis/MExtractedSignalPix.h
|
---|
202 | - added GetNumLoGainSaturated()
|
---|
203 |
|
---|
204 |
|
---|
205 |
|
---|
206 | 2004/01/19: Markus Gaug
|
---|
207 |
|
---|
208 | * macros/dohtml.C
|
---|
209 | - include calibration.C
|
---|
210 |
|
---|
211 | * manalysis/MExtractSignal.cc
|
---|
212 | - warning of logain saturation now only once per event (out of loop)
|
---|
213 |
|
---|
214 | * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.[h,cc]
|
---|
215 | - new Flag fExcluded to indicate if pixel has been excluded from
|
---|
216 | further analysis
|
---|
217 |
|
---|
218 |
|
---|
219 |
|
---|
220 | 2004/01/16: Javier Rico & Pepe Flix
|
---|
221 |
|
---|
222 | * manalysis/MPedPhotCalc.[cc,h]
|
---|
223 | - added
|
---|
224 | - new class for the evaluation of pedestals in units of photons
|
---|
225 | using the extracted signal from pedestal runs and calibration
|
---|
226 | constants defined in MCalibrate
|
---|
227 |
|
---|
228 | * manalysis/AnalysisLinkDef.h, manalysis/Makefile
|
---|
229 | - added entries for MPedPhotCalc
|
---|
230 |
|
---|
231 | * macros/pedphotcalc.C
|
---|
232 | - added
|
---|
233 | - example on how to use MPedPhotCalc task
|
---|
234 |
|
---|
235 |
|
---|
236 |
|
---|
237 | 2004/01/16: Markus Gaug
|
---|
238 |
|
---|
239 | * mcalib/MCalibrationFits.h
|
---|
240 | - removed and incorporated in MHCalibrationBlindPixel.h
|
---|
241 |
|
---|
242 | * mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MHCalibrationConfig.h,
|
---|
243 | mcalib/MCalibrationBlindPix.h:
|
---|
244 | - incorporate Fit functions
|
---|
245 | - fixed a bug due to which DrawClone crashed when class was used
|
---|
246 | in a compiled macro
|
---|
247 |
|
---|
248 | * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.cc,
|
---|
249 | mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationPINDiode.cc,
|
---|
250 | mcalib/MCalibrationCam.cc, mcalib/MHCalibrationBlindPixel.cc,
|
---|
251 | mcalib/MHCalibrationPixel.cc:
|
---|
252 | - fixed the warns and errs in fLog's
|
---|
253 |
|
---|
254 |
|
---|
255 |
|
---|
256 | 2004/01/16: Abelardo Moralejo
|
---|
257 |
|
---|
258 | * manalysis/MMcCalibrationCalc.cc
|
---|
259 | - TMath::Max() is no longer used because it did not compile in some
|
---|
260 | systems for unkown reasons. I replaced it by a safer (and may be
|
---|
261 | slower) code.
|
---|
262 | - Added calpix.SetFitValid();
|
---|
263 |
|
---|
264 | * mhist/MHEvent.cc
|
---|
265 | - In MHEvent::Fill, fixed: second parameter of SetCamContent must
|
---|
266 | be 1 in case of RMS:
|
---|
267 | case kEvtPedestalRMS:
|
---|
268 | fHist->SetCamContent(*(MCamEvent*)par, 1);
|
---|
269 |
|
---|
270 |
|
---|
271 |
|
---|
272 | 2004/01/15: Abelardo Moralejo
|
---|
273 |
|
---|
274 | * macros/starmc.C
|
---|
275 | - Added. Version of star showing new chain to get Hillas
|
---|
276 | parameters (with Size calibrated in photons) from MC files.
|
---|
277 |
|
---|
278 |
|
---|
279 |
|
---|
280 | 2004/01/15: Javier Rico
|
---|
281 |
|
---|
282 | * manalysis/MPedCalcPedRun.[h,cc]
|
---|
283 | - optimize the running time
|
---|
284 | - add (some) documentation
|
---|
285 | - correct treatment for the case of several input files
|
---|
286 |
|
---|
287 | * macros/pedvsevent.C
|
---|
288 | - added
|
---|
289 | - draw pedestal mean and rms vs event# for input pixel# and run
|
---|
290 | file, and compares them to the global pedestal mean and rms
|
---|
291 |
|
---|
292 |
|
---|
293 |
|
---|
294 | 2004/01/15: Raquel de los Reyes
|
---|
295 |
|
---|
296 | * mhist/MHCamEvent.cc, mhist/MHCamera.cc
|
---|
297 | - changed the MHCamEvent::SetupFill and MHCamera::GetBinError
|
---|
298 | functions to compute the estimation of the error of the
|
---|
299 | mean. It can be done calling to the function
|
---|
300 | MCamEvent::SetBit(MHCamera::kVariance) in the macro
|
---|
301 |
|
---|
302 |
|
---|
303 |
|
---|
304 | 2004/01/15: Markus Gaug
|
---|
305 |
|
---|
306 | * mhist/MHCamera.[h,cc]
|
---|
307 | - incorporate Thomas's changes
|
---|
308 | - replace void CreateProjection() by TH1D *Projection(const char*)
|
---|
309 |
|
---|
310 | * macros/calibration.C
|
---|
311 | - replace MHCamera->Draw("proj") by MHCamera->Projection()
|
---|
312 | - produce better fits to the projection
|
---|
313 |
|
---|
314 | * manalysis/MSimulatedAnnealing.[h,cc],
|
---|
315 | mhist/MHSimulatedAnnealing.[h,cc]:
|
---|
316 | - moved to directory mtools
|
---|
317 | - MSimulatedAnnealing now inherits from TObject
|
---|
318 |
|
---|
319 | * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
|
---|
320 | mhist/Makefile, mhist/HistLinkDef.h:
|
---|
321 | - removed MSimulatedAnnealing
|
---|
322 | - removed MHSimulatedAnnealing
|
---|
323 |
|
---|
324 | * mtools/Makefile, mtools/AnalysisLinkDef.h:
|
---|
325 | - added MSimulatedAnnealing
|
---|
326 | - added MHSimulatedAnnealing
|
---|
327 |
|
---|
328 |
|
---|
329 |
|
---|
330 | 2004/01/15: Thomas Bretz
|
---|
331 |
|
---|
332 | * manalysis/AnalysisLinkDef.h:
|
---|
333 | - removed MCurrents
|
---|
334 |
|
---|
335 | * mhist/MHCamera.[h,cc]:
|
---|
336 | - added member function Projection
|
---|
337 | - removed fYproj
|
---|
338 |
|
---|
339 | * mreport/MReport*.*:
|
---|
340 | - added more comments
|
---|
341 |
|
---|
342 |
|
---|
343 |
|
---|
344 | 2004/01/14: Markus Gaug
|
---|
345 |
|
---|
346 | * mtools/MFFT.[h,cc]
|
---|
347 | - new class to perform Fast Fourier Transforms
|
---|
348 |
|
---|
349 | * mtools/Makefile
|
---|
350 | * mtools/ToolsLinkDef.h
|
---|
351 | - include MFFT
|
---|
352 |
|
---|
353 | * manalysis/MExtractedSignalCam.h
|
---|
354 | - removed variables fNumHiGainSamples and fNumLoGainSamples
|
---|
355 | - function SetNumUsedFADCSlices replaced by SetUsedFADCSlices
|
---|
356 |
|
---|
357 | * manalysis/MExtractSignal.cc
|
---|
358 | - updated call to SetUsedFADCSlices
|
---|
359 |
|
---|
360 |
|
---|
361 |
|
---|
362 | 2004/01/14: Abelardo Moralejo
|
---|
363 |
|
---|
364 | * manalysis/MMcCalibrationCalc.cc:
|
---|
365 | - set pedestal rms per FADC slice to 0.01 counts in case it is 0.
|
---|
366 | This can happen (depending on camera simulation parameters), and
|
---|
367 | rms = 0 later resulted in the pixel being eliminated in the
|
---|
368 | image cleaning.
|
---|
369 |
|
---|
370 |
|
---|
371 |
|
---|
372 | 2004/01/14: Thomas Bretz
|
---|
373 |
|
---|
374 | * Makefile:
|
---|
375 | - replaced old style Makefile.depend by directory specific
|
---|
376 | dependancy files
|
---|
377 |
|
---|
378 | * Makefile.rules:
|
---|
379 | - changed obsolete '.cc.o' style to newer style '%.o: %.c'
|
---|
380 | - added rule to make dependency files
|
---|
381 | - added rule to remove dependancy files.
|
---|
382 | - added rmdep as prerequisite to clean
|
---|
383 | - include dependency file
|
---|
384 |
|
---|
385 | * mbase/Makefile, mcalib/Makefile, mcamera/Makefile,
|
---|
386 | mdata/Makefile, mfileio/Makefile, mfilter/Makefile,
|
---|
387 | mgeom/Makefile, mgui/Makefile, mhbase/Makefile,
|
---|
388 | mhist/Makefile, mhistmc/Makefile, mimage/Makefile,
|
---|
389 | mmain/Makefile, mmc/Makefile, mmontecarlo/Makefile,
|
---|
390 | mpointing/Makefile, mranforest/Makefile, mraw/Makefile,
|
---|
391 | mreflector/Makefile, mreport/Makefile, mtemp/Makefile,
|
---|
392 | mtools/Makefile:
|
---|
393 | - removed clean-rule, use the one in Makefile.rules instead
|
---|
394 |
|
---|
395 | * mreport/Makefile, mreport/ReportLinkDef.h:
|
---|
396 | - added MReportHelp
|
---|
397 |
|
---|
398 | * mreport/MReportFileRead.cc:
|
---|
399 | - moved code from MReportHelp to new file
|
---|
400 | - removed usage of MReport class completely
|
---|
401 |
|
---|
402 | * mfilter/MFGeomag.[h,cc]:
|
---|
403 | - fixed a bug which causes MFGeomag to fail if MARSSYS is not set
|
---|
404 | - changed the second loop from 0->1151 to 1152->2304
|
---|
405 | - removed dummy arrays used for reading
|
---|
406 | - output filename in case of 'file not found'
|
---|
407 | - removed obsolete data members
|
---|
408 | - removed obsolete Init function
|
---|
409 | - removed forbidden underscore from member variable
|
---|
410 | - changed wrong 0/1 in allocation of fResult into kFALSE/TRUE
|
---|
411 |
|
---|
412 | * mbase/MStatusDisplay.[h,cc]:
|
---|
413 | - added new member function Open
|
---|
414 | - added new menu entry kFileOpen
|
---|
415 | - changed UpdatePSheader algorithm (the old one was much too slow)
|
---|
416 |
|
---|
417 | * manalysis/MCurrents.[h,cc]:
|
---|
418 | - removed (old outdated)
|
---|
419 |
|
---|
420 | * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
|
---|
421 | - removed MCurrents
|
---|
422 |
|
---|
423 |
|
---|
424 |
|
---|
425 | 2004/01/14: Wolfgang Wittek
|
---|
426 |
|
---|
427 | * macros/ONOFFAnalysis.C:
|
---|
428 | - current version
|
---|
429 |
|
---|
430 | * mhist/MHSigmaTheta.[h,cc]:
|
---|
431 | - replace MPedestalCam by MPedPhotCam
|
---|
432 |
|
---|
433 | * manalysis/MPad.[h,cc], manalysus/MSigmabar.[h,cc],
|
---|
434 | manalysus/MSigmabarCalc.[h,cc], manalysus/MCT1PadONOFF.[h,cc],
|
---|
435 | manalysus/MCT1PadSchweizer.[h,cc], manalysus/MPadding.[h,cc]:
|
---|
436 | - replace MPedestalCam by MPedPhotCam
|
---|
437 |
|
---|
438 | * manalysis/MPedPhotPix.[h,cc]
|
---|
439 | - uncomment SetRms()
|
---|
440 |
|
---|
441 |
|
---|
442 |
|
---|
443 | 2004/01/13: Markus Gaug
|
---|
444 |
|
---|
445 | * manalysis/MExtractSignal.h
|
---|
446 | - seems that the reduced light intensity of the CT1 Pulser
|
---|
447 | results in broader pulses -> Set Default time slices to [3,10]
|
---|
448 |
|
---|
449 | * mhist/MHCamera.cc
|
---|
450 | - make Stat Window in option 'proj' bigger
|
---|
451 | - add comment line at beginning of Draw()
|
---|
452 |
|
---|
453 | * mcalib/MHCalibrationBlindPixel.[h.cc]
|
---|
454 | - add Function DrawClone()
|
---|
455 | - fix bug in calculation of integral (GetIntegral("width"))
|
---|
456 | - restrict parameters tighter
|
---|
457 | - declare fit as not valid, if less than 100 events
|
---|
458 | in single photo-electron peak
|
---|
459 |
|
---|
460 | * mcalib/MCalibrationFits.h, mcalib/MHCalibrationBlindPixel.[h.cc]
|
---|
461 | - fit now with fixed normalization
|
---|
462 |
|
---|
463 | * mcalib/MHCalibrationPixel.[h.cc]
|
---|
464 | - new function IsEmpty()
|
---|
465 | - Time fit accepted if ChiSquare less than 30. (instead of 20.)
|
---|
466 |
|
---|
467 | * mcalib/MCalibrationPix.[h.cc]
|
---|
468 | - F-Factor corrected and added error
|
---|
469 | - Histograms not fitted if they are empty
|
---|
470 | - rejection criteria of fitted charges now > 5 PedRMS (instead 3)
|
---|
471 |
|
---|
472 | * mcalib/MCalibrationCam.cc
|
---|
473 | - Square Root of Reduced Sigmas not taken, if they are < 0.
|
---|
474 | - Reduced Sigma / Charge squared replaced by reduced sigma / charge
|
---|
475 |
|
---|
476 | * mcalib/MCalibrationCalc.cc
|
---|
477 | - Blind Pixel is not additionally treated as normal pixel any more
|
---|
478 | - Blind Pixel Draw replaced by DrawClone
|
---|
479 |
|
---|
480 | * macros/calibration.C
|
---|
481 | - took out some unused code
|
---|
482 | - some default axis labelling corrected
|
---|
483 |
|
---|
484 |
|
---|
485 |
|
---|
486 | 2004/01/13: Abelardo Moralejo
|
---|
487 |
|
---|
488 | * manalysis/MMcPedestalCopy.cc
|
---|
489 | - added check of whether input file is a MC file before executing
|
---|
490 | the PreProcess.
|
---|
491 |
|
---|
492 |
|
---|
493 |
|
---|
494 | 2004/01/13: Wolfgang Wittek
|
---|
495 |
|
---|
496 | * macros/ONOFFAnalysis.C, macros/ONAnalysis.C:
|
---|
497 | - change macro to handle also MC events with finite sigmabar
|
---|
498 |
|
---|
499 | * manalysis/MPadOn.[h,cc]:
|
---|
500 | - deleted, is replaced by MPad
|
---|
501 |
|
---|
502 | * manalysis/MPadOnOFF.[h,cc]:
|
---|
503 | - deleted, is replaced by MPad
|
---|
504 |
|
---|
505 | * manalysis/MPad.[h,cc]:
|
---|
506 | - new class, replacing MPadON and MPadONOFF
|
---|
507 | - handle also MC events with finite sigmabar
|
---|
508 |
|
---|
509 | * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
|
---|
510 | - replace MPadON and MPadONOFF by MPad
|
---|
511 |
|
---|
512 |
|
---|
513 |
|
---|
514 | 2004/01/13: Thomas Bretz
|
---|
515 |
|
---|
516 | * mraw/MRawRunHeader.[h,cc]:
|
---|
517 | - implemented new member function GetRunTypeStr
|
---|
518 |
|
---|
519 | * Changelog.03:
|
---|
520 | - added (contains entries of 2003)
|
---|
521 |
|
---|
522 | * Changelog:
|
---|
523 | - removed entries of 2003
|
---|
524 |
|
---|
525 | * mfilter/MFGeomag.cc:
|
---|
526 | - simplified open/close of input files
|
---|
527 |
|
---|
528 | * manalysis/MEventRate.[h,cc], manalysis/MEventRateCalc.cc:
|
---|
529 | - added some comments
|
---|
530 | - added new member function GetError
|
---|
531 |
|
---|
532 | * Makefile:
|
---|
533 | - updated 'make dox' output for convinience
|
---|
534 |
|
---|
535 | * macros/dohtml.C:
|
---|
536 | - do not print Info's
|
---|
537 | - added mcamera
|
---|
538 | - added mpointing
|
---|
539 | - added mreport
|
---|
540 |
|
---|
541 | * mreport/MReportCurrents.cc, mreport/MReportDAQ.cc:
|
---|
542 | - removed some obsolete comments (these comments confused THtml)
|
---|
543 |
|
---|
544 | * manalysis/MCameraData.[h,cc], mfileio/MCT1ReadAscii.[h,cc],
|
---|
545 | mfileio/MCT1ReadPreProc.[h,cc], mfilter/MFCT1SelBasic.cc,
|
---|
546 | mfilter/MFSelBasic.cc, mhist/MHCamera.cc, mhist/MHEvent.[h,cc],
|
---|
547 | mimage/MImgCleanStd.[h,cc], mimage/MImgCleanTGB.[h,cc],
|
---|
548 | mmain/MAnalysis.cc, mmain/MEventDisplay.cc:
|
---|
549 | - replaced MPedestalCam by MPedPhotCam
|
---|
550 | - removed some obsolete includes
|
---|
551 |
|
---|
552 | * mbase/BaseLinkDef.h, mbase/Makefile:
|
---|
553 | - added MLogPlugin
|
---|
554 | - added MLogHtml
|
---|
555 |
|
---|
556 | * mbase/MLog.[h,cc]:
|
---|
557 | - added use of plugins
|
---|
558 |
|
---|
559 | * mbase/MLogPlugin.[h,cc], mbase/MLogHtml.[h,cc]:
|
---|
560 | - added
|
---|
561 |
|
---|
562 | * mbase/MStatusDisplay.[h,cc]:
|
---|
563 | - added a Save-As dialog
|
---|
564 |
|
---|
565 |
|
---|
566 |
|
---|
567 | 2004/01/12: Thomas Bretz
|
---|
568 |
|
---|
569 | * macros/rootlogon.C:
|
---|
570 | - added mcamera to include path
|
---|
571 | - added mpointing to include path
|
---|
572 | - added mreport to include path
|
---|
573 |
|
---|
574 | * mbase/MLog.cc:
|
---|
575 | - updated my eMail address
|
---|
576 |
|
---|
577 | * mbase/MParContainer.h:
|
---|
578 | - added Read member function
|
---|
579 |
|
---|
580 | * mbase/MStatusDisplay.[h,cc]:
|
---|
581 | - changed size of ps-paper
|
---|
582 | - added a user defined bottom line to the ps-files
|
---|
583 | - added name (currently unused)
|
---|
584 | - added title (used as possible bottom line in ps-file)
|
---|
585 |
|
---|
586 | * mraw/MRawRunHeader.cc:
|
---|
587 | - added some comments
|
---|
588 |
|
---|
589 | * status.cc:
|
---|
590 | - set name of input as bottom line of status display
|
---|
591 |
|
---|
592 |
|
---|
593 |
|
---|
594 | 2004/01/12: Abelardo Moralejo
|
---|
595 |
|
---|
596 | * mimage/MStereoPar.cc
|
---|
597 | - fixed mistake: now fSourceY = scale1*hillas1.GetMeanY() + ...
|
---|
598 | instead of fSourceY = scale2*hillas1.GetMeanY() + ...
|
---|
599 | Bug had no effect unless scale1 != scale2 (-> telescopes of
|
---|
600 | different size).
|
---|
601 |
|
---|
602 |
|
---|
603 |
|
---|
604 | 2004/01/12: Markus Gaug
|
---|
605 |
|
---|
606 | * manalysis/MExtractSignal.[h,cc]
|
---|
607 | - take out some uncommented code
|
---|
608 | - replace logainshift by two independent variables:
|
---|
609 | logainfirst, logainlast
|
---|
610 | - because in most data, maximum occurs in slice 4, shift default
|
---|
611 | from slices 4-9 to slices 3-8.
|
---|
612 |
|
---|
613 | * manalysis/MExtractedSignalPix.[h,cc]
|
---|
614 | - took out some uncommented code
|
---|
615 | - new initializers: instead of -1. now 99999.9
|
---|
616 |
|
---|
617 |
|
---|
618 |
|
---|
619 | 2004/01/09: Markus Gaug
|
---|
620 |
|
---|
621 | * mcalib/MCalibrationCam.[h,cc]
|
---|
622 | - take out 1-dim histos because we can use
|
---|
623 | the projections in MHCamera (s.b.)
|
---|
624 |
|
---|
625 | * mcalib/MHCalibrationBlindPixel.h
|
---|
626 | - make the fit by default quiet
|
---|
627 |
|
---|
628 | * mcalib/MHCalibrationPixel.[h,cc]
|
---|
629 | * mcalib/MCalibrationPix.[h,cc]
|
---|
630 | - Ranges of time slices stored independently for HiGain and LoGain
|
---|
631 | in order to allow consecutive checks
|
---|
632 |
|
---|
633 | * mhist/MHCamera.[h.cc]
|
---|
634 | - add the possibility to call a Draw("proj") which will
|
---|
635 | draw a Y-Projection of the histogram
|
---|
636 |
|
---|
637 | * macros/calibration.C
|
---|
638 | - apply the drawing of the projections and fit them
|
---|
639 |
|
---|
640 | * mcalib/MCalibrationCalc.cc
|
---|
641 | - catch the possibility of a calibration file,
|
---|
642 | unintendedly being a pedestal or cosmic file.
|
---|
643 | Program now exits with an error before doing the fits
|
---|
644 |
|
---|
645 | * mcalib/MCalibrationPix.[h,cc]
|
---|
646 | - fixed a bug in calculation of fFitValid.
|
---|
647 | before, a call to IsFitValid() always returned false
|
---|
648 |
|
---|
649 |
|
---|
650 |
|
---|
651 | 2004/01/09: Javier L¢pez
|
---|
652 |
|
---|
653 | * macros/bootcampstandardanalysis.C
|
---|
654 | - added new macro that holds the main scheleton discussed in the
|
---|
655 | december bootcamp in Wuerzburg. It runs first over a pedestal
|
---|
656 | run, then over a calibration run, again over the pedestal run
|
---|
657 | to compute de pedestal in number of photons and finally over a
|
---|
658 | data run to calibrate the data.
|
---|
659 |
|
---|
660 |
|
---|
661 |
|
---|
662 | 2004/01/06: Sebastian Raducci
|
---|
663 |
|
---|
664 | * manalysis/MArrivalTime.[h,cc]
|
---|
665 | - added new method to calculate photon arrival times. It uses the
|
---|
666 | TSpline5 Root Class to interpolate the Fadc Slices. The time is
|
---|
667 | the abscissa value of the absolute maximum of the interpolation
|
---|
668 | - added new method to find clusters with similar arrival times.
|
---|
669 | For now it's a preliminary version. It simply search for adiacent
|
---|
670 | pixels having the same arrival time (color).
|
---|
671 |
|
---|
672 | * manalysis/MArrivalTimeCalc.[h,cc]
|
---|
673 | - modified the Process() method according to the changes in the
|
---|
674 | Arrival Time Cointainer
|
---|
675 |
|
---|
676 | * mmain/MEventDisplay.cc
|
---|
677 | - added new tab in the camera event display to show the arrival
|
---|
678 | time. This arrival time is calculated with the spline method
|
---|
679 | - the old Arrival Time pad now it's called Max Slice Idx, because
|
---|
680 | it's only the index of the slice with the max content.
|
---|
681 |
|
---|
682 | * mhist/MHEvent.[h,cc]
|
---|
683 | - added new fType in te enumeration to handle the arrival time
|
---|
684 | histos
|
---|