source: trunk/MagicSoft/Mars/Changelog@ 2824

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