source: trunk/MagicSoft/Mars/Changelog@ 2823

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