source: trunk/MagicSoft/Mars/Changelog@ 2855

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