source: trunk/MagicSoft/Mars/Changelog@ 2663

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