source: trunk/MagicSoft/Mars/Changelog@ 2696

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