source: trunk/MagicSoft/Mars/Changelog@ 2830

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