source: trunk/MagicSoft/Mars/Changelog@ 2825

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