source: trunk/MagicSoft/Mars/Changelog@ 2699

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