source: trunk/MagicSoft/Mars/Changelog@ 2698

Last change on this file since 2698 was 2698, checked in by tbretz, 21 years ago
*** empty log message ***
File size: 182.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 2003/12/17: Abelardo Moralejo
7
8 * mbase/MAGIC.h:
9 - added kELECTRON, kPOSITRON to type ParticleId_t;
10
11 * mfilter/MFGeomag.cc:
12 - added kPOSITRON and kELECTRON as possible particle ids.
13 - added fResult = 0 for the case kGAMMA, !fGamm_elec, to let
14 real gammas be accepted by the filter.
15
16
17
18 2003/12/17: Thomas Bretz
19
20 * mreport/MReportCC.[h,cc]:
21 - added report storing weather data
22
23 * mreport/Makefile, mreport/ReportLinkDef.h:
24 - added MReportCC
25
26 * mtools/Makefile, mtools/ToolsLinkDef.h:
27 - added MTFillMatrix
28
29 * mtools/MTFillMatrix.[h,cc]:
30 - added
31
32 * mfilter/MFEventSelector2.[h,cc]:
33 - removed fUseOrigDistrib --> use a reference histogram with
34 0 Entries instead.
35
36 * manalysis/MCT1FindSupercuts.[h,cc], manalysis/MFindSupercuts.[h,cc]:
37 - removed fUseOrigDistrib accoring to href.GetEntries()==0 used in
38 MFEventSelector2 and MFillMatrix
39
40 * macros/CT1Analysis.C, macros/ONOFFAnalysis.C,
41 macros/ONOFFCT1Analysis.C:
42 - tried to make fUseOrigDistrib-stuff working again
43
44 * mhist/MHCamera.[h,cc]:
45 - implemented kVariance
46
47
48 2003/12/16: Javi Lopez
49
50 * manalysis/MCalibrate.[h,cc]
51 - new classe that takes the integrated charge from MExtractedSignal
52 container and apply the calibration constants stored in
53 MCalibrationCam container storing the number of photons in
54 MCerPhotEvt.
55
56
57
58 2003/12/16: Thomas Bretz
59
60 * mhist/MHSimulatedAnnealing.[h,cc],
61 mhist/MSimulatedAnnealing.[h,cc]:
62 - fixed includes
63
64
65
66 2003/12/12: Markus Gaug
67
68 * manalysis/MSimulatedAnnealing.[h,cc]
69 * mhist/MHSimulatedAnnealing.[h,cc]
70 - new classes to do a minimization after the Simulated Annealing
71 procedure. Please do make dox and look into the class documentation
72 to know how to use it
73
74 * manalysis/Makefile
75 * mhist/Makefile
76 * manalysis/AnalysisLinkDef.h
77 * mhist/HistLinkDef.h
78 - added the SimulatedAnnealing Classes
79
80
81
82 2003/12/12: Markus Gaug / Michele Doro
83
84 * manalysis/MCalibrationCam.[h,cc]
85 * manalysis/MCalibrationPix.[h,cc]
86 * manalysis/MCalibrationBlindPix.[h,cc]
87 * manalysis/MCalibrationConfig.[h,cc]
88 - bug found transforming the number of photons from the blind pixel
89 to the inner pixel. The previous results were wrong by a factor 2
90 - PIN Diode formally included
91 - Code better documented in MCalibrationCam
92
93
94
95 2003/12/15: Thomas Bretz
96
97 * mraw/MRawRead.[h,cc]:
98 - added
99
100 * mraw/Makefile, mraw/RawLinkDef.h:
101 - added MRawRead
102
103 * mraw/MRawSocketRead.[h,cc], mraw/MRawFileRead.[h,cc]:
104 - changed such, that it derives from MRawRead now
105
106 * mfilter/MFAntiFilter.[h,cc]:
107 - removed. This function is implemented in MFilterList
108
109 * merpp.cc:
110 - enhanced to support start/stop time
111
112 * manalysis/MEventRateCalc.cc:
113 - removed some stuff which was commented out
114
115 * mbase/MTime.cc:
116 - small change to GetString
117
118 * mhist/MHCamera.cc:
119 - made the inverse deep blue dea palette the default
120 (FIXME: Make this a resource)
121
122 * mreport/MReport.[h,cc]:
123 - added MTime arguments to Interprete
124
125 * mreport/MReportFileRead.[h,cc]:
126 - added MTime arguments to Interprete
127 - added fStart/fStop data member
128
129
130
131 2003/12/15: Abelardo Moralejo
132
133 * mgeom/MGeomCam.h
134 - made the CalcPixRatio function public.
135
136 * manalysis/MGeomApply.cc
137 - call the CalcPixRatio of the MGeomCam object. Workaround to
138 allow the analysis of some files from a beta version of camera
139 0.7 in which the array containing pixel ratios was not
140 initialized.
141
142
143
144 2003/12/12: Markus Gaug / Michele Doro
145
146 * manalysis/MCalibrationCam.cc
147 - did not compile because of a wrong command to MCalibrationPix,
148 now corrected
149
150
151
152 2003/12/12: Nadia Tonello
153
154 * mimage/MImgCleanStd.cc
155 - now the cleaning of rings>1 is done symmetrically around the core
156 pixels (bug solved)
157
158
159
160 2003/12/12: Abelardo Moralejo
161
162 * manalysis/MMcCalibrationCalc.[h,cc]
163 - added fADC2PheInner, fADC2PheOuter and setter functions. Put
164 these values into MCalibrationCam. Look for MExtractedSignalCam
165 to check which gain branch has been used (relevant for the
166 conversion factor) for each pixel.
167
168
169
170 2003/12/12: Markus Gaug
171
172 * manalysis/MExtractSignal.[h,cc]
173 - now with constructor allowing to set the first and last used
174 time slice
175 - (default like before)
176 - extract number of pixels from MGeomCam
177
178
179
180 2003/12/12: Sabrina Stark
181
182 * mfilter/MFSelBasic.[h,cc]
183 - new class for MAGIC analysis, corresponding to MFCT1SelBasic
184
185 * mfilter/MFSelStandard.[h,cc]
186 - new class for MAGIC analysis, corresponding to MFCT1SelStandard
187
188 * mfilter/MFSelFinal.[h,cc]
189 - new class for MAGIC analysis, corresponding to MFCT1SelFinal
190
191 * mfilter/Makefile, mfilter/FilterLinkDef.h
192 - include MFSelBasic, MFSelStandard, MFSelFinal
193
194 * manalysis/MPadONOFF.[h,cc]
195 - new class for MAGIC analysis, corresponding to MPadONOFF
196
197 * manalysis/MSupercuts.[h,cc]
198 - new class for MAGIC analysis, corresponding to MCT1Supercuts
199
200 * manalysis/MSupercutsCalc.[h,cc]
201 - new class for MAGIC analysis, corresponding to MCT1SupercutsCalc
202
203 * manalysis/MFindSupercuts.[h,cc]
204 - new class for MAGIC analysis, corresponding to MCT1FindSupercuts
205
206 * manalysis/MPedestalWorkaround.[h,cc]
207 - temporary task for MAGIC analysis to copy pedestal values and
208 RMS from MPedPhotCam to MPedestalCam
209
210 * manalysis/Makefile, manalysis/AnalysisLinkDef.h
211 - include MPadONOFF, MSupercuts, MSupercutsCalc, MFindSupercuts,
212 MPedestalWorkaround
213
214 * mhist/MHSupercuts.[h,cc]
215 - new class for MAGIC analysis, corresponding to MHCT1Supercuts
216
217 * mhist/Makefile, mhist/HistLinkDef.h
218 - include MHSupercuts
219
220 * macros/ONOFFAnalysis.C:
221 - adaption of ONOFFCT1Analysis to apply on Magic data
222
223
224
225 2003/12/12: Markus Gaug
226
227 * manalysis/MExtractedSignalPix:
228 - Added fTailArrivalTime
229
230 * manalysis/MExtractSignals:
231 - SetArrivalTimes modified to 3 arguments (sorry!)
232
233
234
235 2003/12/11: Sebastian Raducci & Villi Scalzotto
236
237 * manalysis/MArrivalTime.[h,cc]
238 - Added (new container)
239 - Preliminary version: do not use it
240
241 * manalysis/MArrivalTimeCalc.[h,cc]
242 - Added (new task)
243
244 * mraw/MRawEvtPixelIter.[h,cc]
245 - Added new method GetIdxMaxHiLoGainSample()
246
247 * mraw/MRawEvtData.cc
248 - Added new case in GetPixelContent() method
249
250 * mmain/MEventDisplay.cc
251 - Added new tab in the camera event display to show the arrival
252 time.
253
254 * mhist/MHEvent.[h,cc]
255 - Added new fType in the enumeration to handle the arrival time
256 histos
257
258
259 2003/12/11: Abelardo Moralejo
260
261 * manalysis/MGeomApply.cc
262 - Initialize size of the MCalibrationCam object according to
263 camera geometry.
264
265 * manalysis/MMcCalibrationCalc.[h,cc]
266 - Added. First draft of a class to get the calibration
267 constants for the analysis of MC events.
268
269 * manalysis/Makefile, AnalysisLinkDef.h
270 - Added new class MMcCalibrationCalc
271
272
273 2003/12/11: Markus Gaug
274
275 * manalysis/MExtractSignal, MExtractedSignalPix
276 - Store number of used FADC slices (HIGain, LoGAin)
277 - calculate signal with only 6 most significant slices (2 before,
278 4 after the maximum)
279
280 * mhist/MHCalibrationBlindPixel:
281 - do the consistency check fitting the pedestal
282
283 * mhist/MHCalibrationPixel:
284 - store Hi Gain vs. Lo Gain values to extract the conversion
285 factor
286
287 * manalysis/MCalibrationPix:
288 * manalysis/MCalibrationCam:
289 - separate Hi Gain and Lo Gain
290 - include return of PIN Diode measurement
291
292
293
294 2003/12/11: Thomas Bretz
295
296 * mbase/MTime.[h,cc]:
297 - small change to GetString
298 - added ReadBinary
299
300 * mraw/MRawCrateData.[h,c], mraw/MRawFileRead.cc,
301 mraw/MRawEvtData.[h,cc], mraw/MRawEvtPixelIter.[h,cc],
302 mraw/MRawRunHeader.[h,cc], mraw/MRawSocketRead.cc,
303 mraw/MRawCrateArray.[h,cc]:
304 - adapted to new DAQ file format Version 2
305 - changed ClassDef version accordingly
306
307 * mraw/RawIncl.h:
308 - added TArrayC
309
310 * mfileio/MCT1ReadPreProc.cc:
311 - tried to change reading CT1 data accordingly
312
313
314
315 2003/12/10: Thomas Bretz
316
317 * manalysis/MPedPhotPix.[h,cc], manalysis/MPedPhotCam.[h,cc]:
318 - added
319
320 * merpp.cc:
321 - added support for dc report files
322
323 * mcamera/CameraLinkDef.h, mcamera/Makefile:
324 - added MCameraDC
325
326 * mhist/MHVsTime.cc:
327 - fixed a missing initialisation
328
329 * mraw/MRawFileRead.cc:
330 - fixed wrong MRawEvtTime name
331
332 * mreport/MReport.cc:
333 - fixed reading of dc files
334
335 * mreport/MReportCurrents.[h,cc]:
336 - do not store currents here. store it in MCameraDC
337
338 * mreport/MReportFileRead.[h,cc]:
339 - added SetHasNoHeader and kHasNoHeader
340
341 * macros/readcurrents.C:
342 - fixed accordingly
343
344 * macros/sumcurrents.C:
345 - fixed accordingly
346
347
348
349 2003/12/09: Markus Gaug
350
351 * mhist/MHCamera.[h,cc]:
352 - added SetCamError to set errors in the camera
353
354 * mhist/MHCalibration*:
355 - all hists doubles to separate High Gain and Low Gain
356
357 * manalysis/MCalibration*
358 - separate Hi Gain and Lo Gain
359 - use MExtractedSignalCam to extract charges
360
361 * manalysis/MExtractSignals.[h,cc]:
362 - new class to extract signals
363
364 * manalysis/MExtractedSignalCam.[h,cc]:
365 - new class to hold extracted signals
366
367 * manalysis/MExtractedSignalPix.[h,cc]:
368 - new class to hold extracted signals for pixel
369
370 * manalysis/Makefile
371 * manalysis/AnalysisLinkDef:
372 - contain MExtractedSignalCam, MExtractedSignalPix, MExtractedSignal
373
374 * macros/calibration.C
375 - EventDisplay which allows to get plot by clicking on pixel
376
377
378
379 2003/12/08: Thomas Bretz
380
381 * mraw/MRawFileRead.cc:
382 - implemented an artificial time-stamp for the current data
383
384 * star.cc, macros/star.C:
385 - works now with MC files and real data.
386
387 * mimage/MHillas.[h.cc], mimage/MHillasExt.[h.cc],
388 mimage/MHillasSrc.[h.cc]:
389 - implemented member functions Print(const MGeomCam&)
390
391 * macros/readMagic.C, macros/readCT1.C, mmain/MEventDisplay.cc:
392 - changed to display deg instead of millimeters
393
394 * manalysis/MEventRateCalc.[h,cc], manalysis/MEventRate.[h,cc]:
395 - updated algorithm
396
397 * macros/evtrate.C:
398 - tutorial how to calculate event rate added
399
400
401
402 2003/12/07: Thomas Bretz
403
404 * mbase/MTime.[h,cc]:
405 - added some new member function
406 - fixed wrong calculations
407 - moved all stand-alone operators into class
408
409 * mhist/MHPixVsTime.cc, mhist/MHVsTime.cc:
410 - fixed MTime handling
411
412 * Makefile.rules:
413 - removed obsolete $(HEADERS) from rule for $(LIB)
414 - added $(CINT)LinkDef.h for rule for $(CINT)Cint.cc
415
416 * mbase/BaseLinkDef.h:
417 - added operator<<(ostream&, MTime&)
418
419 * mmain/MOnlineDump.cc:
420 - fixed a small bug using MTime
421
422
423
424 2003/12/05: Abelardo Moralejo
425
426 * mhistmc/MHMcCollectionArea.cc
427 - removed wrong comment in MHMcCollectionArea::CalcEfficiency2
428
429
430
431 2003/12/05: Thomas Bretz
432
433 * mpointing/*:
434 - added
435
436 * Makefile:
437 - added mpointing
438
439 * NEWS:
440 - updated
441
442 * mbase/MTime.[h,cc]:
443 - complere rewrite of the data members
444 - ClassDef=3
445
446 * mfileio/MCT1ReadPreProc.cc, mfileio/MReadCurrents.cc,
447 mfileio/MReadReports.cc, mhist/MHPixVsTime.cc,
448 mhist/MHVsTime.cc, mmain/MOnlineDump.cc,
449 mmontecarlo/MMcTimeGenerate.cc, mreport/MReport.cc,
450 manalysis/MEventRateCalc.cc:
451 - adapted to new MTime
452
453 * mfileio/MReadReports.[h,cc]:
454 - added the possibility to enable Auto Scheme
455 - delete the TChains when removed
456
457 * mfileio/MWriteRootFile.[h,cc]:
458 - automaticalle create title for Trees
459 - added a 'Must-Have' flag for the added containers
460
461 * mreport/MReportCamera.h:
462 - added //! to all pointers
463
464 * mtools/MAstro.[h,cc]:
465 - added calculations from and to MJD
466 - moved to mbase
467
468 * mfileio/Makefile, mfileio/FileIOLinkDef.h:
469 - removed MReadCurrent
470
471 * readdaq.cc:
472 - changed to display board information on request
473 (MRawCrateArray)
474
475 * mfileio/MReadMarsFile.cc:
476 - small changes to output
477
478 * mfileio/MReadReports.[h,cc]:
479 - added 'Master' tree as a workaround for reading RunHeaders
480
481 * mfileio/MReadTree.cc:
482 - call Notify() of all members of fNotify in Notify()
483
484 * mraw/MRawCrateArray.[h,cc]:
485 - added Print() member function
486
487
488
489
490 2003/12/04: Markus Gaug
491
492 * manalysis/MCalibration*
493 - implemented some of Thomas Bretz suggestions to make the code
494 nicer
495 - implemented the possibility to have cosmics in the calibration
496 data and remove it
497 - implemented the conversion factors for the blind pixel method
498
499 * mhist/MHCalibration*
500 - implemented some of Thomas Bretz suggestions to make the code
501 nicer
502 - implemented the possibility to have cosmics in the calibration
503 data and still fit it
504
505 * macros/calibration.C
506 - MStatusDisplay of calibration histograms a little bit more readable
507
508
509
510 2003/12/03: Abelardo Moralejo
511
512 * mimage/MStereoCalc.cc
513 - Fixed typo in the PreProcess (fmcevt1 was initialized a second
514 time, instead of fmcevt2).
515
516
517
518 2003/12/02: Abelardo Moralejo
519
520 * mimage/MStereoCalc.[h,cc]
521 - changed names of variables (removed underscores). Use new
522 function MTask::AddSerialNumber (see below).
523
524
525
526 2003/12/02: Thomas Bretz
527
528 * mfilter/MFEventSelector2.[h,cc]:
529 - fixed and reorganized screen output
530 - added some small comments to the code
531 - moved some code from Process() to the new private function Select
532 - fixed uncounted events (underflow bins were not counted)
533 - renamed nonsens fErrors to fCounter
534 - fixed usage of fDisplay
535
536 * manalysis/MEventRate.[h,cc], manalysis/MEventRateCalc.[h,cc],
537 mfileio/MReadReports.[h,cc], mreport/MReport*.[h,cc],
538 mcamera/MCamera*.[h,cc]:
539 - fixed and added comments.
540
541 * mbase/MTask.h:
542 - added static member functions AddSerialNumber to simplify
543 using different Serial numbers.
544
545 * macros/readrep.C:
546 - updated to be an example for more functionality
547
548
549
550 2003/12/01: Markus Gaug
551
552 * macros/calibration.C:
553 - adjusted some parameters
554
555 * manalysis/MCalibrationCalc.cc:
556 - cosmics are now skipped from the fit
557
558 * manalysis/MCalibrationPix:
559 - cosmics are now skipped from the fit
560
561 * mhist/MHCalibrationPixel:
562 - cosmics are now skipped from the fit
563
564 * manalysis/Makefile
565 - MPedCalcPedRun was not in Makefile
566
567 * manalysis/AnalysisLinkDef
568 - MPedCalcPedRun was not in AnalysisLinkDef
569
570
571
572 2003/12/01: Thomas Bretz
573
574 * Makefile:
575 - added readdaq
576
577 * mona.cc:
578 - moved MOnlineDump behind hfilla/../d
579
580 * macros/readrep.C:
581 - removed obsolete piece of code
582 - added 'writer'
583 - added code to read from file
584
585 * mbase/MStatusDisplay.cc:
586 - removed obsolete workaround in HandleEvent. Found the bug
587 in MEventDisplay
588
589 * mmain/MEventDisplay.cc:
590 - fixed a crash when switching to a tab without canvas
591
592 * mmain/MOnlineDisplay.[h,cc]:
593 - removed obsolete code
594
595 * mmain/MOnlineDump.cc:
596 - set maximum and minimum of 'sum' histogram to 0 and 15
597
598 * mtemp/MObservatory.cc:
599 - changed telescope position (kMagic1) according to new data from GPS clock
600
601 * readraw.cc:
602 - changed includes
603
604 * mbase/MPrint.[h,cc]:
605 - added kSeperator
606
607 * mbase/MTime.[h,cc]:
608 - added SetTime(const TTime&)
609
610 * mraw/MRawEvtHeader.cc:
611 - added 'nogains' option to Print
612
613 * readdaq.cc:
614 - added
615
616 * mfilter/MFilterList.cc:
617 - added class description
618
619 * mfilter/FilterLinkDef.h, mfilter/Makefile:
620 - removed obsolete MFAntiFilter (for a replacement see
621 class-description of MFilterList)
622
623 * mfilter/MFRandomSplit.[h,cc]:
624 - fixed missing manipulators in fLog stream
625 - reset values in constructor which are out of range
626 - changed output in PostProcess according to the style in MHillasCalc etc.
627 - changed nonsense derivement from MF to MFilter
628
629 * mhist/MHCamera.[h,cc]:
630 - added DrawClone to get rid of the usage of gROOT->GetSelectedPad.
631 this resulted in some trouble in the past. If it will make more
632 trouble than before we can remove it again - please report problems.
633
634
635
636 2003/12/1: Abelardo Moralejo
637
638 * mimage/MStereoPar.cc
639 - Added calculation of fCT1Impact2, fCT2Impact2, the estimates of
640 impact parameter using the a priori assumption that the events
641 come from a point source located at the center of the camera.
642
643
644
645 2003/11/27: Wolfgang Wittek
646
647 * mfilter/MFEventSelector2.cc
648 - if number of requested events is too high reduce it to the maximum
649 number possible
650 - introduce the flag 'fUseOrigDistribution'; if it is set to kTRUE
651 (by SetOrigDistribution()) the original distribution will be used
652 as the nominal distribution
653 - added member functions SetUseOrigDistribution()
654 - added member functions SetHistOrig()
655
656 * mfilter/MFRandomSplit.[h,cc]
657 - a filter which gives fResult = kTRUE with a certain probability
658
659 * mfilter/MFAntiFilter.[h,cc]
660 - a filter which checks the result of a given filter and returns
661 the opposite result;
662 Thomas : could you please add a code which puts the filter whose
663 result is checked into the task list ?
664
665 * mfilter/Makefile, mfilter/FilterLinkDef.h
666 - add MFRandomSplit and MFAntiFilter
667
668 * manalysis/MCT1FindSupercuts.[h,cc]
669 - in 'DefineTrainMatrix', 'DefineTestMatrix', and
670 'DefineTrainTestMatrix()' :
671 replace call to 'MFEventSelector' by call to 'MFEventSelector2'
672 - add member function SetUseOrigDistribution(Bool_t b);
673 if b = kTRUE the events for the training and test samples are
674 selected randomnly from the input file
675
676
677
678 2003/11/27: Abelardo Moralejo
679
680 * mdata/MDataChain.cc:
681 - added ';' as a possible alphanumeric character in the data
682 string, to support the use of variables from MC stereo files
683 where the parameter containers for each telescope are tagged
684 with a ';' followed by the telescope number.
685
686
687
688 2003/11/26: Thomas Bretz
689
690 * mhist/MHVsTime.[h,cc]:
691 - implemented usage of Event number
692
693 * mhist/MHPixVsTime.[h,cc]:
694 - implemented usage of time (untested - may not work)
695
696
697
698 2003/11/25: Thomas Bretz
699
700 * mgeom/MGeomMirror.h:
701 - added Getter functions for Mirror Center and Mirror
702 Normal vector
703
704
705
706 2003/11/25: Abelardo Moralejo
707
708 * mimage/MStereoPar.[h,cc]
709 * mimage/MStereoCalc.[h,cc]
710 - Added. First version of some calculations for the data analysis
711 of two-telescope configurations (estimation of shower direction
712 and core position).
713 * mimage/Makefile, ImageLinkDef.h
714 - Updated accordingly.
715
716
717
718 2003/11/23: Thomas Bretz
719
720 * star.cc:
721 - fixed a typo
722
723 * manalysis/MCerPhotCalc.cc:
724 - fixed logging stream
725
726 * mbase/MStatusDisplay.[h,cc]:
727 - made fLog available to derived classes
728 - added Reset()-function
729 - added some debug messages to CloseWindow()
730 - put 'return' back into HandleConfigureNotify (fixes the
731 problem with the random size of the Mona display)
732 - added a new workaround in HandleEvent which fixed a crash
733 when switching back to the 'main' tab in MEventDisplay
734 This is NOT understood!
735 - changed bit 14/15 to 15/16. BIT(14) is used in TGMainFrame
736 already
737 - fixed a typo. Must be kTabPrint instead of kFilePrint
738
739 * mfilter/MFRealTimePeriod.h:
740 - added Setter for timeout
741
742 * mhist/MHCamEvent.cc:
743 - fill the rms for each event. This may be switched off by
744 a status bit in the future for speed reasons.
745
746 * mhist/MHCamera.[h,cc]:
747 - removed Profile() from GetMaximum/GetMinimum if no
748 autoscale is done
749 - added 'content' Draw option
750 - when kNoLegend is set draw the legend showing the size
751
752 * mhist/MHEvent.cc:
753 - fixed a typo: GetNumEvents() --> GetRunNumber()
754
755 * mhist/MHTriggerLvl0.cc:
756 - small changes to output
757
758 * mraw/MRawSocketRead.[h,cc]:
759 - renamed fRawEvtTime to fTime
760 - changed 'MRawEvtTime' to 'MTime'
761 - added some debugging output in case of kContinue
762
763 * mmain/MOnlineDump.[h,cc], mmain/MOnlineDisplay.[h,cc]:
764 - added
765
766 * mmain/MainLinkDef.h, mmain/Makefile:
767 - added MOnlineDump
768 - added MOnlineDisplay
769
770 * mona.cc:
771 - updated
772
773 * manalysis/MEventRate.[h,cc], manalysis/MEventRateCalc.[h,cc]:
774 - added
775
776 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
777 - added MEventRateCalc
778 - added MEventRate
779
780 * mgeom/MGeomMirror.h:
781 - fixed comments in the header - must be in one line!
782
783 * mreport/MReport.h:
784 - adde Getter-function for fState
785
786 * mreport/MReportDrive.[h,cc]:
787 - added GetAbsError() (preliminary!)
788
789
790
791 2003/11/22: Thomas Bretz
792
793 * mreport/MReportCamera.cc:
794 - implemented real reading
795 - changed some loops to poinbter arithmetics
796
797 * mreport/Makefile:
798 - added mcamera
799
800 * merpp.cc:
801 - implemented preliminary support for report-files
802
803 * star.cc:
804 - small changes to handling of update-mode
805
806 * mbase/MParList.cc:
807 - fixed a wrong output
808
809 * mbase/MTask.cc:
810 - fixed AddToBranchList(TString&)
811
812 * mbase/MTime.[h,cc]:
813 - setfill only once
814 - fixed ()-operator
815 - removed nonsens GetTime()
816
817 * mcamera/MCameraAUX.h, mcamera/MCameraCalibration.h,
818 mcamera/MCameraCooling.h, mcamera/MCameraHV.h,
819 mcamera/MCameraLV.h, mcamera/MCameraLid.h,
820 mcamera/MCameraLids.h, mcamera/MCameraPowerSupply.h:
821 - set version in ClassDef to 1
822
823 * mcamera/MCameraCooling.h:
824 - added Getter-functions
825
826 * mcamera/MCameraLV.h:
827 - changed fHumidity to Byte_t
828
829 * mcamera/MCameraLid.h:
830 - derived from MParContainer instead of TObject
831
832 * mfileio/FileIOLinkDef.h, mfileio/Makefile:
833 - added MReadReports
834
835 * mfileio/MReadReports.[h.cc]:
836 - added
837
838 * mfileio/MReadTree.h:
839 - added MReadReports as friend class to allow access to fChain
840
841 * mfileio/MWriteRootFile.cc:
842 - fixed output (didn't have the correct debug flags)
843
844 * mhist/HistLinkDef.h, mhist/Makefile:
845 - added MHVsTime
846
847 * mhist/MHVsTime.[h,cc];
848 - added
849
850 * mhist/MFillH.cc:
851 - add eveything I know to BranchList
852
853 * mraw/MRawFileWrite.[h,cc]:
854 - changed name of MTime from MRawEvtTime to MTime
855 - changed Tree names to:
856 + Events
857 + Pedestals
858 + Calibration
859
860 * mreport/MReportTrigger.[h,cc]:
861 - fixed accoring to a discussion with Riccardo
862 - changed version number in ClassDef to 1
863
864 * mreport/Makefile:
865 - added mcamera
866
867 * macros/rootlogon.C:
868 - added colors
869 - changed the search path for libmars.so a bit
870
871 * mdata/MDataList.[h,cc]:
872 - added support for '%'
873
874 * mhist/MHCamera.[h,cc]:
875 - removed DrawPixelIndices and DrawSectorIndices
876 - replaced by new Draw-options: 'sectorindex' and 'pixelindex'
877 - put together in PaintIndices
878
879 * mmain/MEventDisplay.cc:
880 - added Sectors to tabs
881 - code for adding tab was in class twice (removed in
882 ReadinFirstEvent, uses AddGeometryTabs instead)
883
884 * mreport/MReport.[h,cc]:
885 - prpared to read new DC-REPORT files
886
887 * mreport/MReportDrive.[h,cc]:
888 - removed debug 'D'
889 - added Getter-functions
890
891
892
893 2003/11/21: Thomas Bretz
894
895 * mraw/MRawEvtData.cc:
896 - added type 3 and 4 to GetPixContent
897
898 * status.cc:
899 - added display of average index of slice witg maximum value
900 - implemented a scheme to exit the application and to
901 leave it open when the loop is finished.
902
903 * macros/status.C:
904 - added maximum index histogram
905
906 * mbase/MStatusDisplay.[h,cc]:
907 - implemented kExitLoopOnExit and kExitLoopOnClose
908
909 * mcamera/CameraLinkDef.h:
910 - added missing MCameraAUX and MCameraLid
911
912 * mhist/MHCamEvent.[h,cc]:
913 - added fRms
914
915 * mhist/MHCamera.cc:
916 - added error when printing pixel contents
917
918 * mhist/MHTriggerLvl0.[h,cc]:
919 - use MHCamera::kProfile
920 - renamed PrintOutLayers to PrintOutliers
921
922 * mmain/MEventDisplay.cc:
923 - made 'Mini-Canvas' working in all Tabs by catching kCM_TAB
924
925 * mhist/MFillH.[h,cc], mhist/MH.[h,cc]:
926 - implemented ReInit
927
928 * mbase/MParList.cc:
929 - implemented more sanity check whether a class can be created
930
931 * Makefile:
932 - added mcamera
933 - added mreport
934 - added status
935 - added OBJS and MCint.o to the shared object
936
937 * macros/readCT1.C:
938 - do not add non-existing geomcam to parlist
939 - add geomapl to tasklist
940
941 * mcamera/MCameraCalibration.h, mcamera/MCameraCooling.h,
942 mcamera/MCameraHV.h, mcamera/MCameraLV.h,
943 mcamera/MCameraLid.h, mcamera/MCameraLids.h,
944 mcamera/MCameraPowerSupply.h, mreport/MReportCamera.h:
945 - changed according to discussion with Pepe
946
947 * mtools/Makefile, mtools/ToolsLinkDef.h:
948 - added MAstro
949
950 * mtools/MAstro.[h,cc]:
951 - added
952
953 * macros/readMagic.C, macros/readCT1.C:
954 - changed to display relative signal (which is compared to the
955 cleaning levels) and the cleaning levels
956
957
958
959 2003/11/20: Markus Gaug
960
961 * macros/calibration.C
962 - all variables are now plotted in camera displays
963
964 * manalysis/MCalibrationPix:
965 - replaced fErrT by fSigmaT
966
967 * manalysis/MCalibrationCam.cc:
968 - replaced fErrT by fSigmaT
969
970 * mhist/MHCalibrationPix.cc:
971 - replaced GetErrT by GetSigmaT()
972
973
974
975 2003/11/20: Wolfgang Wittek
976
977 * mimage/M2dimFunctionFit.[h,cc]
978 - removed; will be replaced by MFun2Fit.[h,cc]
979
980 * mimage/M2dimFunction.[h,cc]
981 - removed; will be replaced by MFunc2.[h,cc]
982
983 * mimage/MH2dimFunction.[h,cc]
984 - removed; will be replaced by MHFunc2.[h,cc]
985
986
987
988
989 2003/11/19: Markus Gaug
990
991 * manalysis/MCalibrationPix:
992 - new functions: GetPed(), GetPedRms(), GetQProb()
993 - new variable: fQProb
994
995 * manalysis/MCalibrationCam.cc:
996 - function GetPixelContent enlarged
997
998 * manalysis/MCalibrationCalc:
999 - function ReInit added like in MPedCalcPedRun
1000
1001
1002
1003 2003/11/19: Thomas Bretz
1004
1005 * mreport/MReport.[h,cc]:
1006 - replaced FindTime by SetupReading
1007 - removed SetTime
1008
1009 * mreport/MReportFileRead.cc:
1010 - replaced SetTime by SetupReading
1011
1012 * mreport/MReportCamera.[h,cc]:
1013 - use new stuff
1014
1015 * mcamera/*:
1016 - added
1017
1018
1019
1020
1021
1022 2003/11/19: Markus Gaug
1023
1024 * manalysis/MPedCalcPedRun:
1025 - implemented function ReInit
1026 - implemented pointer fRunheader
1027 - fNumHiGainSamples now called from fRunHeader inside ReInit
1028 - Now, fNumHiGainSamples gets right number, instead of inf
1029
1030 * mhist/MHCalibrationConig:
1031 - gkStartQlast changed from 5000 to 10000.
1032
1033
1034
1035 2003/11/18: Thomas Bretz
1036
1037 * mars.cc:
1038 - changed Usage to standard Usage
1039
1040 * merpp.cc, mona.cc, readraw.cc, star.cc, status.cc,
1041 mbase/MArgs.[h,cc]:
1042 - removed const-qualifier for argv
1043
1044 * mbase/MTask.cc:
1045 - fixed a bug in PrintStatistics (setfill was not set)
1046
1047 * mbase/MTaskList.cc:
1048 - simplified PrintStatistics
1049
1050 * mbase/MTime.h:
1051 - added Getter
1052
1053 * mfileio/MReadTree.cc:
1054 - remove a leading "*" when checking whether a branch which
1055 should be enabled exists
1056
1057 * mfileio/MWriteRootFile.cc:
1058 - fixed a crash when Print is called and GetTree() returns NULL
1059
1060 * mhist/MHEvent.cc:
1061 - implemented more levels (MeV, GeV, etc) for energy display
1062
1063 * mraw/MRawSocketRead.cc:
1064 - removed some obsolete comment
1065
1066 * mreport/MReport.[h,cc]:
1067 - added FindTime
1068 - removed an invalid line (ReadAngle) in the header file
1069 - Set class version to 1
1070 - do not write fTime '//!'
1071
1072 * mreport/MReportFileRead.cc:
1073 - fixed handling of MTimes
1074
1075 * mhist/MH.cc:
1076 - added some const qualifiers in CutEdges
1077
1078
1079
1080 2003/11/18: Abelardo Moralejo
1081
1082 * mmc/MMcEvt.cxx:
1083 - Fixed missing initialization of fLongitmax
1084
1085
1086
1087 2003/11/18: Markus Gaug
1088
1089 * manalysis/MCalibrationCalc:
1090 - performs the eventloop and fills the calibration classes
1091
1092 * manalysis/MCalibrationCam:
1093 - holds the classes: MCalibrationPix and MCalibrationBlindPix
1094 and MCalibrationPINDiode
1095 - one MCalibrationPix per pixel
1096
1097 * manalysis/MCalibrationPix:
1098 - holds the fit results and conversion factors, etc per pixel
1099 - hold histograms MHCalibrationPixel
1100
1101 * manalysis/MCalibrationBlindPix:
1102 - holds fit results and derived number of photons, etc
1103 - hold histogram MHCalibrationBlindPixel
1104
1105 * manalysis/MCalibrationPINDiode:
1106 - holds fit results and derived number of photons, etc
1107 - hold histogram MHCalibrationPINDiode
1108
1109 * mhist/MHCalibrationPix:
1110 - histograms with sum of charges, time slices and reduced
1111 charges vs. event number
1112 - fit functions
1113
1114 * mhist/MHCalibrationPixel:
1115 - histograms with sum of charges, time slices and reduced
1116 charges vs. event number
1117 - fit functions
1118
1119 * mhist/MHCalibrationBlindPixel:
1120 - histograms with sum of charges, time slices and reduced
1121 charges vs. event number
1122 - fit functions
1123
1124 * mhist/MHCalibrationPINDiode:
1125 - histograms with sum of charges, time slices and reduced
1126 charges vs. event number
1127 - fit functions
1128
1129 * mhist/MH:
1130 - new function: CutEdges
1131
1132 * macros/calibration.C
1133 - simple macro showing the functionning
1134
1135
1136
1137 2003/11/17: Thomas Bretz
1138
1139 * mbase/MLog.cc:
1140 - replaced pthread_mutex by a TMutex
1141 - renamed fgui to fGui
1142 - renamed fout to fOut
1143
1144 * mbase/MStatusDisplay.cc:
1145 - removed ==13 using TryLock() (this was wrong)
1146
1147 * mreport/*
1148 - added
1149
1150 * macros/readrep.C:
1151 - added
1152
1153 * merpp.cc, readraw.cc:
1154 - added option -?/-h
1155
1156 * mona.cc:
1157 - added MOnlineDump-class
1158 - added port as a commandline option
1159 - added commandline options
1160
1161 * status.cc:
1162 - added option -?/-h
1163 - added filter to support MC and DAQ files
1164
1165 * mdata/MDataChain.[h,cc]:
1166 - added kERound
1167
1168 * mfilter/FilterLinkDef.h, mfilter/Makefile:
1169 - added MFRealTimePeriod
1170
1171 * mgeom/MGeomCam.h:
1172 - added InitGeometry
1173
1174 * mgeom/MGeomCamCT1.cc, mgeom/MGeomCamCT1Daniel.cc,
1175 mgeom/MGeomCamECO1000.cc, mgeom/MGeomCamECO1000HG.cc,
1176 mgeom/MGeomCamMagic.cc, mgeom/MGeomCamMagic919.cc,
1177 mgeom/MGeomCamMagicHG.cc:
1178 - replaced Calc* by InitGeometry
1179
1180 * mmain/MEventDisplay.cc:
1181 - added a filter to support MC and real files
1182
1183 * mmain/Makefile:
1184 - added mdata and mfilter
1185
1186 * mraw/MRawFileRead.cc:
1187 - close file in PostProcess
1188
1189 * mraw/MRawRunHeader.h:
1190 - added a comment
1191
1192 * mraw/RawIncl.h:
1193 - removed some obsolete includes
1194
1195 * mhist/MH*:
1196 - cleaned up many includes
1197
1198
1199
1200 2003/11/15: Thomas Bretz, Abelardo Moralejo
1201
1202 * mhist/MH.h:
1203 - added fSerialNumber data member
1204
1205 * mhist/MFillH.cc:
1206 - distribute serial number to the MH object to be filled
1207
1208 * mranforest/MHRanForest.cc, mhist/MHHadronness.cc:
1209 - added serial number to the MMcEvt container (does nothing unless
1210 SetSerialNumber has been called for the corresponding MFillH)
1211 This is intended to allow the use of Random Forest with MC
1212 multi-telescope files.
1213
1214 * NEWS:
1215 - updated.
1216
1217
1218
1219 2003/11/14: Abelardo Moralejo
1220
1221 * mfilter/MF.cc:
1222 - added the possibility of using in the filter parameters from a
1223 multi-telescope MC camera file, where master branches for each
1224 telescope are tagged with ;i being i the number of telescope.
1225 The change consists in the addittion in MF::IsAlNum of ';' as
1226 a possible alphanumeric character in the string.
1227
1228
1229
1230 2003/11/13: Thomas Bretz
1231
1232 * macros/readCT1.C:
1233 - fixed to work with the new MHCamera::Draw (see Mantis)
1234 - changed to display event and cleaned event
1235
1236 * macros/readMagic.C:
1237 - fixed to work with the new MHCamera::Draw (see Mantis)
1238
1239 * mhist/MHEvent.cc:
1240 - fixed display of the energy (see Mantis)
1241
1242 * mmain/MEventDisplay.cc:
1243 - fixed usage of small canvas with new MHCamera::Draw
1244
1245
1246
1247 2003/11/11: Rudy Bock
1248
1249 * mfilter/MFGeomag.[h,cc]:
1250 - added a new class which reads two ASCII files (for +ve and -ve
1251 particles) from the mfilter directory, and filters out
1252 low-energy charged Monte Carlo particles which do not reach the
1253 earth's surface. Tables are from Adrian Biland. A method is
1254 included which allows treating gammas as electrons (i.e. rejects
1255 low energy particles).
1256
1257
1258
1259 2003/11/11: Nicola Galante
1260
1261 * mhistmc/MHMcTriggerLvl2.[h,cc]:
1262 - Removed 'const' qualifier for the returned object of the
1263 method (TH1 *)MHMcTriggerLvl2::GetHistByName(const TString name)
1264
1265
1266
1267 2003/11/10: Nicola Galante
1268
1269 * mhistmc/MHMcTriggerLvl2.[h,cc]:
1270 - Changed return value of method MHMcTriggerLvl2::GetHistByName()
1271 Now it returns a (TH1 *), no more a (TObject *), in order to keep
1272 formal compatibility with the overloaded method of the mother
1273 class TH1 *MH::GetHistByName(TString name)
1274
1275
1276
1277
1278 2003/11/10: Thomas Bretz
1279
1280 * macros/dohtml.C:
1281 - added mreflector
1282 - removed mdatacheck
1283 - removed mventdisp
1284
1285 * mbase/MEvtLoop.[h,cc]:
1286 - removed instantiation of gListOfPrimitives
1287
1288 * mbase/MGGroupFrame.h:
1289 - minor change
1290
1291 * mbase/MLog.cc:
1292 - added a comment
1293
1294 * mbase/MParContainer.[h,cc]:
1295 - removed include MEvtLoop.h
1296 - added instantiation of gListOfPrimitves
1297
1298 * mbase/MReadSocket.[h,cc]:
1299 - added more functionality
1300 - added comments
1301 - added Open() Close()
1302
1303 * mbase/MTask.cc:
1304 - removed obsolete include for MGGroupFrame
1305
1306 * mfilter/MFRealTimePeriod.h:
1307 - initialize fTime with 0
1308
1309 * mhist/MHCamEvent.cc, mhist/MHEvent.cc, mhist/MHTriggerLvl0.cc:
1310 - removed creation of additional pad in Draw
1311
1312 * mhist/MHCamera.cc:
1313 - added creating of additional pad in Draw
1314 - added some comments
1315
1316 * mraw/MRawSocketRead.[h,cc]:
1317 - added comments
1318 - added fPort data member
1319 - take MStatusDisplay status into account
1320 - SetStausLine2 added
1321 - removed obsolete include of iosfwd
1322
1323 * Makefile:
1324 - changed makedepend line size
1325 - renamed shared object from mars.so to libmars.so
1326 - moved shared object from lib-directory to mars root directory
1327 - make all executables load the shared object instead of statically
1328 linking
1329 - removed mdatacheck
1330
1331 * Makefile.conf.darwin, Makefile.conf.linux, Makefile.conf.linux-gnu,
1332 Makefile.conf.osf1, Makefile.conf.osf5.1:
1333 - removed obsolete SUBDIRS in MARS_LIB
1334
1335 * mars.cc:
1336 - do not show logo if command line arguments are wrong
1337
1338 * macros/rootlogon.C:
1339 - load libmars.so instead of lib/mars.so
1340 - added mreflector to include path
1341 - removed mdatacheck from include path
1342 - removed mventdisp from include path
1343
1344 * mmain/MStatusDisplay.[h,cc]:
1345 - secure UpdateTab with a TMutex
1346 - do not use MGTextView for root versions >= 3.02.05
1347 - fixed a crash when all tabs where deleted, no tab was active
1348 anymore
1349 - show when updating postscript header
1350
1351 * mmain/MStatusDisplay.[h,cc], mmain/MSearch.[h,cc], mmain/MGMenu.[h,cc],
1352 mmain/MSearch.[h,cc]:
1353 - moved to mbase
1354
1355 * mmain/Makefile, mmain/MainLinkDef.h:
1356 - removed MStatusDisplay
1357 - removed MSearch
1358 - removed MGMenu
1359 - removed MProgressBar
1360 - added MGDisplayAdc
1361
1362 * mbase/Makefile, mbase/MainLinkDef.h:
1363 - added MStatusDisplay
1364 - added MSearch
1365 - added MGMenu
1366 - added MProgressBar
1367
1368 * mdatacheck/Makefile, mdatacheck/DataCheckLinkDef.h:
1369 - removed MGDisplayAdc
1370
1371 * meventdisp/Makefile, meventdisp/DataCheckLinkDef.h:
1372 - removed MGCamDisplay
1373 - removed MGEvtDisplay
1374
1375 * mdatacheck/MGDisplayAdc.[h,cc]:
1376 - moved to mmain
1377
1378 * mona.cc:
1379 - added ChangeContextMenus
1380 - adapted to new MRawSocketRead interface
1381 - assigned names to different tasks
1382 - swiched off progress bar (temporarily)
1383 - moved status display into thread
1384 - exit thread by Exit() (seems to be necessary)
1385 - added preliminary workaround for mssing RootPlugin
1386
1387 * mmain/MAnalysis.cc:
1388 - removed external display
1389 - added MStatusDisplay
1390
1391 * mmain/MMonteCarlo.cc:
1392 - old workaround (MMcEvt) obsolete
1393
1394 * mmain/MAnalysis.cc:
1395 - do not call DisableAutoScheme
1396
1397 * mmain/MCameraDisplay.cc:
1398 - minor changes
1399
1400 * mgui/MCamDisplay.[h,cc], mmain/MEvtDisp.[h,cc],
1401 meventdisp/MGCamDisplay.[h,cc], MGEvtDisplay.[h,cc],
1402 meventdisp/MGFadcDisp.[h,cc], meventdisp/EvtDispIncl.h,
1403 meventdisp/EvtDispLinkDef.h, meventdisp/Makefile, meventdisp:
1404 - removed (obsolete)
1405
1406 * mmain/MGDisplayAdc.[h,cc]:
1407 - added ClassDef/ClassImp
1408
1409 * manalysis/MBlindPixelCalc.[h,cc]:
1410 - corrected interpolation of all values (thanks to Nadia)
1411 - fixed algorithm for pixels not existing yet
1412
1413 * manalysis/MCerPhotEvt.h:
1414 - added return value to AddPixel
1415
1416
1417
1418 2003/11/08: Nicola Galante
1419
1420 * mhistmc/MHMcTriggerLvl2.[cc,h]:
1421 - Changed binning of histograms fHistLutPseudoSize,
1422 fHistLutPseudoSizeNorm, fHistSizeBiggerCell,
1423 fHistSizeBiggerCellNorm to fix an overflow bug
1424 - In method GetHistByName(const TString name): changed the class
1425 of the returned object, now it returns a (TObject *), no more
1426 a (TH1F *), in order to return either (TH1 *) than (TH2 *);
1427 changed the order by which it checks the name of the
1428 histogram in order to fix a bug in the lexing
1429
1430 * macros/triglvl2.C:
1431 - Added some instruction to write all the MMcTriggerLvl2 histograms into
1432 a TFile
1433
1434
1435
1436 2003/11/07: Thomas Bretz
1437
1438 * mmain/MCameraDisplay.cc:
1439 - changed MGCamDisplay to MEventDisplay
1440
1441 * mmain/MMars.cc:
1442 - removed 'Event Display' button
1443 - removed MEvtDisp
1444
1445 * mmain/MEventDisplay.[h,cc], mhist/MHEvent.[h,cc]:
1446 - added
1447
1448 * mmain/Makefile, mmain/MainLinkDef.h:
1449 - removed MEvtDisp
1450 - added MEventDisplay
1451
1452 * Makefile:
1453 - removed mevtdisp
1454
1455 * mhist/Makefile, mhist/HistLinkDef.h:
1456 - added MHEvent
1457
1458 * Makefile, Makefile.rules:
1459 - automatically create dependancies
1460
1461 * NEWS:
1462 - updated
1463
1464 * mhist/MHCamera.[h,cc]:
1465 - implemented kNoLegend=BIT(20)
1466 - Clear pad before drawing Camera
1467
1468 * mmain/MStatusDisplay.cc:
1469 - print when updating ps-header
1470
1471 * status.cc:
1472 - added (not yet in Makefile)
1473
1474 * manalysis/MMcPedestalCopy.[h,cc]:
1475 - made sure, that MPedestalCam is in the list
1476
1477 * mraw/MRawEvtData.cc:
1478 - set the maximum/minimum of the fadc histograms
1479
1480 * mraw/MRawEvtPixelIter.[h,cc]:
1481 - added a fixes for the case that fData->fLoGainPixId->GetArray()=NULL
1482
1483 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
1484 - added MCameraData
1485
1486 * manalysis/MCameraData.[h,cc]:
1487 - added
1488
1489 * mhist/MHEvent.[h,cc]:
1490 - fixed display of levels
1491 - fixed unallowed characters
1492
1493 * mimage/MImgCleanStd.[h,cc]:
1494 - moved the calculation for signal/noise to MCameraData
1495
1496 * mmain/MEventDisplay.cc:
1497 - added display for cleaning data and levels
1498
1499
1500
1501 2003/11/06: Antonio Stamerra
1502
1503 * manalysis/MMcTriggerLvl2.cc
1504 - Removed annoying warning message and put it in the Print method.
1505
1506
1507
1508 2003/11/05: Wolfgang Wittek
1509
1510 * macros/CT1Analysis.C, macros/ONOFFCT1Analysis.C:
1511 - current versions of the macros for the analysis of CT1 data
1512
1513 * manalysis/MMarquardt.[h,cc]:
1514 - very pleliminary version of a class performing a minimization
1515 using the Marquardt method
1516
1517 * mimage/M2dimFunctionFit.[h,cc]
1518 - very pleliminary version of a class which fits a 2-dim function
1519 to the shower image using the maximum likelihood method
1520
1521 * mimage/M2dimFunction.[h,cc]:
1522 - very pleliminary version of a container which contains the
1523 parameters of the 2-dim function describing the shower image
1524
1525 * mimage/MH2dimFunction.[h,cc]
1526 - very pleliminary version of a container holding the histograms
1527 for the parameters of the 2-dim function describing the shower
1528 image
1529
1530
1531
1532 2003/11/05: Marcos Lopez
1533
1534 * mmontecarlo/MMcWeightEnergySpecCalc.[h,cc]
1535 - Now, if the new spectrum for the MC showers is a power law, we
1536 don't convert it to a TF1 function.
1537 - Changed the constructor for the case in which the new spectrum
1538 is passed as a TF1 function. Now we pass the TF1 object by
1539 reference.
1540 - Thanks to the suggestions of T. Bretz, added three more
1541 constructors to give the possibility of passing the shape of the
1542 new spectrum in other different ways. Now, if the new spectrum
1543 that you want for the MC showers is different from a power law,
1544 you can specify its shape either with a TF1 function, with a
1545 string (char*), or with a general C++ function defined by your
1546 own.
1547 - In function Reinit(): added a sanity check to prevent from
1548 dividing by zero.
1549 - In PreProcess(): removed an unnecessary sentence.
1550 - Fixed a compiling error which appeared under gcc 3.3
1551
1552 * macros/weights.C
1553 - addapted to show the new features introduced.
1554
1555
1556
1557 2003/11/05: Thomas Bretz
1558
1559 * mbase/MTask.cc:
1560 - initialize fSerialNumber=0
1561
1562 * mhist/MHCamera.cc:
1563 - removed some obsolete IsUsed(idx) checks when filling the histogram
1564 - ExecuteEvent now plots in the same canvas all the time
1565
1566 * mmain/MStatusDisplay.[h,cc]:
1567 - added new data member fUserFrame
1568 - added new member function AddUserFrame
1569 - made call to ProcessEvent() and similar thread safe by
1570 checking whether we run in the main thread or not.
1571 - Set the progress bar range to (0,1)
1572 - Added member function to set progress bar position
1573 - updated comments
1574 - added some workarounds for root bugs in TCanvas (sometimes
1575 they call gPad->cd() indirectly when gPad==NULL)
1576 - Fixed thread safety of UpdateTab()
1577 - Fixed some crashes in case fTab==NULL
1578 - Tried to make HandleConfigureNotify more flexible to allow
1579 the new fUserFrame to work correctly - needs still some
1580 investigations
1581 - made fList a protected data member
1582 - added new member function Update()
1583
1584
1585
1586 2003/11/04: Thomas Bretz
1587
1588 * mmontecarlo/MMcTimeGenerate.cc:
1589 - adapted to changes in MTime
1590
1591 * mgeom/MGeomCam.[h,cc]:
1592 - precalculate pix ratio (and square root of it) for faster
1593 calculations. This makes sense, because these values are
1594 needed at least n times (while n is the number of pixels)
1595 per event. Which results in billions of calculations already
1596 for some events.
1597 - implemented CalcPixRatio to do the precalculation
1598 - changed class version of MGeomCam from 1 to 2
1599
1600 * mgeom/MGeomCamCT1.cc, mgeom/MGeomCamCT1Daniel.cc,
1601 mgeom/MGeomCamECO1000.cc, mgeom/MGeomCamMagic919.cc,
1602 mgeom/MGeomCamECO1000HG.cc, mgeom/MGeomCamMagic.cc,
1603 mgeom/MGeomCamMagicHG.cc:
1604 - implemented CalcPixRatio to do the precalculation
1605 - some simple code cleanup (removed obsolete comments, etc)
1606
1607 * mgeom/MGeomPix.[h,cc]:
1608 - replaces tan(60deg) by a build-in constant (fgTan60)
1609 - pre calculate the area of the pixel in the constructor
1610 (for speed reasons, see pixratio aboive)
1611 - added fA
1612 - changed version number from 1 to 2
1613
1614 * mimage/MImgCleanStd.cc, mimage/MImgCleanTGB.cc:
1615 - directly use MGeomCam::GetPixRatioSqrt() now
1616
1617 * mraw/MRawSocketRead.cc:
1618 - updated comment header
1619 - updated class description
1620 - removed obsolete fMutex, Lock() and UnLock()
1621 - moved code from Do() to Process()
1622 - added comments
1623
1624 * meventdisp/MGCamDisplay.cc:
1625 - replaced MHillas:Clear() by Removing from ListOfPrimitives
1626
1627 * mimage/MHillas.[h,cc]:
1628 - removed fEllipse
1629 - removed the Draw function
1630 - added a correct Paint() function
1631
1632 * Makefile:
1633 - added star
1634
1635 * macros/star.C:
1636 - removed obsolete MSrcPosCam (will be created automatically)
1637 - made the macro work with a telescope serial number
1638
1639 * mbase/MParContainer.[h,cc]:
1640 - moved GetDescriptor to source file and added a function
1641 description
1642 - changed GetDesciptor to be virtual
1643
1644 * mbase/MTask.[h,cc]:
1645 - added new data member fSerialNumber
1646 - changed version number from 1 to 2
1647 - added GetDescriptor aware of the serial number
1648 - added Getter and Setter for serial number
1649 - made StreamPrimitive serial number aware
1650
1651 * mbase/MTaskList.[h,cc]:
1652 - overwrote SetSerialNumber
1653
1654 * mfileio/MReadTree.cc:
1655 - changed a C-cast to a C++-cast
1656
1657 * mfileio/MWriteRootFile.h:
1658 - changed BIT(16) to BIT(17). UPDATE mode was not working
1659 with newer root versions, because BIT(16) was used already
1660
1661 * manalysis/MBlindPixelCalc.cc, manalysis/MCerPhotCalc.cc,
1662 manalysis/MGeomApply.cc, manalysis/MMcPedestalCopy.cc,
1663 manalysis/MMcPedestalNSBAdd.cc, manalysis/MSigmabarCalc.cc,
1664 mimage/MHillasCalc.cc, mimage/MHillasSrcCalc.cc,
1665 mimage/MImgCleanStd.cc:
1666 - made serial number aware
1667
1668 * mraw/MRawFileWrite.cc:
1669 - automatically add .root extension
1670
1671 * star.cc:
1672 - added
1673
1674
1675
1676 2003/11/03: Thomas Bretz
1677
1678 * manalysis/MMcPedestalCopy.[h,cc], manalysis/MMcPedestalNSBAdd.[h,cc]:
1679 - fixed such, that it now works correctly with non-MC files
1680 - moved container requests from PreProcess to ReInit
1681 - removed some obsolete data members - made them locally
1682
1683 * manalysis/MMcPedestalRead.[h,cc]:
1684 - removed
1685
1686 * mbase/MEvtLoop.cc:
1687 - replaced the gApplication->InheritsFrom(TRint::Class())
1688 workaround for thread safty by the more correct check
1689 whether we are running in the main Thread (TThread::Self())
1690 - added double-cast to TProgressBar::SetPosition
1691
1692 * mbase/MTask.h:
1693 - added the missing const-qualifier to GetNumExecutions
1694
1695 * mbase/MTaskList.cc:
1696 - fixed a typo in the output
1697
1698 * mimage/MHillasCalc.[h,cc]:
1699 - replaced TArrayC by TArrayL to support huge number of events
1700 - added PrintSkipped
1701 - added comments to the data members
1702
1703 * mars.cc:
1704 - added code for a possible use of a TGApplication
1705 (in comments)
1706
1707 * merpp.cc, readraw.cc:
1708 - unified with the other executables (StartUpMessage, etc)
1709 - removed TROOT-object
1710 - readraw.cc: added more functionality
1711
1712 * mraw/MRawEvtData.cc:
1713 - changed positions of 'fush' in Print() (this confused 'more'
1714 because 'more' also counts the ANSI color codes to determin
1715 the line-length)
1716
1717 * mhistmc/MHMcCollectionArea.cc:
1718 - added UseCurrentStyle such that the axis labels are displayed
1719
1720 * mbase/MTime.[h,cc]:
1721 - removed fTimeStamp
1722 - increased version number
1723 - changed Print() function
1724 - removed obsolete functions and constructors
1725 - fixed copy constructor
1726
1727 * mfileio/MCT1ReadPreProc.cc:
1728 - replaced SetTime by SetCT1Time
1729
1730 * mhist/MHAlphaEnergyTime.cc, mhist/MHEnergyTime.cc,
1731 mhist/MHThetabarTime.cc, mhist/MHTimeDiffTheta.cc,
1732 mhist/MHTimeDiffTime.cc:
1733 - adapted to changes in MTime
1734
1735 * mraw/MRawEvtHeader.cc:
1736 - adapted to changes in MTime
1737 - minor change to output in Print()
1738
1739
1740
1741 2003/10/31: Marcos Lopez
1742
1743 * mhist/MFillH.cc:
1744 - Fixed a bug in function PreProcess(MParList *pList). Inside the
1745 conditional sentence "if (!fWeight && !fWeightName.IsNull())",
1746 fWeight never pointed to the object MWeight recoverd from the
1747 parameter list.
1748
1749 * mhistmc/MHMcEnergyImpact.cc:
1750 - In the Fill function, pass the weight to the histogram fHist.
1751
1752 * mmontecarlo/MMcWeightEnergySpecCalc.[h,cc]:
1753 - Added new class for changing the energy spectrum of the showers
1754 simulated with Corsika to a different one, be using weights
1755
1756 * mmontecarlo/Makefile, MonteCarloLinkDef.h
1757 - Added the new class.
1758
1759 * macros/weights.C
1760 - Added macro showing how to transform the spectrum of the MC showers.
1761
1762
1763
1764
1765
1766 2003/10/31: Thomas Bretz
1767
1768 * mars.cc:
1769 - change TGApllication back to TApplication (TGApplication doesn't
1770 load the TVirtualPad plugin by default) DISPLAY must be set
1771 manually if it is not set.
1772
1773
1774
1775 2003/10/30: Antonio Stamerra
1776
1777 * manalysis/MMcTriggerLvl2.[h,cc]
1778 - Added method CalcTriggerPattern to check which x-NN compact
1779 pattern the event satisfies. The variable member fTriggerPattern
1780 contains the number x (x=3,4,5,6,7).
1781 - Inline function GetTriggerPattern added.
1782
1783 * manalysis/MMcTriggerLvl2Calc.cc
1784 - Added call to the MMcTriggerLvl2::CalcTriggerPattern in Process().
1785
1786
1787
1788 2003/10/30: Thomas Bretz
1789
1790 * manalysis/MCerPhotEvt.[h,cc]:
1791 - fixed a bug in the new Lut-stuff. Sometimes pixels where
1792 considered existing, because there where no mark for
1793 empty entries in the Lut.
1794 - all loops ignored pixel with index 0 and used it as reference
1795 pixel - this is wrong, because pixel 0 must not exist at all.
1796 Now all loops are starting with pixel 0.
1797
1798 * mimage/MImgCleanStd.[h,cc]:
1799 - renamed various local variables from 'id' to 'idx'
1800 - in clean step 4 we assumed that a pixel with idx2 is existing
1801 - this is a dangerous assumption. It is checked now.
1802
1803
1804
1805 2003/10/29: Thomas Bretz
1806
1807 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
1808 - removed MMcPedestalRead
1809
1810 * manalysis/MMcPedestalCopy.[h,cc]:
1811 - merged functionality of MMcPedestalRead into it
1812 - do not remove itself from the tasklist, but check
1813 the file type for each file again.
1814 - added const-qualifiers in the class header
1815
1816 * manalysis/MMcPedestalNSBAdd.[h,cc]:
1817 - don't do something if camera file version is < 0.7
1818 - do not remove itself from the tasklist, but check
1819 the file type for each file again.
1820 - added const-qualifiers in the class header
1821
1822 * mgui/MCamEvent.cc:
1823 - added a comment
1824
1825 * mimage/MHillasCalc.[h,cc]:
1826 - replaced the fixed size array fErrors by a dynamic size array
1827 (TArrayC) to make sure, that people get a warning on the
1828 screen if the reprogram the error handling and write
1829 into an unallowed index.
1830
1831
1832
1833 2003/10/28: Thomas Bretz
1834
1835 * macros/readCT1.C:
1836 - fixed to work with the correct geometry
1837
1838 * macros/readMagic.C:
1839 - fixed - was crashing
1840
1841 * macros/tar.C:
1842 - exclude 'Tag' files from tar
1843
1844 * manalysis/MGeomApply.[h,cc]:
1845 - replaced constructor by SetGeometry (constructor was
1846 not unique)
1847
1848 * mbase/MEvtLoop.[h,cc]:
1849 - set fProgress already when setting fDisplay (gives the
1850 possibility to overwrite fProgress)
1851 - removed 'entries' from ProcessGuiEvents (moved to fNumEvents)
1852 - Set ProgressBar position in percent instead of event number
1853 - Set progress bar range from 0 to 1
1854
1855 * mbase/MReadSocket.cc:
1856 - fixed to treat timeout correctly
1857 - replaces usleep() by gSystem->Sleep()
1858
1859 * mbase/MTime.h:
1860 - added SetTime(ULong_t) (support for gSystem->Now())
1861 - added SetTime(Double_t)
1862 - added operator()
1863 - fixed all comparison operators to use time instead of
1864 time lo/hi - will be removed soon
1865
1866 * mimage/MHHillasSrc.cc:
1867 - delete 3rd Pad
1868
1869 * mraw/MRawEvtData.cc:
1870 - when drawing print gPad
1871
1872
1873
1874 2003/10/28: Wolfgang Wittek
1875
1876 * manalysis/MCT1PadONOFF.cc
1877 - replace GetMeanRms() by GetPedestalRms()
1878 - replace SetMeanRms() by SetPedestalRms()
1879 - reactivate code which was commented out by tgb
1880 (no compilation errors on Alpha OSF)
1881
1882 * manalysis/AnalysisLinkDef.h, manalysis/Makefile
1883 - put back MCT1PadONOFF
1884
1885 * macros/CT1Analysis.C, macros/ONOFFCT1Analysis.C
1886 - current versions of macros for the analysis of CT1 data
1887
1888
1889
1890 2003/10/26: Oscar Blanch Bigas
1891
1892 * mmc/MMcFadcHeader.[cc,h]
1893 - Added variable member that has the sigma of the electronic noise
1894 that goes with the same value to both FADC gains (fDigitalNoise)
1895 - Class version has been changed from 2 to 3.
1896
1897
1898
1899 2003/10/24: Abelardo Moralejo
1900
1901 * manalysis/MMcPedestalRead.[cc,h]
1902 - Added. In coming camera version (0.7) the pedestal sigma per
1903 FADC slice is calculated by the camera simulation at run time,
1904 then written to the output file. This class reads in the pedestal
1905 mean and sigma to be later used in the analysis (for tail cuts
1906 mainly). This task will replace MMcPedestalCopy and
1907 MMcPedestalNSBAdd for camera >= 0.7 files, for which the second
1908 class would produce wrong results.
1909
1910
1911
1912 2003/10/23: Abelardo Moralejo
1913
1914 * mhistmc/MHMcEnergyMigration.cc
1915 - Changed the Draw procedure: with new root versions (3.04, 3.05)
1916 the result of the used drawing options was different from what
1917 we had in 3.02, and the graphics output had become unreadable.
1918 Replacing some Draw() calls by DrawCopy() has solved the problem.
1919
1920
1921
1922 2003/10/23: Thomas Bretz
1923
1924 * macros/star.C:
1925 - replaced geometry by the task MGeomApply
1926
1927 * manalysis/MCerPhotCalc.cc:
1928 - fixed typo
1929
1930
1931
1932 2003/10/22: Thomas Bretz
1933
1934 * mars.cc:
1935 - replaced TApplication by TGApplication
1936 - removed TROOT
1937 - reset Batch mode in any case
1938
1939 * meventdisp/MGCamDisplay.cc:
1940 - use new MHCamera::SetLevels to display cleaning levels
1941
1942 * mhist/MHCamera.[h,cc]:
1943 - removed FillLevels - obsolete
1944 - added SetLevels instead
1945
1946
1947 2003/10/21: Wolfgang Wittek
1948
1949 * manalysis/MMatrixLoop.[h,cc]
1950 - member function PreProcess() put from .h to .cc
1951
1952 * mhist/MHMatrix.[h,cc]
1953 - member function SetNumRow() put from .h to .cc
1954
1955
1956
1957 2003/10/20: Thomas Bretz
1958
1959 * mraw/MRawEvtPixelIter.[h,cc]:
1960 - changed name of member function from GetNumMax[Hi,Lo]GainSamples
1961 to GetIdxMax[Hi,Lo]GainSamples
1962
1963 * manalysis/MMcPedestalCopy.cc:
1964 - changed GetPedestalRms to GetElecNoise to make Mars compile with
1965 the changes done in MMcFadcHeader
1966
1967 * mmc/MMcTrig.cxx:
1968 - changed <iostream.h> to <iostream> according to C++
1969
1970 * mhistmc/MHMcTriggerLvl2.[h,cc]:
1971 - MHMcTriggerLvl2::GetHistByName removed const-qualifier and
1972 changed return type to TH1 according to definition in MH.
1973
1974 * macros/status.C:
1975 - use MDirIter instead of a single file name
1976 - adde MHTriggerLvl0
1977 - Simplified macro by using PrintOutliers
1978
1979 * mhist/MHCamEvent.[h,cc]:
1980 - renamed PrintOutlayers to PrintOutliers
1981 - Divide pad only into two subpads
1982
1983 * mfilter/MF.cc:
1984 - added comment about '=='
1985
1986 * mhist/MHMatrix.cc:
1987 - removed some pieces of code which preserved the contents
1988 of a matrix when resizing. This is done by root now.
1989
1990 * mfilter/MFRealTimePeriod.[h,cc]:
1991 - added
1992
1993 * mfilter/Makefile, mfilter/FilterLinkDef.h:
1994 - added MFRealTimePeriod
1995
1996 * mars.cc:
1997 - moved Start-up-message to StartUpMessage()
1998
1999 * manalysis/MBlindPixelCalc.h, manalysis/MCT1FindSupercuts.cc,
2000 manalysis/MCerPhotAnal.h:
2001 - minor changes
2002
2003 * mhist/MHCamera.[h,cc]:
2004 - added Profile-option (display contents/entries)
2005 - added Freeze-option (ignore filling data into the histogram)
2006 - added UseCurrentStyle to get the y-axis back
2007 - overwrite DrawCopy
2008
2009 * manalysis/MCerPhotEvt.[h,cc]:
2010 - added fLut to accelerate searching an index a lot, this should
2011 be backward compatible to old class versions
2012 - increased class version to 2
2013 - removed all searches for indices - replaced by GetPixById
2014 - GetPixById no uses the look-up-table, which is much much faster
2015 and still searches the array if the fLut size is 0 which might
2016 be because of a class version 1 object is read from a file -
2017 according to Rene this should work.
2018
2019 * manalysis/MPedestalCam.[h,cc]:
2020 - replaced a C-cast by a C++ static_cast
2021
2022 * mhist/MH.[h,cc]:
2023 - renamed them from Draw/DrawCopy to DrawSame/DrawSameCopy
2024
2025 * mraw/MRawEvtData.[h,cc]:
2026 - changed arrays to '//->'
2027 - overwrote Copy() member function
2028
2029 * mhist/MFillH.[h,cc]:
2030 - added GetCanvas()
2031
2032 * mhist/MHHadronness.cc, mimage/MHHillasExt.cc,
2033 mimage/MHNewImagePar.cc:
2034 - changed Draw to DrawSame
2035
2036 * mhist/MHCamEvent.cc:
2037 - use new MHCamera profile mode
2038
2039 * mbase/MEvtLoop.cc, mmain/MStatusDisplay.cc:
2040 - check whether application is TRint to make mone thread safe
2041 This is necessary not to call ProcessEvents() twice at the
2042 same time!
2043
2044
2045
2046 2003/10/17: Oscar Blanch
2047
2048 * mmc/MMcFadcHeader.[cxx,hxx]:
2049 - Added variable members to store the pedestal sigma from thte
2050 camera simulation porgram: fPedesSigmaHigh fPedesSigmaLow
2051
2052 * mmc/MMcRunHeader.cxx:
2053 - fill fNumEvts with number of stored events
2054
2055 * mmc/MTriggerDefine.h:
2056 - Trigger zone for CT1 cameras up to 126 pixels
2057
2058 * mgeom/MGeomMirror.cc:
2059 - fixed bug in filling axis desviation
2060
2061
2062
2063 2003/10/15: Thomas Bretz
2064
2065 * Makefile.conf.general:
2066 - added libThread to support mona
2067
2068 * manalysis/MCerPhotAnal2.cc:
2069 - changed comments
2070 - accelerated the code a bit by using pointer arithmetic
2071
2072 * mbase/BaseLinkDef.h, mbase/Makefile:
2073 - added MReadSocket
2074
2075 * mbase/MReadSocket.[h,cc]:
2076 - added MReadSocket
2077
2078 * mbase/MEvtLoop.cc:
2079 - fixed some crashes in ProcessGuiEvents
2080
2081 * mbase/MFilter.cc:
2082 - changed header
2083
2084 * mbase/MTime.h:
2085 - added operator double()
2086
2087 * mimage/MHillas.cc:
2088 - changed the comments about corrxy
2089
2090 * mmain/MStatusDisplay.[h,cc]:
2091 - added many comments
2092 - added kFileClose stuff
2093 - added AddRawTab
2094 - added thread handling in UpdateTab
2095 - fixed deletion in case the pointer is on heap
2096 - added date/time to ps-output
2097
2098 * mraw/MRawEvtHeader.cc:
2099 - added some comments about the total number of bytes read
2100
2101 * mraw/MRawRunHeader.[h,cc]:
2102 - added some comments about the total number of bytes read
2103 - fixed treating files with 0xc0c1 as Magic-Number
2104 - added GetNumTotalBytes
2105
2106 * mraw/Makefile, mraw/RawLinkDef.h:
2107 - added MRawSocketRead
2108
2109 * mraw/MRawSocketRead.[h,cc]:
2110 - added
2111
2112 * mona.cc:
2113 - added
2114
2115
2116
2117 2003/10/05: Abelardo Moralejo
2118
2119 * macros/star.C:
2120 - returned to revision 1.9 (I had committed by mistake a private
2121 version of the macro, sorry!)
2122
2123
2124
2125 2003/10/04: Thomas Bretz
2126
2127 * macros/MagicHillas.C, macros/pedestalvstime.C, macros/pixfirerate.C,
2128 macros/pixsatrate.C, macros/readCT1.C, macros/readMagic.C,
2129 macros/starplot.C, macros/status.C, macros/sumevents.C,
2130 macros/sumeventserr.C, macros/sumeventsrms.C, macros/sumpedestalrms.C,
2131 macros/sumpedestals.C, mmain/MDataCheck.cc:
2132 - added MGeomApply
2133
2134 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
2135 - added MGeomApply
2136
2137 * manalysis/MBlindPixelCalc.cc:
2138 - for buid-in pixel numbers added a check whether the geometry
2139 is mathcing
2140
2141 * manalysis/MCerPhotCalc.cc, manalysis/MMcPedestalCopy.cc,
2142 manalysis/MMcPedestalNSBAdd.cc, meventdisp/MGCamDisplay.[h,cc],
2143 meventdisp/MGEvtDisplay.[h,cc], mhist/MHFadcCam.cc:
2144 - fixed that it can deal with variable size arrays
2145
2146 * manalysis/MGeomApply.[h,cc]:
2147 - added. This task will take care of different geometries
2148
2149 * manalysis/MPedestalCam.cc:
2150 - initialize array with size 1
2151 - do not call new operator
2152
2153 * mbase/MArgs.cc, mbase/MDirIter.cc:
2154 - added comments
2155
2156 * mdatacheck/MGDisplayAdc.cc:
2157 - fixed a small bug in setting slider position for different geometries
2158
2159 * mfileio/MWriteRootFile.cc:
2160 - automatically append '.root' to file name
2161
2162 * mhist/MHCamera.cc:
2163 - added Init function
2164 - moved parts of the construtor to Init function
2165 - added default constructor
2166 - added possibility to change geometry after creation by SetGeometry
2167 - added many sanity checks (fNcells<=1)
2168
2169
2170
2171 2003/10/02: Thomas Bretz
2172
2173 * mraw/MRawEvtData.cc:
2174 - changed Draw so that also lo-gains are displayed.2
2175
2176
2177
2178 2003/10/01: Nicola Galante
2179
2180 * mhistmc/MHMcTriggerLvl2.[h,cc]:
2181 - in method MHMcTriggerLvl2::Fill added filling of 2D histograms
2182 of fLutPseudoSize vs. energy and of fSizeBiggerCell vs. energy
2183 - modified method MHMcTriggerLvl2::GetHistByName which now
2184 can return any histogram (data member) of the class
2185 MHMcTriggerLvl2 (now it returns a (TObject *) not a (TH1F *))
2186 - Updated option list of the methid MHMcTriggerLvl2::DrawClone
2187
2188 * macros/triglvl2.C:
2189 - Updated according with changes in class MHMcTriggerLvl2
2190
2191
2192
2193 2003/09/30: Robert Wagner
2194
2195 * mfileio/MCT1ReadPreProc.cc
2196 - undone change from 2003/09/26
2197 - MJD is filled in fTime.Duration
2198
2199
2200
2201 2003/09/29: Nicola Galante & Antonio Stamerra
2202
2203 * mmc/MMcTrig.cxx:
2204 - Fixed a bug in function IsPixelFired(): the binary shift, introduced
2205 by T.B. to replace "pow" for power of two, was wrong.
2206 The correct operator to be used is "<<" and not ">>"!
2207
2208 * manalysis/MMcTriggerLvl2.[h,cc]:
2209 - Added method "CalcEnergy(MMcEvt *)" used to get correlation between
2210 energy and size.
2211 - Removed graphical functions "Drawcell" and "DrawLvl1"
2212 - Fixed bug in the pixcell setting (pixel numbering in the cell starts
2213 from 0 but gsPixelInLut starts from 1).
2214 - Fixed bug in the "check" variable.
2215
2216 * manalysis/MMcTriggerCalc.[h,cc]:
2217 - Added call to MMcTriggerLvl2::CalcEnergy() in Process()
2218 - Removed 'const' from fMcEvt declaration
2219
2220 * mhistmc/MHMcTriggerLvl2.[h,cc]:
2221 - Added method "Draw2DHist" (draw correlation between
2222 energy and size)
2223 - Fixed bug in "DrawClone" function (histogram normalization)
2224
2225 * macros/triglvl2.C:
2226 - Fixed a bug in the task list order to apply correctly the filters
2227 - Now it writes on disk a root file with some histograms
2228
2229
2230
2231 2003/09/26: Robert Wagner
2232
2233 * mfileio/MCT1ReadPreProc.cc
2234 - provisionally pass complete event time to fTime container,
2235 units are MJDs instead of seconds for the time being
2236
2237
2238
2239 2003/09/25: Abelardo Moralejo
2240
2241 * macros/MagicHillas.C, star.C
2242 - Added cast: TArrayF w(15,(Float_t*)x) to get rid of warning.
2243
2244
2245
2246 2003/09/24: Abelardo Moralejo
2247
2248 * macros/MagicHillas.C, star.C
2249 - Added const qualifier to TArrayF w(15,x); I got a crash due to
2250 this missing qualifier when changing some code in MCerPhotCalc
2251 (not yet submitted).
2252
2253 * macros/CT1Hillas.C
2254 - removed code containing TArrayF w(15,x) (which was commented)
2255 since it made no sense for CT1.
2256
2257
2258
2259 2003/09/24: Wolfgang Wittek
2260
2261 * mfilter/MFEventSelector2.[h,cc]
2262 - execution statistics added
2263
2264 * mhist/MHFindSignificance.cc
2265 - add fHist->UseCurrentStyle()
2266 to get the y-axis + labels drawn
2267
2268 * mhist/MHMatrix.h
2269 - replace Int_t fNumRow //!
2270 by Int_t fNumRow //
2271 because otherwise fNumRow is not defined when MHMatrix object is read in
2272 after it had been written out
2273
2274 * mhist/MHCT1Supercuts.cc
2275 - change title of object
2276
2277 * manalysis/MMinuitInterface.cc
2278 - add arguments maxcalls and tolerance to SIMPLEX call
2279
2280 * manalysis/MCT1SupercutsCalc.[h,cc]
2281 - add variables asymmetry, conc, leakage
2282
2283 * manalysis/MCT1Supercuts.[h,cc]
2284 - add variables asymmetry, conc, leakage
2285 - add TArrayD fStepsizes (initial step sizes for the parameters)
2286
2287 * manalysis/MCT1FindSupercuts.cc
2288 - replace MGeomCamCT1Daniel by MGeomCamCT1
2289 - arguments 'parSCinit', 'params' and 'steps' added in FindParams() ;
2290 parSCinit is the name of the file containing the initial
2291 values of the parameters
2292 'params' and 'steps' are the initial values in case parSCinit == ""
2293 - add member functions GetMatrixTrain() and GetMatrixTest()
2294 - remove member function WriteMatrix()
2295 because it didn't work; now the matrices are written out in
2296 DefineTrainMatrix(), DefineTestMatri() and DefineTrainTestMatrix()
2297
2298 * macros/CT1EgyEst.C
2299 - don't use Daniel's energy estimator
2300
2301 * mmontecarlo/MMcEnergyEst.cc
2302 - extend printout of comments
2303
2304
2305
2306 2003/09/17: Abelardo Moralejo
2307
2308 * manalysis MCerPhotCalc.cc:
2309 - in warning about saturating low gains in pixels: changed the
2310 'if' by a 'switch' and slightly corrected text of warning (no
2311 change in performance or results).
2312
2313
2314
2315 2003/09/16: Abelardo Moralejo
2316
2317 * manalysis MCerPhotCalc.[h,cc]:
2318 - added the low gain treatment. It has first been implemented by
2319 TB, and the version I submit is a slightly modified one. If any
2320 high gain FADC slice is saturated, we switch to low gain. If low
2321 gain is also saturated, the signal is nevertheless calculated
2322 ("truncated" of course), and a warning is displayed reporting
2323 the number of saturated pixels in the current event.
2324 Fixed also the calculation of the mean pixel pedestal (added
2325 variable fSumWeights), which previously would not work correctly
2326 in the case that one sets weights different from 0 or 1 in the
2327 array fWeight (which was anyway not done up to now, as far as I
2328 know). It would be necessary to add to the parameters of the
2329 analyzed events the number of saturated pixels in some way.
2330 In the MC files produced with camera versions 0.6 or earlier, no
2331 low gain is simulated, and saturation of high gain is not
2332 correctly implemented, so this should not introduce any change
2333 in the analysis of present or old MC files.
2334
2335
2336
2337 2003/09/12: Thomas Bretz
2338
2339 * mimage/MHillasSrc.cc:
2340 - fixed the NaN-problem in the calculation of Alpha. More
2341 information can be found in the comments there.
2342
2343 * mhist/MHFadcCam.[h,cc]:
2344 - skip MC events which have no FADC information stored
2345 - better output in case of changes in the number of slices
2346 - added size argument to constructor to support ECO100, too.
2347 - removed all fixed numbers and replaced them by the corresponding
2348 function
2349 - fixed pixel numbering to be consistent with the software pixel
2350 numbering in the rest of Mars
2351
2352 * mhist/MHFadcPix.[h,cc]:
2353 - fixed the missing y-axis (UseCurrentStyle())
2354 - fixed pixel numbering by changing default arument of pixid in
2355 constructor from 0 to -1
2356
2357 * mmain/MDataCheck.cc
2358 - added 'Time Spectra of Cosmics' button
2359 - added size argument to instatiation of MHFadcCam
2360
2361
2362
2363 2003/09/10: Thomas Bretz
2364
2365 * mdata/MDataChain.[h,cc]:
2366 - added log2, acosh, asinh, atanh, ceil, isnan and finite
2367 - changed math.h callings to TMath:: namespace to be more
2368 consistent
2369
2370 * mhist/MHMatrix.[h,cc]:
2371 - added RemoveInvalidRows member function to get rid of rows
2372 containing invalid numbers (nan, inf)
2373
2374 * mraw/MRawEvtHeader.cc:
2375 - fixed variable types calculating the time (ns, s, m and h)
2376 to get rid of some compiler warnings, casting the values
2377 for-, back- and forward only wasts computing time.
2378
2379
2380
2381 2003/09/08: Abelardo Moralejo
2382
2383 * mhist/MHOnSubtraction.cc:
2384 - added some casts in the arguments of function calls, to get rid
2385 of compilation warnings due to mismatch of variable type
2386 (variables: lowerBin, upperBin). Corrected order of arguments in
2387 TH1D constructor of fSignificanceHist (number of bins and bin
2388 limits).
2389
2390 * mraw/MRawEvtHeader.cc:
2391 - Added casts to arguments of fTime->SetTime(h, m, s, ns) to get
2392 rid of compilation warnings.
2393
2394 * mhist/MHCamera.cc:
2395 - Changed calls to abs and fabs by TMath::Abs. At least in RH7.2
2396 with gcc2.96, abs() was not recognized.
2397
2398
2399
2400 2003/09/07: Abelardo Moralejo
2401
2402 * manalysis/MCerPhotCalc.cc:
2403 - removed normalization of array fWeight introduced on 30/06. For
2404 now, this array is intended only to select the FADC slices which
2405 we want to integrate to get the signal. The use of this feature
2406 of MCerPhotCalc is explained in the example macro MagicHillas.C
2407 The array fWeight must contain 0's and 1's. If we normalize
2408 these values, the signal units is no longer ADC counts (but
2409 "average ADC counts per slice"). As David realized, this was the
2410 reason for the discrepancies in the gamma/hadron separation
2411 results we were observing lately. The meaning of Size was
2412 different among the different people working on the subject, and
2413 hence, when we compared samples with a given Size cut we were
2414 actually comparing different energy ranges.
2415
2416 - Turned fSumQuadWeights to its original meaning, the quadratic
2417 sum (square root of the sum of the squares) of the values in the
2418 fWeight array. Why was this changed?? (sqrt removed) Only because
2419 of the name of the variable??
2420
2421 - Changed the calculation of the mean pedestal to fit the meaning
2422 of fSumQuadWeights.
2423
2424 - Moved the call to ScalePedestals() to the end of the ReInit
2425 function. Formerly it was called before the setting of the
2426 variable fEnableFix, and then the mean pedestal in each FADC
2427 slice was wrong by 0.5 units... once more: please Thomas B,
2428 be careful with these kind of changes.
2429
2430
2431
2432 2003/08/27: Thomas Bretz
2433
2434 * mhist/MH3.cc:
2435 - fixed missing UseCurrentStyle for newer root versions
2436
2437
2438
2439 2003/08/26: Thomas Bretz
2440
2441 * mimage/MHHillas.cc, mimage/MHHillas.cc, mimage/MHHillasExt.cc,
2442 mimage/MHNewImagePar.cc:
2443 - fixed missing UseCurrentStyle for newer root versions
2444
2445
2446
2447 2003/08/26: Wolfgang Wittek
2448
2449 * manalysis/MCT1FindSupercuts.cc
2450 - set size of fStep, fLimlo, fLimup, fFix
2451 - in 'fcnsupercuts' : get total number of parameters by calling 'mnstat'
2452
2453 * manalysis/MCT1Supercuts.[h,cc]
2454 - extend error printout
2455
2456 * manalysis/MMinuitInterface.cc
2457 - do not delete the Minuit object because it will still be used
2458
2459 * mhist/MHFindSignificance.cc
2460 - formulaBackg was wrong
2461
2462
2463
2464 2003/08/26: Robert Wagner
2465
2466 * mraw/MRawRunHeader.h
2467 - Added Setter for MJD
2468
2469 * mfileio/MCT1ReadPreProc.cc
2470 - Fill MJD from Preproc run header in fRawRunHeader
2471
2472
2473
2474 2003/08/22: Wolfgang Wittek
2475
2476 * mhistmc/MHMcCT1CollectionArea.cc
2477 - change selection of theta bin in 'CalcEfficiency()'
2478 (to be mored flexible in choosing the theta binnning)
2479
2480
2481
2482 2003/08/21: Thomas Bretz
2483
2484 * manalysis/MCT1FindSupercuts.[h,cc], manalysis/MCT1Supercuts.[h,cc],
2485 manalysis/MCT1SupercutsCalc.[h,cc], manalysis/MMinuitInterface.[h,cc],
2486 mhist/MHFindSignificance.[h,cc]:
2487 - changed some variables and member functions with respect to an upcoming
2488 Minimization Class
2489 - simplified some calls
2490 - replaced fixed size arrays by variable size arrays
2491 - added some sanity checks
2492 - simplified some variable usage
2493
2494 * mhist/MHCT1Supercuts.[h,cc]:
2495 - removed obsolete SetupFill
2496
2497
2498
2499 2003/08/20: Thomas Bretz
2500
2501 * mhist/MHCamEvent.[h,cc]:
2502 - added PrintOutlayers
2503
2504 * mhist/MHHadronness.cc:
2505 - changed PrintOutput
2506 - set some Grids in plots
2507
2508 * mhist/MHMatrix.cc:
2509 - removed obsolete call to MEvtLoop::SetName
2510 - Changed name to something more intuitive
2511
2512 * mranforest/MRanForest.cc, mranforest/MRanTree.h:
2513 - removed ^M
2514
2515 * mranforest/MRanTree.cc:
2516 - removed obsolete check for gRandom
2517 - replaced mvar*numdata by a new variable mn
2518
2519
2520
2521 2003/08/19: Thomas Hengstebeck
2522
2523 * mranforest/MRanForest.cc:
2524 Removed error in calculation of fDataRang in CreateDataSort().
2525 In the loop where fDataRang is set, the local variable v must
2526 be used with indices n1 and n2.
2527
2528
2529
2530
2531 2003/08/19: Wolfgang Wittek
2532
2533 * manalysis/MCT1Supercuts.[h,cc]
2534 - new class
2535 - container for the supercut parameters
2536
2537 * manalysis/MCT1SupercutsCalc.[h,cc]
2538 - get supercut parameters from container 'MCT1Supercuts'
2539
2540 * manalysis/MCT1FindSupercuts.[h,cc]
2541 - new class
2542 - optimizes the parameters for the supercuts
2543
2544 * manalysis/MMinuitInterface.[h,cc]
2545 - new class
2546 - interface for Minuit
2547
2548 * manalysis/Makefile
2549 AnalysisLinkDef.h
2550 - include MCT1FindSupercuts
2551 MMinuitInterface
2552
2553 * mhist/MH3.cc
2554 - reset fHist in SetupFill();
2555 this is necessary if the same MH3 object is used in more than one
2556 eventloop
2557
2558 * mhist/MHMatrix.cc
2559 - give name to the event loop
2560
2561 * mhist/MHFindSignificance.[h,cc]
2562 - new class
2563 - calculates the significance of the gamma signal in the alpha plot
2564
2565 * mhist/MHCT1Supercuts.[h,cc]
2566 - new class
2567 - plots various quantities during the optimization of the supercuts
2568
2569 * mhist/Makefile
2570 HistLinkDef.h
2571 - MHFindSignificance included
2572 - MHCT1Supercuts included
2573
2574
2575
2576 2003/08/01: Thomas Bretz
2577
2578 * mhist/MHCamera.[h,cc]:
2579 - added Fill(x, y, w)
2580 - renamed GetStats to GetStatisticBox
2581
2582 * mhist/MHStarMap.[h,cc]:
2583 - include TH2 moved to source file
2584
2585 * mranforest/MRanForest.[h,cc], mranforest/MRanTree.[h,cc]:
2586 - do not use all the data numbers and dimensions in thousands
2587 of arguments if the data is available eg from the size of an array
2588 - removed obsolete variables from header
2589 - many small simplifications
2590 - removed some obsolete variables from functions
2591 - added many const qualifiers
2592 - localized many more variables
2593
2594 * mranforest/MRanForestFill.[h,cc]:
2595 - default fNumTrees set to -1 tree (all trees)
2596
2597 * manalysis/MBlindPixelCalc.[h,cc]:
2598 - interpolate Pedestal, too
2599 - Only count 'valid' pixels
2600
2601 * mfileio/MRead.[h,cc]:
2602 - enhanced AddFiles
2603
2604 * mhist/MHCamEvent.[h,cc]:
2605 - Added PrintOutlayers
2606
2607 * mhist/MHCamera.[h,cc]:
2608 - added GetNumPixels
2609 - added default to GetMean and GetRMS
2610
2611 * mhist/MHTriggerLvl0.[h,cc]:
2612 - added PrintOutlayers
2613
2614 * merpp.cc:
2615 - added more arguments
2616 - replace .raw by .root if no root file given
2617 - automatic extension adding
2618
2619 * mbase/MEvtLoop.[h,cc]:
2620 - added estimated run time
2621 - in Process: Changes type of rc from Bool_t to Int_t
2622
2623 * mmain/MStatusDisplay.cc:
2624 - changed order in Tab-menu
2625
2626 * mraw/MRawFileRead.cc:
2627 - consistency check for 0xc0c1 files
2628
2629 * mraw/MRawRunHeader.cc:
2630 - initialize variables
2631 - added 0xc0c1 support
2632
2633
2634
2635 2003/07/29: Thomas Bretz
2636
2637 * manalysis/MBlindPixelCalc.cc:
2638 - count only pixel which contents are adde
2639
2640 * mbase/MArgs.cc:
2641 - added namespace
2642
2643 * mbase/MDirIter.h:
2644 - added rec-argument to constructor
2645
2646 * mfileio/MCT1ReadPreProc.[h,cc], mfileio/MReadRflFile.[h,cc]:
2647 - adapted to virtual base function
2648
2649 * mfileio/MRead.[h,cc]:
2650 - added AddFiles(MDirIter&)
2651 - changed AddFile to virtual
2652
2653 * mfileio/MReadTree.cc:
2654 - use AddFile in the constructor
2655
2656 * mhist/MH.[h,cc]:
2657 - remove 'nonew' from option
2658
2659 * mhist/MHHadronness.[h,cc]:
2660 - added GetHadronness
2661 - changed output
2662
2663 * mhist/MHMatrix.[h,cc]:
2664 - use TMatrixRow in shuffle
2665 - added ReduceRows
2666 - use default for PrintStatistics
2667 - removed graphics from Fill - will crash in batch mode
2668
2669 * mimage/ImageLinkDef.h, mimage/Makefile:
2670 - added MImgCleanTGB
2671
2672 * mimage/MCameraSmooth.h:
2673 - fixed a typo
2674
2675 * mmain/MStatusDisplay.cc:
2676 - added sanity check to HasCanvas
2677
2678 * mranforest/MHRanForest.cc, mranforest/MHRanForestGini.cc:
2679 - fixed a crashed caused by GetMaximum in newer root versions
2680 - optimized some small pieces of code
2681 - SetRangeUser removed, problems with newer root verion using
2682 roots auto-scale instead
2683
2684 * mranforest/MRanForest.cc:
2685 - do not use variables in arguments which can be used locally
2686 - replaced pow(,2) by faster and more accurate val*val
2687 - test gRandom at the beginning of the function
2688 - changed output
2689 - removed TArray::Reset. Not necerry at many places. Instatiation
2690 already initializes array with 0s
2691 - Use a const reference to the matrices instead of a copy!
2692 - Removed some unnecessary castings
2693 - added some const qualifiers
2694 - removed fErr from data members (obsolete)
2695
2696 * mranforest/MRanForestCalc.cc:
2697 - fixed a typo in the comments
2698
2699 * mranforest/MRanTree.[h,cc]:
2700 - do not use variables in arguments which can be used locally
2701 - localized some variables
2702 - test gRandom at the beginning of the function
2703 - added some const qualifiers
2704 - removed TArray::Reset. Not necerry at many places. Instatiation
2705 already initializes array with 0s
2706 - added some overwrites of TreeHad
2707
2708
2709
2710 2003/07/17: Oscar Blanch
2711
2712 * mmc/MMcCorsikaRunHeader.[h,cc]
2713 - add member data fNumTelesope
2714 - add member data fTelescopes
2715 - add member data fViewconeAngles[2]
2716 - add member function Fill_CT
2717 - version increased 2 -> 3
2718
2719 * mmc/MMcRunHeader.[hxx,cxx]
2720 - add member data fImpactMax
2721 - modify member function Fill
2722 - version increased 3 -> 4
2723
2724 * mmc/MMcFadcHeadr.[hxx,cxx]
2725 - add member data f[Ampl,Fwhm]Outer
2726 - add member data fLow2HighGain
2727 - modify member function Set[Ampl,Fwhm]
2728 - add member function SetLow2High
2729
2730 * mmc/Mdefine.h, MFadcDefine.h, MTriggerDefine.h
2731 - MFADC_CHANNELS, CAMERA_PIXELS, TRIGGER_PIXELS -> 3500
2732
2733 * mgeom/MGeomCorsikaCT.[h,cc]
2734 - new class with information of CT location in Corsika simulation
2735
2736 * mgeom/Makefile, GeomLinkDef.h
2737 - add new class
2738
2739
2740
2741
2742
2743 2003/07/14: Wolfgang Wittek
2744
2745 * mhist/MHOnSubtraction.[h,cc]
2746 - add member function GetSignificance()
2747
2748 * mhist/MHMatrix.cc
2749 - add MProgressBar in Fill()
2750
2751 * mmontecarlo/MMcEnergyEst.h
2752 - add member functions GetNumCoeffA()
2753 GetNumCoeffB()
2754
2755 * mfilter/MCT1SelBasic.[h,cc]
2756 - remove runs 601, 613, 614 for MC gamma
2757
2758 * manalysis/MCT1SupercutsCalc.cc
2759 - remove bug (dd2)
2760 - set fMatrix = NULL in constructor
2761
2762 * mgeom.MGeomCamCT1Daniel.[h,cc]
2763 - new; Daniel's CT1 geometry
2764
2765 * mgeom/Makefile
2766 GeomLinkDef.h
2767
2768
2769
2770 2003/07/14: Oscar Blanch
2771
2772 * mgeom/MGeomCamMagic919.[h,cc]
2773 - Geometry for a Magic camera with 919 small pixels
2774
2775 * mgeom/[Makefile, GeomLinkDef.h]
2776 - Compiling the above mentioned geometry
2777
2778
2779
2780 2003/07/13: Thomas Bretz
2781
2782 * mbase/MArgs.[h,cc]:
2783 - fixed compile problem with root 3.02/07
2784
2785 * meventdisp/MGCamDisplay.cc, mevtdisp/MGEvtDislay.cc:
2786 - fixed missing MHCamera::SetOptStat
2787
2788
2789
2790 2003/07/12: Thomas Bretz
2791
2792 * mhistmc/MHMcCT1CollectionArea.[h,cc]:
2793 - made the enum as FillType_t a public member of the class
2794
2795 * macros/CT1collarea.C
2796 - Updated accordingly. Can somebody please check whether it
2797 still works.
2798
2799 * mbase/MArgs.h:
2800 - added some comment
2801
2802 * mraw/MRawRunHeader.cc:
2803 - added an 'inf' to the log-stream
2804
2805 * macros/status.C:
2806 - added some more plots
2807 - added some sanity chacks
2808
2809 * macros/sumevents.C, macros/sumeventserr.C, macros/sumeventsrms.C
2810 macros/sumpedestalrms.C, macros/sumpedestals.C:
2811 - fixed SetOptStat
2812
2813 * manalysis/MBlindPixelCalc.[h,cc]:
2814 - removed dangerous SetPixels(int, short*)
2815 - changed Id to Idx
2816 - fixed a bug in SetPixels which caused crashes
2817 - renamed SetPixels to SetPixelIndices
2818
2819 * mhist/MHCamera.[h,cc]:
2820 - removed SetOptStat and fOptStat - found a better solution
2821 - fixed DistancetoPrimitive to show TPaveStat correctly
2822 - Use GetPainter() instead of an own THistPainter
2823
2824 * mmain/MStatusDisplay.cc:
2825 - some small changes to the layout
2826
2827
2828
2829 2003/07/11: Wolfgang Wittek
2830
2831 * mhist/MHMatrix.cc
2832 - add tlist.PrintStatistics() after event loop
2833
2834
2835
2836 2003/07/08: Abelardo Moralejo
2837
2838 * mmc/MMcEvt.hxx
2839 - Uncommented the getter function for fCoreX and fCoreY (is there
2840 any reason why they were commented out?). Added Getter functions
2841 for the parameters of the longitudinal fit to the particle
2842 distribution of the shower.
2843
2844
2845
2846 2003/07/08: Wolfgang Wittek
2847
2848 * macros/CT1EgyEst.C:
2849 - de-comment filters
2850 - add PrintStatistics after event loop
2851
2852 * manalysis/MEnergyEstParamDanielMkn421.[h,cc]
2853 - new; calculates estimated energy using Daniel's parametrization
2854 and parameter values for Mkn421
2855
2856 * manalysis/AnalysisLinkDef.h
2857 Makefile
2858 - include MEnergyEstParamDanielMkn421
2859
2860 * manalysis/MCT1SupercutsCalc.[h,cc]
2861 - add MHillasSrc.fAlpha to fMap
2862 - add member functions SetParams(Double_t *par)
2863 GetParams(Double_t *par)
2864
2865
2866
2867 2003/07/06: Abelardo Moralejo
2868
2869 * mhistmc/MHMcCT1CollectionArea.[h,cc]
2870 - Added possibility of using a logarithmic or linear scale in
2871 energy. The function MHMcCT1CollectionArea::SetEaxis sets
2872 what should be filled in the energy axis (either the energy
2873 or its decimal logarithm).
2874
2875 * macros/CT1collarea.C
2876 - Added example on how to use the new function
2877 MHMcCT1CollectionArea::SetEaxis
2878
2879
2880
2881 2003/07/06: Thomas Bretz
2882
2883 * Makefile:
2884 - replaced '-shared' by $(DYNLIB)
2885
2886 * Makefile.conf.linux, Makefile.conf.linux-gnu,
2887 Makefile.conf.osf1, Makefile.conf.osf5.1:
2888 - added DYNLIB
2889
2890 * Makefile.conf.darwin:
2891 - added
2892
2893 * mgui/MCamEvent.cc:
2894 - removed obsolete include
2895
2896 * mgui/Makefile:
2897 - removed obsolete include dirs
2898
2899 * mhist/MHCamera.cc:
2900 - fixes for root 3.05/01
2901
2902 * mraw/MRawEvtData.cc:
2903 - added type 1 and 2 to GetPixContent
2904
2905 * mraw/MRawEvtPixelIter.[h,cc]:
2906 - added GetMax[Hi,Lo]GainSample
2907
2908 * macros/pixsatrate.C:
2909 - added
2910
2911 * Makefile.conf.general:
2912 - added -lHistPainter
2913
2914 * NEWS:
2915 - updated
2916
2917 * macros/pixsatrate.C:
2918 - added Saturation rate of lo gains
2919
2920 * macros/sumevents.C, macros/sumeventserr.C,
2921 macros/sumpedestalrms.C, macros/sumpedestals.C:
2922 - fixed axis titles
2923 - use new SetOptStat
2924
2925 * manalysis/MCerPhotAnal2.[h,cc]:
2926 - count and print number of skipped events
2927
2928 * meventdisp/MGCamDisplay.cc:
2929 - fixed a 'division by zero'
2930
2931 * mhist/MHCamEvent.cc, mhist/MHTriggerLvl0.cc:
2932 - take name from MHCamEvent if fNameEvt not available
2933
2934 * mhist/MHCamera.[h,cc]:
2935 - use THistPainter to Draw title and statistics box
2936 - added fOptStat
2937 - added GetMean
2938 - added GetRMS
2939 - some modification for a better layout
2940
2941 * mraw/MRawEvtHeader.cc:
2942 - calculate time from clock ticks
2943
2944 * mbase/MArgs.[h,cc]:
2945 - added
2946
2947 * mbase/Makefile:
2948 - MArgs.cc added
2949
2950 * mbase/BaseLinkDef.h:
2951 - MArgs, MArgsEntry added
2952
2953 * merpp.cc:
2954 - added '-v' option
2955 - changes to use MArgs
2956
2957
2958
2959
2960
2961 2003/07/04: Wolfgang Wittek
2962
2963 * macros/CT1EgyEst.C
2964 - add TCanvas and cd() before calling Draw()
2965
2966 * mhistmc/MHMcEnergyMigration.cc
2967 - swap first 2 arguments of fHist.Fill and fHist2.Fill
2968
2969
2970
2971 2003/07/03: Abelardo Moralejo
2972
2973 * mhistmc/MHMcCT1CollectionArea.cc
2974 - Added code to allow the calculation of CT1 collection areas
2975 at 55 and 65 degrees (from the events in DK's MC library)
2976
2977 * macros/CT1collarea.C
2978 - Changed binning in theta to include high ZAs
2979
2980
2981
2982 2003/07/01: Thomas Bretz
2983
2984 * manalysis/MCerPhotAnal2.cc:
2985 - fixed some problems with the lo-gains
2986
2987 * mraw/MRawEvtPixelIter.cc:
2988 - Determin the maximum sample of the lo gains from the end.
2989
2990
2991
2992 2003/07/01: Abelardo Moralejo
2993
2994 * macros/CT1collarea.C
2995 - changed "const TArrayD xed(10,xedge);" to:
2996 "const TArrayD xed; xed.Set(10,xedge);"
2997 (and the same for yed). Otherwise, a funny Error message was
2998 printed about TArrayD, although everything worked.
2999
3000 * mhistmc/MHMcCT1CollectionArea.cc
3001 - added some comments and made code more readable and more simple
3002 to make it easier the addition of the necessary changes to allow
3003 the use of MC data (from D.Kranich) at zenith angles 55 and 65
3004 degrees.
3005
3006
3007
3008 2003/07/01: Wolfgang Wittek
3009
3010 * manalysis/MSigmabar.cc, manalysis/MCT1PadSchweizer.cc,
3011 manalysis/MCT1PadONOFF.cc, mhist/MHSigmaTheta.cc:
3012 - change code because GetPixRatio returns area(pixel_zero)/area(pixel)
3013 and not area(pixel)/area(pixel_zero)
3014
3015 * macros/CT1Analysis.C, macros/ONOFFCT1Analysis.C
3016 - current versions of CT1 macros
3017
3018 * macros/unfold.C, macros/fluxunfold.C
3019 - macros for testing the unfolding within root
3020
3021
3022
3023 2003/06/30: Thomas Bretz
3024
3025 * macros/pixfirerate.C:
3026 - changed to new style
3027
3028 * manalysis/MCerPhotCalc.cc:
3029 - scale weight so that sum=1
3030
3031 * mhist/MHCamera.h:
3032 - small change
3033
3034 * mmontecarlo/MMcCollectionAreaCalc.cc:
3035 - small simplifications
3036
3037
3038
3039 2003/06/27: Abelardo Moralejo
3040
3041 * mmontecarlo/MMcCollectionAreaCalc.[h,cc],
3042 mhistmc/MHMcCollectionAreaCalc.[h,cc]:
3043 - Adapted to allow their use with multiple files containing
3044 MC data generated with diffferent energy spectra, even with
3045 camera files which have only triggered events inside. Now the
3046 histogram containing all showers (before trigger) is filled
3047 in the ReInit function, and calculation of collection area
3048 is done by CalcEfficiency2(). Some simplifications and cleaning
3049 are still possible.
3050
3051
3052
3053 2003/06/27: Thomas Bretz
3054
3055 * macros/sumevents.C, macros/sumpedestals.C:
3056 - some small changes
3057
3058 * manalysis/MPedestalCam.cc:
3059 - return pixel as used if the value is valid (>=0)
3060
3061 * mhist/HistLinkDef.h, mhist/Makefile:
3062 - MHPixVsTime added (Name is preliminary)
3063
3064 * mhist/MHCamEvent.cc:
3065 - removed including MGeomPix
3066
3067 * mhist/MHCamera.h:
3068 - in SetCamContent copy also number of entries
3069
3070 * mraw/MRawEvtData.cc:
3071 - fixed to support correct pixel numbering
3072
3073 * mhist/MHPixVsTime.[h,cc]:
3074 - added
3075
3076 * mhist/MHCamera.cc:
3077 - changed output of labels for color axis
3078
3079 * mfileio/MCT1ReadPreproc.cc:
3080 - small simplification
3081
3082
3083
3084 2003/06/27: Abelardo Moralejo
3085
3086 * mhistmc/MHMcCT1CollectionArea.cc:
3087 - Added comments, changed theta angle corresponding to first bin to
3088 adapt it to new standard theta-bin definition. This was the reason
3089 for the missing area at low theta.
3090
3091 * macros/CT1collectionArea.C, macros/CT1EgyEst.C:
3092 - Changed theta binnings to adapt them to the new standard.
3093
3094
3095
3096 2003/06/26: Abelardo Moralejo
3097
3098 * macros/CT1EgyEst.C:
3099 - Added to the argument list of CT1EEst the binnings in theta
3100 and energy. Commented out the MLog.h and MLogManip.h, headers,
3101 otherwise it does not run (don't know why). Commented out filters
3102 (my test file does not contain hadronness), please uncomment
3103 them to run on files with hadronness info.
3104
3105 * mhistmc/MHMcEnergyMigration.cc:
3106 - exchanged axes of E_est and E_MC in the 3-d histograms.
3107
3108 * mfileio/MCT1ReadAscii.cc, mfileio/MCT1ReadPreProc.cc,
3109 mhist/MHSigmaPixel.cc, mfileio/MHSigmaTheta.cc,
3110 mimage/MImgCleanStd.cc:
3111 - adapted to new function names in MPedestalPix (please Thomas
3112 check these, I had to do it to make Mars compile)
3113
3114
3115
3116 2003/06/26: Thomas Bretz
3117
3118 * macros/CT1EgyEst.C:
3119 - converted from dos to unix type
3120
3121 * macros/rootlogon.C:
3122 - removed "-fno-rtti" from options for Aclic
3123
3124 * mbase/MLog.h:
3125 - added a comment
3126
3127 * mgeom/MGeomCam.[h,cc], mgeom/MGeomPix.[h,cc],
3128 mgeom/MGeomCamCT1.cc, mgeom/MGeomCamECO1000.cc,
3129 mgeom/MGeomCamECO1000HG.cc, mgeom/MGeomCamMagicHG.cc:
3130 - added support for sectors
3131
3132 * megom/MGeomCamMagic.[h,cc]:
3133 - added sectors
3134
3135 * mhist/MHCamera.[h,cc]:
3136 - convert Option_t in Paint to lower case
3137 - remove 'hist' if detected from Option_t
3138 - check for min==max
3139 - added DrawSectorIndices()
3140 - added TArrayC to AddCamContent
3141 - added TArrayC to SetCamContent
3142 - simplified DistancetoPrimitive
3143
3144 * mraw/MRawEvtData.cc:
3145 - simplified Draw by converting option string to lower case
3146
3147 * mraw/MRawEvtPixelIter.[h,cc]:
3148 - added GetNumMaxLoGainSample
3149
3150 * manalysis/MCT1PadSchweizer.cc, manalysis/MMcPedestalNSBAdd.cc,
3151 manalysis/MSigmabar.cc:
3152 - adapted to new function names in MPedestalPix
3153
3154 * manalysis/MCerPhotAnal.cc:
3155 - adapted to new function names in MPedestalPix
3156 - fixed to work with real data and monte carlo data
3157 - preliminarily removed error of pedestal and pedestalrms
3158
3159 * manalysis/MCerPhotCalc.[h,cc]:
3160 - adapted to new function names in MPedestalPix
3161 - fixed to work with real data and monte carlo data
3162
3163 * manalysis/MMcPedestalCopy.cc, manalysis/MPedCalcPedRun.[h,cc]:
3164 - adapted to new function names in MPedestalPix
3165 - preliminarily removed error of pedestal and pedestalrms
3166
3167 * manalysis/MPedestalCam.[h,cc]:
3168 - adapted to new function names in MPedestalPix
3169 - preliminarily removed error of pedestal and pedestalrms
3170 - fixed GetPixelContent (do not return Pedestal*PixRatio)
3171
3172 * manalysis/MPedestalPix.[h,cc]:
3173 - removed old variables
3174 - introduced Pedestal for pedestal
3175 - introduced pedestalRMS for the rms of the pedestal
3176 - error of both values still missing
3177
3178 * meventdisp/MGCamDisplay.cc:
3179 - fixed display, displays now:
3180 + Number Of Photons
3181 + Pedestal
3182 + PedestalRMS
3183 + Number of Photons/PedestalRMS
3184
3185 * mimage/MImgCleanStd.[h,cc]:
3186 - fixed image cleaning in the sense that erronously the error
3187 of the number of photons was used instead of the error of
3188 the PMT offset (pedestal)
3189 - introduced some debugging option
3190
3191 * mmontecarlo/MMcCollectionAreaCalc.cc:
3192 - minor change
3193
3194 * macros/sumevents.C, macros/sumpedestals.C:
3195 - added
3196
3197 * mhist/MHCamEvent.cc:
3198 - do not scale with 100
3199
3200 * mhist/MHCamera.cc:
3201 - fixed displaying number of entries when used
3202 SetCamContent(MHCamera&)
3203
3204
3205
3206 2003/06/25: Thomas Bretz
3207
3208 * mgeom/MGeomCam.cc:
3209 - fixed the description of GetPixRatio
3210
3211
3212
3213 2003/06/25: Abelardo Moralejo
3214
3215 * mimage/MImgCleanStd.cc:
3216 - Changed name of variable "ratio" to "factor", wherever it meant
3217 the square root of the ratio between the area of an inner pixel
3218 and the current pixel (it was confusing).
3219
3220
3221
3222 2003/06/24: Thomas Bretz
3223
3224 * manalysis/MCT1SupercutsCalc.[h,cc]:
3225 - implemented Mapping for Supercuts
3226 - changed data member arrays to TArrayD
3227
3228 * manalysis/MEnergyEstParam.h:
3229 - added a comment
3230
3231 * mhist/MHHadronness.[h,cc]:
3232 - implemented mapping
3233 - implemented calculating Acc_g/sqrt(Acc_h) for filtercuts
3234
3235 * macros/status.C:
3236 - removed MSrcPosCam
3237
3238 * mevtdisp/MGCamDisplay.cc:
3239 - display ellipse in all canvas'
3240
3241 * macros/readrfl.C:
3242 - adapted
3243
3244 * manalysis/MMcTriggerLvl2.cc, meventdisp/MGEvtDisplay.cc,
3245 mraw/MRawEvtPixelIter.cc:
3246 - adapted
3247
3248 * mgui/MCamEvent.[h,cc], mhist/MHCamEvent.[h,cc]:
3249 - more comments
3250
3251 * mgui/MHexagon.[h,cc]:
3252 - removed obsolete destructor
3253
3254 * mhist/MHCamera.[h,cc]:
3255 - removed fPhotons
3256 - removed ShowRflEvent
3257 - added comments
3258
3259 * mhist/MHTriggerLvl0.cc:
3260 - fixed comments
3261
3262 * mraw/MRawEvtData.cc:
3263 - some small changes
3264
3265 * mreflector/MRflEvtData.[h,cc]:
3266 - implemented Paint function
3267
3268 * meventdisp/MGCamDisplay.cc:
3269 - Set Name and title of MHCamera instances
3270
3271 * mraw/MRawEvtData.cc:
3272 - fixed a degug level problem
3273
3274 * mgui/MHexagon.[h,cc]:
3275 - fixed CopyConstructor
3276
3277 * mbase/MLog.cc:
3278 - fixed a bug in NoColor mode
3279
3280
3281
3282 2003/06/23: Thomas Bretz
3283
3284 * manalysis/MBlindPixelCalc.[h,cc], manalysis/MCT1PadONOFF.[h,cc],
3285 manalysis/MCT1PadSchweizer.[h,cc], manalysis/MCompProbCalc.[h,cc],
3286 manalysis/MCT1PointingCorrCalc.[h,cc], manalysis/MEnergyEstimate.[h,cc],
3287 manalysis/MCT1SupercutsCalc.[h,cc], manalysis/MEnergyEstParam.[h,cc],
3288 manalysis/MFiltercutsCalc.[cc,h], manalysis/MMatrixLoop.[h,cc],
3289 manalysis/MMcPedestalCopy.[h,cc], manalysis/MMcPedestalNSBAdd.[h,cc],
3290 manalysis/MMcTriggerLvl2Calc.[h,cc], manalysis/MPadding.[h,cc],
3291 manalysis/MMultiDimDistCalc.[h,cc], manalysis/MPedCalcPedRun.[h,cc],
3292 manalysis/MPedestalCalc.[h,cc], manalysis/MPointingCorr.[h,cc],
3293 mbase/MClone.[h,cc], mbase/MGTask.[h,cc], mbase/MPrint.[h,cc],
3294 mbase/MTask.[h,cc], mbase/MTaskInteractive.[h,cc],
3295 mbase/MTaskList.[h,cc], mtools/MChisqEval.[h,cc],
3296 mbase/MContinue.[h,cc], mdatacheck/MDumpEvtHeader.[h,cc]
3297 mfileio/MCT1ReadAscii.[h,cc], mfileio/MCT1ReadPreProc.[h,cc],
3298 mfileio/MReadCurrents.[h,cc], mfileio/MReadMarsFile.[h,cc],
3299 mfileio/MReadRflFile.[h,cc], mfilter/MF.[h,cc],
3300 mfilter/MFAlpha.[h,cc], mfilter/MFCT1SelBasic.[h,cc],
3301 mfilter/MFCT1SelFinal.[h,cc], mfilter/MFCT1SelStandard.[h,cc],
3302 mfilter/MFDataChain.[h,cc], mfilter/MFDataMember.[h,cc],
3303 mfilter/MFEnergySlope.[h,cc], mfilter/MFEventSelector.[h,cc],
3304 mfilter/MFEventSelector2.[h,cc], mfilter/MFParticleId.[h,cc],
3305 mfilter/MFTriggerLvl1.[h,cc], mfilter/MFTriggerLvl2.[h,cc],
3306 mfilter/MFilterList.[h,cc], mhist/MFillH.[h,cc],
3307 mimage/MCameraSmooth.[h,cc], mimage/MHillasCalc.[h,cc],
3308 mimage/MHillasSrcCalc.[h,cc], mimage/MImgCleanStd.[h,cc],
3309 mimage/MNewImageParCalc.[h,cc], mmontecarlo/MMcThresholdCalc.[h,cc],
3310 mranforest/MRanForestCalc.[h,cc], mranforest/MRanForestFill.[h,cc]
3311 mmontecarlo/MMcTimeGenerate.[h,cc], mranforest/MRanForestGrow.[h,cc],
3312 mmontecarlo/MMcCollectionAreaCalc.[h,cc], mraw/MRawFileWrite.[h,cc],
3313 mmontecarlo/MMcTriggerRateCalc.[h,cc], mraw/MRawFileRead.[h,cc],
3314 manalysis/MSigmabarCalc.[h,cc], manalysis/MCerPhotAnal.[h,cc],
3315 manalysis/MCerPhotCalc.[h,cc]:
3316 - changed Bool_t in *Process to Int_t to support newer root
3317 versions correctly - PRELIMINARY (will be replaced by
3318 enums in the future)
3319
3320 * manalysis/MCerPhotEvt.[h,cc]:
3321 - added case 3 and 4 to GetPixelContent
3322 - changed definition of GetPixelContent
3323
3324 * manalysis/MCurrents.[h,cc], manalysis/MPedestalCam.[h,cc]:
3325 - changed definition of GetPixelContent
3326
3327 * manalysis/MFiltercutsCalc.[h,cc]:
3328 - Added list to ListOfCleanups, and set kMustCleanup for list
3329 - Set kMustCleanup for external filters
3330
3331 * mbase/MEvtLoop.[h,cc]:
3332 - added to ListOfCleanups
3333 - Set kMustCleanup for parlist, progressbar and display
3334 - added some checks for root's Batch-Mode
3335 - no need for checking ListOfSpecials for fDisplay (this is now
3336 handled through the Cleanups)
3337 - No need for kFileExit anymore (this can now be handles through
3338 the Cleanups)
3339 - added recursiveRemove to support Cleanups
3340 - added SetDisplay to set kMustCleanup for fDisplay
3341
3342 * mbase/MTaskList.cc, mdata/MDataArray.cc, mdata/MDataList.cc,
3343 mfilter/MFilterList.cc:
3344 - added lists to ListOfCleanups
3345 - Set kMustCleanup for the lists
3346
3347 * mbase/MParList.[h,cc]:
3348 - added lists to ListOfCleanups
3349 - Set kMustCleanup for the lists
3350 - added kCanDelete option to destructor
3351 - set kMustCleanup for all containers added to thelist
3352
3353 * mdatacheck/DataCheckLinkDef.h, mdatacheck/Makefile:
3354 - removed unnecessary MDumpEvtHeader
3355
3356 * mbase/MContinue.[h,cc]:
3357 - added SetDisplay to support setting display for the filter
3358 - added SetLogStream to support setting logstream for the filter
3359
3360 * mfilter/MFCT1SelBasic.cc, mfilter/MFCT1SelFinal.cc,
3361 mfilter/MFCT1SelStandard.cc:
3362 - added Set-function to simplify Process
3363
3364 * mgui/MCamEvent.[h,cc]:
3365 - changed GetPixelContent definition
3366
3367 * mhist/MH.cc:
3368 - fixed Draw(TH1&, TH1&) and DrawCopy layout for newer root versions
3369
3370 * mimage/MImgCleanStd.cc:
3371 - fixed a bug in the access to ispixused-array (GetNeighbor
3372 could exceed maximum entries.
3373
3374 * mmain/MStatusDisplay.[h,cc]:
3375 - preliminary fixes to support root's batch mode
3376 - removed adding MStatusDisplay to ListOfCleanups
3377 - changed code updating the Canvas'
3378 - exit now handled by Cleanups, so this can be deleted immediatly
3379
3380 * mraw/MRawEvtData.[h,cc]:
3381 - changed definition of GetPixelContent
3382 - added code to GetPixelContent
3383
3384 * mraw/MRawEvtPixelIter.[h,cc]:
3385 - returns GetNumMaxHiGainSample
3386
3387 * mreflector/MRflEvtData.[h,cc]:
3388 - use static_cast in GetPhoton
3389 - added GetPixelContent
3390
3391 * mhist/MHTriggerLvl0.[h,cc], MHmhist/Camera.[h,cc],
3392 mhist/MHCamEvent.[h,cc]:
3393 - added
3394
3395 * manalysis/MSigmabar.cc:
3396 - unimportant simplification
3397
3398 * manalysis/MSigmabarCalc.cc:
3399 - added a preliminary workaround to support files without MMcEvt
3400 - make use of FLT_MAX
3401
3402 * mgeom/MGeomCam.[h,cc]:
3403 - Moved fPixels from pointer to an instance
3404 - removed destructor
3405 - use static_cast on operator[]
3406 - Use ForEach macro in CheckOuterRing
3407
3408 * mhist/MHSigmaTheta.cc:
3409 - added a preliminary workaround to support files without MMcEvt
3410
3411 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
3412 - removed MCT1PadONOFF
3413
3414 * manalysis/MCerPhotEvt.h:
3415 - added //-> to fPixels
3416
3417 * meventdisp/Makefile:
3418 - added -I../mhist
3419
3420 * manalysis/MMcTriggerLvl2.[h,cc], meventdisp/MGCamDisplay.[h,cc]:
3421 - replaced MCamDisplay by MHCamera
3422
3423 * mgui/GuiLinkDef.h, mgui/Makefile:
3424 - removed MCamDisplay
3425
3426 * mhist/HistLinkDef.h, mhist/Makefile:
3427 - removed MHCerPhotEvt
3428 - removed MHCurrents
3429 - removed MHTrigLvl0
3430 - removed MHOnSubtraction
3431 - added MHCamera
3432 - added MHCamEvent
3433
3434 * macros/sumcurrents.C:
3435 - adapted to changes
3436 - added filename to canvas
3437
3438 * macros/readMagic.C, macros/readCT1.C, macros/status.C,
3439 macros/readcurrents.C, macros/readrfl.C:
3440 - adapted to changes
3441
3442 * mbase/MAGIC.h:
3443 - replaced extern by R__EXTERN
3444
3445 * mbase/MParContainer.[h,cc]:
3446 - added a non empty destructor with some debug options
3447
3448 * mbase/MPrint.cc:
3449 - fixed a bug (used kSKIP instead of kSkip)
3450
3451
3452
3453 2003/06/19: Thomas Bretz
3454
3455 * mgui/MCamDisplay.[h,cc]:
3456 - fixed color palette when loading MCamDisplay
3457
3458 * mevtdisp/MGEvtDisplay.cc:
3459 - fixed a bug in ProcessMessage, 'Exit' still doesn't work.
3460
3461
3462
3463 2003/06/18: Thomas Bretz
3464
3465 * macros/sumcurrents.C:
3466 - added MDirIter support
3467 - fixed the rel. error calculation
3468 - some small corrections to the layout
3469
3470 * mhist/MHCurrents.cc:
3471 - changed histogram name
3472 - added axis titles
3473
3474 * mbase/MLog.cc:
3475 - include iomanip onstead of MLogManip
3476
3477 * mbase/MLogManip.h:
3478 - replaced preprocessor defintions for all, warn, inf, err and dbg
3479 by const variable declarations
3480 - fixed dynamic_casts
3481
3482 * macros/merpp.C:
3483 - made capable of more than one directory
3484
3485 * mmain/MStatusDisplay.cc:
3486 - removed an unsused variable
3487
3488 * Makefile.conf.osf1, Makefile.conf.osf5.1:
3489 - added definitions for __USE_STD_IOSTREAM and R__ANSISTREAM
3490 tp be able to compile on Alphas again
3491
3492 * manalysis/MCT1PadONOFF.cc:
3493 - included math.h
3494 - commented out some code to be able to compile on Alpha - FIXME
3495
3496 * mbase/MDirIter.h:
3497 - fixed a bug in the definition of MatchFilter
3498
3499 * mraw/MRawFileWrite.h:
3500 - default mode changed from UPDATE to RECREATE
3501 - default compression level changed from 9 to 1
3502
3503 * mraw/MRawEvtData.[h,cc]:
3504 - fixed to skip non connected pixels
3505
3506 * mraw/MRawRunHeader.[h,cc]:
3507 - added GetNumConnectedPixels
3508
3509
3510
3511
3512 2003/06/17: Oscar Blanch
3513
3514 * mgeom/MGeomCamECO1000HG.cc
3515 - fixed a bug in NN table
3516
3517 * mgeom/MGeomCamMagicHG.[h,cc]
3518 - New geometry for a high granularity hipothetic Magic camera
3519
3520 * mgeom/Makefile and mgeom/GeomLinkDef.h
3521 - Introduction of MGeomMagicHG class.
3522
3523
3524
3525 2003/06/17: Thomas Bretz
3526
3527 * meventdisp/MGEvtDisplay.cc:
3528 - fixed a bug which caused a endlessloop
3529
3530 * mmain/MStatusDisplay.cc:
3531 - fixed UpdatePSHeader for gcc 3.* and Suse 8.2
3532
3533 * manalysis/MCurrents.h:
3534 - fixed a bug in the const operator[]
3535
3536 * mgui/MCamDisplay.[h,cc]:
3537 - set ClassDef to 1 so that the camera display can be written into
3538 a root file
3539 - fixed destructor (didn't fit default constructor)
3540 - implemented FillRandom for test cases
3541
3542 * mgui/MHexagon.h
3543 - set ClassDef to 1 so that the camera display can be written into
3544 a root file
3545
3546
3547
3548 2003/06/16: Thomas Bretz
3549
3550 * mhist/MHOnSubtraction.cc:
3551 - worked around the non compiling source file
3552
3553 * merpp.cc:
3554 - set compression level default = 1
3555
3556 * macros/readCT1.C, macros/readMagic.C, macros/readcurrents.C,
3557 meventdisp/MGCamDisplay.cc
3558 - adapted to new MCamDisplay and MCamEvent
3559
3560 * macros/sumcurrents.C:
3561 - enhanced
3562
3563 * manalysis/MCerPhotCalc.[h, cc]:
3564 - simplified algorithm
3565
3566 * manalysis/MCerPhotEvt.[h,cc], manalysis/MCurrents.[h,cc],
3567 manalysis/MPedestalCam.[h,cc]:
3568 - derived from MCamEvent
3569
3570 * manalysis/MMcPedestalNSBAdd.cc:
3571 - minor change
3572
3573 * mbase/BaseLinkDef.h, mbase/Makefile:
3574 - added MDirIter
3575
3576 * mbase/MDirIter.[h,cc]:
3577 - added
3578
3579 * mbase/MParList.cc:
3580 - enhnced some output
3581
3582 * mbase/MTaskInteractive.cc:
3583 - fixed a bug
3584
3585 * mbase/MTaskList.cc:
3586 - added handling of gui events for Pre- and PostProcess
3587
3588 * mgeom/MGeomPix.cc:
3589 - added a comment
3590
3591 * mgui/MCamDisplay.[h,cc] - PRELIMINARY:
3592 - added a notification list
3593 - fixed SetRange if pad is not the main pad
3594 - new Fill functions using MCamEvent, removed old ones
3595
3596 * mhist/MFillH.cc:
3597 - check for the existance of the canvas
3598
3599 * mhist/MHCerPhotEvt.cc:
3600 - take usage of MCamEvent
3601
3602 * mhist/MHCurrents.cc:
3603 - take usage of MCamEvent
3604 - added rms
3605
3606 * mmain/MStatusDisplay.[h,cc]:
3607 - added "Reset" and "Remove Tab" to menu bar
3608
3609 * mraw/MRawEvtData.[h,cc]:
3610 - draw hi- and logains
3611 - derived from MCamEvent
3612
3613 * mraw/MRawEvtPixelIter.[h,cc]:
3614 - added GetVarHiGainSamples
3615
3616 * mraw/Makefile:
3617 - added -I../mgui - PRELIMINARY
3618
3619 * mhist/MH.cc:
3620 - fixed Draw(TH1&,TH1&) for newer root versions
3621
3622 * mhist/MHHadronness.cc:
3623 - fixed call to fGraph->SetMaximum(1) for newer root versions
3624
3625 * mmain/MStatusDisplay.cc:
3626 - fixed for gcc 3.* and newer root versions
3627
3628
3629
3630
3631 2003/06/13: Robert Wagner
3632 * mhist/MHOnSubtraction.cc
3633 - removed casts from double to Double_t found by gcc 3.3
3634 - added MHOnSubtraction::CalcLightCurve, a methods towards a
3635 lightcurve
3636
3637
3638
3639 2003/06/13: Thomas Bretz (making Mars work with gcc 3.3 on Suse 8.2)
3640
3641 * Makefile.conf.linux:
3642 - removed nonull-objects, Wtraditional and Wnested-externs
3643 due to warnings in gcc 3.3
3644
3645 * *:
3646 - added 'using namespace std;'
3647 - exchanged *.h C++ headers by correct headers (like <fstream>)
3648 - replaced forward declarations of streams by <iosfwd>
3649
3650 * manalysis/MCerPhotAnal.cc:
3651 - cast arguments of sqrt to correct type
3652 - corrected argument type for SetPedestalRms
3653
3654 * manalysis/MCurrents.h:
3655 - const operator[] uses 'this' now
3656
3657 * manalysis/MEnergyEstParam.[h,cc], manalysis/MSigmabarParam.[h,cc]:
3658 - fixed definition of Print
3659
3660 * manalysis/MMcPedestalCopy.cc, manalysis/MPedCalcPedRun.cc,
3661 mgui/MCamDisplay.cc, mmontecarlo/MMcThresholdCalc.cc:
3662 - cast arguments of sqrt to correct type
3663
3664 * manalysis/MMultiDimDistCalc.cc:
3665 - changed type of numg/numh to Int_t
3666
3667 * mbase/BaseLinkDef.h:
3668 - removed pragma for __omanip_debug
3669
3670 * mbase/MLog.[h,cc]:
3671 - fixed copy constructor
3672 - removed usage of mkstemp -- TO BE FIXED
3673
3674 * mbase/MLogManip.[h,cc]:
3675 - completely replaced
3676
3677 * mdata/MDataArray.cc:
3678 - fixed variable type ncols (Double_t -> Int_t)
3679
3680 * mdata/MDataChain.cc:
3681 - fixed argument type of gRandom->Integer()
3682
3683 * meventdisp/MGEvtDisplay.[h,cc]:
3684 - implemented skiping of events which have 0 Pixels
3685
3686 * mfileio/MCT1ReadPreProc.cc:
3687 - fixed conversion for istream::read from Byte_t* to char*
3688 - fixed argument type in Fill (fmcsize_phel)
3689
3690 * mfileio/MChain.h:
3691 - ResetTree must also set fTreeNumber to -1 due to changes in
3692 TChain::LoadTree
3693
3694 * mfilter/MFAlpha.[h,cc]:
3695 fixed type of Alpha in Init (Float_t instead of Int_t)
3696
3697 * mfilter/MFEventSelector2.[h,cc]:
3698 - renamed Read member function to ReadDistribution
3699
3700 * mfilter/MFilterList.h:
3701 - fixed overloading of GetRule
3702
3703 * mhist/MBinning.cc, mhist/MH3.cc:
3704 - removed default argument in source file
3705
3706 * mhist/MHArray.cc:
3707 fixed type of sstyle (Stat_t -> Int_t)
3708
3709 * mhist/MHCerPhotEvt.[h,cc], mhist/MHCurrents.[h,cc]:
3710 - fixed definition of Clear()
3711
3712 * mhist/MHFadcCam.[h,cc]:
3713 - renamed Reset to ResetEntry
3714
3715 * mhistmc/MHMcEnergy.cc:
3716 - fixed argument type of log
3717
3718 * mhistmc/MHMcRate.cc:
3719 - cast argument of pow() to correct type
3720
3721 * mimage/MHillas.cc:
3722 - replaced default value for MeanX and MeanY by 0
3723
3724 * mmain/MMars.cc:
3725 - fixed argument type in TGLayoutHints
3726
3727 * mmain/MStatusDisplay.cc:
3728 - fixed some argument types
3729 - for the moment removed the update of the ps-header
3730
3731 * mmc/MMcTrig.cxx:
3732 - use binary shift instead of pow for power of two
3733
3734 * mmontecarlo/MMcEnergyEst.[h,cc]:
3735 - declared fcn as static
3736 - fixed definition of Print
3737
3738 * mmontecarlo/MMcTimeGenerate.cc:
3739 - fixed argument type of SetTime
3740
3741 * mmontecarlo/MMcTriggerRateCalc.[h,cc]:
3742 - fixed definition of Draw
3743
3744 * mfileio/MReadRflFile.cc, mraw/MRawCrateData.cc, mraw/MRawEvtData.cc,
3745 mraw/MRawEvtHeader.cc, mraw/MRawRunHeader.cc:
3746 - fixed conversion for istream::read from Byte_t* to char*
3747
3748 * mreflector/MRflEvtData.cc, mreflector/MRflSinglePhoton.cc:
3749 - fixed definition of Print
3750
3751
3752
3753 2003/06/13: Robert Wagner
3754 * mhist/MHOnSubtraction.cc
3755 - Improvements in output
3756
3757
3758
3759 2003/06/12: Thomas Bretz
3760
3761 * mgui/MCamDisplay.h:
3762 - added //*MENU* to SetAutoScale, SetMinimum, SetMaximum
3763
3764
3765
3766 2003/06/11: Robert Wagner
3767
3768 * mhist/MHOnSubtraction.[h,cc]
3769 - Some bugfixes, e.g. concerning binning of result histograms
3770 - Improvements in output
3771
3772
3773
3774
3775
3776 2003/06/09: Wolfgang Wittek
3777
3778 * macros/CT1Analysis.C
3779 - replace MPadSchweizer by MCT1PadSchweizer
3780
3781 * macros/ONOFFCT1Analysis.C
3782 - current version of the macro for the analysis using ON, OFF and MC data
3783
3784 * manalysis/MPadSchweizer.[h,cc]
3785 MPadONOFF.[h,cc]
3786 - delete
3787
3788 * manalysis/MCT1PadSchweizer.[h,cc]
3789 MCT1PadONOFF.[h,cc]
3790 - add
3791
3792 * manalysis/Makefile
3793 AnalysisLinkdef.h
3794 - replace MPadSchweizer and MPadONOFF
3795 by MCT1PadSchweizer and MCT1PadONOFF
3796
3797
3798
3799 2003/06/06: Robert Wagner
3800
3801 * mhist/MHOnSubtraction.[h,cc]
3802 - Class for extracting a gamma signal from on data only. Works
3803 on fully differential data in Alpha, Energy and Theta as well
3804 as on single Alpha plots. Experimental version, expect
3805 functionality but code still optimized for debugging purposes
3806
3807 * mhist/MHAlphaEnergyTheta.cc
3808 - Fill signed alpha value instead of absolute value
3809
3810
3811
3812 2003/06/06: Wolfgang Wittek
3813
3814 * macros/optPad.C
3815 - macro for testing the optimal padding
3816
3817
3818
3819 2003/06/05: Abelardo Moralejo
3820
3821 * mhist/MHTrigLvl0.[h,cc]:
3822 - added. This is intended to find "hot" pixels firing too often
3823 or pixels firing too rarely. Very preliminar!
3824
3825 * macros/pixfirerate.C:
3826 - added. An example on how to use the class above.
3827
3828 * mhist/Makefile, HistLinkDef.h :
3829 added new class.
3830
3831
3832
3833 2003/06/05: Thomas Bretz
3834
3835 * mbase/MEvtLoop.cc:
3836 - fixed some typos in the comments
3837
3838 * meventdisp/MGCamDisplay.cc:
3839 - added MHillasSrc to eventloop
3840
3841 * meventdisp/MGEvtDisplay.cc:
3842 - print MC informations to screen, too
3843
3844 * mfileio/MReadCurrents.cc:
3845 - added a comment
3846
3847 * mhist/MHCerPhotEvt.h:
3848 - removed typo
3849
3850 * mimage/MHillasSrcCalc.cc:
3851 - create a default source if now source is available
3852
3853
3854
3855 2003/06/03: Thomas Bretz
3856
3857 * macros/readcurrents.C:
3858 - display currents in Log-Scale
3859
3860 * mgui/MCamDisplay.[h,cc]:
3861 - introduced fMinimum
3862 - introduced fMaximum
3863 - introduced fData
3864 - removed Set-functions
3865 - introduced Update()
3866 - introduced Log-Scale
3867
3868 * macros/readCT1.C:
3869 - fixed a typo
3870
3871 * mbase/MTaskInteractive.[h,cc]:
3872 - added
3873
3874 * mbase/Makefile, mbase/BaseLinkDef.h:
3875 - added MTaskInteractive
3876
3877 * mhist/MHCurrents.[h,cc]:
3878 - added (PRELIMINARY)
3879
3880 * mhist/Makefile, mhist/HistLinkDef.h:
3881 - added MHCurrents
3882
3883 * mgui/MCamDisplay.[h,cc]:
3884 - changed number of ItemsLegend to display the maximum, too
3885
3886 * macros/sumcurrents.C:
3887 - added
3888
3889
3890
3891 2003/06/03: Wolfgang Wittek
3892
3893 * mfileio/MCT1ReadPreProc.[h,cc]
3894 - reset blind pixels for each event
3895 (because they may have been changed by the padding)
3896
3897 * macros/ONOFFCT1Analysis.C
3898 - will be the macro for the CT1 analysis using ON and OFF data
3899
3900 * manalysis/MPadONOFF.[h,cc]
3901 - new class
3902 - class for the padding of ON/OFF data
3903
3904 * manalysis/MPadSchweizer.[h,cc]
3905 - remove fBlinds->Clear() because the resetting of the
3906 blind pixels is now done in MCT1ReadPreProc
3907
3908
3909
3910 2003/06/02: Thomas Bretz
3911
3912 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
3913 - added MCurrents
3914
3915 * manalysis/MCerPhotEvt.[h,cc]:
3916 - added MGeomCam argument to GetRatioMin/Max
3917
3918 * mfileio/FileIOLinkDef.h, mfileio/Makefile:
3919 - added MReadCurrents
3920
3921 * mfileio/MReadCurrents.[h,cc]:
3922 - added
3923
3924 * manalysis/MCurrents.[h,cc]:
3925 - added
3926
3927 * mgui/MCamDisplay.[h,cc]:
3928 - added current support
3929
3930 * mbase/MTime.h:
3931 - preliminary changes to support currents
3932
3933 * mhist/MH.[h,cc]:
3934 - added usescreenfactor to MakeDefCanvas
3935
3936
3937
3938 2003/05/30: Wolfgang Wittek
3939
3940 * macros/CT1Analysis.C
3941 - current version of the CT1Analysis.C macro for the analysis of
3942 CT1 data using ON and MC data
3943
3944
3945
3946 2003/05/27: Thomas Bretz
3947
3948 * mreflector/Makefile:
3949 - removed obsolete includes
3950
3951 * mbase/MLogManip.h:
3952 - for the moment removed dbg<< from dbginf again
3953
3954 * mimage/MHNewImagePar.cc:
3955 - security check in fill
3956
3957 * mmain/MAnalysis.cc:
3958 - fixed filling of MHNewImagePar
3959
3960
3961
3962 2003/05/26: Wolfgang Wittek
3963
3964 * mfileio/MCT1ReadPreProc.cc
3965 - put back : if (event.spixsig_10thphot[i]==0)
3966 continue;
3967
3968 * manalysis/MPadSchweizer.cc
3969 - add pixels to MCerPhotEvt which are not yet in;
3970 set their number of photons equal to zero
3971
3972
3973
3974 2003/05/26: Thomas Bretz
3975
3976 * mhist/MHCerPhotEvt.cc, mfileio/MCT1ReadAscii.cc:
3977 - InitSize --> FixSize
3978
3979 * manalysis/MMcPedestalNSBAdd.cc:
3980 - fixed a typo (* instead of /)
3981
3982
3983
3984 2003/05/23: Abelardo Moralejo
3985
3986 * mreflector/Makefile:
3987 - added (was missing)
3988
3989
3990
3991 2003/05/23: Thomas Bretz
3992
3993 * Makefile:
3994 - added mreflector
3995
3996 * manalysis/MCerPhotAnal.cc, manalysis/MCerPhotCalc.cc:
3997 - use FixSize instead of InitSize
3998
3999 * manalysis/MCerPhotEvt.[h,cc]:
4000 - replaced InitSize by FixSize (seems to be more logical)
4001
4002 * manalysis/MMcPedestalNSBAdd.cc:
4003 - replaced GetR by GetPixRatio
4004
4005 * manalysis/MPedestalCam.cc:
4006 - replaced GetEntries by GetEntriesFast
4007
4008 * mfileio/FileIOLinkDef.h, mfileio/Makefile:
4009 - added MReadRflFile
4010
4011 * mgeom/MGeomCam.[h,cc], mgeom/MGeomPix.[h,cc],
4012 mgeom/MGeomCamMagic.[h,cc]:
4013 - replaced R by D
4014
4015 * mgui/MCamDisplay.[h,cc]:
4016 - added TClonesArray to display reflector events
4017 - added FillRflEvent
4018 - added ShowRflEvent
4019 - adapted Paint function
4020
4021 * mgui/MHexagon.[h,cc]:
4022 - replaced GetR by GetD
4023 - added DistanceToPrimitive (capital T)
4024
4025 * mgui/Makefile:
4026 - added mreflector
4027
4028 * mfileio/MReadRflFile.[h,cc]:
4029 - added
4030
4031 * mreflector, mreflector/Makefile, mreflector/ReflectorLinkDef.h,
4032 mreflector/MRflEvtData.[h,cc], mreflector/MRflSinglePhoton.[h,cc]:
4033 mreflector/MRflEvtHeader.[h,cc], mreflector/MRflRunHeader.[h,cc]:
4034 - added
4035
4036 * macros/readRfl.C:
4037 - added
4038
4039
4040
4041 2003/05/22: Abelardo Moralejo
4042
4043 * mhist/MHMatrix.[h,cc]
4044 - add member function ShuffleRows() to randomize the order of the
4045 matrix rows. This is useful for instance for the random forest,
4046 (See RanForest.C) when we feed a hadron training sample with
4047 both protons and helium nuclei: if they are ordered (first all
4048 events of one type, then those of the other) the method does not
4049 seem to work well. Any other kind of ordering might be harmful
4050 as well (in theta, phi or whatever).
4051
4052
4053
4054 2003/05/22: Wolfgang Wittek
4055
4056 * mfileio/MCT1ReadPreProc.[h,cc]
4057 - add member function DiscreteTheta
4058 - discretize the Theta according to the binning in Theta
4059 (for data and MC)
4060 original Theta is stored in the container "ThetaOrig"
4061 the discretized Theta is stored in MMcEvt.fTelescopeTheta
4062
4063
4064
4065 2003/05/21: Thomas Bretz
4066
4067 * mfileio/MReadTree.cc:
4068 - changed text of a warning
4069 - removed obsolete comment
4070
4071 * mfileio/MWriteRootFile.[h,cc]:
4072 - changed Print function to support kIsNewTree flag
4073 - changed BIT(15) to BIT(16) because it is already used by TBranch
4074
4075
4076
4077 2003/05/21: Wolfgang Wittek
4078
4079 * mhist/MHBlindPixels.[h,cc]
4080 - change 1D histogram into 2D histogram (pixel Id vs. Theta)
4081 - add 2D histogram : no.of blind pixels vs. Theta
4082
4083 * mhist/MHSigmaTheta.cc
4084 - correct "BinningPix"
4085
4086 * manalysis/MPadSchweizer.[h,cc]
4087 - add simulation of blind pixels
4088
4089 * mhist/MHMatrix.cc
4090 - in DefRefMatrix : allow variable bin size for 'hth' and 'hthd'
4091
4092
4093
4094 2003/05/20: Oscar Blanch Bigas
4095
4096 * mgeom/MGeomCamECO1000HG.[h,cc]
4097 - new files for ECO1000 camera geometry with pixels
4098 of half angualr size.
4099
4100 * mgeom/Mkefile:
4101 - added MGeomCamECO1000HG.[h,cc] files
4102
4103 * mgeom/GeomLinkDef.h
4104 - added class MGeomCamECO1000HG
4105
4106
4107
4108 2003/05/20: Thomas Bretz
4109
4110 * mbase/MLog.h:
4111 - added Separator member function
4112
4113 * mfileio/MReadMarsFile.cc:
4114 - moved output in Notify to MReadTree::Notify
4115 - call MReadTree:Notify in Notify
4116
4117 * mfileio/MReadTree.[h,cc]:
4118 - do not try to delete a Baddress if it is NULL ("*")
4119 - added CheckBranchSize member function
4120 - added the size consistency check to Notify
4121
4122 * mfileio/MWriteRootFile.cc:
4123 - mini changes to Print-output
4124
4125 * mfilter/MF.[h,cc]:
4126 - added Print-function
4127
4128 * mraw/MRawEvtPixelIter.h:
4129 - removed wrong EOL characters
4130
4131 * macros/multidimdist2.C:
4132 - made variable names unique
4133
4134 * macros/star.C:
4135 - added sigmabar
4136
4137 * macros/status.C:
4138 - added sigmabar
4139 - added MHSigmaTheta
4140
4141 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
4142 - added MFiltercutsCalc
4143
4144 * manalysis/MFiltercutsCalc.[h,cc]:
4145 - added
4146
4147
4148 2003/05/19: Thomas Bretz
4149
4150 * mgui/MCamDisplay.cc:
4151 - removed an unused variable.
4152
4153 * Makefile.rules:
4154 - fixed Mr.Proper
4155
4156 * mbase/MEvtLoop.cc, mbase/MParList.cc, mbase/MTaskList.cc,
4157 mfileio/MReadTree.cc, mfileio/MWriteRootFile.cc:
4158 - use new manipulator 'underline'
4159
4160 * mbase/MLog.cc:
4161 - added new underlining
4162 - added blue color for debugging
4163
4164 * mbase/MLogManip.[h,cc]:
4165 - added underline
4166 - added dbg and increased all other debug(n) levels by one
4167
4168 * mbase/MParContainer.h:
4169 - made fDisplay persistent (workaround for a obsolete warning in
4170 root 3.02/07)
4171
4172 * mfileio/MWriteRootFile.[h,cc]:
4173 - fixed a bug introduced when implementing UPDATE mode,
4174 kIsNewTree set for TTree
4175
4176
4177
4178 2003/05/16: Abelardo Moralejo
4179
4180 * mmontecarlo/MMcEnergyEst.[h,cc]
4181 - Added SetCoeff
4182
4183
4184
4185 2003/05/16: Thomas Bretz
4186
4187 * mfilter/MFEventSelector2.[h,cc]:
4188 - added
4189
4190 * mfilter/Makefile, mfilter/FilterLinkDef.h:
4191 - added MFEventSelector2
4192
4193 * mbase/MContinue.cc:
4194 - SetDisplay for filter
4195 - Set LogStream for filter
4196
4197 * mbase/MEvtLoop.cc:
4198 - don't use pointer to fTasklist in PostProcess if not initialized
4199 - do not execute Process if fTasklist is not initialized
4200
4201 * mbase/MTask.[h,cc]:
4202 - overwrite SetDisplay (set also display of attached filter
4203
4204 * mbase/MTaskList.cc:
4205 - minor changes
4206
4207 * mdata/MDataChain.[h,cc]:
4208 - implemented ParseDataMember to support constants
4209
4210 * mfileio/MCT1ReadPreProc.[h,cc]:
4211 - added fNumFile to support Rewind
4212 - added Rewind
4213
4214 * mfileio/MRead.[h,cc]:
4215 - new virtual function Rewind
4216
4217 * mfileio/MReadMarsFile.[h,cc]:
4218 - added Rewind
4219
4220 * mfileio/MReadTree.[h,cc]:
4221 - added Rewind
4222 - fixed a missing 'else' in AddFile
4223
4224 * mhist/MBinning.[h,cc]:
4225 - added SetEdges(TAxis&)
4226 - added SetEdges(TH1&, char)
4227
4228 * mhist/MFillH.[h,cc]:
4229 - added bit kDoNotDisplay
4230
4231 * mhist/MH.h:
4232 - added a comment
4233
4234 * mhist/MH3.[h,cc]:
4235 - implemented GetRule
4236 - implemented GetNbins
4237 - implemented FindFixBin
4238
4239 * mimage/MHHillasSrc.cc:
4240 - replaced gPad->cd(4) by savepad
4241
4242 * mmain/MStatusDisplay.[h,cc]:
4243 - fixed locked mode for loop-in-loop cases
4244
4245
4246
4247 2003/05/15: Wolfgang Wittek
4248
4249 * macros/CT1EgyEst.C
4250 - replace "energyest.root" by paramout
4251
4252
4253
4254 2003/05/14: Wolfgang Wittek
4255
4256 * macros/CT1env.rc
4257 - CT1env replaced by CT1env.rc
4258
4259 * mranforest/MRanForestCalc.cc
4260 - exchange arguments in
4261 FindCreateObj("MHadronness", fHadronnessName)
4262
4263
4264
4265 2003/05/13: Thomas Bretz
4266
4267 * mdata/MDataArray.[h,cc]:
4268 - addeed GetData and >>-operator to fill a TVector from the array
4269
4270 * manalysis/MMultiDimDistCalc.cc:
4271 - use new >>-operator from MDataArray
4272
4273 * mranforest/MRanForest.[h,cc]:
4274 - TVector& in CalcHadronness declared const
4275 - added a const qualifier to 'Float_t sum'
4276 - removed Reset() from a TIter declaration (done by the TIter
4277 constructor)
4278
4279 * mranforest/MRanForestCalc.cc:
4280 - fill TVector with new >>-operator of MDataArray
4281
4282 * mranforest/MRanTree.[h,cc]:
4283 - removed obsolete returns at the end of some functions
4284 - TVector& in TreeHad declared const
4285 - changed if to ?:-operator in TreeHad
4286 - TreeHad() calls TreeHad(const TVector &) now (code is not
4287 implemented twice)
4288
4289
4290
4291 2003/05/12: Abelardo Moralejo
4292
4293 * mhistmc/MHMcEnergyMigration.cc
4294 - Draw(): fixed axis label in one plot.
4295
4296
4297
4298 2003/05/12: Thomas Bretz
4299
4300 * mmain/MStatusDisplay.[h,cc]:
4301 - implemented UpdatePSHeader
4302
4303
4304
4305 2003/05/10: Thomas Bretz
4306
4307 * Makefile.rules:
4308 - implemented diff
4309
4310 * NEWS:
4311 - changed
4312
4313 * manalysis/MCT1SupercutsCalc.cc:
4314 - fixed variable names
4315
4316 * mbase/MParContainer.cc:
4317 - replaces IsA()->GetName() by ClassName()
4318
4319 * mbase/Makefile:
4320 - removed obsolete include paths
4321
4322 * mdata/MDataArray.[h,cc]:
4323 - new member function GetRule(int)
4324
4325 * mgui/MCamDisplay.[h,cc]:
4326 - implemented GetObjectInfo
4327
4328 * mhist/MH.[h,cc]:
4329 - implemented ProjectionX
4330 - implemented ProjectionY
4331 - implemented FindObjectInPad
4332
4333 * mhist/MHSigmaTheta.[h,cc]:
4334 - implemented Paint
4335
4336 * mmain/MStatusDisplay.[h,cc]:
4337 - implemented kFileCanvas
4338 - implemented kFileBrowser
4339
4340
4341
4342 2003/05/09: Abelardo Moralejo
4343
4344 * mhistmc/MHMcEnergyMigration.[h,cc]
4345 - Added histograms, changed Draw() to display them. Still
4346 provisional, many changes in the whole part of the energy
4347 estimator are needed.
4348
4349 * macros/CT1EEst.C, CT1EnergyEst.C
4350 - Removed
4351
4352 * macros/CT1EgyEst.C
4353 - Added example on how to use the energy estimation for CT1.
4354 Very provisional!
4355
4356
4357
4358 2003/05/09: Wolfgang Wittek
4359
4360 * manalysis/MCT1SupercutsCalc.cc
4361 - add SetReadyToSave()
4362
4363
4364
4365 2003/05/09: Thomas Bretz
4366
4367 * mbase/MLog.cc:
4368 - do not underline if eNoColors is set
4369 - fixed abug in Output() (last character missing when flushed)
4370 - same when flushing to the GUI
4371
4372 * mbase/MLogManip.cc:
4373 - removed an obsolete comment
4374
4375 * mfileio/MReadTree.cc:
4376 - print warning in case no files could be added to chain
4377
4378 * mfilter/MFDataChain.h:
4379 - fixed code layout
4380
4381 * mimage/MHHillasSrc.h:
4382 - added Paint
4383
4384 * mimage/MHillasCalc.[h,cc]:
4385 - changed default title
4386
4387 * Makefile:
4388 - added rule 'diff'
4389
4390 * mhist/MHMatrix.cc:
4391 - compressed some debug outputs
4392
4393 * manalysis/MSigmabar.[h,cc]:
4394 - deleted the fCalcPixNum variable (not used).
4395
4396 * macros/star.C, macros/starct1.C:
4397 - updated
4398
4399 * mhist/MBinning.cc:
4400 - fixed SetBinningCos
4401
4402 * mhist/MHSigmaTheta.[h,cc]:
4403 - in setting of binnings changes npix+1 to npix
4404 (SetEdges takes the number of _bins_ as argument)
4405 - fixed titles (LaTeX style)
4406 - added default binning (may have to be changed for Magic)
4407 - removed obsolete destructor
4408 - removed default canvas size of 900x900
4409 - temporarily removed SetLogy() for first pad. I'm searching
4410 for a solution to put it in again when using the status display
4411
4412
4413
4414 2003/05/08: Thomas Bretz
4415
4416 * Makefile.rules:
4417 - fixed the rmhtml bug
4418
4419 * macros/collarea.C:
4420 - changed to use MStatusDisplay
4421
4422 * manalysis/MCT1SupercutsCalc.cc:
4423 - fixed a typo
4424
4425 * mbase/MEvtLoop.[h,cc], mbase/MTaskList.[h,cc]:
4426 - added FindTask member functions
4427
4428 * mbase/MLog.cc:
4429 - do not crop logging to GUI to 1000 lines anymore
4430
4431 * mdata/MDataChain.cc:
4432 - use GetRule() in the constructor instead of Print()
4433
4434 * mdata/MDataElement.cc, mfilter/MFDataChain.cc:
4435 - do not return str+"something"
4436
4437 * mhist/MH.[h,cc]:
4438 - fixed a bug in DrawCopy(TH1*,TH1*)
4439 - overwrite Clone function and do not add TH1 to gDirectory
4440 when cloning MH classes
4441
4442 * mimage/MHHillas.cc, mimage/MHHillasSrc.cc:
4443 - adde a sanity check to Fill
4444
4445 * mimage/MHHillasSrc.cc:
4446 - do not set the log scale before we have entries in the histogram
4447
4448
4449
4450 2003/05/08: Abelardo Moralejo
4451
4452 * mimage/MImgCleanStd.cc
4453 - extended comment on standard cleaning. Removed an obsolete
4454 comment.
4455
4456 * mhistmc/MHMcCollectionAreaCalc.cc
4457 - Changed binning of histograms, so that the collection area
4458 can be calculated also between 5 and 10 GeV (for pulsar studies)
4459
4460
4461
4462 2003/05/07: Nadia Tonello
4463
4464 * manalysis/MCT1PointingCorrCalc.[h,cc]
4465 - deleted the fMcEvt variable (not used).
4466
4467
4468 2003/05/07: Thomas Bretz
4469
4470 * mmain/Makefile, mmain/MainLinkDef.h:
4471 - added MSearch
4472
4473 * mmain/MSearch.[h,cc]:
4474 - added
4475
4476 * mmmain/MStatusDisplay.[h,cc]:
4477 - implemented Search
4478
4479 * mhist/MHSigmaTheta.cc:
4480 - removed borders around the pads (Draw)
4481
4482 * mfileio/MCT1ReadPreProc.cc:
4483 - do not output the run number twice!
4484
4485 * mimage/MHillasExt.[h,cc]:
4486 - changed ClassDef to 2
4487 - updated comments
4488
4489 * mimage/MNewImagePar.cc:
4490 - updated comments
4491
4492
4493
4494 2003/05/07: Abelardo Moralejo
4495
4496 * mranforest/Makefile
4497 - fixed typo.
4498
4499
4500
4501 2003/05/06: Abelardo Moralejo
4502
4503 * mhistmc/MHMcCollectionArea.cc
4504 - Added: delete &pally
4505
4506 * mfilter/MFCT1SelFinal.cc
4507 - changed FindObject("MGeomCam") to
4508 FindCreateObj("MGeomCamCT1","MGeomCam")
4509
4510 * mhistmc/MHMcCollectionArea.cc
4511 - in procedure Calc(TH2D &hsel, TH2D &hall) : changed the
4512 calculation of maximum impact parameter. Now it looks for
4513 the non-empty bin of histogram "hall" with highest impact
4514 parameter. The code could not work as it was before, but this
4515 had influence only when running over camera files containing all
4516 events, including non-triggers (while we usually run over files
4517 containing only triggers).
4518
4519
4520
4521 2003/05/06: Thomas Bretz
4522
4523 * manalysis/MRan*, mhist/MHRan*:
4524 - moved to new directory mranforest
4525
4526 * mranforest, mranforest/Makefile, mranforest/RanForestLinkDef.h,
4527 mranforest/RanForestIncl.h:
4528 - added
4529
4530 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
4531 - removed MRan*
4532
4533 * mhist/Makefile, mhist/HistLinkDef.h:
4534 - removed MHRan*
4535
4536 * Makefile:
4537 - mranforest added
4538
4539 * mbase/MLog.cc:
4540 - sanity check in MLog::Output (len>0)
4541
4542 * mimage/MImgCleanStd.cc:
4543 - adapted path to html images
4544
4545 * htmldoc/*:
4546 - moved to new path htmldoc/images
4547
4548 * Makefile.rules:
4549 - corrected rule rmhtmldoc
4550
4551 * NEWS:
4552 - updated
4553
4554 * macros/dohtml.C, macros/rootlogon.C:
4555 - added mranforest
4556
4557 * mbase/MEvtLoop.cc:
4558 - fixed a typo
4559
4560 * mhist/HistLinkDef.h
4561
4562
4563
4564 2003/05/05: Nadia Tonello
4565
4566 * mfilter/MFCT1SelStandard.cc
4567 - correct the default name of fImgParName
4568 ("MNewImgPar") => ("MNewImagePar")
4569
4570
4571
4572 2003/05/05: Thomas Bretz
4573
4574 * mbase/MEvtLoop.cc:
4575 - underline Instatiation Message
4576 - small change to a warning output
4577
4578 * mbase/MLog.[h,cc]:
4579 - added stuff for underlining
4580 - changed from TGListBox to TGViewText
4581
4582 * mmain/MStatusDisplay.[h,cc]:
4583 - changed fLogBox from TGListBox to TGViewText
4584 - added menu 'Log'
4585 - changed division of status line to 'Goldener Schnitt'
4586
4587 * mhist/MHHadronness.cc, mhist/MHCerPhotEvt.cc, mhist/MHStarMap.cc,
4588 mimage/MHHillas.cc:
4589 - fixed 'redifinion of default argument'
4590
4591 * mbase/Makefile, mfileio/Makefile:
4592 - moved first source file to second position to get rid of crashes
4593 of rootcint on our Alpha
4594
4595 * mimage/MNewImagePar.cc:
4596 - removed maxpixid (not used)
4597
4598 * manalysis/MRanTree.cc:
4599 - replaced ostream.h by iostream.h
4600
4601 * manalysis/MPadding.h:
4602 - added a missing const qualifier in the definition of 'Padding'
4603
4604 * mmontecarlo/MMcEnergyEst.cc:
4605 - added math.h
4606
4607 * Makefile, mbase/Makefile, mmain/Makefile:
4608 - changed order (linking on our Alpha failed)
4609
4610 * mbase/MLog.h:
4611 - don't include iostream.h if __CINT__ (crashes rootcint on our
4612 alpha)
4613
4614
4615
4616 2003/05/05: Wolfgang Wittek
4617
4618 * manalysis/MPadSChweizer.cc
4619 - delete histograms in destructor
4620
4621
4622
4623 2003/05/02: Thomas Bretz
4624
4625 * Makefile.conf.general, Makefile.conf.linux, Makefile.conf.linux-gnu,
4626 Makefile.conf.osf1, Makefile.conf.osf5.1:
4627 - added MARSDEFINES, MARSFLAGS, MARSLIBS
4628
4629 * mars.cc:
4630 - replaces HAVE_LOGO by HAVE_XPM
4631
4632 * NEWS:
4633 - updated
4634
4635 * mbase/MLogo.cc:
4636 - replaces marslogo_neu by marslogo
4637 - encapsulated in HAVE_XPM
4638
4639 * mbase/Makefile:
4640 - added MLogo.cc
4641
4642 * mmain/MGMenu.cc:
4643 - fixed the 'KeyAutoRepeat' bug
4644
4645 * manalysis/MCerPhotEvt.[h,cc:
4646 - added RemoveUnusedPixels
4647
4648 * manalysis/MSigmabar.cc:
4649 - small simplification for compiler optimization
4650
4651 * mbase/MEvtLoop.cc:
4652 - changed output to fDisplay
4653 - changed behaviour in case of a failed PostProcess
4654
4655 * mbase/MLog.[h,cc]:
4656 - added flushing and tab conversion to GUI
4657 - added color support
4658
4659 * mbase/MParList.cc:
4660 - replaced some *Iter by MIter
4661
4662 * mbase/MTask.cc, mbase/MTaskList.cc:
4663 - added output to fDisplay
4664 - replaced some *Iter by MIter
4665
4666 * mhist/MH.cc:
4667 - don't add clones to directory
4668
4669 * mimage/MImgCleanStd.[h,cc]:
4670 - replaced divisiond by multiplications
4671 - fixed StreamePrimitive
4672 - do not allow 0 rings
4673
4674 * mmain/MStatusDisplay.[h,cc]:
4675 - added writing gif
4676 - added writing C
4677 - changes SaveAs to non-const (added output to status lines)
4678 - replaced TGLabels by TGStatusBar
4679
4680
4681
4682 2003/04/30: Wolfgang Wittek
4683
4684 * manalysis/MPadSchweizer.[h,cc]
4685 - reorder histograms
4686
4687 * mhist/MHSigmaTheta.[h,cc]
4688 - remove last 3 plots (otherwise get segmentation violation ???)
4689
4690 * mimage/MHNewImagePar.[h,cc]
4691 - change range of leakage to be plotted
4692 (want to see also leakage=0)
4693
4694
4695
4696 2003/04/30: Nadia Tonello
4697
4698 * manalysis/MCerPhotPix.[h,cc]:
4699 - deleted Bool_t fIsUsed and substituted with
4700 the condition: fRing>0 in the functions
4701 Bool_t IsPixelUsed() const{return fRing>0;}
4702 void SetPixelUsed() { fRing = 1;}
4703 void SetPixelUnused(){ fRing = 0;}
4704
4705
4706
4707 2003/04/29: Wolfgang Wittek
4708
4709 * mhist/MHSigmaTheta.[h,cc]:
4710 - ClassDef( ,0) -> ClassDef( , 1)
4711 - minor corrections in Draw()
4712
4713
4714
4715 2003/04/29: Thomas Bretz
4716
4717 * mfilter/MFCT1SelBasic.[h,cc], mfilter/MFCT1SelFinal.[h,cc],
4718 mfilter/MFCT1SelStandard.[h,cc]:
4719 - reordered includes
4720 - removed MHillas from constructor (if present)
4721 - added corresponding Setter-methods
4722 - added many const qualifiers
4723 - removed some obsolete data members
4724 - made some member functions private
4725 - only store fMm2Deg, not the pointer to MGeomCam
4726 - don't use the CT1 camera build in... (to be discussed)
4727 - fixed MHillas, MHillasExt and MNewImagePar stuff
4728
4729 * mimage/MImgCleanStd.[h,cc]:
4730 - added Nadia to the list of authors
4731 - added pngs for the formulars
4732
4733 * htmldoc, htmldoc/MImgCleanStd-f1.png, htmldoc/MImgCleanStd-f2.png:
4734 - added
4735
4736 * manalysis/MCT1SupercutsCalc.[h,cc]:
4737 - changed the default "MHillasExt" to "MHillas"
4738
4739 * mbase/MEvtLoop.cc:
4740 - fixed a bug in ProcessGuiEvents
4741
4742 * mhist/MH*.[h,cc], mhistmc/MH*.[h,cc], mimage/MH*.[h,cc]:
4743 - changed "Double_t w" in Fill to "const Stat_t w"
4744 - added weight in some classes to TH::Fill
4745
4746 * mbase/MHtml.[h,cc]:
4747 - removed
4748
4749 * mfileio/MCT1ReadPreProc.cc:
4750 - removed the dependance on a MBinning in Theta.
4751
4752
4753
4754 2003/04/29: Abelardo Moralejo
4755
4756 * mmontecarlo/MMcCollectionareaCalc.[h,cc]
4757 - Now the energy limits and spectral slope used in Corsika are
4758 read from the run header. Warning: impact parameter is still
4759 fixed (I changed it from 400 m to 300 m, our present MC
4760 production default). Added warning message about this.
4761 Collection areas calculated up to now with the new MC library
4762 are overestimated by a ~77% ! This class will be removed in
4763 the future and replaced by MFillH.
4764
4765 * mhistmc/MHMcCollectionArea.[h,cc]
4766 - Adapted to the change of MMcCollectionAreaCalc. Added arguments
4767 to CalcEfficiency.
4768
4769
4770
4771 2003/04/28: Nadia Tonello
4772
4773 * mimage/MImgCleanStd.[h,cc]
4774 - added the option kDemocratic using sigmabar of the inner pixels
4775 - added the option to select the number of rings of pixels
4776 to analyze around the core pixels
4777 - added documentation
4778
4779 * manalysis/MCerPhotPix.[h,cc]
4780 - added fRing and Get-Set functions
4781
4782
4783
4784 2003/04/28: Oscar Blanch
4785
4786 * mgeom/MGeomCamECO1000.[h,cc]
4787 - New files for ECO 1000 camera geometry.
4788
4789 * mgeom/GeomLinkDef.h
4790 - Added class MGeomCamECO1000
4791
4792 * mgeom/Makefile
4793 - Added class MGeomCamECO1000
4794
4795
4796
4797 2003/04/28: Abelardo Moralejo
4798
4799 * mmontecarlo/MMcEnergyEst.[h,cc]
4800 - Lots of fixes after Thomas suggestions. Now cuts are not part
4801 of the class, but introduced via a new MFilter* member. Changed
4802 all Char_t* for TString. Changed own TMiniut pointer by gMinuit.
4803 Removed couts and used fLog instead. Function fcn is no longer
4804 declared external.
4805
4806
4807
4808 2003/04/28: Thomas Bretz
4809
4810 * NEWS:
4811 - updated
4812
4813 * manalysis/MBlindPixelCalc.cc:
4814 - use Are of pixles while interpolating
4815
4816 * mbase/MEvtLoop.cc:
4817 - output speed in Evts/s to fDisplay
4818
4819 * mbase/MGGroupFrame.h:
4820 - fixed a typo
4821
4822 * mbase/MTask.[h,cc]:
4823 - Added OverwritesProcess
4824
4825 * mbase/MTaskList.[h,cc]:
4826 - removed CheckClassForProcess
4827 - replaced by MTask::OverwritesProcess
4828
4829 * mhist/MFillH.cc:
4830 - only draw something if the class overwrites the Draw function
4831
4832 * mhist/MH.[h,cc]:
4833 - added OverwritesDraw
4834 - added a higher maximum, lower minimum to Draw(TH1, TH1)
4835 - changed default size
4836
4837 * mhist/MHMatrix.cc:
4838 - mini change
4839
4840 * mimage/MHHillas.[h,cc]:
4841 - removed fUsedPix
4842 - removed fCorePix
4843
4844 * mimage/MHHillasExt.[h,cc]:
4845 - removed fHConc
4846 - removed fHConc1
4847 - changed default name to MHillasExt
4848
4849 * mimage/MHNewImagePar.[h,cc]:
4850 - added fHistConc
4851 - added fHistConc1
4852 - added fHistUsedPix
4853 - added fHistCorePix
4854
4855 * mimage/MHillas.cc:
4856 - removed fNumCorePixels
4857 - removed fNumUsedPixels
4858 - made fCosDelta writable
4859 - made fSinDelta writable
4860 - made GetSinDelta() public
4861 - made GetCosDelta() public
4862
4863 * mimage/MHillasExt.[h,cc]:
4864 - removed fConc
4865 - removed fConc1
4866 - changed default name to MHillasExt
4867 - derives from MParContainer now instead of MHillas
4868
4869 * mimage/MNewImagePar.[h,cc]:
4870 - added fNumCorePixels
4871 - added fNumUsedPixels
4872 - added fConc
4873 - added fConc1
4874
4875 * mimage/MNewImageParCalc.[h,cc]:
4876 - removed
4877
4878 * mimage/MHillasCalc.[h,cc]:
4879 - changed so, that it can calc MHillas, MHillasExt and MNewImagePar
4880
4881 * mimage/MHillasSrc.cc:
4882 - sqrt(tand*tand+1) replaced by 1/CosDelta
4883
4884 * mmain/MStatusDisplay.[h,cc]:
4885 - added second argument to SetLogStream
4886
4887 * mhist/MHAlphaEnergyTheta.[h,cc], mhist/MHAlphaEnergyTime.[h,cc],
4888 mhist/MHCerPhotEvt.[h,cc], mhist/MHEffOnTime.[h,cc],
4889 mhist/MHEffOnTimeTheta.[h,cc], mhist/MHEffOnTimeTime.[h,cc],
4890 mhist/MHEnergyTheta.[h,cc], mhist/MHEnergyTime.[h,cc],
4891 mhist/MHFlux.[h,cc], mhist/MHMatrix.[h,cc],
4892 mhist/MHSigmaTheta.[h,cc], mhistmc/MHMcCollectionArea.[h,cc],
4893 mhistmc/MHMcDifRate.[h,cc], mhistmc/MHMcEfficiency.[h,cc],
4894 mhistmc/MHMcEfficiencyEnergy.[h,cc], mhistmc/MHMcEfficiencyImpact.[h,cc],
4895 mhistmc/MHMcEnergy.[h,cc], mhistmc/MHMcEnergyImpact.[h,cc],
4896 mhistmc/MHMcEnergyMigration.[h,cc], mhistmc/MHMcRate.[h,cc]:
4897 - removed DrawClone
4898 - fixed Draw
4899
4900 * macros/MagicHillas.C, macros/star.C:
4901 - removed MHillasExt (not necessary anymore)
4902 - added MNewImagePar
4903
4904 * macros/readCT1.C, macros/readMagic.C, meventdisp/MGCamDisplay.cc,
4905 mmain/MAnalysis.cc:
4906 - added MHillasExt to be displayed
4907 - added MNewImagePar to be displayed
4908
4909 * manalysis/MCT1SupercutsCalc.[h,cc]:
4910 - removed empty destructor
4911 - fixed output in PreProcess
4912 - changed MHillasExt to MHillas
4913
4914
4915
4916
4917
4918 2003/04/28: Wolfgang Wittek
4919
4920 * manalysis/MPadSchweizer.[h,cc]
4921 - extend documentation
4922 - remove histograms which are also made by MHSigmaTheta
4923 - minor modifications
4924
4925
4926
4927 2003/04/25: Thomas Bretz
4928
4929 * mfilter/MFEnergySlope.cc:
4930 - removed obsolete PostProcess
4931
4932 * mdatacheck/MGDisplayAdc.cc:
4933 - fixed a bug which caused nothing to beeing displayed if only
4934 the Hi gains where existing (Exists->HasHi)
4935
4936 * mhist/MH.cc:
4937 - small change to GetNewPad
4938
4939 * mhistmc/MHMcEnergyMigration.h:
4940 - fixed the includes
4941
4942 * mgui/MCamDisplay.cc:
4943 - changed autoscaling (max<1:max=1 --> max==min:max=min+1)
4944
4945 * manalysis/MBlindPixelCalc.cc:
4946 - interpolate: take pixel area into account
4947
4948 * mhist/MHSigmaTheta.h:
4949 - removed nonsense GetSigmaThetaByName(const TString name)
4950 - removed nonsense GetSigmaPixThetaByName(const TString name)
4951 - removed nonsense GetDiffPixThetaByName(const TString name)
4952
4953 * manalysis/MPadSchweizer.cc:
4954 - fixed naming
4955 - fixed usage of operators
4956 - added some const qualifiers
4957 - replaced 'int OK' by 'Bool_t ok'
4958 - fixed wrong usage floating point value 0
4959
4960 * mimage/MImgCleanStd.cc:
4961 - moved ratio to the other side of the condition (don't divide
4962 if it is not necessary)
4963
4964
4965
4966 2003/04/24: Abelardo Moralejo
4967
4968 * macros/rootlogon.C
4969 - added gInterpreter->AddIncludePath(dir+"mhistmc");
4970
4971
4972
4973 2003/04/24: Thomas Bretz
4974
4975 * macros/rootlogon.C:
4976 - added mimage
4977
4978 * macros/dohtml.C:
4979 - added mhistmc
4980 - added mimage
4981 - added status.C
4982
4983 * mfilter/MFCT1Supercuts.[h,cc]:
4984 - removed
4985
4986 * manalysis/MPadSchweizer.[h,cc]:
4987 - renamed arguments of SetHistograms to Mars style
4988 - removed default argument for SetHistograms (usage would result
4989 in a crash)
4990 - removed empty destructor
4991
4992 * mhistmc/MHMcTriggerLvl2.h:
4993 - removed the wrong f in GetHistf
4994
4995 * manalysis/MSigmabarParam.h:
4996 - added const qualifiers to getters
4997
4998 * mfileio/MWriteRootFile.[h,cc]:
4999 - fixed support for UPDATE
5000
5001 * mfilter/MFEnergySlope.cc:
5002 - cleaned
5003 - removed empty PostProcess
5004
5005 * mhist/MHCerPhotEvt.cc:
5006 - removed ratio from Fill
5007
5008 * mhist/MH.h:
5009 - fixed a bug in the overloading of DrawClone
5010
5011 * mimage/MHillasSrc.[h,cc], mimage/MHHillasSrc.[h,cc]:
5012 - like suggested by Wolfgang: removed Head-Tail
5013
5014 * mbase/MEvtLoop.cc:
5015 - fixed a bug in the progress bar update at the end of the loop
5016
5017
5018
5019 2003/04/24: Wolfgang Wittek
5020
5021 * mfilter/MFCT1SelFinal.cc
5022 - small correction in output
5023
5024 * mhistmc/MHMcCT1CollectionArea.cc
5025 - plot all 3 histograms in DrawClone()
5026
5027 * manalysis/MPadSchweizer.[h,cc]
5028 - cleanup as proposed by Thomas
5029 - new member function SetHistograms() to set the pointers to the
5030 histograms to be used in the padding
5031
5032
5033
5034 2003/04/24: Antonio Stamerra
5035
5036 * mhistmc/MHMcTriggerLvl2.[h,cc]
5037 - renamed some variable (hf->fHist)
5038 - added fHist*Norm and fFNorm in the destructor
5039
5040 * manalysis/MMcTriggerLvl2.[h,cc]
5041 - added CalcCompactPixel() public method
5042 - implemented CalcPseudoSize method (still under construction...)
5043 - added inline method SetNewCamera(), used in the costructor
5044 - renamed global variables pixels_in_cell->gsPixelsInCell
5045 and pixels_in_lut->gsPixelsInLut
5046 - added destructor
5047
5048
5049
5050 2003/04/23: Thomas Bretz
5051
5052 * mhist/MHCerPhotEvt.[h,cc]:
5053 - updated dox
5054
5055 * manalysis/MCT1SupercutsCalc.h, manalysis/MPadSchweizer.h:
5056 - ClassDef -> 0
5057
5058 * NEWS:
5059 - updated
5060
5061 * mfileio/MWriteRootFile.[hcc]:
5062 - fixed the missing function of UPDATE files
5063
5064 * mhist/MFillH.[h,cc]:
5065 - implemented fWeight
5066 - adapted StreamPrimitive
5067 - changed fCanvas to //!
5068 - changed class version umber from 1 to 2
5069
5070 * mhist/MH.[h,cc], mhist/MHAlphaEnergyTheta.[h,cc],
5071 mhist/MHAlphaEnergyTime.[h,cc], mhist/MHArray.[h,cc],
5072 mhist/MHBlindPixels.[h,cc], mhist/MHCompProb.[h,cc],
5073 mhist/MHEffOnTime.[h,cc], mhist/MHEffOnTimeTheta.[h,cc],
5074 mhist/MHEffOnTimeTime.[h,cc], mhist/MHEnergyTheta.[h,cc],
5075 mhist/MHFadcCam.[h,cc], mhist/MHFlux.[h,cc],
5076 mhist/MHGamma.[h,cc], mhist/MHHadronness.[h,cc],
5077 mhist/MHMatrix.[h,cc], mhist/MHRanForest.[h,cc],
5078 mhist/MHRanForestGini.[h,cc], mhist/MHSigmaPixel.[h,cc],
5079 mhist/MHSigmaTheta.[h,cc], mhist/MHSigmabarTheta.[h,cc],
5080 mhist/MHStarMap.[h,cc], mhist/MHThetabarTheta.[h,cc],
5081 mhist/MHThetabarTime.[h,cc], mhist/MHTimeDiffTheta.[h,cc],
5082 mhist/MHTimeDiffTime.[h,cc], mhistmc/MHMcCT1CollectionArea.[h,cc],
5083 mhistmc/MHMcEnergyImpact.[h,cc], mhistmc/MHMcEnergyMigration.[h,cc]
5084 mhistmc/MHMcTriggerLvl2.[h,cc], mimage/MHHillas.[h,cc],
5085 mimage/MHHillasExt.[h,cc], mimage/MHHillasSrc.[h,cc],
5086 mimage/MHNewImagePar.[h,cc]:
5087 - added second (weight) argument to Fill
5088 - in some headers: removed obvious virtual
5089 - removed some dummy Fill function (not necessary anymore)
5090
5091
5092
5093 2003/04/23: Abelardo Moralejo
5094
5095 * mhistmc/MHMcCT1CollectionArea.[h,cc]
5096 - Now the class inherits from MH instead of directly from
5097 MParContainer. Implemented SetupFill, so that the binning
5098 definitions are read from the parlist.
5099
5100 * mmontecarlo/MMcCT1CollectionAreaCalc.[h,cc]
5101 - Removed. This class was superfluous, since the same job
5102 can be done using MFillH.
5103
5104 * mmontecarlo/Makefile, MontecarloLinkDef.h
5105 - removed class MMcCT1CollectionAreaCalc.
5106
5107 * macros/CT1collarea.C
5108 - adapted to changes above.
5109
5110 * mmc/MMcRunHeader.[hxx,cxx], mmc/MMCEvt.[hxx,cxx]
5111 - added comment in class description about the definition of
5112 the azimuth angle phi in the MC classes.
5113
5114
5115 2003/04/23: Antonio Stamerra
5116
5117 * mfilter/MFEnergySlope.[h,cc]
5118 - added new filter class to select events according to a given
5119 energy slope
5120
5121 * mfilter/Makefile, mfilter/FilterLinkDef.h
5122 - modified accordingly (added MFEnergySlope)
5123
5124 * manalysis/MMcTriggerLvl2Calc.cc
5125 - removed call to the MHMcTriggerLvl2->Fill() in Process()
5126
5127 * macros/triglvl2.C
5128 - added example of the MFEnergySlope filter
5129 - added filling of histos from MHMcTriggerLvl2
5130
5131
5132 2003/04/22: Abelardo Moralejo
5133
5134 * mmontecarlo/Makefile, MontecarloLinkDef.h
5135 - added MMcEnergyEst
5136 - added necessary include directories.
5137
5138 * mmontecarlo/MMcEnergyEst.cc
5139 - added filterhadrons.SetHadronnessName(fHadronnessName) to
5140 inform the filter about the name of the hadronness container
5141 to be used in the cuts.
5142
5143 * mfilter/MFCT1SelFinal.[h,cc]
5144 - added the possibility to cut also in Dist.
5145
5146
5147
5148 2003/04/22: Thomas Bretz
5149
5150 * mhist/MHHadronness.[h,cc]:
5151 - changed to support MStatusDisplay
5152
5153 * manalysis/MApplyPadding.[h,cc]:
5154 - removed
5155
5156 * mhist/MHMcCT1CollectionArea.[h,cc],
5157 mhist/MHMcCollectionArea.[h,cc], mhist/MHMcDifRate.[h,cc],
5158 mhist/MHMcEfficiency.[h,cc], mhist/MHMcEfficiencyEnergy.[h,cc],
5159 mhist/MHMcEnergy.[h,cc], mhist/MHMcEnergyImpact.[h,cc],
5160 mhist/MHMcEnergyMigration.[h,cc], mhist/MHMcIntRate.[h,cc],
5161 mhist/MHMcRate.[h,cc], mhist/MHMcTriggerLvl2.[h,cc]:
5162 - moved to new directory mhistmc
5163
5164 * mhistmc, mhistmc/Makefile, mhistmc/HistMcLinkDef.h:
5165 - new
5166
5167 * mhist/Makefile, mhist/HistLinkDef.h:
5168 - removed MHMc*
5169
5170 * mhistmc/MHMcCollectionArea.[h,cc]:
5171 - changed to fit requirements of MStatusDisplay
5172
5173 * Makefile:
5174 - added mhistmc
5175
5176 * mmain/MStatusDisplay.cc:
5177 - SetNoContextMenu(Bool_t flag) removed default argument
5178
5179 * mmain/Makefile:
5180 - added -I../mhistmc
5181
5182 * mhist/MWeight.[h,cc]:
5183 - added
5184
5185 * mhist/HistLinkDef.h:
5186 - added MWeight
5187
5188 * mhist/MH.h:
5189 - removed some debugging stuff
5190
5191
5192
5193 2003/04/22: Abelardo Moralejo
5194
5195 * mmontecarlo/MMcEnergyMigration.[h,cc]
5196 - Removed. It was not necessary, since the same job can be done
5197 with the already existing task MFillH.
5198
5199 * mhist/MHMcEnergyMigration.h
5200 - Changed ClassDef(MHMcEnergyMigration, 0)
5201 to ClassDef(MHMcEnergyMigration, 1) to allow writing the
5202 histograms to disk.
5203
5204
5205
5206 2003/04/21: Thomas Bretz
5207
5208 * manalysis/MBlindPixels.h:
5209 - IsBlind -> const
5210
5211 * mhist/HistLinkDef.h, mhist/Makefile:
5212 - added MHBlindPixels
5213
5214 * mhist/MH.[h,cc]:
5215 - changed the two DrawClone functions to one.
5216
5217 * mhist/MHHadronness.[h,cc]:
5218 - changed to fit the requirements of MStatusDisplay
5219
5220 * mhist/MHMatrix.cc:
5221 - SetDirectory(NULL) for all histograms created
5222
5223 * mhist/MHSigmaTheta.cc:
5224 - removed fNpix (is already in MHHillas)
5225 - removed fBlindId (--> MHBlindPixels)
5226
5227 * mhist/MHBlindPixels.[h,cc]:
5228 - new
5229
5230 * macros/plot.C:
5231 - Added MStatusDisplay support
5232
5233 * macros/status.C:
5234 - added MHNewImagePar
5235 - added MHHadronness
5236
5237 * manalysis/MBlindPixelCalc.cc:
5238 - updated class reference
5239
5240 * meventdisp/MGCamDisplay.[h,cc]:
5241 - fixed
5242
5243 * meventdisp/MGEvtDisplay.cc:
5244 - changed function adding the tab
5245
5246 * mgui/MCamDisplay.cc, mhist/MHCerPhotEvt.cc:
5247 - as a preliminary solution removed inner pad
5248
5249 * mhist/MFillH.cc:
5250 - make sure canvas is updated correctly in PostProcess
5251
5252 * mhist/MH.cc:
5253 - changed DrawCopy(TH1, TH1) and Draw(TH1, TH1) to fit the new needs
5254 display the range correctly and exchanged the two stat boxes
5255
5256 * mhist/MH3.cc:
5257 - fixed a bug in the default constructor
5258 - removed DrawClone
5259 - updated Draw function
5260
5261 * mhist/MHMcIntRate.[h,cc], mhist/MHRanForest.[h,cc],
5262 mhist/MHRanForestGini.[h,cc], mhist/MHSigmaPixel.[h,cc],
5263 mhist/MHSigmaTheta.[h,cc], mhist/MHSigmabarTheta.[h,cc],
5264 mhist/MHThetabarTheta.[h,cc], mhist/MHThetabarTime.[h,cc],
5265 mhist/MHTimeDiffTheta.[h,cc], mhist/MHTimeDiffTime.[h,cc],
5266 mimage/MHNewImagePar.[h,cc]:
5267 - removed old DrawClone
5268 - updated Draw function
5269 - replaced some titles by latex titles in some classes
5270
5271 * mimage/MHNewImagePar.[h,cc], mimage/MNewImagePar.[h,cc]:
5272 - removed scaling stuff
5273
5274 * mmain/MStatusDisplay.cc:
5275 - fixed some minor bugs
5276
5277
5278
5279 2003/04/20: Thomas Bretz
5280
5281 * Makefile:
5282 - exchanged mbase and mmain
5283
5284 * Makefile.conf.general:
5285 - added MARSVER
5286
5287 * mars.cc:
5288 - use MARSVER
5289
5290 * macros/readMagic.C:
5291 - updated to work with the new MH-stuff
5292
5293 * macros/status.C:
5294 - added
5295
5296 * manalysis/MBlindPixelCalc.cc, manalysis/MCerPhotCalc.cc,
5297 manalysis/MMcPedestalCopy.ccm, manalysis/MMcPedestalNSBAdd.cc,
5298 mfileio/MReadMarsFile.cc, mimage/MHillasCalc.cc,
5299 mimage/MImgCleanStd.cc:
5300 - changed def. title
5301
5302 * manalysis/MCT1PointingCorrCalc.h:
5303 - minor change
5304
5305 * manalysis/MCerPhotEvt.[h,cc]:
5306 - don't use unused pixels for calculation of min/max
5307 - added Scale member function
5308
5309 * manalysis/MCerPhotPix.h:
5310 - added Scale inline function
5311
5312 * mbase/MEvtLoop.[h,cc], mbase/MParContainer.[h,cc],
5313 mbase/MParList.[h,cc], mbase/MTaskList.[h,cc],
5314 mfileio/MReadMarsFile.cc, mhist/MFillH.[h,cc]:
5315 - implemented use of fDisplay
5316
5317 * mbase/MParContainer.h:
5318 - Don't display name and class name if it is the same (GetDescriptor)
5319
5320 * meventdisp/MGCamDisplay.[h,cc]:
5321 - made working with new MH-stuff
5322
5323 * mfileio/Makefile:
5324 - added -I../mmain
5325
5326 * mgeom/MGeomCam.[h,cc]:
5327 - added Clone function
5328
5329 * mgeom/MGeomCamCT1.cc, mgeom/MGeomCamMagic.cc:
5330 - commented out informal output at constructor
5331
5332 * mgui/MCamDisplay.[h,cc], mhist/MHStarMap.[h,cc],
5333 mimage/MHH*.[h,cc]:
5334 - changed to be more root oriented
5335
5336 * mgui/MHexagon.cc:
5337 - small changes
5338
5339 * mgui/Makefile:
5340 - added mhist
5341
5342 * mhist/MH.[h,cc]:
5343 - changed to be more root oriented
5344 - removed border
5345 - added DrawClone
5346 - GetNewPad
5347
5348 * mhist/MH3.cc:
5349 - removed some strange debug output
5350
5351 * mhist/MHCerPhotEvt.[h,cc]:
5352 - fixed some bug
5353 - made working with fDisplay
5354
5355 * mhist/Makefile:
5356 - added mmain
5357
5358 * mmain/MProgressBar.cc:
5359 - fixed a typo
5360
5361 * mmain/MStatusDisplay.[h,cc]:
5362 - new implementation
5363
5364 * mmain/MainLinkDef.h, mmain/Makefile:
5365 - added MStatusDisplay
5366 - added MGMenu
5367
5368 * mmain/MGMenu.[h,cc]:
5369 - added
5370
5371
5372
5373 2003/04/19: Abelardo Moralejo
5374
5375 * mmontecarlo/MMcEnergyEst.[h,cc]
5376 - Added. Contains routine for optimization of parameters of
5377 energy estimator.
5378
5379 * mmontecarlo/MMcEnergyMigration.[h,cc]
5380 - Added. Task to fill the energy migration matrix histograms
5381 contained in class MHMcEnergyMigration.
5382
5383
5384
5385 2003/04/17: Wolfgang Wittek
5386
5387 * mhist/MBinning.[h,cc]
5388 - replace for (int i=1; i<fEdges.GetSize()-1; i++)
5389 by for (int i=1; i<fEdges.GetSize(); i++)
5390
5391
5392
5393 2003/04/17: Wolfgang Wittek
5394
5395 * mfileio/MCT1ReadPreProc.cc
5396 - removed : if (theta > pi/2) continue;
5397 otherwise get inconsistency between no.of read events
5398 and no.of events after filter
5399 - write into MCerPhotEvt also pixels with zero no. of photons
5400
5401 * manalysis/MSigmabar.cc
5402 - correct wrong argument in call to memset
5403
5404 * manalysis/MPadSchweizer.cc
5405 - pad also pixels with zero no.of photons
5406
5407 * mhist/MHSigmaTheta.[h,cc]
5408 - add plot of no.of used pixels in MCerPhotEvt
5409 - add plot of Id of blind pixel
5410
5411
5412
5413 2003/04/14: Wolfgang Wittek
5414
5415 * manalysis/Makefile
5416 AnalysisLinkDef.h
5417 - MNewImagePar and MNewImageParCalc removed
5418
5419
5420
5421
5422 2003/04/12: Thomas Bretz
5423
5424 * mmain/MStatusDisplay.[h,cc]:
5425 - added
5426
5427 * manalysis/MPadding.[h,cc]:
5428 - simplified includes
5429 - changed some code (discussed with Robert)
5430 - fixed comments in header
5431 - changed ClassDef to 0
5432 - changed output to Mars style
5433 - fixed the memory leak of fHSigmabarMax
5434 - replaced TRandom by gRandom
5435 - removed usage of ->operator
5436
5437 * manalysis/MApplyPadding.[h,cc]:
5438 - replaced fRnd by gRandom
5439 - used MH::SetBinning
5440 - use telescope theta instead of theta
5441 - removed usage of ->operator
5442 - removed PostProcess
5443
5444 * manalysis/MPadSchweizer.cc:
5445 - fixed outputs in PreProcess
5446
5447 * manalysis/MSigmabar.[h,cc]:
5448 - added Reset member function
5449 - usage of memset
5450 - don't skip NumPhotons==0
5451 - changes discussed with Robert
5452 - small simplifications in loops
5453 - some fixes to the output
5454
5455 * manalysis/MSigmabarCalc.[h,cc]:
5456 - fixed outputs
5457 - some small simplifications
5458 - moved test for theta<120deg to MCT1ReadPreProc
5459
5460 * mfileio/MCT1ReadPreProc.[h,cc]:
5461 - skip events with theta>90deg
5462
5463 * mhist/MHSigmaPixel.[h,cc]:
5464 - fixes to the screen output
5465 - simplified usage of MBinning
5466
5467 * mhist/MHSigmaTheta.[h,cc]:
5468 - fixes to the screen output
5469 - simplified usage of MBinning
5470 - lower cased upper case local variables
5471 - removed DrawClone from Finalize (call from macro or executable)
5472
5473 * mhist/MHSigmabarTheta.[h,cc]:
5474 - fixes to the screen output
5475
5476 * mhist/MHStarMap.cc:
5477 - added some const qualifiers
5478
5479 * mhist/MHHadronnes.cc:
5480 - removed output of function name in Finalize because this
5481 information is already available on the screen.
5482
5483 * manalysis/MCT1PointingCorrCalc.h:
5484 - changed ClassDef to 0
5485 - removed empty PostProcess
5486 - fixes to the screen output in PreProcess
5487 - changed the order of the arguments in the constructor
5488 (name, title to the end)
5489
5490 * manalysis/MMultiDimDistCalc.cc:
5491 - added two const qualifiers
5492
5493 * mtemp/MObservatory.cc:
5494 - changed Magic1 coordinates to CT1 GPS.
5495
5496
5497
5498 2003/04/12: Wolfgang Wittek
5499
5500 * manalysis/MCT1PointingCorrCalc.[h,cc]
5501 - replaces MPointingCorr.[h,cc]
5502
5503 * manalysis/AnalysisLinkDef.h
5504 Makefile
5505
5506 * mbase/MFilter.h
5507 - set ClassDef(MFilter,1)
5508
5509 * mhist/MHHadronness.[h,cc]
5510 - improve warning printout
5511
5512 * mhist/MHMatrix.[h,cc]
5513 - type of 3rd argument of member function Fill
5514 changed from 'MF' to 'MFilter'
5515
5516
5517
5518 2003/04/11: Thomas Bretz
5519
5520 * macros/readMagic.C:
5521 - replaced GetEventNum by GetNumEntry
5522
5523 * manalysis/MCT1SupercutsCalc.cc:
5524 - fixed constructor (no default for fHadronnessName)
5525 - missing fHadronness->SetReadyToSave added
5526
5527 * manalysis/MMultiDimDistCalc.cc:
5528 - missing fHadronness->SetReadyToSave added
5529
5530 * manalysis/MParameters.cc:
5531 - changed title
5532
5533 * mfilter/MFCT1SelFinal.h:
5534 - set ClassDef to 0
5535
5536 * mimage/Makefile:
5537 - fixed a typo
5538
5539 * mraw/MRawEvtData.cc:
5540 - fixed Pixel assignment (i->ipos, fPosInArray++)
5541
5542
5543
5544 2003/04/10: Thomas Bretz
5545
5546 * mbase/MContinue.[h,cc]:
5547 - changed, so that also a filter given as a pointer is added to
5548 the tasklist automatically
5549 - added SetInverted
5550 - added IsInverted
5551
5552 * mbase/MTaskList.[h,cc]:
5553 - added RemoveFromList-function
5554
5555 * merpp.cc:
5556 - fixed typo
5557
5558 * mbase/MFilter.[h,cc]:
5559 - removed unnecessary base functions for Pre//PostProcess
5560 - added SetInverted
5561 - added IsInverted
5562
5563 * mbase/MTask.cc, mfileio/MCT1ReadPreProc.cc, mfileio/MReadTree.cc,
5564 mfilter/MF.cc, mfilter/MFilterList.cc
5565 - implemented IsConditionalTrue to support inverted filters
5566
5567 * mhist/MHHadronness.cc:
5568 - removed unnecessary check
5569
5570 * meventdisp/MGFadcDisp.cc:
5571 - remove all IDs in listbox
5572 - add entries sorted
5573
5574 * manalysis/MImgCleanStd.[h,cc], manalysis/MCameraSmooth.[h,cc],
5575 manalysis/MHillas.[h,cc], manalysis/MHillasSrc.[h,cc],
5576 manalysis/MHillasSrc.[h,cc], manalysis/MHillasCalc.[h,cc],
5577 manalysis/MNewImagePar.[h,cc], manalysis/MNewImageParCalc.[h,cc],
5578 mhist/MHHillas.[h,cc], mhist/MHHillasSrc.[h,cc],
5579 mhist/MHHillasExt.[h,cc], mhist/MHNewImagePar.[h,cc]:
5580 - moved to new directory mimage
5581
5582 * mimage/Makefile, mimage/ImageLinkDef.h, mimage/ImageIncl.h:
5583 - new
5584
5585 * Makefile:
5586 - added mimage
5587
5588 * manalysis/AnalysisLinkDef.h, manalysis/Makefile
5589 mhist/HistLinkDef.h, mhist/Makefile:
5590 - removed moved files
5591
5592 * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
5593 mhist/Makefile, mhist/AnalysisLinkDef.h, mmain/Makefile,
5594 mfilter/Makefile, meventdisp/Makefile, mgui/Makefile:
5595 - adapted
5596
5597
5598
5599 2003/04/09: Thomas Bretz
5600
5601 * manalysis/MCT1SupercutsCalc.[h,cc]:
5602 - moved last changes from MFCT1Supercuts to MCT1SupercutsCalc
5603
5604 * mhist/MHMcTriggerLvl2.[h,cc]:
5605 - fixed a warning
5606 - removed global variables
5607
5608
5609
5610 2003/04/09: Abelardo Moralejo
5611
5612 * manalysis/MHillasSrc.cc
5613 - changed comment about meaning of fCosDeltaAlpha
5614
5615
5616
5617 2003/04/08: Thomas Hengstebeck
5618
5619 * mhist/MHRanForest.cc, mhist/MHRanForestGini.cc
5620 - removed gStyle->SetOptStat(10), gStyle settings should be
5621 done by the user himself
5622
5623
5624
5625 2003/04/08: Abelardo Moralejo
5626
5627 * manalysis/MImgCleanStd.cc
5628 - Fixed "democratic" cleaning: now tail cut is proportional
5629 to pixel area instead of pixel radius as (erroneously) was
5630 before.
5631
5632 * NEWS
5633 - Changed comment on image cleaning.
5634
5635
5636
5637 2003/04/08: Thomas Bretz
5638
5639 * mhist/MHHadronness.cc:
5640 - no check for sump==0 and sumg==0 in loop necessary anymore
5641
5642 * Changelog, Changelog.02:
5643 - moved everything before 1/2003 to Changelog.02
5644
5645
5646
5647 2003/04/08: Wolfgang Wittek
5648
5649 * mfilter/MFCT1SelFinal.[h,cc]
5650 - add new member function SetHadronnessName()
5651
5652 * mhist/MHHadronness.[h,cc]
5653 - reset to SetOptStat(111100)
5654 - correct acceptance
5655
5656 * manalysis/MMultiDimDistCalc.[h,cc]
5657 - swap arguments in FindCreateObj
5658
5659
5660
5661 2003/04/08: Nicola Galante and Antonio Stamerra
5662
5663 * mhist/MHMcTriggerLvl2.[h,cc]
5664 - New class added (histograms for the MMcTriggerLvl2 class)
5665
5666 * mhist/Makefile
5667 - Added MHMcTrigggerLvl2 in SRCFILES
5668
5669 * manalysis/Makefile
5670 - Reintroduced MMcTriggerLvl2 and MMcTriggerLvl2Calc
5671 (they were removed!!)
5672
5673 * manalysis/MMcTriggerLvl2.h
5674 - 'const' added in inline functions Get****
5675
5676 * manalysis/MMcTriggerLvl2Calc.cc
5677 - added call to Fill method of MHMcTriggerLvl2
5678
5679 * macros/triglvl2.C
5680 - updated to have histograms with MHMcTriggerLvl2
5681
5682 * macros/dohtml.C
5683 - added triglvl2.C
5684
5685 * NEWS
5686 - new comment on L2T selection classes
5687
5688 2003/04/08: Wolfgang Wittek
5689
5690 * mfilter/Makefile
5691 FilterLinkDef.h
5692 - MFCT1Supercuts removed
5693
5694 * manalysis/MMultiDimDistCalc.h
5695 - set ClassDef(MMultiDimDistCalc,1)
5696
5697 * manalysis/MCT1SupercutsCalc.[h,cc]
5698 - new; replaces MFCT1Supercuts in mfilter
5699
5700 * manalysis/Makefile
5701 AnalysisLinkDef.h
5702
5703
5704
5705 2003/04/07: Thomas Bretz
5706
5707 * Makefile:
5708 - changed order
5709
5710 * manalysis/MMultiDimDistCalc.[h,cc]:
5711 - fixed default title
5712 - simplified code
5713 - added fHadronnessName
5714
5715 * manalysis/MRanForestCalc.[h,cc]:
5716 - added fHadronnessName
5717
5718 * mbase/MAGIC.h:
5719 - fixed a bug with rootcint
5720
5721 * meventdisp/MGFadcDisp.cc:
5722 - fixed a variable name
5723
5724 * mhist/MHHadronness.cc:
5725 - removed many old comments
5726 - simplified some code
5727 - uses argument in Fill now
5728
5729 * mmain/MMonteCarlo.cc:
5730 - some code simplification
5731 - fixed a warning
5732
5733 * macros/dohtml.C:
5734 - added testenv.C
5735
5736 * readraw.cc:
5737 - simplified
5738
5739 * mraw/MRawEvtData.cc:
5740 - fixed a bug in the draw function (the drawn pixel has not been the
5741 one with the given Id, but simply the i-th entry in the array)
5742
5743 * mfilter/MFCT1Supercuts.[h,cc]:
5744 - changed naming style of variables
5745 - changes array access
5746
5747 * mhist/MHFadcCam.[h,cc]:
5748 - added HasHi
5749 - added Exists
5750
5751 * mmain/MDataCheck.cc:
5752 - removed unimplemented buttons
5753
5754 * mdatacheck/MGDisplayAdc.[h,cc]:
5755 - tried to implement some unimplemented buttons
5756 - don't display non existing (empty) histograms in list
5757
5758
5759
5760 2003/04/04: Thomas Bretz
5761
5762 * mtools/MagicReversi.[h,cc]:
5763 - added support for Number of Players
5764 - added instructions
5765 - added support for Esc key
5766
5767 * mbase/MAGIC.h:
5768 - added version check to MAGIC.h
5769
5770
5771
5772 2003/04/04: Wolfgang Wittek
5773
5774 * mfilter/Makefile
5775 /FilterLinkDef.h
5776 - added MFCT1SelBasic, MFCT1SelStandard, MFCT1SelFinal,
5777 MFCT1Supercuts
5778
5779 * mfilter/MFCT1SelBasic.[h,cc]
5780 /MFCT1SelStandard.[h,cc]
5781 /MFCT1SelFinal.[h,cc]
5782 - new; they replace manalysis/MSelBasic.[h,cc]
5783 /MSelStandard.[h,cc]
5784 /MSelFinal.[h,cc]
5785
5786 * mfilter/MFCT1Supercuts.[h,cc]
5787 - new (supercuts from Daniel for CT1 Mkn421 2001 data)
5788
5789 * manalysis/MSelBasic.[h,cc]
5790 /MSelStandard.[h,cc]
5791 /MSelFinal.[h,cc]
5792 - deleted
5793
5794 * manalysis/Makefile
5795 AnalysisLinkDef.h
5796 - MSelBasic, MSelStandard, MSelFinal removed
5797
5798 * mfileio/MCT1ReadPreProc.[h,cc]
5799 - smeare theta only for MC events
5800
5801 // The following is not yet commited !!!!!!!!!!!!!
5802 * Mars/Makefile
5803 - in SUBDIRS put mfilter before manalysis
5804 (otherwise get link error)
5805
5806
5807
5808 2003/04/03: Abelardo Moralejo
5809
5810 * mmontecarlo/MMcTriggerRateCalc.cc:
5811 - added #include <math.h> for compilation on alpha (otherwise
5812 floor() is unkown)
5813
5814
5815
5816 2003/04/03: Thomas Bretz
5817
5818 * macros/testenv.C:
5819 - added
5820
5821 * mbase/MEvtLopp.cc, mbase/MParContainer.[h,cc],
5822 mbase/MParList.cc, mbase/MTaskList.cc:
5823 - changed the stuff for reading steering card - didn't really
5824 work like expected
5825
5826 * mhist/MHMatrix.cc, mfileio/MRead.cc, manalysis/MImgCleanStd.cc:
5827 - adapted ReadEnv
5828
5829 * mhist/MHMatrix.[h,cc]:
5830 - added ReadEnv
5831
5832 * mfileio/MCT1ReadPreProc.[h,cc]:
5833 - base SmearTheta on new FindLoEndge
5834 - simplified
5835
5836 * mhist/MBinning.h:
5837 - added FindBinLoEdge
5838 - added FindBinHiEdge
5839
5840 * mdata/MDataArray.[h,cc]:
5841 - added Clear
5842 - added Delete
5843
5844 * mbase/MEvtLoop.cc:
5845 - added output of the name
5846
5847 * mbase/MLog.[h,cc]:
5848 - don't use any pthread stuff if _REENTRANT is not defined
5849
5850 * mfileio/MRead.cc, mhist/MHMatrix.cc:
5851 - fixed waring for unreachable statement
5852
5853 * mhist/MHArray.cc:
5854 - fixed: redifinition of default argument
5855
5856
5857
5858
5859 2003/04/02: Abelardo Moralejo
5860
5861 * mmc/MMcTrigHeader.hxx
5862 - added threshold>0 check in the calculation of
5863 GetMeanThreshold
5864
5865 * mmontecarlo/MMcTriggerRateCalc.cc
5866 - The check of the MC spectral index value is now done by
5867 comparing integers instead of real numbers.
5868 - Found out with GREAT surprise that the graphical output
5869 has been completely commented out by someone(?) because it
5870 produced a memory leak. Also the function comment did not
5871 match the rules (my fault; is it correct now?) This commenting
5872 out has not been logged to this file, as far as I can see. This
5873 is rather unkind, I thought that when somebody finds some bug or
5874 messy code, he should either correct and commit it (and log the
5875 change here) and/or inform the author of the mistake to correct
5876 it. Please try to do so in the future instead of simply
5877 commenting out useful code!
5878
5879 * mdata/MDataValue.h
5880 - added default constructor (otherwise, no constant values
5881 can be used in the parameters used in the random forest
5882 separation)
5883
5884
5885
5886
5887 2003/04/02: Wolfgang Wittek
5888
5889 * mfileio/Makefile
5890 - mhist added, because MBinning is used in MCT1ReadPreproc
5891
5892 * mfileio/MCT1ReadPreProc.[h,cc]
5893 - new member function SmearTheta
5894 - store smeared Theta in MMcEvt::fTelescopeTheta
5895 store original Theta in MParameterD container "ThetaOrig"
5896 store fhourangle in MParameterD container "HourAngle"
5897
5898 * manalysis/MPointingCorr.[h,cc]
5899 - get hour angle from ParameterD container "HourAngle"
5900
5901 * manalysis/MSelBasic.[h,cc]
5902 MSelStandard.[h,cc]
5903 MSelFinal.[h,cc]
5904 - new member functions SetCuts()
5905
5906
5907
5908 2003/04/01: Abelardo Moralejo
5909
5910 * macros/CT1EnergyEst.C
5911 - added argument (maximum dist parameter), changed (reduced) output
5912 histograms, added writing to (and reading from) a file the energy
5913 estimation parameters and the histograms. Added comments.
5914
5915 * manalysis/MEnergyEstParam.[h,cc]
5916 - added member function GetCoeff. Changed comment.
5917
5918
5919
5920 2003/03/31: Thomas Bretz
5921
5922 * manalysis/MParameters.[h,cc]:
5923 - added
5924
5925 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
5926 - added MParameters, MParameterD, MParameterI
5927
5928 * mhist/MHArray.[h,cc]:
5929 - added default constructor
5930 - added Set-function
5931 - added Init function
5932 - moved code from constructors to Set and Init
5933
5934 * Makefile.conf.linux:
5935 - removed -fno-rtti to make it compatible with root 3.04.02
5936
5937 * NEWS:
5938 - changed
5939
5940 * manalysis/MImgCleanStd.[h,cc]:
5941 - added SetLvl1
5942 - added SetLvl2
5943 - added ReadEnv
5944
5945 * manalysis/MNewImagePar.[h,cc]:
5946 - removed unnecessary fHillas data member
5947 - removed unnecessary fSrcPos data member
5948 - removed unnecessary Set/GetSrcPos
5949
5950 * manalysis/MNewImageParCalc.[h,cc]:
5951 - removed unnecessary SetSrcPos
5952 - removed const-qualifier from fGeomCam, fCerPhotEvt
5953 (trouble with root 3.02/06)
5954
5955 * manalysis/MRanForest.cc:
5956 - changed cout-output
5957
5958 * manalysis/MSigmabar.cc:
5959 - changed Area to area (local variable)
5960
5961 * mbase/MEvtLoop.[h,cc]:
5962 - added evtloop name to constructor (default=Evtloop)
5963 - adapted StreamPrimitive
5964 - added ReadEnv
5965 - added WriteEnv
5966
5967 * mbase/MParContainer.[h,cc]:
5968 - removed TROOT.h
5969 - fixed const-qualifier for Copy-function for root>3.04.01
5970 - added ReadEnv
5971 - added WriteEnv
5972 - added IsEnvDefined
5973 - added GetEnvValue
5974
5975 * mbase/MParList.[h,cc], mbase/MTaskList.[h,cc]:
5976 - added ReadEnv
5977 - added WriteEnv
5978
5979 * mfileio/MCT1ReadAscii.[h,cc], mfileio/MCT1ReadPreProc.[h,cc]:
5980 - changed AddFile declaration to declaration in MRead
5981 - added return value to AddFile
5982
5983 * mfileio/MRead.[h,cc]:
5984 - added template for AddFile
5985 - added ReadEnv
5986
5987 * mgui/MHexagon.[h,cc]:
5988 - fixed const-qualifier for Copy-function for root>3.04.01
5989
5990 * mhist/MH.cc:
5991 - fixed the FindGoodLimit stuff for root> 3.04.01
5992
5993 * mhist/MHRanForest.[h,cc], mhist/MHRanForestGini.[h,cc]:
5994 - removed unnecessary casts
5995 - fixed a copilation error with root 3.04.01 (kFullDotlarge
5996 doesn't exist)
5997 - removed second Draw (one should not add something twice to
5998 the pad)
5999
6000 * mmontecarlo/MMcTriggerRateCalc.cc:
6001 - changes to the header
6002 - changes to the fLog stuff
6003 - added a cast to get rid of a warning
6004
6005 * mtools/Makefile, mtools/ToolsLinkDef.h:
6006 - added MagicReversi
6007
6008 * mtools/MagicRevers.[h,cc]:
6009 - added
6010
6011
6012
6013 2003/03/28: Thomas Bretz
6014
6015 * mbase/MParContainer.h:
6016 - added kEnableGraphicalOutput
6017 - added EnableGraphicalOutput
6018 - added IsGraphicalOutputEnabled
6019
6020 * mbase/MParList.h:
6021 - changed BIT(15) to BIT(17)
6022
6023 * mhist/MH.[h,cc]:
6024 - SetBinning(TH1*, TH1*) --> SetBinning(TH1*, const TH1*)
6025
6026 * mhist/MH3.h:
6027 - changed BIT(15) to BIT(17)
6028 - changed BIT(16) to BIT(18)
6029 - changed BIT(17) to BIT(19)
6030
6031 * mhist/MHMatrix.[h,cc]:
6032 - added DrawDefRefInfo
6033 - added CopyCrop
6034 - added GetRandomArrayI
6035 - changed DefRefMatrix to support the above
6036 - fixed a bug in DefRefMatrix (evtcount2 in the last loop
6037 instead of evtcount1)
6038 - Don't do anything in the finalization if the matrix has the correct
6039 dimensions
6040 - fixed comment of DefRefMatrix
6041 - changed number of first column from 1 to 0
6042 - changed BIT(16) to BIT(17)
6043
6044
6045
6046 2003/03/28: Wolfgang Wittek
6047
6048 * mhist/MHMatrix.cc
6049 - DefRefMatrix: if nmaxevts>fM.GetNrows() set
6050 nmaxevts = fM.GetNrows()
6051
6052 * manalysis/MSelBasic.[h,cc]
6053 - better output
6054
6055 * manalysis/MSelStandard.[h,cc]
6056 - different cut in DIST
6057
6058 * mfileio/MCT1ReadPreProc.[h,cc]
6059 - store hour angle in variable fOtherCphFraction
6060
6061 * manalysis/MHillasSrcCalc.h
6062 - replace in 'SetInput' fHillasName = hilname;
6063 by fHillasInput = hilname;
6064
6065 * manalysis/MNewImagePar.[h,cc]
6066 /MNewImageParCalc.[h,cc]
6067 - new; calculates new image parameters
6068
6069 * mhist/MHNewImagePar.[h,cc]
6070 - new; plots new image parameters
6071
6072 * manalysis/AnalysisLinkDef.h
6073 manalysis/Makefile
6074
6075 * mhist/HistLinkDef.h
6076 mhist/Makefile
6077
6078
6079
6080 2003/03/27: Thomas Hengstebeck
6081
6082 * manalysis/MRanForest.[h,cc]
6083 - allocation of TObjArray fForest moved to constructor.
6084 - use of gRandom
6085
6086 * manalysis/MRanTree.[h,cc]
6087 - use of gRandom
6088
6089 * macros/RanForest.C
6090 - gRandom initialized as TRandom3 object.
6091
6092
6093
6094 2003/03/25: Abelardo Moralejo
6095
6096 * macros/mergecamera.C
6097 - added warning to prevent dangerous misuse of this macro.
6098
6099
6100
6101 2003/03/25: Wolfgang Wittek
6102
6103 * mhist/MHStarMap.[h,cc]
6104 - use constant step size along the main axis of the ellipse
6105
6106 * manalysis/MPointingCorr.[h,cc]
6107 - new class for calculating the pointing correction
6108
6109 * mmc/MMcEvt.hxx
6110 - add GetOtherCphFraction()
6111
6112 * manalysis/Makefile
6113
6114 * manalysis/AnalysisLinkDef.h
6115
6116
6117
6118 2003/03/24: Abelardo Moralejo
6119
6120 * manalysis/MEnergyEstParam.cc
6121 - now energy estimation (for CT1) is done using the same model
6122 as in D.Krannich's thesis.
6123
6124
6125
6126 2003/03/24: Thomas Bretz
6127
6128 * manalysis/MHillasSrcCalc.[h,cc]:
6129 - removed last argument in constructor, replaced by SetInput
6130
6131 * mfilter/MFEventSelector.[h,cc]:
6132 - removed unnecessary last argument
6133
6134
6135
6136 2003/03/21: Thomas Hengstebeck
6137
6138 * manalysis/MRanTree.[h,cc]
6139 - new; parameter container to store a single random tree
6140
6141 * manalysis/MRanForest.[h,cc]
6142 - new; parameter container to store complete forest
6143
6144 * manalysis/MRanForestGrow.[h,cc]
6145 - new; task to grow trees (training)
6146
6147 * manalysis/MRanForestCalc.[h,cc]
6148 - new; task to calculate hadronness using random forest
6149
6150 * manalysis/MRanForestFill.[h,cc]
6151 - new; task to read in the trees of the random forest
6152
6153 * manalysis/Makefile, manalysis/HistLinkDef.h:
6154 - added MRanTree, MRanForest, MRanForestGrow, MRanForestCalc,
6155 MRanForestFill
6156
6157 * mhist/MHRanForest.[h,cc]
6158 - new; histogram showing variance of estimated hadronness as
6159 function of no. of combined trees
6160
6161 * mhist/MHRanForestGini.[h,cc]
6162 - new; histogram showing mean decrease in Gini-index as function
6163 of RF-input-parameters
6164
6165 * mhist/Makefile, mhist/HistLinkDef.h:
6166 - added MHRanForest, MHRanForestHillas
6167
6168 * macros/RanForest.C
6169 - new; g/h-separation by Random Forest-method
6170
6171 * macros/RanForest2.C
6172 - new; reading in saved random forest (using MRanForestFill)
6173
6174
6175
6176 2003/03/21: Abelardo Moralejo
6177
6178 * mhist/MHMatrix.[h,cc]:
6179 - Added third argument (a filter) to the second instantiation
6180 of the Fill procedure.
6181
6182 * macros/CT1EnergyEst.C:
6183 - Example of the parameter calculation and use of the energy
6184 estimation method for CT1.
6185
6186
6187
6188 2003/03/21: Thomas Bretz
6189
6190 * manalysis/MEnergyEstParam.[h,cc]
6191 - Added StopMapping and Print functions.
6192
6193 * manalysis/MSel*.h:
6194 - set default for HilName to MHillas
6195 - set default for HilNameSrc to MHillasSrc
6196
6197 * mfileio/MCT1ReadPreProc.[h,cc]:
6198 - do not flood the output with all events from the first run
6199 - output meaningfull text instead of variable names
6200 - removed a 'goto'!
6201 - changed savePedRMS according to the coding conventions to
6202 fPedRMS and the array of fixed size to a TArrayF
6203
6204 * mbase/MEvtLoop.cc:
6205 - added a events counter which counts the real number of
6206 processed events.
6207
6208 * mdata/MDataChain.[h,cc]:
6209 - implemented random numbers
6210 - implemented a conversion from degrees to radians and vice versa
6211
6212
6213
6214 2003/03/20: Thomas Bretz
6215
6216 * mfilter/MF.[h,cc]:
6217 - changed fFilter (already used in base class MTask) to fF
6218
6219
6220
6221 2003/03/19: Abelardo Moralejo
6222
6223 * macros/CT1collarea.C:
6224 - Added filter to cut in hadronness (now available in new version
6225 of root CT1 Monte Carlo file from Wolfgang).
6226
6227
6228
6229 2003/03/19: Robert Wagner
6230
6231 * mhist/MH3.cc:
6232 - changed MH3::New() such that constructor according to Thomas'
6233 previous changes is supported
6234
6235
6236
6237 2003/03/19: Thomas Bretz
6238
6239 * mhist/MH3.[h,cc]:
6240 - changed default constructor to support different dimensions
6241
6242 * mhist/MHArray.[h,cc]:
6243 - added AddHistogram
6244
6245 * meventdisp/MGEvtDisplay.cc, mfileio/MReadTree.[h,cc],
6246 meventdisp/MReadMarsFile.cc:
6247 - changed MReadTree::GetEventNum to MReadTree::GetNumEntry
6248
6249 * macros/estfit.C:
6250 - adopted to new MChisqEval
6251
6252 * mtools/MChisqEval.[h,cc]:
6253 - added
6254
6255 * mtools/Makefile, mtools/ToolsLinkDef.h:
6256 - added MChisqEval
6257
6258 * manalysis/MEnergyEstParam.[h,cc]:
6259 - slight changes
6260
6261 * mfileio/MCT1ReadPreProc.cc:
6262 - changed name to MRead
6263
6264
6265
6266 2003/03/18: Thomas Bretz
6267
6268 * mfileio/MReadTree.cc:
6269 - fixed a bug in the AddFile function
6270
6271 * mhist/MHMatrix.[h,cc]:
6272 - implemented a request of Th. Hengstebeck: Let DefRefMatrix
6273 return the 'unused' events
6274
6275
6276
6277 2003/03/18: Abelardo Moralejo
6278
6279 * mhist/MHMcCT1CollectionArea.[h,cc]
6280 - Added arguments in constructor: number of bins and ranges of the
6281 x-axis (energy) of the 2-d histograms. Changed type of binning:
6282 now the x-axis is log10(energy) and bins have equal width.
6283
6284 * macros/CT1collarea.C
6285 - The MHMcCT1CollectionArea object is now created and added to the
6286 parlist so that we can choose the binning. Changed the way
6287 histograms are written to the output file.
6288
6289
6290
6291 2003/03/13: Abelardo moralejo
6292
6293 * mhist/MHMcCT1CollectionArea.[h,cc]
6294 - Added for calculations of collection area for CT1.Contains three
6295 2-d histograms with axis energy vs theta angle: one histogram for
6296 all events, one for analyzed events, one for the collection area.
6297
6298 * mmontecarlo/MMcCT1CollectionAreaCalc.[h,cc]
6299 - Added for the same reason.
6300
6301 * macros/CT1collarea.C
6302 - Uses the above classes
6303
6304
6305
6306 2003/03/12: Abelardo Moralejo
6307
6308 * macros/mergecamera.C
6309 - Added. Merges several MC camera output files into a single file.
6310
6311
6312
6313 2003/03/08: Wolfgang Wittek
6314
6315 * macros/AnalyseCT1.C
6316 - for the CT1 data analysis
6317
6318 * mhist/MHMatrix.[h,cc]
6319 - let refcolumn start at 1 (not at 0)
6320
6321 * mhist/MHSigmaTheta.[h,cc]
6322 - Draw replaced by DrawCopy
6323 - add SetDirectory(NULL)
6324
6325 * manalysis/MSelBasic.[h,cc]
6326 MSelStandard.[h,cc]
6327 MSelFinal.[h,cc]
6328 - more detailed output for errors
6329 - bugs removed
6330
6331 * manalysis/MPadSchweizer.[h,cc]
6332 - add SetDirectory(NULL)
6333 - add fErrors
6334
6335 * mfilter/MFEventSelector.[h,cc]
6336 - add fErrors
6337
6338 * manalysis/MMultiDimDistCalc.[h,cc]
6339 - check division by zero
6340
6341 * mhist/MHHadronness.[h,cc]
6342 - check division by zero
6343 - normalize distributions of hadronness
6344
6345 * mfileio/MCT1ReadPreProc.[h,cc]
6346 - add event number (event.isecs_since_midday)
6347 - change definition of "fIsMcFile",
6348 because outpars.bmontecarlo is set wrongly sometimes
6349 - copy pedestalRMS for each event from the header information
6350 - check for the presence of a footer record even after reading
6351 a run header
6352
6353 * mmc/MMcEvt.[hxx,cxx]:
6354 - add GetEvtNumber()
6355
6356
6357
6358 2003/02/27: Abelardo Moralejo
6359
6360 * mmontecarlo/MMcTriggerRateCalc.cc:
6361 - Fixed: MMCTrigHeader could not be found in the case of camera
6362 files containing single trigger condition.
6363
6364 * macros/trigrate.C
6365 - no plot is made in the case of single trigger condition.
6366
6367 * mhist/MHMcRate.[h,cc]
6368 - Added member fTriggerCondNum to keep track of what trigger
6369 condition corresponds to each MHMcRate object, for the case of
6370 files with more than one condition (when running camera in
6371 trigger_loop mode). Added also Set and Get procedures for nre
6372 member.
6373
6374 * mmain/MMonteCarlo.cc
6375 - Fixed bug: matrix BgR was created with dimension "dim", a number
6376 which can be negative. Put "num" instead of "dim".
6377
6378
6379
6380 2003/02/25: Thomas Bretz
6381
6382 * mbase/MParContainer.cc:
6383 - small simplification for Cosy
6384
6385 * mbase/MLog.cc:
6386 - allow a maximum of 1000 lines in the gui
6387
6388
6389
6390 2003/02/25: Abelardo Moralejo
6391
6392 * mmontecarlo/MMcTriggerRateCalc.[h,cc]
6393 - Added axis labels in graphic output
6394 - Added Get function for rate histograms
6395
6396 * macros/trigrate.C
6397 - Added output file with rate histograms
6398
6399
6400
6401 2003/02/24: Abelardo Moralejo
6402
6403 * mmontecarlo/MMcTriggerRateCalc.[h,cc]
6404 - Fixed mistake when analysing camera files containing all
6405 events (including non-triggers): fShowers was always zero.
6406 - Added reading of MMcTrigHeaders in ReInit
6407 - Added procedure Draw for graphics output: rate versus
6408 discriminator threshold (useful for camera files with several
6409 trigger conditions).
6410
6411 * macros/trigrate.C
6412 - Added some explanations. Style improvements in function
6413 GetNSBEvents. Added call to MMcTriggerRateCalc::Draw
6414
6415 * mhist/MHMcRate.[h,cc]
6416 - Added GetTriggerRate() and GetTriggerRateError()
6417 - Added members fMultiplicity and fMeanThreshold, with their
6418 corresponding Set and Get functions
6419 - Added info on discriminator threshold and L1 trigger
6420 multiplicity on the printout.
6421
6422 * mmc/MMcTrigHeader.hxx
6423 - Added GetMultiplicity() and GetMeanThreshold()
6424
6425
6426 2003/02/22: Wolfgang Wittek
6427
6428 * mhist/Makefile
6429 - MHSigmaTheta added
6430
6431 * mhist/HistLinkDef.h
6432 - MHSigmaTheta added
6433
6434 * mhist/MHSigmaTheta.[h,cc]
6435 - type inconsistency removed
6436
6437
6438
6439 2003/02/21: Abelardo Moralejo
6440
6441 * mmontecarlo/MMcTriggerRateCalc.[h,cc]
6442 - adapted to new camera files, added warnings.
6443 - added ReInit procedure to read relevant info from from the
6444 run headers
6445
6446 * mhist/MHMcRate.[h,cc]
6447 - adapted accordingly. Added Set functions for several members.
6448
6449 * mmc/MMcCorsikaRunHeader.h
6450 - added Get functions for fELowLim, fEUppLim and fSlopeSpec.
6451
6452 * mmain/MMontecarlo.cc, macros/trigrate.C
6453 - adapted to changes above, changed MReadTree to MReadMarsFile to
6454 be able to read the run headers.
6455
6456
6457
6458 2003/02/21: Antonio Stamerra
6459
6460 * manalysis/MMcTriggerLvl2.[cc|h]
6461 - new data member fCompactNN needed to define a compact pixels
6462 - new inline functions SetCompactNN and GetCompactNN
6463 - Method Calc(int neighpix) -> Calc(). The value of neighpix
6464 is read from fCompactNN
6465
6466 * manalysis/MMcTriggerLvl2Calc.[cc|h]
6467 - Check on fCompactNN added in the PreProcess
6468
6469 * macros/triglvl2.C
6470 - Set of fCompactNN added
6471
6472
6473
6474 2003/02/21: Wolfgang Wittek
6475
6476 * manalysis/MSelFinal.[h,cc]
6477 - 'const' removed from pointers
6478
6479 * macros/AnalyseCT1.C
6480 - macro for the CT1 analysis (work in progress)
6481
6482
6483
6484 2003/02/20: Wolfgang Wittek
6485
6486 * manalysis/Makefile
6487 - add MSelFinal
6488
6489 * manalysis/AnalysisLinkDef.h
6490 - add MSelFinal
6491
6492 * manalysis/MPadSchweizer.[h,cc]
6493 - slight modification of padding procedure
6494
6495 * manalysis/MSigmabarCalc.[h,cc]
6496 - 'const' removed from pointers
6497
6498 * mhist/MHMatrix.[h,cc]
6499
6500 * mhist/MHSigmaTheta.[h,cc]
6501
6502
6503
6504 2003/02/20: Abelardo Moralejo
6505
6506 * mhist/MH.cc
6507 - Removed call to TGaxis::Optimize for compilation under root
6508 versions > 3.03, since in them this procedure is no longer
6509 existing. I did this to allow compilation under root_3.04,
6510 since earlier versions has a bug which prevents from
6511 plotting in the simple way some variables in a tree
6512 (example: fConc and others in the output of star.C). This
6513 is a temporal fix, I guess something will have to
6514 substitute the call to Optimize...
6515
6516
6517
6518 2003/02/20: Antonio Stamerra
6519
6520 * manalysis/MMcTriggerLvl2.[cc|h]
6521 - new; replaces MTrigLvl2.[cc|h]
6522 - new data members: fLutPseudoSize, fPseudoSize.
6523 - functions renamed:
6524 GetLutPseudoSize -> CalcBiggerLutPseudoSize
6525 GetBiggerFiredCell -> CalcBiggerFiredCell
6526 - new inline functions: GetLutPseudoSize(), GetPseudoSize().
6527 - new member functions:
6528 Calc(); CalcPseudoSize (not yet implemented)
6529 - Redefined Print() function as a TObject.
6530 - pixels_in_cell and pixels_in_lut redefined as static data
6531 members
6532
6533 * manalysis/MMcTriggerLvl2Calc.[cc|h]
6534 - new; replaces MTrigLvl2FillTask.[cc|h]
6535 - creation and filling of histograms commented
6536 - Process() calls the MMcTriggerLvl2::Calc()
6537
6538 * mfilter/MFTriggerLvl2.[h|cc]
6539 - new class to select events using MMcTriggerLvl2 data members.
6540
6541 * macros/triglvl2.C
6542 - added example to use the MFTriggerLvl2 filter.
6543
6544
6545
6546 2003/02/19: Wolfgang Wittek
6547
6548 * manalysis/MSelBasic.[h,cc]
6549 - new; evaluates the Basic Cuts (after the calibration)
6550
6551 * manalysis/MSelStandard.[h,cc]
6552 - new; evaluates the Standard Cuts
6553 (after the calculation of the image parameters and before the
6554 calculation of the hadronness)
6555
6556 * manalysis/MHillasCalc.[h,cc]
6557 - replace
6558 fHillas = (MHillas*)pList->FindCreateObj(fHilName);
6559 by
6560 fHillas = (MHillas*)pList->FindCreateObj("MHillas",
6561 fHilName);
6562 in order to allow MHillas containers with a name
6563 different from "MHillas"
6564
6565 * mhist/MHHillasExt.[h,cc]
6566 - replace
6567 TObject *obj = plist->FindObject("MHillas");
6568 by
6569 TObject *obj = plist->FindObject(fHilName, "MHillas");
6570 in order to allow MHillas containers with a name
6571 different from "MHillas"
6572 - add a 3rd argument in the constructor : fHilName
6573
6574 * manalysis/MHillasSrcCalc.[h,cc]
6575 - add new argument for constructor:
6576 the name of the MHillas input container
6577 in order to allow MHillas input containers with a name
6578 different from "MHillas"
6579
6580 * mhist/MHMatrix.[h,cc]
6581 - add member function DefRefMatrix();
6582 it defines the reference sample for the g/h separation;
6583 the selection of events for the reference sample can be made
6584 such that the distribution of a certain variable (for example
6585 Theta) agrees with a target distribution.
6586
6587 * mfilter/MFEventSelector.[h,cc]
6588 - add new argument for constructor:
6589 the name of the read object
6590 in order to allow also read objects which have a name
6591 different from
6592 "MRead"
6593
6594
6595
6596 2003/02/18: Thomas Bretz
6597
6598 * mfileio/MReadTree.cc:
6599 - added a fix for a bug in the workaround using wildcards
6600
6601
6602
6603 2003/02/14: Thomas Bretz
6604
6605 * mtemp/MObservatory.[h,cc]:
6606 - added
6607
6608
6609
6610 2003/02/10: Abelardo Moralejo
6611
6612 * Makefile.conf.osf1
6613 - Added -lpthread to compilation flags (otherwise linking fails
6614 in alfa)
6615
6616 * manalysis/Makefile, AnalysisLinkDef.h
6617 - Changed MApplyPadding for MPadding
6618
6619
6620
6621 2003/02/07: Wolfgang Wittek
6622
6623 * mhist/MHSigmaTheta.[h,cc]
6624 - new; 2D distribution : Theta, Sigmabar
6625 3D distribution : Theta, pixel number, Sigma
6626 3D distribution : Theta, pixel number, Sigma^2-Sigmabar^2
6627 these histograms may be used for the padding
6628
6629 * manalysis/MPadding.[h,cc]
6630 - new; replaces MApplyPadding.[h,cc]
6631 some errors removed
6632
6633 * manalysis/MSigmabar.[h,cc]
6634 - new definition of Sigmabar (only relevant for MAGIC)
6635 - add in member function 'Calc' a 3rd argument : 'const
6636 MCerPhotEvt &evt'
6637 - calculate sigmabar for 'MCerPhotEvt' pixels
6638 - in member function 'Calc' return Float_t fSigmabar instead of
6639 Bool_t
6640 - copies of objects replaced by references
6641
6642 * manalysis/MSigmabarCalc.[h,cc]
6643 - fSig->Calc(*fCam, *fPed) replaced by
6644 fSig->Calc(*fCam, *fPed, *fEvt)
6645 - change type of result of fSig->Calc from Bool_t to Float_t
6646
6647 * mfileio/MCT1ReadPreProc.cc
6648 - add in member function PreProcess() the initialization of the
6649 total number of pixels :
6650 fPedest->InitSize(iMAXNUMPIX);
6651 - remove statements that cannot be reached ('break' after
6652 'return')
6653
6654 * manalysis/MPadSchweizer.[h,cc]
6655 - alternative to MPadding
6656 - does the padding ala Thomas Schweizer
6657
6658
6659
6660 2003/02/06: Thomas Bretz
6661
6662 * mgeom/MGeomCam.[h,cc]:
6663 - fixed a warning (GetPixRatio(int) --> GetPixRatio(Uint)
6664
6665
6666
6667 2003/02/07: Antonio Stamerra
6668
6669 * manalysis/MTrigLvl2.[cc|h]
6670 - added new function
6671 MTrigLvl2::GetLutCompactPixel(int cell, int lut, int
6672 neighpix=2) which calculates the number of compact pixel
6673 in one lut
6674 - added new function GetLutPseudoSize(int neighpix=2) which
6675 calculates the lut-pseudosize
6676 - added static data member pixel_in_lut
6677 - merging of the PrintCell and PrintStatus functions in a single
6678 Print(int cell) function
6679 - Added comments using the standard layout
6680 - some small changes following Thomas comments (memset, *fLog)
6681
6682
6683
6684 2003/02/06: Thomas Bretz
6685
6686 * mbase/MLog.[h,cc]:
6687 - serialized the GUI output (problems with mutithreded prgs,
6688 eg Cosy)
6689
6690 * mtemp/MObservatoryLocation.[h,cc], mtemp/MVPObject.[h,cc],
6691 mtemp/MVPPlotter.[h,cc]:
6692 - added changes discussed in Wuerzburg
6693
6694 * mfileio/MCT1ReadPreProc.cc:
6695 - some simplifications
6696
6697
6698
6699 2003/01/31: Antonio Stamerra & Marcos Lopez
6700
6701 * mgui/MCamDisplay.[cc|h]
6702 - Added a new function MCamDisplay::SetPix(const Int_t pixnum,
6703 const Int_t color, Float_t min, Float_t max) which just set the
6704 color of a given pixel
6705
6706 * created two new classes for simulating the second level trigger
6707 in the directory manalysis:
6708 - MTrigLvl2.[cc|h] // Implement the Lvl2 topology and
6709 // selection strategies
6710 - MTrigLvl2FillTask.[cc|h] // For a given MMc event, fill the
6711 // MTrigLvl2 with the Lvl1 trigger
6712 // information
6713
6714 * manalysis/Makefile
6715 - Added -I../mgui
6716
6717 * Added macro macros/triglvl2.C which uses the above classes.
6718
6719
6720
6721 2003/01/27: Robert Wagner
6722
6723 * mfileio/MCT1ReadPreProc.[cc|h]
6724 - Added call of MTaskList::ReInit after processing of new
6725 run header
6726 - Filling of MC container complies to Oscar's changes of
6727 MMcEvt.[hxx,cxx] dated 2003/01/20
6728 - Added filling of run number in MRawRunHeader object while
6729 processing a new run header
6730
6731
6732
6733 2003/01/23: Robert Wagner
6734
6735 * manalyis/MSigmabarCalc.cc
6736 - MSigmabarCalc::Process()
6737 Replaced fMcEvt->GetTheta() by fMcEvt->GetTelescopeTheta()
6738
6739
6740
6741 2003/01/20: Oscar Blanch
6742
6743 * mmc/MMcEvt.[hxx,cxx]
6744 - Data members: fElecCphFraction, fMuonCphFraction,
6745 fOtherCphFraction have been introduced.
6746 - Class version updated to 3.
6747
6748 * mmc/MMcCorsikaRunHeader.[h.cc]
6749 - Data members: fWobbleMode and fAtmosphericModel introduced.
6750 - Class version updated to 2.
6751
6752
6753
6754 2003/01/19: Thomas Bretz
6755
6756 * manalysis/MCerPhotCalc.[h,cc]:
6757 - slight changes, mainly to the layout
6758
6759 * manalysis/MCerPhotEvt.[h,cc]:
6760 - some small changes to make the code a bit faster
6761
6762 * manalysis/MCerPhotPix.[h,cc]:
6763 - added AddNumPhotons
6764
6765 * mbase/MContinue.[h,cc]:
6766 - changed comments
6767 - enhanced functionality and fixed some small bugs
6768
6769 * mbase/Makefile:
6770 - added mfilter to paths (to be fixed)
6771
6772 * mfileio/MCT1ReadPreProc.cc:
6773 - Init fNumEvents = 0
6774
6775 * mgeom/MGeomCam.cc:
6776 - return 0 Ratio if the pixel number exceeds the number of pixels
6777
6778 * mgui/MCamDisplay.[h,cc]:
6779 - added sanity check for the maximum number of pixels
6780 - added functions to set the three different palettes
6781 - removed the buttons
6782 - fixed the context menu display
6783
6784 * mhist/HistLinkDef.h, mhist/Makefile:
6785 - added MHCerPhotEvt
6786
6787 * mhist/MHCerPhotEvt.[h,cc]:
6788 - added
6789
6790 * mhist/MFillH.cc:
6791 - changed the initialization of fParContainer from pList to NULL
6792
6793 * mhist/MHHillasExt.cc:
6794 - fixed a smallo bug when filling the histograms (crached when scaling
6795 under some circumstances)
6796
6797 * mhist/MHStarMap.cc:
6798 - added a warning output
6799
6800 * mmontecarlo/MMcCollectionAreaCalc.cc:
6801 - added a check for impact=NaN (some MC Files have this)
6802
6803
6804
6805 2003/01/17: Robert Wagner
6806
6807 * manalysis/MApplyPadding.cc
6808 - bugfix: Effective number of used pixels taken from
6809 MCerPhotEvt container, not from MPedestalCam
6810
6811
6812
6813 2003/01/16: Wolfgang Wittek
6814
6815 * mhist/MHMatrix.[h,cc]
6816 - member function MHMatrix::Read added
6817 the function calls TObject::Read(name) and SetName(name)
6818
6819
6820
6821 2003/01/15: Wolfgang Wittek
6822
6823 * mdata/MDataMember.cc
6824 - in MDataMember::PreProcess()
6825 "if (fCall)" replaced by "if (fCall && !fObject)"
6826 The additional condition "&& !fObject" is to make sure that read
6827 MDataMembers works correctly.
6828
6829
6830
6831 2003/01/08: Oscar Blanch Bigas
6832
6833 * mgeom/MGeomMirror.[h,cc]
6834 - Varible members to store mirror reflectivities have been
6835 introduced: fReflectivity and fWavelength.
6836 - Member function to set reflectivity added: SetReflectivity
6837 - Member function to set TArrayF size: SetArraySize
6838 - Class version number changed to 2.
Note: See TracBrowser for help on using the repository browser.