source: trunk/MagicSoft/Mars/Changelog@ 2715

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