source: trunk/MagicSoft/Mars/Changelog@ 2843

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