source: trunk/MagicSoft/Mars/Changelog@ 2856

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