source: trunk/MagicSoft/Mars/Changelog@ 2817

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