source: trunk/MagicSoft/Mars/Changelog@ 2842

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