source: trunk/MagicSoft/Mars/Changelog@ 2867

Last change on this file since 2867 was 2867, checked in by moralejo, 23 years ago
*** empty log message ***
File size: 18.5 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/21: Abelardo moralejo
8
9 * manalysis/MMcCalibrationUpdate.[h,cc]
10 - Added (see below).
11
12 * manalysis/MMcCalibrationCalc.[h,cc]
13 - Removed: changed name of this class to MMcCalibrationUpdate,
14 which is more representative of what it really does. Moved
15 the filling of the MCalibrationCam container from Process to
16 ReInit, since it does not change on an event by event basis.
17 Updated class description.
18
19 * manalysis/Makefile, AnalysisLinkDef.h
20 - Adapted to change above
21
22 * macros/starmc.C
23 - Adapted to change above
24
25
26 2004/01/21: Raquel de los Reyes
27
28 * mreport/MReportCC.h, mreport/MReportTrigger.h and
29 mcamera/MCameraCalibration.h
30 - Added the "Get" functions (e.g GetStatus() for fStatus) to access
31 the private data members of the class.
32
33
34 2004/01/20: Thomas Hengstebeck
35
36 * mranforest/MRanForestCalc.[h,cc]
37 - Added member functions Grow (training of RF) and Fill (reading in
38 trained forest from file) which simplify macros.
39 One just needs to call them instead of using MRanForestGrow and
40 MRanForestFill (and the related training and fill loops) in a
41 macro.
42
43
44
45 2004/01/20: Abelardo moralejo
46
47 * manalysis/MMcCalibrationCalc.cc
48 - removed call to MCalibrationPix::SetPedestal, which was not
49 needed.
50
51
52
53 2004/01/20: Thomas Bretz
54
55 * Makefile:
56 - replaced 'make' by '$(MAKE)'
57
58 * Makefile.rules:
59 - added Makefile itself to dependencies
60
61 * mbase/MTask.cc:
62 - added comment about ReInit
63
64 * mhbase/MH.cc:
65 - do not clear pad in DrawClone if 'same' option given
66
67 * mhist/MHVsTime.cc:
68 - evaluate 'same' option
69
70 * mfileio/MReadCurrents.[h,cc]:
71 - obsolete, removed
72
73 * manalysis/MCerPhotEvt.cc, manalysis/MCerPhotPix.cc:
74 - added some comments
75
76
77
78 2004/01/20: Abelardo moralejo
79
80 * mcalib/MHCalibrationPINDiode.cc
81 - Added call to SetDirecory(0) for histograms fHErrCharge,
82 fHPCharge, fHPTime.
83
84 * manalysis/MCerPhotPix.h:
85 - Changed position of declaration of fIsSaturated to be the last
86 private variable. Otherwise, since in the constructor it is
87 initialized in the last place, a warning is displayed upon
88 compilation in some systems.
89
90
91
92 2004/01/20: Markus Gaug
93 * mcalib/Makefile, manalysis/Makefile:
94 - include directory ../mtools
95
96 * mtools/MFFT.[h,cc]
97 - class inherits from TObject now
98
99
100
101 2004/01/19: Markus Gaug
102
103 * mcalib/MHCalibrationBlindPixel.[h,cc]
104 - fixed a bug in fFitLegend due to which program crashed by calls
105 to DrawClone
106 - Modified way to change the fit function
107
108 * mcalib/MHCalibrationPixel.[h,cc]
109 - reordered function calls
110 - removed SetupFill
111
112 * mcalib/MHCalibrationPINDiode.h
113 - reordered function calls
114
115 * mcalib/MCalibrationPix.[h,cc]
116 - limits to define fFitValid now as variables in class
117
118 * mcalib/MCalibrationCam.[h,cc]
119 - reordered function calls
120 - incorporate option to exclude pixels
121
122 * mcalib/MCalibrationBlindPix.h
123 - Modified way to change the fit function
124
125 * mcalib/MCalibrationCalc.[h,cc]
126 - Modified way to change the fit function
127 - incorporate option to exclude pixels from configuration file
128
129 * macros/calibration.C
130 - Modified way to change the fit function
131 - incorporate option to exclude pixels from configuration file
132
133
134
135 2004/01/19: Javier Rico
136
137 * manalysis/MPedCalcPedRun.cc, manalysis/MPedPhotCalc.cc
138 - Added documentation of member functions
139
140
141
142 2004/01/19: Abelardo Moralejo
143
144 * manalysis/MCerPhotPix.[h,cc]
145 - Added fIsSaturated to flag whether low gain of the pixel is
146 saturated. Added corresponding getter and setter functions.
147 Updated ClassDef to version 2.
148
149 * mcalib/MCalibrate.cc
150 - Set the new saturation flag of MCerPhotPix to kTRUE if at least
151 one low gain FADC slice is saturated.
152
153 * mimage/MNewImagePar.[h,cc]
154 - Added new member variable fNumSaturatedPixels to count how many
155 pixels were saturated. Updated ClassDef to version 2.
156
157
158
159 2004/01/19: Thomas Bretz
160
161 * manalysis/MPedPhotCalc.[cc,h]:
162 - fixed order of includes
163 - removed obsolete forward declarations
164 - removed obsolete data member fNumPixels (stored already twice in
165 the two TArrayF)
166 - fixed some small bugs in the documentation
167
168 * manalysis/MPedCalcPedRun.cc:
169 - updated my eMail address
170
171
172
173 2004/01/19: Javier Rico
174
175 * macros/dohtml.C, NEWS
176 - include some missing info
177
178
179
180 2004/01/19: Abelardo Moralejo
181
182 * manalysis/MExtractedSignalPix.h
183 - added GetNumLoGainSaturated()
184
185
186
187 2004/01/19: Markus Gaug
188
189 * macros/dohtml.C
190 - include calibration.C
191
192 * manalysis/MExtractSignal.cc
193 - warning of logain saturation now only once per event (out of loop)
194
195 * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.[h,cc]
196 - new Flag fExcluded to indicate if pixel has been excluded from
197 further analysis
198
199
200
201 2004/01/16: Javier Rico & Pepe Flix
202
203 * manalysis/MPedPhotCalc.[cc,h]
204 - added
205 - new class for the evaluation of pedestals in units of photons
206 using the extracted signal from pedestal runs and calibration
207 constants defined in MCalibrate
208
209 * manalysis/AnalysisLinkDef.h, manalysis/Makefile
210 - added entries for MPedPhotCalc
211
212 * macros/pedphotcalc.C
213 - added
214 - example on how to use MPedPhotCalc task
215
216
217
218 2004/01/16: Markus Gaug
219
220 * mcalib/MCalibrationFits.h
221 - removed and incorporated in MHCalibrationBlindPixel.h
222
223 * mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MHCalibrationConfig.h,
224 mcalib/MCalibrationBlindPix.h:
225 - incorporate Fit functions
226 - fixed a bug due to which DrawClone crashed when class was used
227 in a compiled macro
228
229 * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.cc,
230 mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationPINDiode.cc,
231 mcalib/MCalibrationCam.cc, mcalib/MHCalibrationBlindPixel.cc,
232 mcalib/MHCalibrationPixel.cc:
233 - fixed the warns and errs in fLog's
234
235
236
237 2004/01/16: Abelardo Moralejo
238
239 * manalysis/MMcCalibrationCalc.cc
240 - TMath::Max() is no longer used because it did not compile in some
241 systems for unkown reasons. I replaced it by a safer (and may be
242 slower) code.
243 - Added calpix.SetFitValid();
244
245 * mhist/MHEvent.cc
246 - In MHEvent::Fill, fixed: second parameter of SetCamContent must
247 be 1 in case of RMS:
248 case kEvtPedestalRMS:
249 fHist->SetCamContent(*(MCamEvent*)par, 1);
250
251
252
253 2004/01/15: Abelardo Moralejo
254
255 * macros/starmc.C
256 - Added. Version of star showing new chain to get Hillas
257 parameters (with Size calibrated in photons) from MC files.
258
259
260
261 2004/01/15: Javier Rico
262
263 * manalysis/MPedCalcPedRun.[h,cc]
264 - optimize the running time
265 - add (some) documentation
266 - correct treatment for the case of several input files
267
268 * macros/pedvsevent.C
269 - added
270 - draw pedestal mean and rms vs event# for input pixel# and run
271 file, and compares them to the global pedestal mean and rms
272
273
274
275 2004/01/15: Raquel de los Reyes
276
277 * mhist/MHCamEvent.cc, mhist/MHCamera.cc
278 - changed the MHCamEvent::SetupFill and MHCamera::GetBinError
279 functions to compute the estimation of the error of the
280 mean. It can be done calling to the function
281 MCamEvent::SetBit(MHCamera::kVariance) in the macro
282
283
284
285 2004/01/15: Markus Gaug
286
287 * mhist/MHCamera.[h,cc]
288 - incorporate Thomas's changes
289 - replace void CreateProjection() by TH1D *Projection(const char*)
290
291 * macros/calibration.C
292 - replace MHCamera->Draw("proj") by MHCamera->Projection()
293 - produce better fits to the projection
294
295 * manalysis/MSimulatedAnnealing.[h,cc],
296 mhist/MHSimulatedAnnealing.[h,cc]:
297 - moved to directory mtools
298 - MSimulatedAnnealing now inherits from TObject
299
300 * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
301 mhist/Makefile, mhist/HistLinkDef.h:
302 - removed MSimulatedAnnealing
303 - removed MHSimulatedAnnealing
304
305 * mtools/Makefile, mtools/AnalysisLinkDef.h:
306 - added MSimulatedAnnealing
307 - added MHSimulatedAnnealing
308
309
310
311 2004/01/15: Thomas Bretz
312
313 * manalysis/AnalysisLinkDef.h:
314 - removed MCurrents
315
316 * mhist/MHCamera.[h,cc]:
317 - added member function Projection
318 - removed fYproj
319
320 * mreport/MReport*.*:
321 - added more comments
322
323
324
325 2004/01/14: Markus Gaug
326
327 * mtools/MFFT.[h,cc]
328 - new class to perform Fast Fourier Transforms
329
330 * mtools/Makefile
331 * mtools/ToolsLinkDef.h
332 - include MFFT
333
334 * manalysis/MExtractedSignalCam.h
335 - removed variables fNumHiGainSamples and fNumLoGainSamples
336 - function SetNumUsedFADCSlices replaced by SetUsedFADCSlices
337
338 * manalysis/MExtractSignal.cc
339 - updated call to SetUsedFADCSlices
340
341
342
343 2004/01/14: Abelardo Moralejo
344
345 * manalysis/MMcCalibrationCalc.cc:
346 - set pedestal rms per FADC slice to 0.01 counts in case it is 0.
347 This can happen (depending on camera simulation parameters), and
348 rms = 0 later resulted in the pixel being eliminated in the
349 image cleaning.
350
351
352
353 2004/01/14: Thomas Bretz
354
355 * Makefile:
356 - replaced old style Makefile.depend by directory specific
357 dependancy files
358
359 * Makefile.rules:
360 - changed obsolete '.cc.o' style to newer style '%.o: %.c'
361 - added rule to make dependency files
362 - added rule to remove dependancy files.
363 - added rmdep as prerequisite to clean
364 - include dependency file
365
366 * mbase/Makefile, mcalib/Makefile, mcamera/Makefile,
367 mdata/Makefile, mfileio/Makefile, mfilter/Makefile,
368 mgeom/Makefile, mgui/Makefile, mhbase/Makefile,
369 mhist/Makefile, mhistmc/Makefile, mimage/Makefile,
370 mmain/Makefile, mmc/Makefile, mmontecarlo/Makefile,
371 mpointing/Makefile, mranforest/Makefile, mraw/Makefile,
372 mreflector/Makefile, mreport/Makefile, mtemp/Makefile,
373 mtools/Makefile:
374 - removed clean-rule, use the one in Makefile.rules instead
375
376 * mreport/Makefile, mreport/ReportLinkDef.h:
377 - added MReportHelp
378
379 * mreport/MReportFileRead.cc:
380 - moved code from MReportHelp to new file
381 - removed usage of MReport class completely
382
383 * mfilter/MFGeomag.[h,cc]:
384 - fixed a bug which causes MFGeomag to fail if MARSSYS is not set
385 - changed the second loop from 0->1151 to 1152->2304
386 - removed dummy arrays used for reading
387 - output filename in case of 'file not found'
388 - removed obsolete data members
389 - removed obsolete Init function
390 - removed forbidden underscore from member variable
391 - changed wrong 0/1 in allocation of fResult into kFALSE/TRUE
392
393 * mbase/MStatusDisplay.[h,cc]:
394 - added new member function Open
395 - added new menu entry kFileOpen
396 - changed UpdatePSheader algorithm (the old one was much too slow)
397
398 * manalysis/MCurrents.[h,cc]:
399 - removed (old outdated)
400
401 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
402 - removed MCurrents
403
404
405
406 2004/01/14: Wolfgang Wittek
407
408 * macros/ONOFFAnalysis.C:
409 - current version
410
411 * mhist/MHSigmaTheta.[h,cc]:
412 - replace MPedestalCam by MPedPhotCam
413
414 * manalysis/MPad.[h,cc], manalysus/MSigmabar.[h,cc],
415 manalysus/MSigmabarCalc.[h,cc], manalysus/MCT1PadONOFF.[h,cc],
416 manalysus/MCT1PadSchweizer.[h,cc], manalysus/MPadding.[h,cc]:
417 - replace MPedestalCam by MPedPhotCam
418
419 * manalysis/MPedPhotPix.[h,cc]
420 - uncomment SetRms()
421
422
423
424 2004/01/13: Markus Gaug
425
426 * manalysis/MExtractSignal.h
427 - seems that the reduced light intensity of the CT1 Pulser
428 results in broader pulses -> Set Default time slices to [3,10]
429
430 * mhist/MHCamera.cc
431 - make Stat Window in option 'proj' bigger
432 - add comment line at beginning of Draw()
433
434 * mcalib/MHCalibrationBlindPixel.[h.cc]
435 - add Function DrawClone()
436 - fix bug in calculation of integral (GetIntegral("width"))
437 - restrict parameters tighter
438 - declare fit as not valid, if less than 100 events
439 in single photo-electron peak
440
441 * mcalib/MCalibrationFits.h, mcalib/MHCalibrationBlindPixel.[h.cc]
442 - fit now with fixed normalization
443
444 * mcalib/MHCalibrationPixel.[h.cc]
445 - new function IsEmpty()
446 - Time fit accepted if ChiSquare less than 30. (instead of 20.)
447
448 * mcalib/MCalibrationPix.[h.cc]
449 - F-Factor corrected and added error
450 - Histograms not fitted if they are empty
451 - rejection criteria of fitted charges now > 5 PedRMS (instead 3)
452
453 * mcalib/MCalibrationCam.cc
454 - Square Root of Reduced Sigmas not taken, if they are < 0.
455 - Reduced Sigma / Charge squared replaced by reduced sigma / charge
456
457 * mcalib/MCalibrationCalc.cc
458 - Blind Pixel is not additionally treated as normal pixel any more
459 - Blind Pixel Draw replaced by DrawClone
460
461 * macros/calibration.C
462 - took out some unused code
463 - some default axis labelling corrected
464
465
466
467 2004/01/13: Abelardo Moralejo
468
469 * manalysis/MMcPedestalCopy.cc
470 - added check of whether input file is a MC file before executing
471 the PreProcess.
472
473
474
475 2004/01/13: Wolfgang Wittek
476
477 * macros/ONOFFAnalysis.C, macros/ONAnalysis.C:
478 - change macro to handle also MC events with finite sigmabar
479
480 * manalysis/MPadOn.[h,cc]:
481 - deleted, is replaced by MPad
482
483 * manalysis/MPadOnOFF.[h,cc]:
484 - deleted, is replaced by MPad
485
486 * manalysis/MPad.[h,cc]:
487 - new class, replacing MPadON and MPadONOFF
488 - handle also MC events with finite sigmabar
489
490 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
491 - replace MPadON and MPadONOFF by MPad
492
493
494
495 2004/01/13: Thomas Bretz
496
497 * mraw/MRawRunHeader.[h,cc]:
498 - implemented new member function GetRunTypeStr
499
500 * Changelog.03:
501 - added (contains entries of 2003)
502
503 * Changelog:
504 - removed entries of 2003
505
506 * mfilter/MFGeomag.cc:
507 - simplified open/close of input files
508
509 * manalysis/MEventRate.[h,cc], manalysis/MEventRateCalc.cc:
510 - added some comments
511 - added new member function GetError
512
513 * Makefile:
514 - updated 'make dox' output for convinience
515
516 * macros/dohtml.C:
517 - do not print Info's
518 - added mcamera
519 - added mpointing
520 - added mreport
521
522 * mreport/MReportCurrents.cc, mreport/MReportDAQ.cc:
523 - removed some obsolete comments (these comments confused THtml)
524
525 * manalysis/MCameraData.[h,cc], mfileio/MCT1ReadAscii.[h,cc],
526 mfileio/MCT1ReadPreProc.[h,cc], mfilter/MFCT1SelBasic.cc,
527 mfilter/MFSelBasic.cc, mhist/MHCamera.cc, mhist/MHEvent.[h,cc],
528 mimage/MImgCleanStd.[h,cc], mimage/MImgCleanTGB.[h,cc],
529 mmain/MAnalysis.cc, mmain/MEventDisplay.cc:
530 - replaced MPedestalCam by MPedPhotCam
531 - removed some obsolete includes
532
533 * mbase/BaseLinkDef.h, mbase/Makefile:
534 - added MLogPlugin
535 - added MLogHtml
536
537 * mbase/MLog.[h,cc]:
538 - added use of plugins
539
540 * mbase/MLogPlugin.[h,cc], mbase/MLogHtml.[h,cc]:
541 - added
542
543 * mbase/MStatusDisplay.[h,cc]:
544 - added a Save-As dialog
545
546
547
548 2004/01/12: Thomas Bretz
549
550 * macros/rootlogon.C:
551 - added mcamera to include path
552 - added mpointing to include path
553 - added mreport to include path
554
555 * mbase/MLog.cc:
556 - updated my eMail address
557
558 * mbase/MParContainer.h:
559 - added Read member function
560
561 * mbase/MStatusDisplay.[h,cc]:
562 - changed size of ps-paper
563 - added a user defined bottom line to the ps-files
564 - added name (currently unused)
565 - added title (used as possible bottom line in ps-file)
566
567 * mraw/MRawRunHeader.cc:
568 - added some comments
569
570 * status.cc:
571 - set name of input as bottom line of status display
572
573
574
575 2004/01/12: Abelardo Moralejo
576
577 * mimage/MStereoPar.cc
578 - fixed mistake: now fSourceY = scale1*hillas1.GetMeanY() + ...
579 instead of fSourceY = scale2*hillas1.GetMeanY() + ...
580 Bug had no effect unless scale1 != scale2 (-> telescopes of
581 different size).
582
583
584
585 2004/01/12: Markus Gaug
586
587 * manalysis/MExtractSignal.[h,cc]
588 - take out some uncommented code
589 - replace logainshift by two independent variables:
590 logainfirst, logainlast
591 - because in most data, maximum occurs in slice 4, shift default
592 from slices 4-9 to slices 3-8.
593
594 * manalysis/MExtractedSignalPix.[h,cc]
595 - took out some uncommented code
596 - new initializers: instead of -1. now 99999.9
597
598
599
600 2004/01/09: Markus Gaug
601
602 * mcalib/MCalibrationCam.[h,cc]
603 - take out 1-dim histos because we can use
604 the projections in MHCamera (s.b.)
605
606 * mcalib/MHCalibrationBlindPixel.h
607 - make the fit by default quiet
608
609 * mcalib/MHCalibrationPixel.[h,cc]
610 * mcalib/MCalibrationPix.[h,cc]
611 - Ranges of time slices stored independently for HiGain and LoGain
612 in order to allow consecutive checks
613
614 * mhist/MHCamera.[h.cc]
615 - add the possibility to call a Draw("proj") which will
616 draw a Y-Projection of the histogram
617
618 * macros/calibration.C
619 - apply the drawing of the projections and fit them
620
621 * mcalib/MCalibrationCalc.cc
622 - catch the possibility of a calibration file,
623 unintendedly being a pedestal or cosmic file.
624 Program now exits with an error before doing the fits
625
626 * mcalib/MCalibrationPix.[h,cc]
627 - fixed a bug in calculation of fFitValid.
628 before, a call to IsFitValid() always returned false
629
630
631
632 2004/01/09: Javier L¢pez
633
634 * macros/bootcampstandardanalysis.C
635 - added new macro that holds the main scheleton discussed in the
636 december bootcamp in Wuerzburg. It runs first over a pedestal
637 run, then over a calibration run, again over the pedestal run
638 to compute de pedestal in number of photons and finally over a
639 data run to calibrate the data.
640
641
642
643 2004/01/06: Sebastian Raducci
644
645 * manalysis/MArrivalTime.[h,cc]
646 - added new method to calculate photon arrival times. It uses the
647 TSpline5 Root Class to interpolate the Fadc Slices. The time is
648 the abscissa value of the absolute maximum of the interpolation
649 - added new method to find clusters with similar arrival times.
650 For now it's a preliminary version. It simply search for adiacent
651 pixels having the same arrival time (color).
652
653 * manalysis/MArrivalTimeCalc.[h,cc]
654 - modified the Process() method according to the changes in the
655 Arrival Time Cointainer
656
657 * mmain/MEventDisplay.cc
658 - added new tab in the camera event display to show the arrival
659 time. This arrival time is calculated with the spline method
660 - the old Arrival Time pad now it's called Max Slice Idx, because
661 it's only the index of the slice with the max content.
662
663 * mhist/MHEvent.[h,cc]
664 - added new fType in te enumeration to handle the arrival time
665 histos
Note: See TracBrowser for help on using the repository browser.