source: trunk/MagicSoft/Mars/Changelog@ 2812

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