source: trunk/MagicSoft/Mars/Changelog@ 2819

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