source: trunk/MagicSoft/Mars/Changelog@ 2847

Last change on this file since 2847 was 2847, checked in by tbretz, 22 years ago
*** empty log message ***
File size: 14.2 KB
Line 
1Please do not write behind the end of line tag so that it is possible
2to send a Changelog file to a line printer directly. Thanks.
3
4
5 -*-*- END OF LINE -*-*-
6
7 2004/01/19: Javier Rico
8 * macros/dohtml.C, NEWS
9 - include some missing info
10
11
12
13 2004/01/19: Abelardo Moralejo
14 * manalysis/MExtractedSignalPix.h
15 - added GetNumLoGainSaturated()
16
17
18
19 2004/01/19: Markus Gaug
20
21 * macros/dohtml.C
22 - include calibration.C
23
24 * manalysis/MExtractSignal.cc
25 - warning of logain saturation now only once per event (out of loop)
26
27 * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.[h,cc]
28 - new Flag fExcluded to indicate if pixel has been excluded from
29 further analysis
30
31
32
33 2004/01/16: Javier Rico & Pepe Flix
34
35 * manalysis/MPedPhotCalc.[cc,h]
36 - added
37 - new class for the evaluation of pedestals in units of photons
38 using the extracted signal from pedestal runs and calibration
39 constants defined in MCalibrate
40
41 * manalysis/AnalysisLinkDef.h, manalysis/Makefile
42 - added entries for MPedPhotCalc
43
44 * macros/pedphotcalc.C
45 - added
46 - example on how to use MPedPhotCalc task
47
48
49
50 2004/01/16: Markus Gaug
51
52 * mcalib/MCalibrationFits.h
53 - removed and incorporated in MHCalibrationBlindPixel.h
54
55 * mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MHCalibrationConfig.h,
56 mcalib/MCalibrationBlindPix.h:
57 - incorporate Fit functions
58 - fixed a bug due to which DrawClone crashed when class was used
59 in a compiled macro
60
61 * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.cc,
62 mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationPINDiode.cc,
63 mcalib/MCalibrationCam.cc, mcalib/MHCalibrationBlindPixel.cc,
64 mcalib/MHCalibrationPixel.cc:
65 - fixed the warns and errs in fLog's
66
67
68
69 2004/01/16: Abelardo Moralejo
70
71 * manalysis/MMcCalibrationCalc.cc
72 - TMath::Max() is no longer used because it did not compile in some
73 systems for unkown reasons. I replaced it by a safer (and may be
74 slower) code.
75 - Added calpix.SetFitValid();
76
77 * mhist/MHEvent.cc
78 - In MHEvent::Fill, fixed: second parameter of SetCamContent must
79 be 1 in case of RMS:
80 case kEvtPedestalRMS:
81 fHist->SetCamContent(*(MCamEvent*)par, 1);
82
83
84
85 2004/01/15: Abelardo Moralejo
86
87 * macros/starmc.C
88 - Added. Version of star showing new chain to get Hillas
89 parameters (with Size calibrated in photons) from MC files.
90
91
92
93 2004/01/15: Javier Rico
94
95 * manalysis/MPedCalcPedRun.[h,cc]
96 - optimize the running time
97 - add (some) documentation
98 - correct treatment for the case of several input files
99
100 * macros/pedvsevent.C
101 - added
102 - draw pedestal mean and rms vs event# for input pixel# and run
103 file, and compares them to the global pedestal mean and rms
104
105
106
107 2004/01/15: Raquel de los Reyes
108
109 * mhist/MHCamEvent.cc, mhist/MHCamera.cc
110 - changed the MHCamEvent::SetupFill and MHCamera::GetBinError
111 functions to compute the estimation of the error of the
112 mean. It can be done calling to the function
113 MCamEvent::SetBit(MHCamera::kVariance) in the macro
114
115
116
117 2004/01/15: Markus Gaug
118
119 * mhist/MHCamera.[h,cc]
120 - incorporate Thomas's changes
121 - replace void CreateProjection() by TH1D *Projection(const char*)
122
123 * macros/calibration.C
124 - replace MHCamera->Draw("proj") by MHCamera->Projection()
125 - produce better fits to the projection
126
127 * manalysis/MSimulatedAnnealing.[h,cc],
128 mhist/MHSimulatedAnnealing.[h,cc]:
129 - moved to directory mtools
130 - MSimulatedAnnealing now inherits from TObject
131
132 * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
133 mhist/Makefile, mhist/HistLinkDef.h:
134 - removed MSimulatedAnnealing
135 - removed MHSimulatedAnnealing
136
137 * mtools/Makefile, mtools/AnalysisLinkDef.h:
138 - added MSimulatedAnnealing
139 - added MHSimulatedAnnealing
140
141
142
143 2004/01/15: Thomas Bretz
144
145 * manalysis/AnalysisLinkDef.h:
146 - removed MCurrents
147
148 * mhist/MHCamera.[h,cc]:
149 - added member function Projection
150 - removed fYproj
151
152 * mreport/MReport*.*:
153 - added more comments
154
155
156
157 2004/01/14: Markus Gaug
158
159 * mtools/MFFT.[h,cc]
160 - new class to perform Fast Fourier Transforms
161
162 * mtools/Makefile
163 * mtools/ToolsLinkDef.h
164 - include MFFT
165
166 * manalysis/MExtractedSignalCam.h
167 - removed variables fNumHiGainSamples and fNumLoGainSamples
168 - function SetNumUsedFADCSlices replaced by SetUsedFADCSlices
169
170 * manalysis/MExtractSignal.cc
171 - updated call to SetUsedFADCSlices
172
173
174
175 2004/01/14: Abelardo Moralejo
176
177 * manalysis/MMcCalibrationCalc.cc:
178 - set pedestal rms per FADC slice to 0.01 counts in case it is 0.
179 This can happen (depending on camera simulation parameters), and
180 rms = 0 later resulted in the pixel being eliminated in the
181 image cleaning.
182
183
184
185 2004/01/14: Thomas Bretz
186
187 * Makefile:
188 - replaced old style Makefile.depend by directory specific
189 dependancy files
190
191 * Makefile.rules:
192 - changed obsolete '.cc.o' style to newer style '%.o: %.c'
193 - added rule to make dependency files
194 - added rule to remove dependancy files.
195 - added rmdep as prerequisite to clean
196 - include dependency file
197
198 * mbase/Makefile, mcalib/Makefile, mcamera/Makefile,
199 mdata/Makefile, mfileio/Makefile, mfilter/Makefile,
200 mgeom/Makefile, mgui/Makefile, mhbase/Makefile,
201 mhist/Makefile, mhistmc/Makefile, mimage/Makefile,
202 mmain/Makefile, mmc/Makefile, mmontecarlo/Makefile,
203 mpointing/Makefile, mranforest/Makefile, mraw/Makefile,
204 mreflector/Makefile, mreport/Makefile, mtemp/Makefile,
205 mtools/Makefile:
206 - removed clean-rule, use the one in Makefile.rules instead
207
208 * mreport/Makefile, mreport/ReportLinkDef.h:
209 - added MReportHelp
210
211 * mreport/MReportFileRead.cc:
212 - moved code from MReportHelp to new file
213 - removed usage of MReport class completely
214
215 * mfilter/MFGeomag.[h,cc]:
216 - fixed a bug which causes MFGeomag to fail if MARSSYS is not set
217 - changed the second loop from 0->1151 to 1152->2304
218 - removed dummy arrays used for reading
219 - output filename in case of 'file not found'
220 - removed obsolete data members
221 - removed obsolete Init function
222 - removed forbidden underscore from member variable
223 - changed wrong 0/1 in allocation of fResult into kFALSE/TRUE
224
225 * mbase/MStatusDisplay.[h,cc]:
226 - added new member function Open
227 - added new menu entry kFileOpen
228 - changed UpdatePSheader algorithm (the old one was much too slow)
229
230 * manalysis/MCurrents.[h,cc]:
231 - removed (old outdated)
232
233 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
234 - removed MCurrents
235
236
237
238 2004/01/14: Wolfgang Wittek
239
240 * macros/ONOFFAnalysis.C:
241 - current version
242
243 * mhist/MHSigmaTheta.[h,cc]:
244 - replace MPedestalCam by MPedPhotCam
245
246 * manalysis/MPad.[h,cc], manalysus/MSigmabar.[h,cc],
247 manalysus/MSigmabarCalc.[h,cc], manalysus/MCT1PadONOFF.[h,cc],
248 manalysus/MCT1PadSchweizer.[h,cc], manalysus/MPadding.[h,cc]:
249 - replace MPedestalCam by MPedPhotCam
250
251 * manalysis/MPedPhotPix.[h,cc]
252 - uncomment SetRms()
253
254
255
256 2004/01/13: Markus Gaug
257
258 * manalysis/MExtractSignal.h
259 - seems that the reduced light intensity of the CT1 Pulser
260 results in broader pulses -> Set Default time slices to [3,10]
261
262 * mhist/MHCamera.cc
263 - make Stat Window in option 'proj' bigger
264 - add comment line at beginning of Draw()
265
266 * mcalib/MHCalibrationBlindPixel.[h.cc]
267 - add Function DrawClone()
268 - fix bug in calculation of integral (GetIntegral("width"))
269 - restrict parameters tighter
270 - declare fit as not valid, if less than 100 events
271 in single photo-electron peak
272
273 * mcalib/MCalibrationFits.h, mcalib/MHCalibrationBlindPixel.[h.cc]
274 - fit now with fixed normalization
275
276 * mcalib/MHCalibrationPixel.[h.cc]
277 - new function IsEmpty()
278 - Time fit accepted if ChiSquare less than 30. (instead of 20.)
279
280 * mcalib/MCalibrationPix.[h.cc]
281 - F-Factor corrected and added error
282 - Histograms not fitted if they are empty
283 - rejection criteria of fitted charges now > 5 PedRMS (instead 3)
284
285 * mcalib/MCalibrationCam.cc
286 - Square Root of Reduced Sigmas not taken, if they are < 0.
287 - Reduced Sigma / Charge squared replaced by reduced sigma / charge
288
289 * mcalib/MCalibrationCalc.cc
290 - Blind Pixel is not additionally treated as normal pixel any more
291 - Blind Pixel Draw replaced by DrawClone
292
293 * macros/calibration.C
294 - took out some unused code
295 - some default axis labelling corrected
296
297
298
299 2004/01/13: Abelardo Moralejo
300
301 * manalysis/MMcPedestalCopy.cc
302 - added check of whether input file is a MC file before executing
303 the PreProcess.
304
305
306
307 2004/01/13: Wolfgang Wittek
308
309 * macros/ONOFFAnalysis.C, macros/ONAnalysis.C:
310 - change macro to handle also MC events with finite sigmabar
311
312 * manalysis/MPadOn.[h,cc]:
313 - deleted, is replaced by MPad
314
315 * manalysis/MPadOnOFF.[h,cc]:
316 - deleted, is replaced by MPad
317
318 * manalysis/MPad.[h,cc]:
319 - new class, replacing MPadON and MPadONOFF
320 - handle also MC events with finite sigmabar
321
322 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
323 - replace MPadON and MPadONOFF by MPad
324
325
326
327 2004/01/13: Thomas Bretz
328
329 * mraw/MRawRunHeader.[h,cc]:
330 - implemented new member function GetRunTypeStr
331
332 * Changelog.03:
333 - added (contains entries of 2003)
334
335 * Changelog:
336 - removed entries of 2003
337
338 * mfilter/MFGeomag.cc:
339 - simplified open/close of input files
340
341 * manalysis/MEventRate.[h,cc], manalysis/MEventRateCalc.cc:
342 - added some comments
343 - added new member function GetError
344
345 * Makefile:
346 - updated 'make dox' output for convinience
347
348 * macros/dohtml.C:
349 - do not print Info's
350 - added mcamera
351 - added mpointing
352 - added mreport
353
354 * mreport/MReportCurrents.cc, mreport/MReportDAQ.cc:
355 - removed some obsolete comments (these comments confused THtml)
356
357 * manalysis/MCameraData.[h,cc], mfileio/MCT1ReadAscii.[h,cc],
358 mfileio/MCT1ReadPreProc.[h,cc], mfilter/MFCT1SelBasic.cc,
359 mfilter/MFSelBasic.cc, mhist/MHCamera.cc, mhist/MHEvent.[h,cc],
360 mimage/MImgCleanStd.[h,cc], mimage/MImgCleanTGB.[h,cc],
361 mmain/MAnalysis.cc, mmain/MEventDisplay.cc:
362 - replaced MPedestalCam by MPedPhotCam
363 - removed some obsolete includes
364
365 * mbase/BaseLinkDef.h, mbase/Makefile:
366 - added MLogPlugin
367 - added MLogHtml
368
369 * mbase/MLog.[h,cc]:
370 - added use of plugins
371
372 * mbase/MLogPlugin.[h,cc], mbase/MLogHtml.[h,cc]:
373 - added
374
375 * mbase/MStatusDisplay.[h,cc]:
376 - added a Save-As dialog
377
378
379
380 2004/01/12: Thomas Bretz
381
382 * macros/rootlogon.C:
383 - added mcamera to include path
384 - added mpointing to include path
385 - added mreport to include path
386
387 * mbase/MLog.cc:
388 - updated my eMail address
389
390 * mbase/MParContainer.h:
391 - added Read member function
392
393 * mbase/MStatusDisplay.[h,cc]:
394 - changed size of ps-paper
395 - added a user defined bottom line to the ps-files
396 - added name (currently unused)
397 - added title (used as possible bottom line in ps-file)
398
399 * mraw/MRawRunHeader.cc:
400 - added some comments
401
402 * status.cc:
403 - set name of input as bottom line of status display
404
405
406
407 2004/01/12: Abelardo Moralejo
408
409 * mimage/MStereoPar.cc
410 - fixed mistake: now fSourceY = scale1*hillas1.GetMeanY() + ...
411 instead of fSourceY = scale2*hillas1.GetMeanY() + ...
412 Bug had no effect unless scale1 != scale2 (-> telescopes of
413 different size).
414
415
416
417 2004/01/12: Markus Gaug
418
419 * manalysis/MExtractSignal.[h,cc]
420 - take out some uncommented code
421 - replace logainshift by two independent variables:
422 logainfirst, logainlast
423 - because in most data, maximum occurs in slice 4, shift default
424 from slices 4-9 to slices 3-8.
425
426 * manalysis/MExtractedSignalPix.[h,cc]
427 - took out some uncommented code
428 - new initializers: instead of -1. now 99999.9
429
430
431
432 2004/01/09: Markus Gaug
433
434 * mcalib/MCalibrationCam.[h,cc]
435 - take out 1-dim histos because we can use
436 the projections in MHCamera (s.b.)
437
438 * mcalib/MHCalibrationBlindPixel.h
439 - make the fit by default quiet
440
441 * mcalib/MHCalibrationPixel.[h,cc]
442 * mcalib/MCalibrationPix.[h,cc]
443 - Ranges of time slices stored independently for HiGain and LoGain
444 in order to allow consecutive checks
445
446 * mhist/MHCamera.[h.cc]
447 - add the possibility to call a Draw("proj") which will
448 draw a Y-Projection of the histogram
449
450 * macros/calibration.C
451 - apply the drawing of the projections and fit them
452
453 * mcalib/MCalibrationCalc.cc
454 - catch the possibility of a calibration file,
455 unintendedly being a pedestal or cosmic file.
456 Program now exits with an error before doing the fits
457
458 * mcalib/MCalibrationPix.[h,cc]
459 - fixed a bug in calculation of fFitValid.
460 before, a call to IsFitValid() always returned false
461
462
463
464 2004/01/09: Javier L¢pez
465
466 * macros/bootcampstandardanalysis.C
467 - added new macro that holds the main scheleton discussed in the
468 december bootcamp in Wuerzburg. It runs first over a pedestal
469 run, then over a calibration run, again over the pedestal run
470 to compute de pedestal in number of photons and finally over a
471 data run to calibrate the data.
472
473
474
475 2004/01/06: Sebastian Raducci
476
477 * manalysis/MArrivalTime.[h,cc]
478 - added new method to calculate photon arrival times. It uses the
479 TSpline5 Root Class to interpolate the Fadc Slices. The time is
480 the abscissa value of the absolute maximum of the interpolation
481 - added new method to find clusters with similar arrival times.
482 For now it's a preliminary version. It simply search for adiacent
483 pixels having the same arrival time (color).
484
485 * manalysis/MArrivalTimeCalc.[h,cc]
486 - modified the Process() method according to the changes in the
487 Arrival Time Cointainer
488
489 * mmain/MEventDisplay.cc
490 - added new tab in the camera event display to show the arrival
491 time. This arrival time is calculated with the spline method
492 - the old Arrival Time pad now it's called Max Slice Idx, because
493 it's only the index of the slice with the max content.
494
495 * mhist/MHEvent.[h,cc]
496 - added new fType in te enumeration to handle the arrival time
497 histos
Note: See TracBrowser for help on using the repository browser.