source: trunk/MagicSoft/Mars/Changelog@ 2829

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