source: trunk/MagicSoft/Mars/Changelog@ 2874

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