source: trunk/MagicSoft/Mars/Changelog@ 2859

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