source: trunk/MagicSoft/Mars/Changelog@ 2839

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