source: trunk/MagicSoft/Mars/Changelog@ 2836

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