source: trunk/MagicSoft/Mars/Changelog@ 2814

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