source: trunk/MagicSoft/Mars/Changelog@ 2666

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