source: trunk/MagicSoft/Mars/Changelog@ 2844

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