source: trunk/MagicSoft/Mars/Changelog@ 2840

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