source: trunk/MagicSoft/Mars/Changelog@ 2846

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