source: trunk/MagicSoft/Mars/Changelog@ 2670

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