source: trunk/MagicSoft/Mars/Changelog@ 1922

Last change on this file since 1922 was 1922, checked in by wittek, 22 years ago
*** empty log message ***
File size: 179.1 KB
Line 
1 -*-*- END OF LINE -*-*-
2
3
4 2003/04/08: Wolfgang Wittek
5
6 * mfilter/MFCT1SelFinal.[h,cc]
7 - add new member function SetHadronnessName()
8
9 * mhist/MHHadronness.[h,cc]
10 - reset to SetOptStat(111100)
11 - correct acceptance
12
13 * manalysis/MMultiDimDistCalc.[h,cc]
14 - swap arguments if FindCreateObj
15
16
17
18 2003/04/08: Nicola Galante and Antonio Stamerra
19
20 * mhist/MHMcTriggerLvl2.[h,cc]
21 - New class added (histograms for the MMcTriggerLvl2 class)
22
23 * mhist/Makefile
24 - Added MHMcTrigggerLvl2 in SRCFILES
25
26 * manalysis/Makefile
27 - Reintroduced MMcTriggerLvl2 and MMcTriggerLvl2Calc
28 (they were removed!!)
29
30 * manalysis/MMcTriggerLvl2.h
31 - 'const' added in inline functions Get****
32
33 * manalysis/MMcTriggerLvl2Calc.cc
34 - added call to Fill method of MHMcTriggerLvl2
35
36
37
38
39 2003/04/08: Wolfgang Wittek
40
41 * mfilter/Makefile
42 FilterLinkDef.h
43 - MFCT1Supercuts removed
44
45 * manalysis/MMultiDimDistCalc.h
46 - set ClassDef(MMultiDimDistCalc,1)
47
48 * manalysis/MCT1SupercutsCalc.[h,cc]
49 - new; replaces MFCT1Supercuts in mfilter
50
51 * manalysis/Makefile
52 AnalysisLinkDef.h
53
54
55
56 2003/04/07: Thomas Bretz
57
58 * Makefile:
59 - changed order
60
61 * manalysis/MMultiDimDistCalc.[h,cc]:
62 - fixed default title
63 - simplified code
64 - added fHadronnessName
65
66 * manalysis/MRanForestCalc.[h,cc]:
67 - added fHadronnessName
68
69 * mbase/MAGIC.h:
70 - fixed a bug with rootcint
71
72 * meventdisp/MGFadcDisp.cc:
73 - fixed a variable name
74
75 * mhist/MHHadronness.cc:
76 - removed many old comments
77 - simplified some code
78 - uses argument in Fill now
79
80 * mmain/MMonteCarlo.cc:
81 - some code simplification
82 - fixed a warning
83
84 * macros/dohtml.C:
85 - added testenv.C
86
87 * readraw.cc:
88 - simplified
89
90 * mraw/MRawEvtData.cc:
91 - fixed a bug in the draw function (the drawn pixel has not been the
92 one with the given Id, but simply the i-th entry in the array)
93
94 * mfilter/MFCT1Supercuts.[h,cc]:
95 - changed naming style of variables
96 - changes array access
97
98 * mhist/MHFadcCam.[h,cc]:
99 - added HasHi
100 - added Exists
101
102 * mmain/MDataCheck.cc:
103 - removed unimplemented buttons
104
105 * mdatacheck/MGDisplayAdc.[h,cc]:
106 - tried to implement some unimplemented buttons
107 - don't display non existing (empty) histograms in list
108
109
110
1112003/04/04: Thomas Bretz
112
113 * mtools/MagicReversi.[h,cc]:
114 - added support for Number of Players
115 - added instructions
116 - added support for Esc key
117
118 * mbase/MAGIC.h:
119 - added version check to MAGIC.h
120
121
122
123 2003/04/04: Wolfgang Wittek
124
125 * mfilter/Makefile
126 /FilterLinkDef.h
127 - added MFCT1SelBasic, MFCT1SelStandard, MFCT1SelFinal,
128 MFCT1Supercuts
129
130 * mfilter/MFCT1SelBasic.[h,cc]
131 /MFCT1SelStandard.[h,cc]
132 /MFCT1SelFinal.[h,cc]
133 - new; they replace manalysis/MSelBasic.[h,cc]
134 /MSelStandard.[h,cc]
135 /MSelFinal.[h,cc]
136
137 * mfilter/MFCT1Supercuts.[h,cc]
138 - new (supercuts from Daniel for CT1 Mkn421 2001 data)
139
140 * manalysis/MSelBasic.[h,cc]
141 /MSelStandard.[h,cc]
142 /MSelFinal.[h,cc]
143 - deleted
144
145 * manalysis/Makefile
146 AnalysisLinkDef.h
147 - MSelBasic, MSelStandard, MSelFinal removed
148
149 * mfileio/MCT1ReadPreProc.[h,cc]
150 - smeare theta only for MC events
151
152 // The following is not yet commited !!!!!!!!!!!!!
153 * Mars/Makefile
154 - in SUBDIRS put mfilter before manalysis
155 (otherwise get link error)
156
157
158
159 2003/04/03: Abelardo Moralejo
160
161 * mmontecarlo/MMcTriggerRateCalc.cc:
162 - added #include <math.h> for compilation on alpha (otherwise
163 floor() is unkown)
164
165
166
167 2003/04/03: Thomas Bretz
168
169 * macros/testenv.C:
170 - added
171
172 * mbase/MEvtLopp.cc, mbase/MParContainer.[h,cc],
173 mbase/MParList.cc, mbase/MTaskList.cc:
174 - changed the stuff for reading steering card - didn't really
175 work like expected
176
177 * mhist/MHMatrix.cc, mfileio/MRead.cc, manalysis/MImgCleanStd.cc:
178 - adapted ReadEnv
179
180 * mhist/MHMatrix.[h,cc]:
181 - added ReadEnv
182
183 * mfileio/MCT1ReadPreProc.[h,cc]:
184 - base SmearTheta on new FindLoEndge
185 - simplified
186
187 * mhist/MBinning.h:
188 - added FindBinLoEdge
189 - added FindBinHiEdge
190
191 * mdata/MDataArray.[h,cc]:
192 - added Clear
193 - added Delete
194
195 * mbase/MEvtLoop.cc:
196 - added output of the name
197
198 * mbase/MLog.[h,cc]:
199 - don't use any pthread stuff if _REENTRANT is not defined
200
201 * mfileio/MRead.cc, mhist/MHMatrix.cc:
202 - fixed waring for unreachable statement
203
204 * mhist/MHArray.cc:
205 - fixed: redifinition of default argument
206
207
208
209
210 2003/04/02: Abelardo Moralejo
211
212 * mmc/MMcTrigHeader.hxx
213 - added threshold>0 check in the calculation of
214 GetMeanThreshold
215
216 * mmontecarlo/MMcTriggerRateCalc.cc
217 - The check of the MC spectral index value is now done by
218 comparing integers instead of real numbers.
219 - Found out with GREAT surprise that the graphical output
220 has been completely commented out by someone(?) because it
221 produced a memory leak. Also the function comment did not
222 match the rules (my fault; is it correct now?) This commenting
223 out has not been logged to this file, as far as I can see. This
224 is rather unkind, I thought that when somebody finds some bug or
225 messy code, he should either correct and commit it (and log the
226 change here) and/or inform the author of the mistake to correct
227 it. Please try to do so in the future instead of simply
228 commenting out useful code!
229
230 * mdata/MDataValue.h
231 - added default constructor (otherwise, no constant values
232 can be used in the parameters used in the random forest
233 separation)
234
235
236
237
238 2003/04/02: Wolfgang Wittek
239
240 * mfileio/Makefile
241 - mhist added, because MBinning is used in MCT1ReadPreproc
242
243 * mfileio/MCT1ReadPreProc.[h,cc]
244 - new member function SmearTheta
245 - store smeared Theta in MMcEvt::fTelescopeTheta
246 store original Theta in MParameterD container "ThetaOrig"
247 store fhourangle in MParameterD container "HourAngle"
248
249 * manalysis/MPointingCorr.[h,cc]
250 - get hour angle from ParameterD container "HourAngle"
251
252 * manalysis/MSelBasic.[h,cc]
253 MSelStandard.[h,cc]
254 MSelFinal.[h,cc]
255 - new member functions SetCuts()
256
257
258
259 2003/04/01: Abelardo Moralejo
260
261 * macros/CT1EnergyEst.C
262 - added argument (maximum dist parameter), changed (reduced) output
263 histograms, added writing to (and reading from) a file the energy
264 estimation parameters and the histograms. Added comments.
265
266 * manalysis/MEnergyEstParam.[h,cc]
267 - added member function GetCoeff. Changed comment.
268
269
270
271 2003/03/31: Thomas Bretz
272
273 * manalysis/MParameters.[h,cc]:
274 - added
275
276 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
277 - added MParameters, MParameterD, MParameterI
278
279 * mhist/MHArray.[h,cc]:
280 - added default constructor
281 - added Set-function
282 - added Init function
283 - moved code from constructors to Set and Init
284
285 * Makefile.conf.linux:
286 - removed -fno-rtti to make it compatible with root 3.04.02
287
288 * NEWS:
289 - changed
290
291 * manalysis/MImgCleanStd.[h,cc]:
292 - added SetLvl1
293 - added SetLvl2
294 - added ReadEnv
295
296 * manalysis/MNewImagePar.[h,cc]:
297 - removed unnecessary fHillas data member
298 - removed unnecessary fSrcPos data member
299 - removed unnecessary Set/GetSrcPos
300
301 * manalysis/MNewImageParCalc.[h,cc]:
302 - removed unnecessary SetSrcPos
303 - removed const-qualifier from fGeomCam, fCerPhotEvt
304 (trouble with root 3.02/06)
305
306 * manalysis/MRanForest.cc:
307 - changed cout-output
308
309 * manalysis/MSigmabar.cc:
310 - changed Area to area (local variable)
311
312 * mbase/MEvtLoop.[h,cc]:
313 - added evtloop name to constructor (default=Evtloop)
314 - adapted StreamPrimitive
315 - added ReadEnv
316 - added WriteEnv
317
318 * mbase/MParContainer.[h,cc]:
319 - removed TROOT.h
320 - fixed const-qualifier for Copy-function for root>3.04.01
321 - added ReadEnv
322 - added WriteEnv
323 - added IsEnvDefined
324 - added GetEnvValue
325
326 * mbase/MParList.[h,cc], mbase/MTaskList.[h,cc]:
327 - added ReadEnv
328 - added WriteEnv
329
330 * mfileio/MCT1ReadAscii.[h,cc], mfileio/MCT1ReadPreProc.[h,cc]:
331 - changed AddFile declaration to declaration in MRead
332 - added return value to AddFile
333
334 * mfileio/MRead.[h,cc]:
335 - added template for AddFile
336 - added ReadEnv
337
338 * mgui/MHexagon.[h,cc]:
339 - fixed const-qualifier for Copy-function for root>3.04.01
340
341 * mhist/MH.cc:
342 - fixed the FindGoodLimit stuff for root> 3.04.01
343
344 * mhist/MHRanForest.[h,cc], mhist/MHRanForestGini.[h,cc]:
345 - removed unnecessary casts
346 - fixed a copilation error with root 3.04.01 (kFullDotlarge
347 doesn't exist)
348 - removed second Draw (one should not add something twice to
349 the pad)
350
351 * mmontecarlo/MMcTriggerRateCalc.cc:
352 - changes to the header
353 - changes to the fLog stuff
354 - added a cast to get rid of a warning
355
356 * mtools/Makefile, mtools/ToolsLinkDef.h:
357 - added MagicReversi
358
359 * mtools/MagicRevers.[h,cc]:
360 - added
361
362
363
364 2003/03/28: Thomas Bretz
365
366 * mbase/MParContainer.h:
367 - added kEnableGraphicalOutput
368 - added EnableGraphicalOutput
369 - added IsGraphicalOutputEnabled
370
371 * mbase/MParList.h:
372 - changed BIT(15) to BIT(17)
373
374 * mhist/MH.[h,cc]:
375 - SetBinning(TH1*, TH1*) --> SetBinning(TH1*, const TH1*)
376
377 * mhist/MH3.h:
378 - changed BIT(15) to BIT(17)
379 - changed BIT(16) to BIT(18)
380 - changed BIT(17) to BIT(19)
381
382 * mhist/MHMatrix.[h,cc]:
383 - added DrawDefRefInfo
384 - added CopyCrop
385 - added GetRandomArrayI
386 - changed DefRefMatrix to support the above
387 - fixed a bug in DefRefMatrix (evtcount2 in the last loop
388 instead of evtcount1)
389 - Don't do anything in the finalization if the matrix has the correct
390 dimensions
391 - fixed comment of DefRefMatrix
392 - changed number of first column from 1 to 0
393 - changed BIT(16) to BIT(17)
394
395
396
397 2003/03/28: Wolfgang Wittek
398
399 * mhist/MHMatrix.cc
400 - DefRefMatrix: if nmaxevts>fM.GetNrows() set
401 nmaxevts = fM.GetNrows()
402
403 * manalysis/MSelBasic.[h,cc]
404 - better output
405
406 * manalysis/MSelStandard.[h,cc]
407 - different cut in DIST
408
409 * mfileio/MCT1ReadPreProc.[h,cc]
410 - store hour angle in variable fOtherCphFraction
411
412 * manalysis/MHillasSrcCalc.h
413 - replace in 'SetInput' fHillasName = hilname;
414 by fHillasInput = hilname;
415
416 * manalysis/MNewImagePar.[h,cc]
417 /MNewImageParCalc.[h,cc]
418 - new; calculates new image parameters
419
420 * mhist/MHNewImagePar.[h,cc]
421 - new; plots new image parameters
422
423 * manalysis/AnalysisLinkDef.h
424 manalysis/Makefile
425
426 * mhist/HistLinkDef.h
427 mhist/Makefile
428
429
430
431 2003/03/27: Thomas Hengstebeck
432
433 * manalysis/MRanForest.[h,cc]
434 - allocation of TObjArray fForest moved to constructor.
435 - use of gRandom
436
437 * manalysis/MRanTree.[h,cc]
438 - use of gRandom
439
440 * macros/RanForest.C
441 - gRandom initialized as TRandom3 object.
442
443
444
445 2003/03/25: Abelardo Moralejo
446
447 * macros/mergecamera.C
448 - added warning to prevent dangerous misuse of this macro.
449
450
451
452 2003/03/25: Wolfgang Wittek
453
454 * mhist/MHStarMap.[h,cc]
455 - use constant step size along the main axis of the ellipse
456
457 * manalysis/MPointingCorr.[h,cc]
458 - new class for calculating the pointing correction
459
460 * mmc/MMcEvt.hxx
461 - add GetOtherCphFraction()
462
463 * manalysis/Makefile
464
465 * manalysis/AnalysisLinkDef.h
466
467
468
469 2003/03/24: Abelardo Moralejo
470
471 * manalysis/MEnergyEstParam.cc
472 - now energy estimation (for CT1) is done using the same model
473 as in D.Krannich's thesis.
474
475
476
477 2003/03/24: Thomas Bretz
478
479 * manalysis/MHillasSrcCalc.[h,cc]:
480 - removed last argument in constructor, replaced by SetInput
481
482 * mfilter/MFEventSelector.[h,cc]:
483 - removed unnecessary last argument
484
485
486
487 2003/03/21: Thomas Hengstebeck
488
489 * manalysis/MRanTree.[h,cc]
490 - new; parameter container to store a single random tree
491
492 * manalysis/MRanForest.[h,cc]
493 - new; parameter container to store complete forest
494
495 * manalysis/MRanForestGrow.[h,cc]
496 - new; task to grow trees (training)
497
498 * manalysis/MRanForestCalc.[h,cc]
499 - new; task to calculate hadronness using random forest
500
501 * manalysis/MRanForestFill.[h,cc]
502 - new; task to read in the trees of the random forest
503
504 * manalysis/Makefile, manalysis/HistLinkDef.h:
505 - added MRanTree, MRanForest, MRanForestGrow, MRanForestCalc,
506 MRanForestFill
507
508 * mhist/MHRanForest.[h,cc]
509 - new; histogram showing variance of estimated hadronness as
510 function of no. of combined trees
511
512 * mhist/MHRanForestGini.[h,cc]
513 - new; histogram showing mean decrease in Gini-index as function
514 of RF-input-parameters
515
516 * mhist/Makefile, mhist/HistLinkDef.h:
517 - added MHRanForest, MHRanForestHillas
518
519 * macros/RanForest.C
520 - new; g/h-separation by Random Forest-method
521
522 * macros/RanForest2.C
523 - new; reading in saved random forest (using MRanForestFill)
524
525
526
527 2003/03/21: Abelardo Moralejo
528
529 * mhist/MHMatrix.[h,cc]:
530 - Added third argument (a filter) to the second instantiation
531 of the Fill procedure.
532
533 * macros/CT1EnergyEst.C:
534 - Example of the parameter calculation and use of the energy
535 estimation method for CT1.
536
537
538
539 2003/03/21: Thomas Bretz
540
541 * manalysis/MEnergyEstParam.[h,cc]
542 - Added StopMapping and Print functions.
543
544 * manalysis/MSel*.h:
545 - set default for HilName to MHillas
546 - set default for HilNameSrc to MHillasSrc
547
548 * mfileio/MCT1ReadPreProc.[h,cc]:
549 - do not flood the output with all events from the first run
550 - output meaningfull text instead of variable names
551 - removed a 'goto'!
552 - changed savePedRMS according to the coding conventions to
553 fPedRMS and the array of fixed size to a TArrayF
554
555 * mbase/MEvtLoop.cc:
556 - added a events counter which counts the real number of
557 processed events.
558
559 * mdata/MDataChain.[h,cc]:
560 - implemented random numbers
561 - implemented a conversion from degrees to radians and vice versa
562
563
564
565 2003/03/20: Thomas Bretz
566
567 * mfilter/MF.[h,cc]:
568 - changed fFilter (already used in base class MTask) to fF
569
570
571
572 2003/03/19: Abelardo Moralejo
573
574 * macros/CT1collarea.C:
575 - Added filter to cut in hadronness (now available in new version
576 of root CT1 Monte Carlo file from Wolfgang).
577
578
579
580 2003/03/19: Robert Wagner
581
582 * mhist/MH3.cc:
583 - changed MH3::New() such that constructor according to Thomas'
584 previous changes is supported
585
586
587
588 2003/03/19: Thomas Bretz
589
590 * mhist/MH3.[h,cc]:
591 - changed default constructor to support different dimensions
592
593 * mhist/MHArray.[h,cc]:
594 - added AddHistogram
595
596 * meventdisp/MGEvtDisplay.cc, mfileio/MReadTree.[h,cc],
597 meventdisp/MReadMarsFile.cc:
598 - changed MReadTree::GetEventNum to MReadTree::GetNumEntry
599
600 * macros/estfit.C:
601 - adopted to new MChisqEval
602
603 * mtools/MChisqEval.[h,cc]:
604 - added
605
606 * mtools/Makefile, mtools/ToolsLinkDef.h:
607 - added MChisqEval
608
609 * manalysis/MEnergyEstParam.[h,cc]:
610 - slight changes
611
612 * mfileio/MCT1ReadPreProc.cc:
613 - changed name to MRead
614
615
616
617 2003/03/18: Thomas Bretz
618
619 * mfileio/MReadTree.cc:
620 - fixed a bug in the AddFile function
621
622 * mhist/MHMatrix.[h,cc]:
623 - implemented a request of Th. Hengstebeck: Let DefRefMatrix
624 return the 'unused' events
625
626
627
628 2003/03/18: Abelardo Moralejo
629
630 * mhist/MHMcCT1CollectionArea.[h,cc]
631 - Added arguments in constructor: number of bins and ranges of the
632 x-axis (energy) of the 2-d histograms. Changed type of binning:
633 now the x-axis is log10(energy) and bins have equal width.
634
635 * macros/CT1collarea.C
636 - The MHMcCT1CollectionArea object is now created and added to the
637 parlist so that we can choose the binning. Changed the way
638 histograms are written to the output file.
639
640
641
642 2003/03/13: Abelardo moralejo
643
644 * mhist/MHMcCT1CollectionArea.[h,cc]
645 - Added for calculations of collection area for CT1.Contains three
646 2-d histograms with axis energy vs theta angle: one histogram for
647 all events, one for analyzed events, one for the collection area.
648
649 * mmontecarlo/MMcCT1CollectionAreaCalc.[h,cc]
650 - Added for the same reason.
651
652 * macros/CT1collarea.C
653 - Uses the above classes
654
655
656
657 2003/03/12: Abelardo Moralejo
658
659 * macros/mergecamera.C
660 - Added. Merges several MC camera output files into a single file.
661
662
663
664 2003/03/08: Wolfgang Wittek
665
666 * macros/AnalyseCT1.C
667 - for the CT1 data analysis
668
669 * mhist/MHMatrix.[h,cc]
670 - let refcolumn start at 1 (not at 0)
671
672 * mhist/MHSigmaTheta.[h,cc]
673 - Draw replaced by DrawCopy
674 - add SetDirectory(NULL)
675
676 * manalysis/MSelBasic.[h,cc]
677 MSelStandard.[h,cc]
678 MSelFinal.[h,cc]
679 - more detailed output for errors
680 - bugs removed
681
682 * manalysis/MPadSchweizer.[h,cc]
683 - add SetDirectory(NULL)
684 - add fErrors
685
686 * mfilter/MFEventSelector.[h,cc]
687 - add fErrors
688
689 * manalysis/MMultiDimDistCalc.[h,cc]
690 - check division by zero
691
692 * mhist/MHHadronness.[h,cc]
693 - check division by zero
694 - normalize distributions of hadronness
695
696 * mfileio/MCT1ReadPreProc.[h,cc]
697 - add event number (event.isecs_since_midday)
698 - change definition of "fIsMcFile",
699 because outpars.bmontecarlo is set wrongly sometimes
700 - copy pedestalRMS for each event from the header information
701 - check for the presence of a footer record even after reading
702 a run header
703
704 * mmc/MMcEvt.[hxx,cxx]:
705 - add GetEvtNumber()
706
707
708
709 2003/02/27: Abelardo Moralejo
710
711 * mmontecarlo/MMcTriggerRateCalc.cc:
712 - Fixed: MMCTrigHeader could not be found in the case of camera
713 files containing single trigger condition.
714
715 * macros/trigrate.C
716 - no plot is made in the case of single trigger condition.
717
718 * mhist/MHMcRate.[h,cc]
719 - Added member fTriggerCondNum to keep track of what trigger
720 condition corresponds to each MHMcRate object, for the case of
721 files with more than one condition (when running camera in
722 trigger_loop mode). Added also Set and Get procedures for nre
723 member.
724
725 * mmain/MMonteCarlo.cc
726 - Fixed bug: matrix BgR was created with dimension "dim", a number
727 which can be negative. Put "num" instead of "dim".
728
729
730
731 2003/02/25: Thomas Bretz
732
733 * mbase/MParContainer.cc:
734 - small simplification for Cosy
735
736 * mbase/MLog.cc:
737 - allow a maximum of 1000 lines in the gui
738
739
740
741 2003/02/25: Abelardo Moralejo
742
743 * mmontecarlo/MMcTriggerRateCalc.[h,cc]
744 - Added axis labels in graphic output
745 - Added Get function for rate histograms
746
747 * macros/trigrate.C
748 - Added output file with rate histograms
749
750
751
752 2003/02/24: Abelardo Moralejo
753
754 * mmontecarlo/MMcTriggerRateCalc.[h,cc]
755 - Fixed mistake when analysing camera files containing all
756 events (including non-triggers): fShowers was always zero.
757 - Added reading of MMcTrigHeaders in ReInit
758 - Added procedure Draw for graphics output: rate versus
759 discriminator threshold (useful for camera files with several
760 trigger conditions).
761
762 * macros/trigrate.C
763 - Added some explanations. Style improvements in function
764 GetNSBEvents. Added call to MMcTriggerRateCalc::Draw
765
766 * mhist/MHMcRate.[h,cc]
767 - Added GetTriggerRate() and GetTriggerRateError()
768 - Added members fMultiplicity and fMeanThreshold, with their
769 corresponding Set and Get functions
770 - Added info on discriminator threshold and L1 trigger
771 multiplicity on the printout.
772
773 * mmc/MMcTrigHeader.hxx
774 - Added GetMultiplicity() and GetMeanThreshold()
775
776
777 2003/02/22: Wolfgang Wittek
778
779 * mhist/Makefile
780 - MHSigmaTheta added
781
782 * mhist/HistLinkDef.h
783 - MHSigmaTheta added
784
785 * mhist/MHSigmaTheta.[h,cc]
786 - type inconsistency removed
787
788
789
790 2003/02/21: Abelardo Moralejo
791
792 * mmontecarlo/MMcTriggerRateCalc.[h,cc]
793 - adapted to new camera files, added warnings.
794 - added ReInit procedure to read relevant info from from the
795 run headers
796
797 * mhist/MHMcRate.[h,cc]
798 - adapted accordingly. Added Set functions for several members.
799
800 * mmc/MMcCorsikaRunHeader.h
801 - added Get functions for fELowLim, fEUppLim and fSlopeSpec.
802
803 * mmain/MMontecarlo.cc, macros/trigrate.C
804 - adapted to changes above, changed MReadTree to MReadMarsFile to
805 be able to read the run headers.
806
807
808
809 2003/02/21: Antonio Stamerra
810
811 * manalysis/MMcTriggerLvl2.[cc|h]
812 - new data member fCompactNN needed to define a compact pixels
813 - new inline functions SetCompactNN and GetCompactNN
814 - Method Calc(int neighpix) -> Calc(). The value of neighpix
815 is read from fCompactNN
816
817 * manalysis/MMcTriggerLvl2Calc.[cc|h]
818 - Check on fCompactNN added in the PreProcess
819
820 * macros/triglvl2.C
821 - Set of fCompactNN added
822
823
824
825 2003/02/21: Wolfgang Wittek
826
827 * manalysis/MSelFinal.[h,cc]
828 - 'const' removed from pointers
829
830 * macros/AnalyseCT1.C
831 - macro for the CT1 analysis (work in progress)
832
833
834
835 2003/02/20: Wolfgang Wittek
836
837 * manalysis/Makefile
838 - add MSelFinal
839
840 * manalysis/AnalysisLinkDef.h
841 - add MSelFinal
842
843 * manalysis/MPadSchweizer.[h,cc]
844 - slight modification of padding procedure
845
846 * manalysis/MSigmabarCalc.[h,cc]
847 - 'const' removed from pointers
848
849 * mhist/MHMatrix.[h,cc]
850
851 * mhist/MHSigmaTheta.[h,cc]
852
853
854
855 2003/02/20: Abelardo Moralejo
856
857 * mhist/MH.cc
858 - Removed call to TGaxis::Optimize for compilation under root
859 versions > 3.03, since in them this procedure is no longer
860 existing. I did this to allow compilation under root_3.04,
861 since earlier versions has a bug which prevents from
862 plotting in the simple way some variables in a tree
863 (example: fConc and others in the output of star.C). This
864 is a temporal fix, I guess something will have to
865 substitute the call to Optimize...
866
867
868
869 2003/02/20: Antonio Stamerra
870
871 * manalysis/MMcTriggerLvl2.[cc|h]
872 - new; replaces MTrigLvl2.[cc|h]
873 - new data members: fLutPseudoSize, fPseudoSize.
874 - functions renamed:
875 GetLutPseudoSize -> CalcBiggerLutPseudoSize
876 GetBiggerFiredCell -> CalcBiggerFiredCell
877 - new inline functions: GetLutPseudoSize(), GetPseudoSize().
878 - new member functions:
879 Calc(); CalcPseudoSize (not yet implemented)
880 - Redefined Print() function as a TObject.
881 - pixels_in_cell and pixels_in_lut redefined as static data
882 members
883
884 * manalysis/MMcTriggerLvl2Calc.[cc|h]
885 - new; replaces MTrigLvl2FillTask.[cc|h]
886 - creation and filling of histograms commented
887 - Process() calls the MMcTriggerLvl2::Calc()
888
889 * mfilter/MFTriggerLvl2.[h|cc]
890 - new class to select events using MMcTriggerLvl2 data members.
891
892 * macros/triglvl2.C
893 - added example to use the MFTriggerLvl2 filter.
894
895
896
897 2003/02/19: Wolfgang Wittek
898
899 * manalysis/MSelBasic.[h,cc]
900 - new; evaluates the Basic Cuts (after the calibration)
901
902 * manalysis/MSelStandard.[h,cc]
903 - new; evaluates the Standard Cuts
904 (after the calculation of the image parameters and before the
905 calculation of the hadronness)
906
907 * manalysis/MHillasCalc.[h,cc]
908 - replace
909 fHillas = (MHillas*)pList->FindCreateObj(fHilName);
910 by
911 fHillas = (MHillas*)pList->FindCreateObj("MHillas",
912 fHilName);
913 in order to allow MHillas containers with a name
914 different from "MHillas"
915
916 * mhist/MHHillasExt.[h,cc]
917 - replace
918 TObject *obj = plist->FindObject("MHillas");
919 by
920 TObject *obj = plist->FindObject(fHilName, "MHillas");
921 in order to allow MHillas containers with a name
922 different from "MHillas"
923 - add a 3rd argument in the constructor : fHilName
924
925 * manalysis/MHillasSrcCalc.[h,cc]
926 - add new argument for constructor:
927 the name of the MHillas input container
928 in order to allow MHillas input containers with a name
929 different from "MHillas"
930
931 * mhist/MHMatrix.[h,cc]
932 - add member function DefRefMatrix();
933 it defines the reference sample for the g/h separation;
934 the selection of events for the reference sample can be made
935 such that the distribution of a certain variable (for example
936 Theta) agrees with a target distribution.
937
938 * mfilter/MFEventSelector.[h,cc]
939 - add new argument for constructor:
940 the name of the read object
941 in order to allow also read objects which have a name
942 different from
943 "MRead"
944
945
946
947 2003/02/18: Thomas Bretz
948
949 * mfileio/MReadTree.cc:
950 - added a fix for a bug in the workaround using wildcards
951
952
953
954 2003/02/14: Thomas Bretz
955
956 * mtemp/MObservatory.[h,cc]:
957 - added
958
959
960
961 2003/02/10: Abelardo Moralejo
962
963 * Makefile.conf.osf1
964 - Added -lpthread to compilation flags (otherwise linking fails
965 in alfa)
966
967 * manalysis/Makefile, AnalysisLinkDef.h
968 - Changed MApplyPadding for MPadding
969
970
971
972 2003/02/07: Wolfgang Wittek
973
974 * mhist/MHSigmaTheta.[h,cc]
975 - new; 2D distribution : Theta, Sigmabar
976 3D distribution : Theta, pixel number, Sigma
977 3D distribution : Theta, pixel number, Sigma^2-Sigmabar^2
978 these histograms may be used for the padding
979
980 * manalysis/MPadding.[h,cc]
981 - new; replaces MApplyPadding.[h,cc]
982 some errors removed
983
984 * manalysis/MSigmabar.[h,cc]
985 - new definition of Sigmabar (only relevant for MAGIC)
986 - add in member function 'Calc' a 3rd argument : 'const
987 MCerPhotEvt &evt'
988 - calculate sigmabar for 'MCerPhotEvt' pixels
989 - in member function 'Calc' return Float_t fSigmabar instead of
990 Bool_t
991 - copies of objects replaced by references
992
993 * manalysis/MSigmabarCalc.[h,cc]
994 - fSig->Calc(*fCam, *fPed) replaced by
995 fSig->Calc(*fCam, *fPed, *fEvt)
996 - change type of result of fSig->Calc from Bool_t to Float_t
997
998 * mfileio/MCT1ReadPreProc.cc
999 - add in member function PreProcess() the initialization of the
1000 total number of pixels :
1001 fPedest->InitSize(iMAXNUMPIX);
1002 - remove statements that cannot be reached ('break' after
1003 'return')
1004
1005 * manalysis/MPadSchweizer.[h,cc]
1006 - alternative to MPadding
1007 - does the padding ala Thomas Schweizer
1008
1009
1010
1011 2003/02/06: Thomas Bretz
1012
1013 * mgeom/MGeomCam.[h,cc]:
1014 - fixed a warning (GetPixRatio(int) --> GetPixRatio(Uint)
1015
1016
1017
1018 2003/02/07: Antonio Stamerra
1019
1020 * manalysis/MTrigLvl2.[cc|h]
1021 - added new function
1022 MTrigLvl2::GetLutCompactPixel(int cell, int lut, int
1023 neighpix=2) which calculates the number of compact pixel
1024 in one lut
1025 - added new function GetLutPseudoSize(int neighpix=2) which
1026 calculates the lut-pseudosize
1027 - added static data member pixel_in_lut
1028 - merging of the PrintCell and PrintStatus functions in a single
1029 Print(int cell) function
1030 - Added comments using the standard layout
1031 - some small changes following Thomas comments (memset, *fLog)
1032
1033
1034
1035 2003/02/06: Thomas Bretz
1036
1037 * mbase/MLog.[h,cc]:
1038 - serialized the GUI output (problems with mutithreded prgs,
1039 eg Cosy)
1040
1041 * mtemp/MObservatoryLocation.[h,cc], mtemp/MVPObject.[h,cc],
1042 mtemp/MVPPlotter.[h,cc]:
1043 - added changes discussed in Wuerzburg
1044
1045 * mfileio/MCT1ReadPreProc.cc:
1046 - some simplifications
1047
1048
1049
1050 2003/01/31: Antonio Stamerra & Marcos Lopez
1051
1052 * mgui/MCamDisplay.[cc|h]
1053 - Added a new function MCamDisplay::SetPix(const Int_t pixnum,
1054 const Int_t color, Float_t min, Float_t max) which just set the
1055 color of a given pixel
1056
1057 * created two new classes for simulating the second level trigger
1058 in the directory manalysis:
1059 - MTrigLvl2.[cc|h] // Implement the Lvl2 topology and
1060 // selection strategies
1061 - MTrigLvl2FillTask.[cc|h] // For a given MMc event, fill the
1062 // MTrigLvl2 with the Lvl1 trigger
1063 // information
1064
1065 * manalysis/Makefile
1066 - Added -I../mgui
1067
1068 * Added macro macros/triglvl2.C which uses the above classes.
1069
1070
1071
1072 2003/01/27: Robert Wagner
1073
1074 * mfileio/MCT1ReadPreProc.[cc|h]
1075 - Added call of MTaskList::ReInit after processing of new
1076 run header
1077 - Filling of MC container complies to Oscar's changes of
1078 MMcEvt.[hxx,cxx] dated 2003/01/20
1079 - Added filling of run number in MRawRunHeader object while
1080 processing a new run header
1081
1082
1083
1084 2003/01/23: Robert Wagner
1085
1086 * manalyis/MSigmabarCalc.cc
1087 - MSigmabarCalc::Process()
1088 Replaced fMcEvt->GetTheta() by fMcEvt->GetTelescopeTheta()
1089
1090
1091
1092 2003/01/20: Oscar Blanch
1093
1094 * mmc/MMcEvt.[hxx,cxx]
1095 - Data members: fElecCphFraction, fMuonCphFraction,
1096 fOtherCphFraction have been introduced.
1097 - Class version updated to 3.
1098
1099 * mmc/MMcCorsikaRunHeader.[h.cc]
1100 - Data members: fWobbleMode and fAtmosphericModel introduced.
1101 - Class version updated to 2.
1102
1103
1104
1105 2003/01/19: Thomas Bretz
1106
1107 * manalysis/MCerPhotCalc.[h,cc]:
1108 - slight changes, mainly to the layout
1109
1110 * manalysis/MCerPhotEvt.[h,cc]:
1111 - some small changes to make the code a bit faster
1112
1113 * manalysis/MCerPhotPix.[h,cc]:
1114 - added AddNumPhotons
1115
1116 * mbase/MContinue.[h,cc]:
1117 - changed comments
1118 - enhanced functionality and fixed some small bugs
1119
1120 * mbase/Makefile:
1121 - added mfilter to paths (to be fixed)
1122
1123 * mfileio/MCT1ReadPreProc.cc:
1124 - Init fNumEvents = 0
1125
1126 * mgeom/MGeomCam.cc:
1127 - return 0 Ratio if the pixel number exceeds the number of pixels
1128
1129 * mgui/MCamDisplay.[h,cc]:
1130 - added sanity check for the maximum number of pixels
1131 - added functions to set the three different palettes
1132 - removed the buttons
1133 - fixed the context menu display
1134
1135 * mhist/HistLinkDef.h, mhist/Makefile:
1136 - added MHCerPhotEvt
1137
1138 * mhist/MHCerPhotEvt.[h,cc]:
1139 - added
1140
1141 * mhist/MFillH.cc:
1142 - changed the initialization of fParContainer from pList to NULL
1143
1144 * mhist/MHHillasExt.cc:
1145 - fixed a smallo bug when filling the histograms (crached when scaling
1146 under some circumstances)
1147
1148 * mhist/MHStarMap.cc:
1149 - added a warning output
1150
1151 * mmontecarlo/MMcCollectionAreaCalc.cc:
1152 - added a check for impact=NaN (some MC Files have this)
1153
1154
1155
1156 2003/01/17: Robert Wagner
1157
1158 * manalysis/MApplyPadding.cc
1159 - bugfix: Effective number of used pixels taken from
1160 MCerPhotEvt container, not from MPedestalCam
1161
1162
1163
1164
1165
1166 2003/01/16: Wolfgang Wittek
1167
1168 * mhist/MHMatrix.[h,cc]
1169 - member function MHMatrix::Read added
1170 the function calls TObject::Read(name) and SetName(name)
1171
1172
1173
1174 2003/01/15: Wolfgang Wittek
1175
1176 * mdata/MDataMember.cc
1177 - in MDataMember::PreProcess()
1178 "if (fCall)" replaced by "if (fCall && !fObject)"
1179 The additional condition "&& !fObject" is to make sure that read
1180 MDataMembers works correctly.
1181
1182
1183
1184 2003/01/08: Oscar Blanch Bigas
1185
1186 * mgeom/MGeomMirror.[h,cc]
1187 - Varible members to store mirror reflectivities have been
1188 introduced: fReflectivity and fWavelength.
1189 - Member function to set reflectivity added: SetReflectivity
1190 - Member function to set TArrayF size: SetArraySize
1191 - Class version number changed to 2.
1192
1193
1194
1195 2002/12/13: Abelardo Moralejo
1196
1197 * manalysis/MSigmabar.cc
1198 - added cast in first arguments in calls to TMath::Min and TMath::Max
1199 otherwise, we got a compilation error in Alpha machines.
1200
1201
1202
1203 2002/12/13: Oscar blanch
1204
1205 * mgeom/MGeomMirror.[h,cc]
1206 - function SetMirrorDeviations added
1207
1208
1209
1210 2002/12/09: Robert Wagner
1211
1212 * manalysis/MSigmabar.[cc,h]:
1213 - added
1214
1215 * manalysis/MSigmabarCalc.[cc,h]:
1216 - added
1217
1218 * manalysis/MSigmabarParam.[cc,h]:
1219 - added
1220 - preliminary version for CT1 test
1221
1222 * manalysis/MApplyPadding.[cc,h]:
1223 - added
1224
1225 * mhist/MHSigmabarTheta.[cc,h]:
1226 - added
1227
1228 * mhist/MHSigmabarPixel.[cc,h]:
1229 - added
1230 - preliminary version for CT1 test
1231
1232 * mtemp/MObservatoryLocation.[cc,h]:
1233 - added
1234
1235 * mtemp/MVPObject.[cc,h]:
1236 - added
1237
1238 * mtemp/MVPPlotter.[cc,h]:
1239 - added
1240
1241 * mtemp/MVPTime.[cc,h]:
1242 - added
1243
1244 * mtemp/TempIncl.h, mtemp/TempLinkDef.h, mtemp/Makefile:
1245 - added above mentioned classes
1246
1247 * mhist/HistLinkDef.h, mhist/Histfile:
1248 - added above mentioned classes
1249
1250 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
1251 - added above mentioned classes
1252
1253
1254
1255 2002/11/25: Thomas Bretz
1256
1257 * mgui/MCamDisplay.cc:
1258 - fixed a bug when sprintf the pointer to the char-array, only
1259 took place on alphas.
1260
1261 * macros/multidimdist2.C:
1262 - renamed eventloops (instances had same names)
1263 - fixed a type in PrintStatistics (the gamma statistics
1264 were printed two times)
1265
1266 * mbase/MEvtLoop.cc:
1267 - take the lowest value (entries from MRead or user input)
1268 for the progress bar
1269 - reset the progress bar
1270
1271 * mbase/MFilter.h:
1272 - added 'private'
1273
1274 * meventdisp/MGCamDisplay.[h,cc], meventdisp/MGEvtDisplay.[h,cc],
1275 meventdisp/MGFadcDisp.[h,cc], mmain/MMonteCarlo.[h,cc],
1276 mmain/MAnalysis.[h,cc], mmain/MBrowser.[h,cc],
1277 mmain/MCameraDisplay.[h,cc], mmain/MDataCheck.[h,cc],
1278 mmain/MEvtDisp.[h,cc], mmain/MMars.cc:
1279 - changed from TTransientFrame to TMainFrame (with this I
1280 get decorations, eg. Close Button)
1281
1282 * meventdisp/MGEvtDisplay.cc:
1283 - Update the layout each time the fEvtInfo has changed
1284
1285 * mfileio/MCT1ReadAscii.cc, mfileio/MCT1ReadPreProc.cc:
1286 - delete return of gSystem->ExpandPathName
1287
1288 * mfileio/MCT1ReadPreProc.[h,cc]:
1289 - added output of Time
1290 - added usage of Selector
1291 - changed MTask basics to be private
1292
1293 * mfileio/MRead.[h,cc]:
1294 - added comment about selector
1295 - added Selector-stuff
1296
1297 * mfileio/MReadMarsFile.[h,cc], mfileio/MReadTree.[h,cc]:
1298 - added 'entries' argument to AddFile
1299
1300 * mfileio/MReadTree.[h,cc]:
1301 - added workaround for a root bug when a file doesn't exist
1302 - changed AddFiles to use Add(TChain*)
1303 - changed to use Selector
1304
1305 * mfilter/MF.cc:
1306 - Set debug level to suppress output when MFDataChain is created
1307
1308 * mfilter/MFEventSelector.h:
1309 - changed Pre//PostProcess to private
1310
1311 * mfilter/MF.cc, mfilter/MFilterList.cc:
1312 - changed the use of Pre//PostProcess to CallPre//PostProcess
1313
1314 * mhist/MBinning.[h,cc]:
1315 - changed comments
1316 - added SetEdgesCos
1317
1318 * mhist/MFillH.[h,cc]:
1319 - added GetBinCenterLog
1320
1321 * mhist/MH3.h:
1322 - added default argument to GetHistByName
1323
1324 * mhist/MHAlphaEnergyTheta.[h,cc], mhist/MHAlphaEnergyTime.h,
1325 mhist/MHEffOnTime.[h,cc], mhist/MHEffOnTimeTheta.h,
1326 mhist/MHEffOnTimeTime.h, mhist/MHFlux.[h,cc], mhist/MHGamma.[h,cc],
1327 mhist/MHMcEnergyMigration.h, mhist/MHThetabarTheta.[h,cc],
1328 mhist/MHThetabarTime.h:
1329 - changed the output
1330 - changed the algorithms to be more modular (more usage of member
1331 function)
1332 - changed ClassDef to 0
1333 - fixed some small bugs (access of TArray[n])
1334
1335 * mhist/MHHadronness.[h,cc]:
1336 - removed shortest distance to (0,1) stuff
1337
1338 * mhist/MHMcCollectionArea.h:
1339 - changed Fill to Double_t
1340
1341 * mhist/MHTimeDiffTheta.[h,cc], mhist/MHTimeDiffTime.[h,cc]:
1342 - in a first draft changed to use 200ns timing of CT1
1343 - changed ClassDef to 0
1344
1345
1346
1347 2002/11/22: Thomas Bretz
1348
1349 * macros/threshold.C:
1350 - Simplified the new writing routine
1351
1352 * mbase/MLog.h:
1353 - added a Getter-function for the debug level
1354
1355 * mbase/MTaskList.cc:
1356 - added another debugging output
1357
1358 * mfilter/MF.[h,cc]:
1359 - made the automatically created chain names unique
1360
1361 * mfilter/MFDataChain.cc:
1362 - corrected the GetRule stuff ({} were missing)
1363
1364 * mhist/MH3.cc:
1365 - added MBinning as class type to FindObject
1366 - added BinningHist (without the X) as binning name for a 1D histogram
1367
1368 * mfileio/MReadMarsFile.cc:
1369 - corrected typo
1370
1371 * mfileio/MCT1ReadPreProc.cc:
1372 - fixed a warning
1373
1374
1375
1376 2002/11/22: Abelardo Moralejo
1377
1378 * macros/threshold.C:
1379 - Added 2nd argument to write an output file containing the
1380 energy spectrum histogram.
1381
1382
1383
1384 2002/11/21: Thomas Bretz
1385
1386 * mbase/MAGIC.h, mbase/MEvtLoop.[h,cc], MTask.cc, MTaskList.cc:
1387 - introduced kERROR to stop an eventloop with an error
1388
1389 * mbase/MTask.h:
1390 - made SetFilter virtual
1391
1392 * mbase/MTaskList.[h,cc]:
1393 - added new member function AddToListBefore/After
1394 - split the code of the AddToList function into CheckAddToList
1395
1396 * manalysis/MMultiDimDistCalc.cc:
1397 - introduced usage of kERROR in case the matrix is not posdef.
1398
1399 * macros/collarea.C:
1400 - some simplifications
1401
1402 * mhist/MHMcRate.h, mhist/MHMcIntRate.h, mhist/MHEnergyTime.h,
1403 mhist/MHEnergyTheta.h, mfileio/MCTReadPreProc.cc, mfileio/MChain.h,
1404 mfileio/MReadMarsFile.h, mfileio/MReadTree.cc, mfileio/MWriteAsciiFile.h,
1405 mfileio/MWriteRoootFile.[h,cc], manalysis/MMatrixLoop.h,
1406 manalysis/MEnergyEstimate.h, mbase/MGGroupFrame.h, mbase/MGTask.h,
1407 mfilter/MFParticleId.h:
1408 - updated documentation
1409
1410 * mfileio/MCT1ReadPreProc.cc:
1411 - Changed MSrcPosCam name from Source to MSrcPosCam
1412 - changed the way the MC data is filled into the MC container
1413 - updated algorithm to read preproc files
1414
1415 * mfileio/MReadMarsFile.cc:
1416 - printed a warning to the screen in case Camera=V0.5
1417
1418 * mfileio/structures.h:
1419 - changed to version 0.6
1420
1421 * mmc/MMcEvt.hxx:
1422 - added GetTelescopePhi
1423 - added GetTelescopeTheta
1424
1425 * mdata/MDataChain.[h,cc]:
1426 - added 'sqr'
1427
1428 * mfilter/MF.[h,cc]:
1429 - added support for MFDataChain
1430
1431 * mfilter/MFDataChain.[h,cc]:
1432 - added
1433
1434 * mfilter/Makefile, mfilter/FilterLinkDef.h:
1435 - added MFDataChain
1436
1437
1438
1439 2002/11/20: Thomas Bretz
1440
1441 * macros/dohtml.C:
1442 - fixed a typo
1443
1444 * mmain/MAnalysis.cc:
1445 - removed the Anti-Source from the hillas calculation
1446
1447 * mhist/MHFadcPix.[h,cc], mhist/MHFadcCam.[h,cc],
1448 mmain/MDataCheck.[h,cc]:
1449 - added enhancement for displaying sum of FADC slices
1450
1451
1452
1453 2002/11/20: Abelardo Moralejo
1454
1455 * macros/collarea.C:
1456 - Introduced check before opening output file to avoid annoying
1457 error message.
1458
1459
1460
1461 2002/11/19: Abelardo Moralejo
1462
1463 * macros/collarea.C:
1464 - Removed some strange pieces of text which somehow got into the
1465 file (anyone knows how?)
1466
1467
1468
1469 2002/11/19: Thomas Bretz
1470
1471 * mmain/MMonteCarlo.cc:
1472 - exchanged MReadTree with MReadMarsFile for collection area calculation
1473
1474 * mmontecarlo/MMcCollectionAreaCalc.cc:
1475 - fixed the uninitialized fTheta
1476
1477 * macros/MagicHillas.C:
1478 - removed the unnecessary second MHillasSrcCalc
1479 - removed also the corresponding AddToList for the tasklist
1480
1481 * mhist/MH.cc:
1482 - make FindGoodLimits work
1483
1484
1485
1486 2002/11/19: Abelardo Moralejo
1487
1488 * macros/collarea.C:
1489 - Added 2nd argument to write an output file containing the
1490 collection area histogram.
1491
1492
1493
1494 2002/11/18: Abelardo Moralejo
1495
1496 * mmain/MMars.cc:
1497 - Corrected typo on Mars starting screen.
1498
1499 * mhist/MHMcCollectionArea.cc:
1500 - Added comment.
1501
1502 * manalysis/MImgCleanStd.cc:
1503 - implemented "democratic cleaning" (cut value proportional to square
1504 root of pixel area) according to Wolfgang's suggestion.
1505
1506 * macros/MagicHillas.C:
1507 - added missing declaration MHillasSrcCalc csrc2;
1508
1509 * mgeom/MGeomPix.cc:
1510 - fixed some typos in comments
1511
1512
1513
1514 2002/11/18: Thomas Bretz
1515
1516 * macros/CT1Hillas.C:
1517 - changed MWRiteRootFile to write the histograms only
1518 - renamed HillasSource to MHillasSrc
1519
1520 * macros/MagicHillas.C:
1521 - removed all anti source stuff (corresponding to star.C)
1522 - changed MWRiteRootFile to write the histograms only
1523 - renamed HillasSource to MHillasSrc
1524
1525 * macros/estfit.C:
1526 - renamed HillasSource to MHillasSrc
1527
1528 * macros/estimate.C:
1529 - renamed HillasSource to MHillasSrc
1530 - changed to display more interesting histograms
1531
1532 * multidimdist.C:
1533 - added Theta
1534 - added Alpha
1535
1536 * macros/star.C
1537 - removed wrong HillasSource
1538 - added MSrcPosCam
1539
1540 * starplot.C:
1541 - removed all anti source stuff (corresponding to star.C)
1542 - renamed HillasSource to MHillasSrc
1543
1544 * macros/multidimdist2.C:
1545 - fixed a typo
1546 - added Alpha and Theta
1547
1548 * mbase/MTime.h:
1549 - added minus-operator
1550
1551 * mdata/MDataChain.[h,cc]:
1552 - added floor
1553
1554 * mhist/MFillH.[h,cc]:
1555 - moved MMap and MMap support MHArray
1556
1557 * mhist/MHArray.[h,cc]:
1558 - added MMap
1559 - added MMap-support
1560 - added legend
1561 - added more draw options
1562
1563 * mhist/MHFadcCam.[h,cc]:
1564 - added Fill(const MRawEvtData*)
1565 - added const getter functions
1566
1567 * mhist/MHFadcPix.h:
1568 - added const getter functions
1569
1570 * mmc/MMcCorsikaRunHeader.[h,cc]:
1571 - removed underscores from names
1572 - removed empty destructor
1573
1574 * manalysis/MPedestalCalc.[h,cc]:
1575 - added (not yet to LinkDef.h and Makefile)
1576
1577 * mgeom/MGeomMirror.[h,cc], mgeom/MGeomPMT.[h,cc],
1578 mmc/MMcConfigRunHeader.[h,cc], mmc/MMcCorsikaRunHeader.[h,cc]:
1579 - changed comments
1580 - added missing manalysis-dir (strange!)
1581
1582 * macros/dohtml.C:
1583 - added new macros
1584
1585
1586
1587 2002/11/16: Abelardo Moralejo
1588
1589 * mmc/MMcCorsikaRunHeader.cc:
1590 - added default destructor
1591
1592
1593
1594 2002/11/15: Thomas Bretz
1595
1596 * mmc/MMcCorsikaRunHeader.[h,cc]:
1597 - small changes
1598
1599 * mmc/McLinkDef.h:
1600 - added missing MMcCorsikaRunHeader
1601
1602
1603
1604 2002/11/15: Oscar Blanch
1605
1606 * mmc/MMcCorsikaRunHeader.[h,cc]:
1607 - added
1608
1609
1610
1611 2002/11/14: Thomas Bretz
1612
1613 * mmain/MAnalysis.cc, mmain/MMonteCarlo.cc, mmain/MDataCheck.cc:
1614 - removed SetProgressBar of reader
1615
1616 * mhist/MHFlux.cc:
1617 - localized some variables
1618 - get rid of old c-style sprintf
1619 - return errorflag in Parab as return value!
1620
1621 * mgeom/MGeomPMT.cc, mgeom/MGeomMirror.cc:
1622 - removed redefinition of a default argument
1623
1624 * mhist/MHMcIntRate.cc, mhist/MHMcCollectionArea.[h,cc]:
1625 - changed the error calculation according to a suggestion from Raquel
1626
1627 * mmontecarlo/MMcCollectionAreaCalc.cc:
1628 - for collection area: MMcTrig isn't needed if all showers are
1629 triggered showers
1630
1631 * mmc/MMcConfigRunHeader.cc:
1632 - made function definition identical to function declaration
1633
1634 * macros/star.C:
1635 - removed anti source for the moment
1636
1637 * macros/multidimdist2.C:
1638 - added
1639
1640 * macros/comprob.C, macros/multidimdist.C:
1641 - changed to use MHillasSrc instead of HillasSource
1642
1643 * mhist/MHHadronness.cc:
1644 - changed the output of Print a bit
1645
1646
1647
1648 2002/11/13: Thomas Bretz
1649
1650 * mfilter/MFEventSelector.[h,cc]:
1651 - if total number of events read from file the selector worked only for
1652 one eventloop - fixed.
1653 - changed MReadMarsFile to MRead
1654
1655 * mbase/MContinue.cc:
1656 - fixed a typo
1657
1658 * mbase/MEvtLoop.cc, meventdisp/MGEvtDisplay.cc:
1659 - renamed MReadMarsFile/MReadTree to MRead
1660
1661 * mfileio/FileIOLinkDef.h, mfileio/Makefile:
1662 - added MRead
1663
1664 * mfileio/MRead.[h,cc]:
1665 - added
1666
1667 * mfileio/MReadMarsFile.[h,cc], mfileio/MReadTree.[h,cc]:
1668 - renamed from MReadMarsFile to MRead
1669 - derived from MRead
1670 - removed progressbar support from MReadTree
1671
1672 * mfileio/MWriteRootFile.cc:
1673 - added a info output
1674
1675 * mfileio/MCT1ReadPreProc.[h,cc]:
1676 - changed to work much much better :)
1677
1678 * mgeom/GeomLinkDef.h, mmc/McLinkDef.h:
1679 - added missing LinkDefs (helllo Oscar!)
1680
1681 * mgeom/MGeomCamCT1.cc:
1682 - mirrored the CT1 camera in x (CT1 default)
1683
1684 * mgeom/MGeomMirror.[h,cc]:
1685 - some small changes
1686
1687 * mgeom/MGeomPMT.[h,cc]:
1688 - changed usage of TArrayF from pointer to reference
1689
1690 * mgui/MCamDisplay.cc:
1691 - fixed a crash at delete when the user closed a automatically
1692 created canvas
1693
1694 * mhist/MHFadcCam.[h,cc]:
1695 - implemented ResetHistograms
1696
1697 * mhist/MHMatrix.[h,cc]:
1698 - implemented ReduceNumberOfRows (preliminary, untested)
1699
1700 * mmc/MMcConfigRunHeader.[h,cc]:
1701 - some small changes
1702 - changed usage of TArrayF from pointer to reference
1703
1704
1705
1706 2002/11/11: Thomas Bretz
1707
1708 * manalysis/MHillas.cc:
1709 - moved division by size before test of number of used pixels
1710
1711 * mfileio/MCT1ReadPreProc.cc:
1712 - added a eof-conditional
1713
1714 * mhist/MH3.cc:
1715 - added a 'nonew' option to DrawClone
1716
1717 * mhist/MHHadronness.cc:
1718 - check for NaN in Fill
1719
1720
1721
1722 2002/11/08: Oscar Blanch
1723
1724 * mgeom/MGeomPMT.[h,cc]:
1725 - added
1726 - Information about simulated QE
1727
1728 * mgeom/MGeomMirror.[h,cc]:
1729 - added
1730 - Mirrors properties
1731
1732 * mgeom/Makefile:
1733 - modified to compile new classes
1734
1735 * mmc/MMcConfigRunHeader.[h,cc]:
1736 - added
1737
1738 * mmc/Makefile:
1739 - modified to compile new classes
1740
1741
1742
1743 2002/11/08: Thomas Bretz
1744
1745 * mhist/MHMatrix.cc:
1746 - implemented a zero suppression
1747
1748
1749
1750 2002/11/07: Thomas Bretz
1751
1752 * mfilter/Makefile, mfilter/FilterLinkDef.h:
1753 - added MFEventSelector
1754
1755 * mfilter/MFEventSelector.[h,cc]:
1756 - added
1757
1758 * mfilter/MF.[h,cc]:
1759 - made gsDef[Name,Title] a static const member
1760
1761 * manalysis/MMultiDimDistCalc.cc:
1762 - changed the default function to kernel
1763
1764
1765
1766 2002/11/07: Oscar Blanch
1767 * mmc/MMcEvt.[hxx,cxx]
1768 - Some new variable from the reflector header event.
1769 - Class version switched to 2
1770
1771 * mmc/MMcRunHeader.[hxx,cxx]
1772 - Varible member fOpticLinksNoise has been introduced
1773 - Class version switched to 3
1774
1775
1776 2002/11/07: Wolfgang Wittek
1777
1778 * mhist/MHFlux.[h,cc]
1779 - changed to avoid warnings : "member initializers will be re-ordered
1780 to match declaration order"
1781
1782
1783
1784 2002/11/06: Thomas Bretz
1785
1786 * Makfile.conf.osf5.1:
1787 - added
1788
1789 * mhist/MHMatrix.cc:
1790 - changed all math.h functions or similar to TMath
1791 - added 2*pow(rows, 1/(4+cols))^2 as the standard kernel window
1792
1793 * mfileio/MCT1ReadPreProc.cc:
1794 - corrected the reading routines
1795
1796 * mfileio/*.cc:
1797 - changed my eMail address
1798
1799 * mfileio/structures.h:
1800 - small changes to make it architecture independant
1801
1802
1803
1804 2002/11/04: Thomas Bretz
1805
1806 * macros/estimate.C, macros/estfit.C:
1807 - added
1808
1809 * mfileio/structures.h, mfileio/defines.h:
1810 - added from CT1 PreProc 0.5
1811
1812 * mfileio/MCT1ReadPreProc.[h,cc]:
1813 - added
1814
1815 * mhist/MHArray.[h,cc]:
1816 - added
1817
1818 * Makefile:
1819 - changed the order of the libs to make the linker happy
1820
1821 * manalysis/MBlindPixelCalc.[h,cc]:
1822 - changed to be able to use also an existing MBlindPixels from the
1823 parlist
1824 - changed to use the pixel Id instead of its index number from the evt
1825
1826 * manalysis/MCameraSmooth.cc:
1827 - changed to use the pixel Id instead of its index number from the evt
1828
1829 * manalysis/MCerPhotEvt.[h,cc]:
1830 - added GetPixById member function
1831
1832 * manalysis/MCompProbCalc.[h,cc]:
1833 - changed Hadroness to Hadronness
1834
1835 * manalysis/MHillasExt.cc:
1836 - fixed a typo in a comment
1837
1838 * mbase/MParContainer.[h,cc]:
1839 - added New-virtual member function
1840
1841 * mbase/MTask.[h,cc]:
1842 - changed AddToBranchList so that it also accepts comma seperated
1843 lists (only when using TString)
1844
1845 * mdata/MData.[h,cc], mdata/MDataArray.[h,cc], mdata/MDataChain.[h,cc],
1846 mdata/MDataElement.[h,cc], mdata/MDataList.[h,cc]
1847 - updated comments
1848 - added new GetDataMember member function
1849
1850 * mdata/MDataArray.[h,cc]:
1851 - added new member function AddEntry(MData*)
1852
1853 * mfileio/FileIOLinkDef.h, mfileio/Makefile:
1854 - added MCT1ReadPreProc
1855
1856 * mfileio/MCT1ReadAscii.cc:
1857 - removed fNphot->Clear() (automatically called for each event by
1858 Reset();
1859
1860 * mhist/HistLinkDef.h, mhist/Makefile:
1861 - added MHArray
1862
1863 * mhist/MFillH.[h,cc]:
1864 - made work with arrays of histograms (MHArray) the mapping is
1865 done by a preliminary class MMap
1866
1867 * mhist/MH.[h,cc]:
1868 - implemented GetHistByName virtual function
1869 - implemented GetDataMember virtual function
1870 - small changes to debug output
1871
1872 * mhist/MH3.[h,cc]:
1873 - implemented usage of GetDataMember for AddBranchToList
1874 - implemented GetHistByName
1875 - implemented New to be used in MHArray
1876
1877 * mhist/MHAlphaEnergyTheta.h, mhist/MHAlphaEnergyTime.h,
1878 mhist/MHEnergyTheta.h, mhist/MHEnergyTime.h,
1879 mhist/MHHillas.[h,cc], mhist/MHHillasExt.[h,cc],
1880 mhist/MHHillasSrc.[h,cc], mhist/MHMcDifRate.h,
1881 mhist/MHMcEfficiency.h, mhist/MHMcEfficiencyEnergy.h,
1882 mhist/MHMcEfficiencyImpact.h, mhist/MHMcEnergy.[h,cc],
1883 mhist/MHMcEnergyImpact.h, mhist/MHMcEnergyMigration.h,
1884 mhist/MHMcIntRate.h, mhist/MHStarMap.h, mhist/MHThetabarTheta.h,
1885 mhist/MHThetabarTime.h, mhist/MHTimeDiffTheta.h,
1886 mhist/MHTimeDiffTime.h:
1887 - implemented GetHistByName
1888
1889 * mhist/MHHadronness.[h,cc]:
1890 - some small changes and checks
1891 - changed histogram io from standard pointer to '->'
1892
1893 * mhist/MHMatrix.cc:
1894 - updated comments
1895 - implemented GetDataMembers
1896
1897
1898
1899 2002/10/31: Thomas Bretz
1900
1901 * mfileio/MReadTree.cc:
1902 - enhanced the validity of the fNuMEntries workaround from
1903 3.02.06 to 3.07.01
1904
1905 * manalysis/MBlindPixelCalc.h, mhist/MBinning.h:
1906 - added an explicit cast to get rid of a compiler warning on Alpha
1907
1908 * mhist/MH.cc:
1909 - removed an unused variable to get rid of a compiler warning on Alpha
1910
1911
1912
1913 2002/10/31: Wolfgang Wittek
1914
1915 * mhist/MHFlux.[h,cc]:
1916 - type of fVarname and fUnit changed from char* to TString
1917
1918
1919
1920 2002/10/30: Thomas Bretz
1921
1922 * mhist/MHMatrix.cc:
1923 - changed the return value for the kernel method from log to -log
1924 - fixed a typo in an error message
1925 - fixed a crash in case the matrix is singular
1926
1927 * mhist/MMultiDimDistCalc.cc:
1928 - check whether calculation of the distance succeeded
1929
1930 * mfileio/MReadTree.[h,cc]:
1931 - implementation which makes sure, that the number of events returned
1932 by GetEntries always is the correct value.
1933 - removed const from the GetEntries definition
1934 - mainly use GetEntries now instead of fNumEntries
1935
1936 * manalysis/MCameraSmooth.cc:
1937 - removed include of MMcRunHeader
1938
1939
1940
1941 2002/10/29: Thomas Bretz
1942
1943 * manalysis/MHadroness.[h,cc]:
1944 - renamed to MHadronness
1945
1946 * mhist/MHHadroness.[h,cc]:
1947 - renamed to MHHadronness
1948 - small changes to the graphical and text output
1949
1950 * manalysis/Makefile, manalysis/AnalysisLinkDef.h, macros/multidimdist.C,
1951 manalysis/MMultiDimDistCalc.[h,cc], macros/comprob.C,
1952 mhist/Makefile, mhist/HistLinkDef.h:
1953 - changed Hadroness to Hadronness
1954
1955 * manalysis/MCerPhotAnal.cc:
1956 - small changes to the code layout
1957
1958
1959
1960 2002/10/24: Thomas Bretz
1961
1962 * macros/multidimdist.C:
1963 - some changes to make it work with the latest version of Mars
1964
1965 * mhist/MHMatrix.cc:
1966 - changed the Print member function to be more flexible
1967
1968 * mhist/MHHadroness.[h,cc]:
1969 - changed fQfac from TH to TGraph
1970 - changed the Qfactor-plot x-axis from Hadronness to Gamma-Acceptance
1971
1972 * mgui/MCamDisplay.cc:
1973 - changed ratio from ratio to sqrt(ratio) in GetColorError
1974
1975 * mhist/MH3.cc:
1976 - changed plotted errors from spread/sqrt(n) to spread
1977
1978
1979
1980 2002/10/19: Abelardo Moralejo
1981
1982 * manalysis/MCerPhotCalc.cc
1983 - Added check of whether a pixel has all its FADC slices empty before
1984 subtracting pedestal.
1985
1986
1987
1988 2002/10/18: Thomas Bretz
1989
1990 * mfileio/MWriteRootFile.cc
1991 - make sure that the tree is created in the corresponding file
1992
1993
1994
1995 2002/10/17: Thomas Bretz
1996
1997 * mraw/MRawEvtPixelIter.[h,cc]
1998 - added function to get the sum of squares of the samples
1999
2000
2001
2002 2002/10/16: Abelardo Moralejo
2003
2004 * manalysis/MCerPhotCalc2.[h,cc], MCerPhotCalc.[h,cc]
2005 - Class MCerPhotCalc2 renamed MCerPhotCalc (they were redundant).
2006 - Now the default pixel treatment is the same as originally: add
2007 all FADC slices
2008
2009 * macros/MagicHillas.C
2010 - changed accordingly to changes above.
2011
2012
2013
2014 2002/10/16: Thomas Bretz
2015
2016 * macros/readMagic.C:
2017 - added MPrint for MRawEvtHeader
2018 - changed to MPrint to new Skip-Style
2019
2020 * manalysis/MHillasCalc.cc, manalysis/MHillasSrcCalc.cc:
2021 - corrected output stream in case of hex or setfill was used
2022
2023 * mbase/MPrint.[h,cc]:
2024 - introduced new behaviour of PreProcess (EnableSkip)
2025
2026 * mbase/MTaskList.cc:
2027 - fixed a bug in Process which caused Histograms to be written
2028 after each event
2029
2030 * meventdisp/MGEvtDisplay.cc:
2031 - introduced printing of MRawEvtHeader
2032
2033 * mmc/MMcEvt.cxx:
2034 - some small changes
2035 - changed Print output from cout to fLog
2036 - changes to the default values
2037
2038 * mraw/MRawEvtHeader.[h,cc]:
2039 - removed the second empty line after Print
2040 - added Getter-function for the DAQEvtNumber
2041
2042 * macros/star.C, macros/starplot.C, macros/threshold.C, macros/trigrate.C,
2043 macros/plot.C, macros/plot2.C, macros/MagicHillas.C, macros/CT1Hillas.C,
2044 macros/collarea.C:
2045 - added ProgressBar
2046
2047 * macros/flux.C:
2048 - fixed some coding bugs (redeclaration of Draw, Draw starting with a
2049 capital)
2050
2051 * macros/MagicHillas.C:
2052 - fixed some typos
2053
2054
2055
2056 2002/10/15: Thomas Bretz
2057
2058 * mbase/MContinue.[h,cc]:
2059 - added
2060
2061 * Makefile:
2062 - added some comments
2063
2064 * macros/readMagic.C:
2065 - replaced MHillas by MHillasExt
2066 - print also MC Information
2067
2068 * manalysis/MCerPhotEvt.[h,cc]:
2069 - use MGeomCam::GetPixRatio
2070 - added GetRatio[Min,Max]
2071 - added GetErrorPhot[Min,Max]
2072
2073 * manalysis/MHillas.[h,cc], manalysis/MHillasExt.[h,cc],
2074 manalysis/MHillasSrc.[h,cc]:
2075 - return error codes
2076 - don't display any error message or warning
2077
2078 * manalysis/MHillasCalc.[h,cc], manalysis/MHillasSrcCalc.[h,cc]:
2079 - evaluate error codes returned by MHillas::Calc
2080 - added Postprocess
2081
2082 * manalysis/MMcPedestalCopy.cc:
2083 - removed obsolete comment
2084
2085 * manalysis/MMcPedestalNSBAdd.cc:
2086 - added include MGeomPix
2087
2088 * manalysis/MPedestalCam.[h,cc]:
2089 - moved some stuff from header file to source file
2090 to get rid of some includes in the header file
2091 - adde GetSize
2092 - added GetMean[Min,Max]
2093
2094 * manalysis/MPedestalPix.[h,cc]:
2095 - added Clear
2096 - added IsValid
2097
2098 * mbase/BaseLinkDef.h, mbase/Makefile:
2099 - added MContinue
2100
2101 * mbase/MClone.h:
2102 - added GetObject
2103
2104 * mbase/MEvtLoop.[h,cc]:
2105 - added SetProgressBar II
2106
2107 * mbase/MTask.[h,cc], mbase/MTaskList.[h,cc]:
2108 - enhanced some comments
2109 - print the name of the filter in PrintStatistic
2110 - made the def name and title a static member
2111
2112 * meventdisp/MGCamDisplay.[h,cc]:
2113 - added displays for: Errors, Phot/Err, Levels and Pedestals
2114
2115 * meventdisp/MGEvtDisplay.cc:
2116 - Some simplifications
2117 - introduced AddTab
2118
2119 * mfileio/MCT1ReadAscii.cc:
2120 - added include MPedestalPix
2121
2122 * mgeom/MGeomCam.[h,cc]:
2123 - added GetPixRatio
2124
2125 * mgui/MCamDisplay.[h,cc]:
2126 - added possibilities to display: errors, ratios, levels and pedestals
2127
2128 * mhist/MHHillasSrc.cc:
2129 - some small changes if mmdeg=0
2130
2131 * mhist/MHStarMap.cc:
2132 - anhanced displayed radius from 2/3r to 5/6r
2133
2134 * mmain/MMars.[h,cc]:
2135 - changed layout
2136 - added comments to display
2137
2138 * mmain/MProgressBar.cc:
2139 - added some comments
2140
2141 * manalysis/MImgCleanStd.cc:
2142 - pixels with to many 'used' neighbors are left used
2143
2144
2145 2002/10/14: Abelardo Moralejo
2146
2147 * manalysis/McerPhotCalc.cc, manalysis/MCerPhotCalc2.cc
2148 - Initialized fEnableFix (before, bad pedestal subtraction if
2149 reading camera 0.4 root files)
2150
2151
2152 2002/10/09: Abelardo Moralejo
2153
2154 * mhist/MHMcRate.cc:
2155 - fixed a bug in total rate calculation (results change very little,
2156 only a 0.2 percent at most)
2157
2158
2159 2002/09/16: Thomas Bretz
2160
2161 * mtools/MagicSnake.cc:
2162 - removed some debugging output
2163 - fixed a small bug in the initialization
2164
2165
2166
2167 2002/09/16: Thomas Bretz
2168
2169 * manalysis/MCerPhotPix.cc:
2170 - shortened output
2171
2172 * mbase/MEvtLoop.cc:
2173 - added a better progressbar support, if MReadTree or MReadMarsFile
2174 exists in the Tasklist
2175
2176 * mbase/MTaskList.cc:
2177 - fixed a bug which caused MParList::Reset not to be called anymore
2178 as soon as kCONTINUE was called once.
2179
2180 * mfileio/MReadTree.[h,cc]:
2181 - added AddFiles member function
2182
2183 * mmain/MProgressBar.[h,cc]:
2184 - added as a simple Progress meter for eventloops
2185
2186 * mmain/Makefile, mmain/MainLinkDef.h:
2187 - added MProgressBar
2188
2189 * manalysis/MHillas.cc:
2190 - removed warning in case of no photons. problems with Thomas' files.
2191
2192 * mbase/Makefile:
2193 - added mfileio
2194
2195
2196
2197 2002/09/16: Thomas Bretz
2198
2199 * macros/rootlogon.C:
2200 - added SetMakeSharedLib to make it work correctly on linux
2201
2202 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
2203 - added MEnergyEstParam
2204 - added MMatrixLoop
2205
2206 * manalysis/MEnergyEstParam.[h,cc], manalysis/MMatrixLoop.[h,cc]:
2207 - added
2208
2209 * manalysis/MEnergyEst.h:
2210 - added fImpact provisionally
2211 - changed to 'no-storage'
2212
2213 * manalysis/MHillas.[h,cc], manalysis/MHillasExt.[h,cc],
2214 manalysis/MHillasSrc.[h,cc]:
2215 - added set function to support Thomas Schweitzers Image files
2216
2217 * mbase/MFilter.cc:
2218 - small changes to output
2219
2220 * mbase/MLog.[h,cc]:
2221 - added IsNull to switch off output completely
2222
2223 * mbase/MParList.[h,cc]:
2224 - added Remove function
2225 - added IsOwner function
2226 - changes to SavePrimitive
2227 - kDoNotReset-support
2228
2229 * mbase/MTaskList.cc:
2230 - make sure, that in sub-tasklist the parameterlist isn't reset
2231
2232 * mdata/MDataLinkDef.h, mdata/Makefile:
2233 - added MDataElement
2234 - added mhist-path
2235
2236 * mdata/MDataChain.[h,cc]:
2237 - added support for MDataElement
2238
2239 * mhist/MH3.[h,cc]:
2240 - added enums for log-scale
2241 - set logscale automatic when drawing
2242 - added 'only' option to draw functions
2243 - set colors when 'col' option is given
2244
2245 * mhist/MHHillas.cc:
2246 - better hist range for fCenter
2247
2248 * mhist/MHMatrix.[h,cc]:
2249 - made default name and title a static class member
2250 - changed AddColumn now returning the new comlumn index
2251 - added Fill to fill Matrix from file
2252 - added locking
2253 - added IsValid
2254 - added GetNumRows
2255 - added SetNumRow
2256 - added []-operator
2257 - added GetNumRow
2258
2259 * mhist/MHStarMap.cc:
2260 - fixed some comments
2261
2262 * mbase/MEvtLoop.[h,cc], MParContainer.[h,cc]:
2263 - added support for writing two or more Evtloops into one macro
2264
2265
2266
2267 2002/09/02: Thomas Bretz
2268
2269 * mhist/MHMatrix.[h,cc]:
2270 - added GetIndexdOfSortedColumn
2271 - added SortMatrixByColumn
2272
2273 * mhist/HistIncl.h:
2274 - added TArrayI.h (for MHMatrix.h)
2275
2276
2277
2278 2002/08/19: Thomas Bretz
2279
2280 * mhist/MHillasExt.cc:
2281 - removed a wrong 2 in the calculation of fAsym
2282
2283
2284
2285 2002/08/16: Thomas Bretz
2286
2287 * mhist/MFillH.cc:
2288 - if not title is given create a default title from the names
2289
2290 * mhist/MHHillas.cc, mhist/MHHillasExt.cc:
2291 - use the new MH::Draw[Copy] function
2292 - added names to the histograms in MHHillasExt
2293
2294 * manalysis/MCerPhotPix.h:
2295 - unimportant change
2296
2297 * manalysis/MImgCleanStd.cc:
2298 - added comment
2299
2300 * mhist/MH.[h,cc]:
2301 - added function to draw two histograms in one pad with
2302 a layout of two stat boxes and a legend: Draw[Copy]
2303 - added comments
2304 - added another sanity check in SetBinning(TH1*,TH1*)
2305
2306
2307
2308 2002/08/14: Thomas Bretz
2309
2310 * mbase/MTask.[h,cc], mbase/MTaskList.[h,cc]:
2311 - added second argument to PrintStatistics
2312
2313
2314
2315
2316
2317 2002/08/12: Thomas Bretz
2318
2319 * manalysis/MBlindPixelCalc.[h,cc]:
2320 - fixed a typo in the SetUseCentralPixel
2321 - only use pixels without starlight for interpolation
2322
2323
2324
2325 2002/08/09: Thomas Bretz
2326
2327 * mbase/MIter.[h,cc]:
2328 - added
2329
2330 * mbase/BaseLinkDef.h, mbase/Makefile:
2331 - added MIter
2332
2333 * mdata/MDataChain.cc:
2334 - added sanity check in StreamPrimitive
2335
2336 * mfilter/MF.[h,cc]:
2337 - fixed StreamPrimitive
2338 - don'w stream standard name and title.
2339 - added default constructor
2340
2341 * mfilter/MFDataMeber.cc:
2342 - strip spces from value before returning GetRule
2343
2344 * mfilter/MFilterList.[h,cc]:
2345 - fixed StreamPrimitive
2346 - don't stream standard name and title.
2347
2348
2349
2350 2002/08/08: Thomas Bretz
2351
2352 * manalysis/MHillasSrc.cc:
2353 - use double dist instead of single fDist for calculation
2354
2355 * manalysis/MMultiDimDistCalc.[h,cc]:
2356 - added support for the kernel method
2357 - added stream primitive
2358 - changed version number to 1
2359 - adapted to new MHMatrix (using MDataArray)
2360
2361 * mdata/MDataArray.[h,cc]:
2362 - added
2363
2364 * mdata/DataLinkDef.h, madata/Makefile:
2365 - added MDataArray
2366
2367 * mfileio/MWriteRootFile.cc:
2368 - fixed some bugs in StreamPrimitive
2369 - StreamPrimtive doesn't write the default name/title anymore
2370
2371 * mhist/MHMatrix.[h,cc]:
2372 - replaced the Arrays for the rules by a MDataArray
2373 - implemented StreamPrimitive
2374 - implement the use of the kernel function for num<0
2375 - multiply fM2 by nevts-1
2376 - added sanity check in case of dists[i]<0
2377
2378 * mhist/MHHillas.[h,cc]:
2379 - added fUsedPix, fCorePix
2380 - added fUsedPix, fCorePix to plots
2381 - changed layout of plots
2382 - changed name and title of MakeDefCanvas
2383
2384 * mhist/MHHillasSrc.[h,cc]:
2385 - changed plot of Alpha from fabs(fAlpha) to fAlpha
2386 - changed name and title of MakeDefCanvas
2387
2388 * mhist/MHillasExt.[h,cc]:
2389 - changed layout of plots
2390 - changed name and title of MakeDefCanvas
2391 - made independant of MHillas
2392 - exchanged the usage of the Fill-argument (MHillasExt) and the
2393 stored pointer (MHillasSrc)
2394 - changed the default binning of asym to be symmetric
2395
2396 * mbase/MTask.cc:
2397 - fixed wrong streaming of filter name
2398
2399 * macros/starplot.C:
2400 - added
2401
2402 * macros/dohtml.C:
2403 - added starplot.C
2404
2405 * macros/MagicHillas.C, macros/CT1Hillas.C:
2406 - changed to use new stylish Hillas Histograms
2407
2408 * macros/star.C:
2409 - changed to interpolate pixels around hot spots
2410 - write Sourcs and AntoSource to RunHeaders
2411
2412
2413
2414 2002/08/07: Thomas Bretz
2415
2416 * macros/dohtml.C:
2417 - added missing paths
2418
2419 * manalysis/MBlindPixelCalc.[h,cc]:
2420 - replaced booleans by fFlags
2421 - added StreamPrimitive
2422 - changed version number to 1
2423
2424 * manalysis/MHillasSrcCalc.[h,cc]:
2425 - added correct initializations for the pointers
2426 - made the pointers persistent
2427
2428 * manalysis/MImgCleanStd.cc, manalysis/MSrcPosCam.cc,
2429 mfileio/MWriteRootFile.cc:
2430 - don't stream name and title if not necessary
2431
2432 * mbase/MEvtLoop.[h,cc]:
2433 - added some output
2434 - added print function
2435 - added gListOfPrimitives to delete BIT(15) of streamed containers
2436 - Added default argument for Read and Write
2437
2438 * mbase/MParContainer.cc:
2439 - added usage of gListOfPrimitives
2440
2441 * mbase/MParList.cc, mbase/MTaskList.cc, mhist/MBinning.cc:
2442 - fixed a bug when only the title is different from the default
2443
2444 * mhist/MHHillas.cc:
2445 - fixed the wrong usage of ApplyBinning for the 2D-Hist fCenter
2446
2447
2448
2449 2002/08/06: Thomas Bretz
2450
2451 * mhist/MHHillas.cc:
2452 - fixed setting of binning for fCamera
2453
2454 * mhist/MH.cc, mhist/MBinning.cc:
2455 - added sanity check in ApplyBinning and Apply
2456
2457 * mbase/MFilterList.[h,cc]:
2458 - moved to mfilter
2459
2460 * mbase/Makefile, mbase/BaseLinkDef.h,
2461 mfilter/Makefile, mfilter/FilterLinkDef.h:
2462 - changed accordingly
2463
2464
2465
2466 2002/08/05: Thomas Bretz
2467
2468 * mbase/MEvtLoop.[h,cc]:
2469 - added a warning in case of duplicate names in the lists
2470 - added orresponding member functions (HasDuplicateNames)
2471 - added some sanity checks, checking for an open file
2472
2473 * mbase/MFilter.[h,cc]:
2474 - added GetRule virtual member function
2475
2476 * mbase/MFilterList.[h,cc]:
2477 - added GetRule
2478 - added StreamPrimitive
2479 - added name and title to the constructor
2480 - set version number to 1
2481
2482 * mbase/MTask.h:
2483 - removed const qualifiers from fFilter (seems, that the root io
2484 doesn't like it)
2485
2486 * mdata/MDataChain.[h,cc], mdata/MDataList.[h,cc], mdata/MDataMember.[h,cc],
2487 mdata/MDataValue.[h,cc]:
2488 - set class version to 1
2489 - added default constructor if missing
2490 - added fDataMember to MDataMember (formaly fName isn't stored)
2491
2492 * mfilter/MF.[h,cc], mfilter/MFAlpha.[h,cc], mfilter/MFDataMember.[h,cc],
2493 mfilter/MFParticleId.[h,cc], mfilter/MFTriggerLvl1.[h,cc]:
2494 - added StreamPrimitive
2495 - removed const qualifiers from data members
2496 - added the "!" to the data member storing the result
2497 - added GetRule
2498
2499 * mhist/MFillH.[h,cc]:
2500 - fixed some small bugs in StreamPrimitive
2501
2502 * mhist/MH3.[h,cc]:
2503 - added the missing const-qualifier of StreamPrimitive
2504
2505 * mbase/MParContainer.[h,cc]:
2506 - implemented setting a unique id in SavePrimitive
2507 - imnplemented GetUniqueID
2508
2509 * manalysis/MHillasSrcCalc.cc, manalysis/MImgCleanStd.cc,
2510 manalysis/MSrcPosCam.cc, mbase/MEvtLoop.cc, mbase/MParList.cc,
2511 mbase/MTaskList.cc, mfileio/MReadTree.cc, mfileio/MWriteRootFile.cc,
2512 mhist/MF.cc, mfilter/MFAlpha.cc, mfilter/MFDataMember.cc,
2513 mfilter/MFParticleId.cc, mfilter/MFTriggerLvl1.cc, mhist/MBinning.cc,
2514 mhist/MFillH.cc, mhist/MH3.cc:
2515 - changed the 'instance' name to the UniqueName
2516 - in some files: implemented a static constant name and title, which
2517 is used to descide whether the name and/or title should be stream
2518 in the constructor-call in StreamPrimitive
2519
2520
2521
2522 2002/08/06: Wolfgang Wittek
2523
2524 * mbase/MTask.cc:
2525 - redefinition of default argument in MTask::SavePrimitive removed
2526
2527
2528
2529 2002/08/02: Thomas Bretz
2530
2531 * manalysis/MHillasSrcCalc.[h,cc], manalysis/MImgCleanStd.cc,
2532 manalysis/MSrcPosCam.cc, mbase/MParContainer.[h,cc],
2533 mfileio/MReadTree.cc, mfileio/MWriteRootFile.cc, mhist/MBinning.cc:
2534 - added comments
2535
2536 * manalysis/MSrcPosCam.cc, mfileio/MWriteRootFile.cc, mhist/MFillH.cc:
2537 - fixed a missing " in SavePrimitive
2538
2539 * mbase/MTask.[h,cc], mhist/MBinning.[h,cc], mhist/MH3.[h,cc]:
2540 - implemented SavePrimitive
2541
2542 * mbase/MEvtLoop.[h,cc]:
2543 - added MakeMacro
2544 - added Read and Write
2545
2546 * mbase/MParContainer.[h,cc], mbase/MParList.[h,cc],
2547 mbase/MTaskList.[h,cc]:
2548 - added GetNames, SetNames virtual functions
2549
2550 * mdata/MData.[h,cc], mdata/MDataChain.[h,cc], mdata/MDataList.[h,cc],
2551 mdata/MDataValue.[h,cc], mdata/MDataMember.[h,cc]:
2552 - implemented GetRule
2553 - move Code from Print to GetRule
2554 - removed Print
2555
2556 * mhist/MH3.[h,cc]:
2557 - implemented default constructor
2558
2559 * manalysis/MHillasSrcCalc.[h,cc], manalysis/MImgCleanStd.[h,cc],
2560 manalysis/MSrcPosCam.[h,cc], mbase/MParList.[h,cc], mbase/MTask.h,
2561 mbase/MTaskList.[h,cc], mfileio/MReadTree.[h,cc],
2562 mfileio/MWriteRootFile.[h,cc], mhist/MBinning.[h,cc],
2563 mhist/MFillH.[h,cc], mhist/MH3.[h,cc]:
2564 - renamed SavePrimitive to StreamPrimitive
2565 - implemented more accurate streaming
2566 - removed some "//!" from the data members
2567
2568 * mbase/MParContainer.[h,cc]:
2569 - new virtual function StreamPrimitive
2570 - implemented flag whether this container has been streamed already
2571
2572 * mbase/MTask.[h,cc]:
2573 - corrected streaming of primitive to stream filters correctly
2574 - increased version number to 1
2575
2576 * mhist/MBinning.[h,cc]:
2577 - move SetEdges and SetEdgesLog to the source file
2578 - implemented a flag telling something about the type of the binning
2579
2580
2581
2582 2002/08/01: Thomas Bretz
2583
2584 * manalysis/MHillasSrcCalc.[h,cc], manalysis/MImgCleanStd.[h,cc],
2585 manalysis/MSrcPosCam.[h,cc], mbase/MEvtLoop.[h,cc],
2586 mbase/MParContainer.[h,cc], mbase/MParList.[h,cc],
2587 mbase/MTaskList.[h,cc], mfileio/MReadTree.[h,cc],
2588 mfileio/MWriteRootFile.[h,cc], mhist/MFillH.[h,cc]:
2589 - added SavePrimitive
2590
2591 * mbase/MEvtLoop.h, mbase/MParList.h, mbase/MTaskList.h,
2592 mfileio/MReadMarsFile.h, mfileio/MReadTree.h,
2593 mfileio/MWriteRootFile.h, mhist/MFillH.h:
2594 - changed from ClassVersion 0 to ClassVersion 1
2595
2596 * mfileio/FileIOLinkDef.h:
2597 - added MChain
2598
2599 * mfileio/MReadMarsFile.cc, mfileio/MReadTree.cc,
2600 mfileio/MWriteRootFile.cc, mhist/MFillH.cc:
2601 - added default constructor
2602
2603 * mfileio/MReadTree.cc:
2604 - moved MChain to its own file
2605
2606 * mfileio/MWriteRootFile.cc:
2607 - added default constructor to MRootFileBranch
2608 - changed Version number from 0 to 1
2609
2610 * mfileio/Makefile, mfileio/FileIOLinkDef.h:
2611 - MChain added
2612
2613 * mfileio/MChain.[h,cc]:
2614 - added (from MReadTree.cc)
2615
2616 * manalysis/MHillas.[h,cc]:
2617 - don't draw ellipse if values are invalid
2618 - add used and core pixels to Print-output
2619
2620 * manalysis/MHillasExt.cc:
2621 - reordered some comments
2622
2623 * mdata/MDataChain.[h,cc]:
2624 - fixed a bug causing usage of '-' sometime not to work
2625 - added handling of '+' sign
2626
2627 * mfileio/MReadTree.h:
2628 - changed some comments
2629
2630 * mhist/MBinning.[h,cc]:
2631 - added Apply
2632
2633 * mhist/MHHillas.[h,cc], mhist/MHHillasSrc.[h,cc],
2634 mhist/MHHillasExt.[h,cc]:
2635 - added default binning (usefull for the Magic Camera)
2636 - some changes to the layout
2637 - added support for the sign in MHHillasExt
2638
2639 * manalysis/MBlindPixelCalc.[h,cc]:
2640 - added the possibility to use the interpolation of the
2641 surrounding pixels
2642 - clean the array with the blind pixel IDs at any ReInit
2643
2644 * manalysis/MBlindPixels.h:
2645 - IsBlind now checks also for the validity of the array
2646
2647 * manalysis/MCerPhotPix.h:
2648 - added Set-function
2649
2650 * manalysis/MHillas.cc:
2651 - Don't ouput a warning if fSize==0 or fNumUsedPixels<0
2652 (happens too often)
2653
2654 * manalysis/MCameraSmooth.[h,cc]:
2655 - added
2656
2657 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
2658 - added MCameraSmooth
2659
2660
2661
2662 2002/07/31: Thomas Bretz
2663
2664 * mgeom/MGeomPix.[h,cc]:
2665 - added bits to flag pixel sin the two most outer rings
2666 - added IsInOutermostRing and IsInOuterRing member function
2667 - added CheckOuterRing mebmber function
2668 - set the bit for the most outer ring in the member function to
2669 initialize the next neighbors.
2670
2671 * mgeom/MGeomCam.[h,cc]:
2672 - added InitOuterRing to initialize the bits for the secendmost
2673 outer ring
2674
2675 * mgeom/MGeomCamMagic.cc:
2676 - Call InitOuterRing
2677
2678 * manalysis/MHillasExt.[h,cc]:
2679 - removed AsciiRead member function
2680 - reset fConc/fConc1 to -1 instead of 0
2681 - replaced float by Float_t
2682 - replaced Float_t for m3x/y, dzx and dzy by Double_t
2683 - replaced maxpixx and maxpixy by maxpixid
2684 - added somew new calculations (still in comments)
2685 - scaled nphot by the ratio of the area of the current pixel to
2686 the pixel with id zero to make a fair comparison in the maxpix
2687 findinng
2688
2689 * manalysis/MSrcPosCam.[h,cc]:
2690 - removed AsciiRead/Write member function
2691
2692 * manalysis/MImgCleanStd.cc:
2693 - changed ispixused array size from max to max+1
2694
2695 * macros/MagicHillas.C:
2696 - use the default binning of the histograms
2697
2698 * mhist/MH.[h,cc]:
2699 - changed argument of SetBinning from TArrayD* to TArrayD&
2700 - added ScaleArray
2701 - added ScaleAxis
2702 - proved that ScaleAxis is really working
2703 - Added ApplyBinning
2704
2705 * mhist/MHHillas.[h,cc], mhist/MHHillasSrc.[h,cc]:
2706 - corrected the default binning
2707 - take use of MH::ApplyBinning
2708 - don't stop execution if no binning was found (take default)
2709 - made sure, that rescaling of the axis is working properly
2710
2711
2712
2713 2002/07/29: Thomas Bretz
2714
2715 * manalysis/MImgCleanStd.[h,cc]:
2716 - changed ispixused from static size to dynamicly allocated size
2717 (thanks to Markus Gaug)
2718
2719
2720
2721 2002/07/29: Thomas Bretz
2722
2723 * mhist/MH.[h,cc]:
2724 - added FindGoodLimits (taken from TTreePlayer)
2725 - added GetMinimumGT
2726
2727 * mbase/MAGIC.h:
2728 - removed kPI (redefinition in TVector2.h)
2729
2730 * mbase/BaseLinkDef.h:
2731 - removed kPI (redefinition in TVector2.h)
2732
2733
2734
2735 2002/07/26: Abelardo Moralejo
2736
2737 * mhist/MH.cc
2738 - Fix: removed default arguments of ScaleAxis(...) (did not
2739 compile on alphas).
2740
2741
2742
2743 2002/07/25: Abelardo Moralejo
2744
2745 * manalysis/MCerPhotCalc2.[h,cc]:
2746 - Changed fWeight into a TArrayF to make the class usable for
2747 any number of FADC slices.
2748 - added procedure SetDefaultWeights for initialization.
2749
2750 * macros/MagicHillas.C:
2751 - changed accordingly
2752
2753
2754
2755 2002/07/25: Wolfgang Wittek, Thomas Bretz
2756
2757 * mhist/MHHillas.[h,cc], mhist/MHHillasSrc.[h,cc]:
2758 - added some more histograms showing the new parameters.
2759
2760 * mhist/MH.[h,cc]:
2761 - added ScaleAxis member functions
2762
2763
2764
2765 2002/07/25: Thomas Bretz
2766
2767 * mtools, mtools/Makefile, mtools/ToolsLinkDef.h, mtools/ToolsIncl.h:
2768 - added
2769
2770 * mgeom, mgeom/Makefile, mgeom/GeomLinkDef.h, mgeom/GeomIncl.h:
2771 - added
2772
2773 * Makefile:
2774 - mtools added
2775 - mgeom added
2776
2777 * mtools/MagicCivilization.[h,cc], mtools/MagicDomino.[h,cc],
2778 mtools/MagicShow.[h,cc], mtools/MagicSnake.[h,cc]:
2779 - added
2780
2781 * mgui/MineSweeper.[h,cc]:
2782 - moved to mtools
2783
2784 * mgui/MGeom*.[h,cc]:
2785 - moved to mgeom
2786
2787 * mgeom/MGeomCamMagic.cc:
2788 - corrected 48(!) wrong entries in the Next Neighbor table
2789
2790 * mmain/Makefile, eventdisp/Makefile:
2791 - added mgeom
2792
2793 * mgui/Makefile, mgui/LinkDef.h, mhist/Makefile, manalysis/Makefile:
2794 - removed MGeom* and MineSweeper
2795
2796 * macros/rootlogon.C:
2797 - added new include paths
2798
2799 * manalysis/MCerPhotEvt.cc, mgeom/MGeomCam.cc:
2800 - removed include of MHexagon
2801
2802
2803
2804 2002/07/23: Thomas Bretz
2805
2806 * mgui/MineSweeper.cc, mgui/MCamDisplay.cc:
2807 - fixed a bug which could caused the destructor of the created canvas
2808 not to be called if the object was deleted.
2809
2810 * mgui/MCamDisplay.h:
2811 - some reordering
2812
2813 * mgui/MHexagon.cc:
2814 - return the correct distance to primitive
2815 - do a sanity check in DistancetoPrimitive
2816
2817 * mhist/HistLinkDef.h:
2818 - added missing classes
2819
2820
2821
2822 2002/07/23: Wolfgang Wittek, Thomas Bretz
2823
2824 * manalysis/MHillas.cc, manalysis/MHillasSrc.cc:
2825 - replaced algorithms by the ones from the corresponding TDAS note
2826 - made results of calculations (hopefully) more accurate
2827 - added some output warnings and sanity checks
2828 - changed the default parameters in the Reset function
2829
2830 * manalysis/MHillasSrc.[h,cc]:
2831 - added fCosDeltaAlpha
2832 - made Calc returning a Bool_t
2833
2834 * manalysis/MHillasSrcCalc.cc:
2835 - make use of the return value of MHillasSrc::Calc
2836
2837
2838
2839 2002/07/22: Abelardo Moralejo
2840
2841 * manalysis/MCerPhotCalc2.[h,cc]:
2842 -added procedure SetWeights.
2843
2844 * macros/MagicHillas.C:
2845 -added example on how to use MCerPhotCalc2
2846
2847
2848
2849 2002/07/22: Thomas Bretz
2850
2851 * mgui/MCamDisplay.cc:
2852 - removed some unecessary includes
2853 - replaced *fPixels by *this
2854
2855 * mgui/MineSweeper.[h,cc]:
2856 - added more comments
2857 - removed some unnecessary includes
2858 - replaced enum constants for colors by the root ones
2859 - added gInterpreter->DeleteGlobal(this)
2860 - removed the deletion of the self-allocated fDrawingPad
2861 - added kUserBits, replacing kBitMask
2862
2863
2864
2865 2002/07/16: Thomas Bretz
2866
2867 * macros/plot.C, macros/plot2.C, macros/star.C, macros/comprob.C:
2868 - updated the comments in the macros
2869
2870 * mgui/MHexagon.cc:
2871 - added a sanity check in DistanceToPrimitive
2872
2873 * mgui/MCamDisplay.[h,cc]:
2874 - added DistanceToPrimitive
2875 - declared virtual functions as virtual (easier to read in the Dox)
2876
2877 * mfileio/MWriteAsciiFile.[h,cc]:
2878 - renamed AddContainer and AddRule to AddColumn and AddColumns
2879
2880 * macros/MagicHillas.C:
2881 - adopted to new names of MWriteAsciiFile member functions
2882
2883
2884
2885 2002/07/16: Wolfgang Wittek
2886
2887 * new
2888 ---
2889 mhist : MHEffOnTime (replaces MHEffOnTimeTime and
2890 MHEffOnTimeTheta)
2891 MHThetabarTheta (forgotten to comit last time)
2892 MHThetabarTime (forgotten to comit last time)
2893 MHGamma (makes the subtraction SRC-ASRC and
2894 counts the events with alpha<alpha0)
2895
2896 * modified
2897 --------
2898 Mars : Makefile.conf.general
2899 Changelog
2900
2901
2902 mhist : Makefile
2903 HistLinkDef.h
2904 MHFlux (performs the flux calculation)
2905
2906 MHAlphaEnergyTheta (replace BinningAlpha by BinningAlphaFlux)
2907 MHAlphaEnergyTime (replace BinningAlpha by BinningAlphaFlux)
2908
2909 macros : flux.C (replace some code by MHGamma,
2910 replace MHEffOnTimeTime and MHEffOnTimeTheta
2911 by MHEffOnTime)
2912
2913 * removed
2914 -------
2915 mhist : MHEffOnTimeTime
2916 MHEffOnTimeTheta
2917
2918
2919
2920 2002/07/15: Abelardo Moralejo
2921
2922 * manalysis/MCerPhotCalc2.[h,cc]
2923 - converted fWeight into a static variable.
2924
2925
2926
2927 2002/07/11: Thomas Bretz
2928
2929 * mgui/MGeomCamCT1.cc:
2930 - fixed a bug in the NN-Table (127 doesn't exist, 126 missing)
2931
2932 * mgui/MCamDisplay.cc:
2933 - changed some gPad to fDrawingPad
2934 - added kNoContextMenu and kCannotPick flags for the Primitives
2935 - scaled the size of the pixel numbers text with the pixel radius
2936
2937 * mgui/MineSweeper.[h,cc]:
2938 - added
2939
2940 * mgui/Makefile, mgui/GuiLinkDef.h:
2941 - added MineSweeper
2942
2943 * Makefile:
2944 - added missing mfileio
2945
2946
2947
2948 2002/07/11: Abelardo Moralejo
2949
2950 * manalysis/MCerPhotCalc2.[h,cc]
2951 - new class to compute nphe weighting FADC slices.
2952
2953
2954
2955 2002/07/10: Oscar Blanch
2956
2957 * manalysis/MCerPhotAnal.[h,cc]
2958 - new class to compute nphe. First version.
2959
2960
2961
2962 2002/07/10: Abelardo Moralejo
2963
2964 * macros/MagicHillas.C:
2965 -added MMcEvt container to hillas.root output
2966
2967
2968
2969 2002/07/10: Thomas Bretz
2970
2971 * mmain/Makefile:
2972 - added -I../mfileio
2973
2974 * manalysis/MCerPhotPix.h:
2975 - renamed IsCorePixel to IsPixelCore
2976 - renamed SetCorePixel to SetPixelCore
2977
2978 * manalysis/MHillas.[h,cc]:
2979 - added fNumCorePixel
2980 - added fNumUsedPixel
2981
2982 * manalysis/MImgCleanStd.cc, manalysis/MCerPhotEvt.cc:
2983 - renamed IsCorePixel and SetCorePixel
2984
2985
2986
2987 2002/07/08: Thomas Bretz
2988
2989 * macros/rootlogon.C:
2990 - added include pathes for ACLIC
2991
2992 * mfileio, mfileio/FileIOLinkDef.h, mfileio/FileIOIncl.h,
2993 mfileio/Makefile:
2994 - new directory
2995
2996 * mbase/MWriteAsciiFile.[h,cc], mbase/MWriteRootFile.[h,cc],
2997 mbase/MReadTree.[h,cc], mbase/MReadMarsFile.[h,cc],
2998 manalysis/MCT1ReadAscii.[h,cc]:
2999 - moved to mfileio
3000
3001 * mbase/Makefile, mbase/BaseLinkDef.h, mbase/BaseIncl.h,
3002 manalysis/Makefile, manalysis/AnalysisLinkDef.h,
3003 manalysis/AnalysisIncl.h, meventdisp/Makefile:
3004 - changed accordingly
3005
3006 * meventdisp/MGCamDisplay.cc:
3007 - cd to right canvas before drawing camera display
3008
3009 * meventdisp/MGEvtDisplay.[h,cc]:
3010 - added the "Geometry"-Tab
3011 - added MC informations to gui
3012
3013 * mgui/MCamDisplay.[h,cc]:
3014 - added DrawPixelNumbers
3015 - added buttons to change the palette online
3016
3017 * mgui/MHexagon.h:
3018 - added Getter functions
3019
3020 * macros/MagicHillas.C:
3021 - added read.DisableAutoScheme()
3022
3023 * mhist/MH.[h,cc]:
3024 - changed Fill to be non abstract anymore
3025
3026
3027
3028 2002/07/04: Abelardo Moralejo
3029
3030 * macros/trigrate.C:
3031 - Introduced some style improvements suggested by T. Bretz.
3032
3033
3034
3035 2002/07/04: Abelardo Moralejo
3036
3037 * mmontecarlo/MMcTriggerRateCalc.h,cc:
3038 - Now the dimension of fTrigger is set dynamically, to allow
3039 the processing of files with an arbitrarily large number of
3040 trigger conditions inside.
3041
3042 * macros/trigrate.C:
3043 - Adapted the macro to changes above, and added a third argument:
3044 the name of a file containing pure NSB events from which the
3045 accidental trigger rate is calculated. Previously, this had to
3046 be introduced in the macro by hand by the user.
3047
3048
3049
3050 2002/06/14: Thomas Bretz
3051
3052 * mhist/MBinning.cc:
3053 - Initialize the binning with 10 edges from 0 to 1
3054
3055
3056
3057 2002/06/13: Thomas Bretz
3058
3059 * mdata/MData.cc:
3060 - changed ostream.h to ofstream.h to make it compile on alpha
3061
3062
3063
3064 2002/06/10: Thomas Bretz
3065
3066 * mbase/MReadMarsFile.cc:
3067 - changed name of fRun to ReadRunHeaders
3068
3069 * mbase/MReadTree.cc:
3070 - changed output to show name of class
3071
3072 * macros/plot.C:
3073 - added
3074
3075 * macros/plot2.C:
3076 - added
3077
3078 * manalysis/MHillas.cc:
3079 - changed atan2 to atan for fDelta
3080
3081 * mbase/MAGIC.h, mbase/BaseLinkDef.h:
3082 - changed definitions for Particle Id to enum
3083
3084 * mbase/MGList.cc:
3085 - IsA()->InheritsFrom() replaced with InheritsFrom()
3086
3087 * mbase/MWriteAsciiFile.cc:
3088 - IsA()->InheritsFrom() replaced with InheritsFrom()
3089 - removed some debug outputs
3090
3091 * mbase/MDataChain.[h,cc]:
3092 - implemented sign '-'
3093
3094 * mhist/MH.h:
3095 - changed default canvas size to 580x435
3096
3097 * mhist/MHHadroness.cc:
3098 - added some more output to Print
3099
3100 * mhist/MHMatrix.h:
3101 - changed some i,j to x,y
3102 - removed fabs from distance calculation
3103 - added sqrt to distance calculation
3104
3105 * mmc/MMcEvt.cxx:
3106 - changed output of Print
3107
3108
3109
3110 2002/06/06: Thomas Bretz
3111
3112 * manalysis/MHillasSrc.cc:
3113 - changed atan2 to atan for fAlpha
3114
3115
3116
3117 2002/06/05: Thomas Bretz
3118
3119 * mbase/MWriteAsciiFile.[h,cc]:
3120 - changed the code completely to support rules (data chains), too.
3121 the interface stayed the same.
3122
3123 * mdata/MDataChain.cc, mhist/MHMatrix.cc:
3124 - added math.h for alpha compilers
3125
3126 * mbase/MParContainer.h:
3127 - changes IsReadyToSave to const
3128
3129 * mdata/MData.[h,cc]:
3130 - added AsciiWrite
3131
3132 * mdata/MDataChain.[h,cc], mdata/MDataList.[h,cc], mdata/MDataValue.h:
3133 - added IsReadyToSave
3134
3135 * mdata/MDataMember.[h,cc]:
3136 - added a new constructor
3137 - added IsReadyToSave
3138
3139
3140
3141 2002/06/04: Thomas Bretz
3142
3143 * mhist/MHCompProb.[h,cc]:
3144 - added
3145
3146 * mhist/MHMatrix.cc:
3147 - corrected some bugs in the algorithm to calculate the distance
3148
3149 * mhist/Makefile:
3150 - added -I../mmc
3151
3152 * mbase/Makefile:
3153 - added -I../mdata
3154
3155 * mhist/MHHadroness.cc:
3156 - some changes to the layout of the drawn histograms
3157
3158
3159
3160 2002/06/03: Thomas Bretz
3161
3162 * mhist/MHCompProb.[h,cc]:
3163 - added
3164
3165 * mhist/MHHadroness.[h,cc]:
3166 - added
3167
3168 * mhist/HistLinkDef.h, mhist/Makefile:
3169 - added MHCompProb
3170 - added MHHadroness
3171
3172 * mhist/MFillH.cc:
3173 - added a info-output
3174
3175 * mhist/MH3.cc:
3176 - excluded temporary profiles from directory
3177
3178 * mhist/MHMatrix.[h,cc]:
3179 - added code to calculate multi-dimensional distances
3180 - added comments
3181
3182 * mbase/MAGIC.h:
3183 - changed kGAMMA to 1
3184
3185 * mbase/MParList.[h,cc]:
3186 - added Replace-function
3187
3188 * mbase/MReadMarsFile.[h,cc]:
3189 - added correct seeking for the run headers
3190
3191 * mbase/MReadTree.[h,cc]:
3192 - added GetFileIndex()
3193
3194 * mbase/MTaskList.cc:
3195 - changed fTasksProcess.Delete() to fTasksProcess.Clear()
3196
3197 * mbase/MWriteAsciiFile.[h,cc]:
3198 - added some code for future usage (in comments)
3199
3200 * mbase/MLogo.[h,cc]:
3201 - added (not in use)
3202
3203 * mfilter/MFParticleId.[h,cc]:
3204 - added
3205
3206 * mfilter/Makefile, mfilter/FilterLinkDef.h:
3207 - added MFParticleId
3208
3209 * manalysis/MHadroness.[h,cc]:
3210 - added
3211
3212 * manalysis/MCompProbCalc.[h,cc]:
3213 - added
3214
3215 * manalysis/MMultiDimDistCalc.[h,cc]:
3216 - added
3217
3218 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
3219 - added MHadroness
3220 - added MCompProbCalc
3221 - added MMultiDimDistCalc
3222
3223 * manalysis/Makefile:
3224 - added ../mdata
3225 - added ../mhist
3226
3227 * macros/star.C:
3228 - added
3229
3230 * macros/comprob.C:
3231 - added
3232
3233 * macros/multidimdist.C:
3234 - added
3235
3236 * macros/dohtml.C:
3237 - added star.C
3238 - added comprob.C
3239 - added multidimdist.C
3240
3241 * mdata/MData.h:
3242 - added ()-operator
3243
3244 * mdata/MDataList.cc:
3245 - removed 'all' modifier in Print-statement
3246
3247 * mdata/MDataChain.[h,cc]:
3248 - added default constructor
3249
3250 * mdata/MReadTree.cc:
3251 - fixed a root bug for root versions<3.03/00 (the open file in
3252 the TChain was not deleted (closed))
3253
3254 * mbase/MReadMarsFile.[h,cc]:
3255 - store parlist instead of tasklist
3256 - check for run types between files
3257 - check for used reflector version (because of a bug in the program)
3258
3259 * mmc/MMcRunheader.hxx:
3260 - added GetReflVersion()
3261
3262 * mmontecarlo/MMcTriggerRateCalc.cc:
3263 - changed particle Id numbers to predefined constants
3264
3265
3266
3267 2002/05/29: Thomas Bretz
3268
3269 * mhist/MHMatrix.[h,cc]:
3270 - added
3271
3272 * mhist/HistLinkDef.h, mhist/Makefile
3273 - added MHMatrix
3274
3275 * mhist/MH.h:
3276 - added Finalize-function prototype to be called at the end of
3277 the eventloop
3278
3279 * mhist/MFillH.cc:
3280 - added call to Finalize-function to in PostProcess
3281
3282 * mhist/MH3.cc:
3283 - removed old includes
3284
3285 * mhist/MDataChain.cc:
3286 - fixed a harmfull bug in the constructor. fOperatorType wasn't
3287 correctly initialized
3288
3289 * mhist/MDataMember.cc:
3290 - added some output in case of failures
3291
3292 * mgui/MGeomCam.[h,cc]:
3293 - renamed fMm2Deg to fConvMm2Deg to be consistent with the Getter
3294 function name
3295
3296
3297
3298 2002/05/13: Thomas Bretz
3299
3300 * mbase/MReadTree.cc:
3301 - changed the Notify-workaround from GetEntry to LoadTree.
3302
3303 * mfilter/MFDataMember.[h,cc]:
3304 - changed class to use MDataMember instead of a direct access to
3305 TMethodCall
3306
3307 * mfilter/Makefile:
3308 - added path to mdata
3309
3310
3311
3312 2002/05/06: Thomas Bretz
3313
3314 * mbase/MReadMarsFile.cc, mbase/MReadTree.cc, mbase/MTaskList.cc:
3315 - implemented usage of the return value of the Notofy function
3316
3317 * mdata/MDataChain.[h,cc]:
3318 - implemented single-argument operators (like abs or exp)
3319
3320
3321
3322 2002/05/03: Thomas Bretz
3323
3324 * mars.cc:
3325 - changed version to 0.8
3326 - added logo stuff
3327
3328 * merpp.cc:
3329 - changed usage-output
3330
3331 * mgui/MCamDisplay.cc, mgui/MGeomCam.cc, mgui/MGeomCamCT1.cc,
3332 mgui/MGeomCamMagic.cc, mgui/MHexagon.cc, mhist/MBinning.cc,
3333 mhist/MFillH.cc, mhist/MH.cc, mhist/MHAlphaEnergyTheta.cc,
3334 mhist/MHAlphaEnergyTime.cc, mhist/MHEffOnTimeTheta.cc,
3335 mhist/MHEffOnTimeTime.cc, mhist/MHEnergyTheta.cc, MHEnergyTime.cc,
3336 mhist/MHMcCollectionArea.cc, mhist/MHStarMap.cc, mmain/MMars.cc,
3337 mmontecarlo/MMcCollectionAreaCalc.cc
3338 - changed mail address
3339 - added missing copyright notices
3340 - added missing class description
3341
3342 * mbase/MWriteRootFile.cc, mbase/MWriteAsciiFile.cc:
3343 - added AddToBranch call to AddContainer(const char*, const char*)
3344
3345
3346
3347 2002/04/30: Thomas Bretz
3348
3349 * macros/MagicHillas.C:
3350 - made eventloop infinite
3351
3352 * macros/tar.C:
3353 - implemented some sanity checks (existing files)
3354
3355 * mgui/MCamDisplay.[h,cc]:
3356 - changed to use DeepSea palette in root versions newer than 3.01/05
3357 - fixed a bug which caused the destructor to do strange thing
3358 (the uncloned fGeomCam was deleted)
3359 - implemented a more accurate deletion of the objects in the
3360 TClonesArrays by using TClonesArray::Delete
3361 - Implemented deletion of automatically created TCanvas
3362 - Implemented a sanity check in Draw and DrawPhotNum
3363
3364 * macros/readCT1.C, macros/readMagic.C:
3365 - changed to Handling of the gui and keyboard input
3366 - implemented the filename as function argument
3367
3368 * manalysis/MCT1ReadAscii.cc:
3369 - Expanded filename to support filnames containing '~'
3370
3371 * mhist/MH3.h:
3372 - removed 'const' to make 0.7 root 3.01/06 compatible
3373
3374 * mdata/MDataMember.cc, mdata/MDataValue.cc, mdata/MDataChain.cc:
3375 - removed a 'redefinition of default argument'
3376
3377 * mdata/MFDataMember.cc:
3378 - fixed a bug in the process function (second switch was never reached)
3379
3380
3381
3382 2002/04/29: Thomas Bretz
3383
3384 * macros/tar.C:
3385 - added
3386
3387 * Makefile:
3388 - changed "make tar" to use macros/tar.C and root
3389
3390
3391
3392 2002/04/29: Wolfgang Wittek
3393
3394 * mhist/Makefile, mhist/HistLinkDef.h
3395 - MHThetabarTheta and MHThetabarTime were added
3396
3397 * mhist/MHThetabarTheta.[h,cc], mhist/MHThetabarTime.[h,cc]:
3398 - added
3399
3400 * mhist/MHMcEnergyMigration.[h,cc]:
3401 - added
3402
3403
3404
3405 2002/04/27: Oscar Blanch
3406
3407 * mmc/MMcRunHedaer.cxx, mmc/MMcTrig.cxx, mmc/MMcTrigHeader:
3408 - description of variables that have been introduced in the second
3409 version of this Containers.
3410
3411
3412
3413 2002/04/26: Thomas Bretz
3414
3415 * mhist/MHFadcCam.cc:
3416 - start numbering of pixels with 1
3417
3418 * mhist/MHFadcPix.[h,cc]:
3419 - overloaded clone to get rid of the histograms in any directory
3420 - removed some unnecessary StrDup calls
3421 - changed binning (Thanks to Abelardo)
3422
3423 * mdata/MData.[h,cc]:
3424 - documentation added
3425 - implemented a new abstract member function: IsValid
3426
3427 * mdata/MDataChain.cc, mdata/MDataList.cc:
3428 - changed logging output
3429 - documentation added
3430
3431 * mdata/MDataList.h, mdata/MDataMember.h, mdata/MDataValue.h:
3432 - implemented IsValid
3433
3434 * mdata/MDataMember.cc:
3435 - Don't preprocess if fCall is already available
3436 - documentation added
3437
3438 * mdata/MDataValue.cc:
3439 - documentation added
3440
3441 * mhist/MHMcDifRate.h, mhist/MHMcEfficiency.h,
3442 mhist/MHMcEfficiencyEnergy.h, mhist/MHMcEfficiencyImpact.h,
3443 mhist/MHMcEnergyImpact.h:
3444 - corrected class description
3445
3446 * mbase/MParList.cc:
3447 - fixed a bug in CreateObjList
3448
3449
3450
3451 2002/04/25: Thomas Bretz
3452
3453 * mmontecarlo/MMcCollectionAreaCalc.[h,cc]:
3454 - counts now the number of simulated showers
3455 - implemented some sanity checks (corsika version, etc)
3456
3457 * mhist/MMcCollectionArea.[h,cc]:
3458 - added a first implementation of a calculation using only triggered
3459 events
3460
3461 * mhist/MH.[h,cc]:
3462 - changed the first argument in SetBinning (according to the number
3463 of axis) to TH2 or TH3
3464
3465 * mhist/MH2.cc:
3466 - changed the first argument in SetBinning (according to the number
3467 of axis) to TH2 or TH3
3468
3469 * macros/collarea.C:
3470 - replaces MReadTree by MReadMarsFile
3471
3472 * mmc/MMcRunHeader.hxx:
3473 - added GetAllEvtsTriggered
3474
3475
3476
3477 2002/04/24: Thomas Bretz
3478
3479 * mbase/MReadTree.cc:
3480 - made use of TBranch::GetClassName root version dependant
3481
3482 * manalysis/MCerPhotCalc.[h,cc]:
3483 - added a fix (ped.mean - 0.5) for files from camera with version <= 40
3484
3485 * mmc/MMcRunHeader.hxx:
3486 - added some Getter functions
3487
3488 * mdata/MDataChain.cc:
3489 - use rule as a title if no title ios given
3490
3491 * mhist/MH3.[h,cc]:
3492 - added usage of Data-Chains
3493 - added a profiling option to the draw functions
3494 - use the title (rule) of the data-chain as axis title
3495
3496 * mhist/Makefile:
3497 - added mdata-path
3498
3499 * mbase/MParContainer.h:
3500 - changed some output in GetterFunction
3501
3502
3503
3504 2002/04/24: Wolfgang Wittek
3505
3506 * Work was done on the calculation of photon fluxes as a function of
3507 Theta and as a function of time. The work is still in progress.
3508
3509 * macros/wowflux.C
3510 - the macr0 was added (extended and improved version of flux.C)
3511 - the macro steers the calculation of photon fluxes as a function
3512 of Theta and time
3513 - the macro is not yet complete; testing and developing is going on
3514
3515 * mhist/MHAlphaEnergyTheta.[h,cc], mhist/MHAlphaEnergyTime.[h,cc],
3516 mhist/MHEffOnTimeTheta.[h,cc], mhist/MHEffOnTimeTime.[h,cc],
3517 mhist/MHTimeDiffTheta.[h,cc], mhist/MHTimeDiffTime.[h,cc]:
3518 - documentation was added
3519 - histogram axes were labeled
3520
3521 * mhist/MHEffOnTimeTheta.cc:
3522 - range in which the fit of the distribution of time differences
3523 is to be performed has been calculated
3524 - new histograms were added (chi2/NDF, lambda, N0del)
3525
3526
3527
3528 2002/04/23: Thomas Bretz
3529
3530 * madata/Makefile, mdata/DataIncl.h, mdata/DataLinkDef.h,
3531 mdata/MData.[h,cc], mdata/MDataValue.[h,cc], mdata/MDataList.[h,cc],
3532 mdata/MDataChain.[h,cc], mdata/MDataMember.[h,cc]:
3533 - added
3534
3535 * mmc/MMcEvt.[hxx,cxx]:
3536 - added correct units for fImpact
3537
3538
3539
3540 2002/04/22: Thomas Bretz
3541
3542 * Makefile:
3543 - added a chapter how to compile mars using shared libraries
3544
3545 * NEWS:
3546 - updated
3547
3548 * mfilter/MF.[h,cc]:
3549 - added
3550
3551 * mfilter/MFDataMember.[h,cc]:
3552 - added
3553
3554 * mhist/MH3.[h,cc]:
3555 - added
3556
3557 * mhist/MHHillasExt.[h,cc]:
3558 - added
3559
3560 * macros/rootlogon.C:
3561 - added make() function
3562 - splitted rootlogon()
3563
3564 * mbase/MFilterList.cc:
3565 - fixed a bug in the constructor
3566 - small changes to the print function
3567
3568 * mbase/MParContainer.[h,cc]:
3569 - Added GetterMethod-Function
3570
3571 * mbase/MParList.cc:
3572 - Added a security check in case no def. constructor of the new class
3573 is available
3574 - changed print function
3575
3576 * mbase/MReadTree.cc:
3577 - changed so that the class type of the branch is used for creation of
3578 a new object instead of its name
3579
3580 * mbase/MTaskList.[h,cc]:
3581 - fixed the check for the Process function. Only base classes
3582 of first order have been checked
3583
3584 * mfilter/FilterLinkDef.h, mfilter/Makefile:
3585 - added MF, MFDataMember
3586
3587 * mhist/HistLinkDef.h, mhist/MFillH.cc:
3588 - added MH3, MHHillasExt
3589
3590 * mhist/MFillH.cc:
3591 - small changes
3592
3593 * mhist/MH.[h,cc]:
3594 - changed name handling in MakeDefCanvas to TString
3595
3596 * mhist/MHHillas.cc:
3597 - exchanged Get*axis()->SetTitle with Set*Title()
3598
3599 * mhist/MHHillas.h:
3600 - made SetMm2Deg virtual (for MHHillasExt)
3601
3602 * mhist/MHStarMap.[h,cc]:
3603 - changed layout from mm to deg
3604
3605 * mhist/MHHillasSrc.cc:
3606 - fixed a bug which made it unpossible to display fDist in degrees
3607
3608
3609
3610 2002/04/19: Thomas Bretz
3611
3612 * mbase/MTaskList.cc:
3613 - fixed a heavy bug which caused PreProcess to crash (GetListOfBases
3614 return a List of TBaseClasses not a List of TClass objects)
3615 - added a security check to Process whether we have something to process or not.
3616
3617 * macros/CT1Hillas.C:
3618 - changed to the new Hillas classes
3619
3620 * macros/readCT1.C:
3621 - fixed a bug causing readCT1.C to crash when reading the first event
3622 being a pedestal event
3623
3624
3625
3626 2002/04/17: Thomas Bretz
3627
3628 * mbase/MParContainer.cc:
3629 - case label TMethodCall::kOther changed to default to get rid of
3630 some warnings in newer root's (missing case label kString)
3631
3632 * mbase/MAGIC.h:
3633 - changed defintion of Glog so that it now works on Alpha machines, too.
3634
3635
3636
3637 2002/04/16: Thomas Bretz
3638
3639 * mhist/MHHillas.cc:
3640 - Fixed a 'redefinition of default argument' on alpha
3641
3642
3643
3644 2002/04/15: Thomas Bretz
3645
3646 * mgui/MGeomCam.cc:
3647 - Added SetReadyToSave to Constructor
3648
3649 * mhist/MH.cc:
3650 - Added some #ifdef conditionals for a fix in root
3651
3652 * mfilter/MFAlpha.[h,cc]:
3653 - made IsExpressionTrue inline
3654
3655
3656
3657 2002/04/05: Thomas Bretz
3658
3659 * mmain/MDataCheck.cc:
3660 - exchanged order in call to MFillH constructor
3661 - made eventloop infinite (only 300 events have been processed)
3662
3663 * mbase/MEvtLoop.h:
3664 - added GetTaskList
3665
3666 * mbase/MTaskList.[h,cc]:
3667 - introduced fTasksProcess which contains only the tasks
3668 which overloads the process function so that processing
3669 tasks doesn't waste time if a tasks doesn't have the process
3670 function
3671
3672 * mgui/MGeomPix.[h,cc]:
3673 - corrected calculation of pixel area
3674
3675
3676
3677 2002/04/04: Thomas Bretz
3678
3679 * mbase/MLog.cc:
3680 - stripped last character (CR) from output redirected to GUI
3681
3682
3683
3684 2002/03/21: Thomas Bretz
3685
3686 * mhists/MH.cc:
3687 - TAxis::Set resets the axis title so I implemented a workaround
3688 in SetBinning so that the axis title survives.
3689
3690 * mhists/MHEffOnTimeTheta.cc, MHEffOnTimeTime.cc:
3691 - replaced Get*axis()->SetTitle() by Set*Title()
3692 - corrected the Name in MakeDefCanvas
3693
3694
3695
3696 2002/03/20: Thomas Bretz
3697
3698 * macros/flux.C:
3699 - fixed a small bug (thanks to Wolfgang)
3700
3701 * mhist/MHHillas.[h,cc]:
3702 - added more scaling options
3703 - added setting for scaling factor
3704
3705 * mhist/MHStarMap.cc:
3706 - changed sign of t (due to a mail of Wolfgang)
3707
3708 * mhist/MHTimeDiff*.cc:
3709 - removed an implicit down-cast (TH1D --> TH1)
3710
3711
3712
3713 2002/03/15: Oscar Blanch
3714
3715 * mmc/McLinkDef.h
3716 - Automatic scheme evolution for all MC format classes.
3717 It has been checked that it keeps compatibility with old files.
3718
3719 * mmc/MTriggerDefine.h
3720 - Enlarge number of trigger pixels.
3721
3722 * mmc/MTrigger.[cxx,hxx]
3723 - Trigger zone has been enlarged. Now information about status
3724 of the pixel is saved for all Camera pixels.
3725 - Old files can still be read but becareful when one looks at the
3726 data member fPixelsFirst which is an array of different size for
3727 the new and old files.
3728 - ClassDef version upgraded to 2.
3729
3730 * mmc/MTriggerHedaer.[cxx,hxx]
3731 - Member data fElecNoiseTrig, which has information about the
3732 electronic noise in the trigger chain, has been introduced.
3733 - Trigger zone has been enlarged. Now information about status
3734 of the pixel is saved for all Camera pixels.
3735 - Old files can still be read but becareful when one looks at the
3736 data member fThreshold which is an array of diferent size for
3737 the new and old files.
3738 - ClassDef version upgraded to 2.
3739
3740
3741
3742 2002/03/13: Oscar Blanch
3743
3744 * mmc/MMcRunHeader.[cxx,hxx]
3745 - Several new variable members have been added
3746 - Version number updated to 2
3747
3748
3749
3750 2002/03/12: Thomas Bretz
3751
3752 * mmontecarlo/MMcTimeGenerate.cc (thanks to Wolfgang):
3753 - removed wrong comment for Process
3754 - changed Int_t to UInt_t (more readable)
3755 - replaced unit: ms -> 0.1ms
3756
3757
3758
3759 2002/03/08: Thomas Bretz
3760
3761 * manalysis/MHillasSrc.[h,cc]:
3762 - added fHeadTail
3763 - changed version number to 2.
3764
3765
3766
3767 2002/03/07: Thomas Bretz
3768
3769 * mbase/MParContainer.[h,cc], MWriteAsciiFile.[h,cc]:
3770 - added a scale value which can be used in case you are writing
3771 single data mambers
3772
3773
3774
3775 2002/03/04: Thomas Bretz
3776
3777 * mbase/MParContainer.cc:
3778 - changed AsciiWrite so that only base classes with a version
3779 id > 0 are written (important for MParContainer)
3780
3781
3782
3783 2002/03/01: Thomas Bretz
3784
3785 * mhist/MHMcEfficiencyEnergy.[h,cc], mhist/MHMcEfficiencyImpact.[h,cc],
3786 mhist/MHMcDifRate.[h,cc], mhist/MHMcIntRate.[h,cc]:
3787 - added
3788
3789 * mhist/Makefile, mhist/HistLinkDef.h:
3790 - added MHMcEfficiencyEnergy and MHMcEfficiencyImpact
3791 - added MHMcDifRate and MHMcIntRate
3792
3793 * mhist/MHMcCollectionArea.[h,cc]:
3794 - changed instantiation of collection area histogram
3795 - added settings for the binning
3796 - replaced division by root function
3797 - added Calc-functions
3798 - added GetHist
3799
3800 * mhist/MHMcEfficiency.[h,cc]:
3801 - changed pointers in Calc functions to references
3802
3803
3804
3805
3806
3807 2002/02/28: Thomas Bretz
3808
3809 * mhist/MHMcEnergyImpact.[h,cc], mhist/MHMcEfficiency.[h,cc]:
3810 - added
3811
3812 * mhist/Makefile, mhist/HistLinkDef.h:
3813 - added MHMcEnergyImpact and MHMcEfficiency
3814
3815 * mhist/*.cc:
3816 - repaced some *&-> casts by &.
3817
3818 * mhist/MHMcCollectionArea.[h,cc]:
3819 - changed to be able to use new MHMcEfficiency.
3820
3821
3822
3823 2002/02/21: Abelardo Moralejo
3824
3825 * manalysis/MHillasExt.cc :
3826 - added #include <math.h> (else, fabs not recognized by OSF)
3827
3828
3829
3830 2002/02/21: Thomas Bretz
3831
3832 * manalysis/MHillas.[h,cc]:
3833 - changed fMeanx and fMeany to fMeanX and fMeanY to match the names
3834 of the getter functions, needed by TDataMember::GetterMethod
3835 - commented out WriteAscii (replaced by more general in MParContainer
3836 and MWriteAsciiFile)
3837
3838 * manalysis/MHillasSrc.[h,cc], mmc/MMcEvt.[hxx, cxx]:
3839 - commented out WriteAscii (replaced by more general in MParContainer
3840 and MWriteAsciiFile)
3841
3842 * manalysis/MHillasExt.[h,cc]:
3843 - added necessary Getter Methods
3844
3845 * mbase/MFilterList.cc:
3846 - removed a nonsens comment
3847
3848 * mbase/MGList.cc:
3849 - relay on the bugfix for DynamicCast
3850
3851 * mbase/MParContainer.[h,cc]:
3852 - implemented WriteDataMember to have a more general interface
3853 for readable output.
3854 - changed ofstream to a more general ostream
3855
3856 * mbase/MWriteAsciiFile.[cc,h]:
3857 - generalized ascii writer to be able to write single data members
3858
3859
3860
3861 2002/02/13: Thomas Bretz
3862
3863 * Makefile:
3864 - made 'make dox' dependant on existance of shared object
3865
3866
3867
3868 2002/02/13: Thomas Bretz
3869
3870 * macros/MagicHillas.C, mhist/MHHillas.[h,cc], mhist/MHHillasSrc.[h,cc]:
3871 - implemented variable binning (MBinning)
3872 - implemented conversion to degrees (thanks to rudy)
3873
3874 * mgui/MGeomCam.[h,cc], mgui/MGeomCamCT1.cc, mgui/MGeomCamMagic.cc:
3875 - implemented fMm2Deg and fCamDist
3876
3877
3878
3879 2002/01/23: Thomas Bretz
3880
3881 * macros/flux.C:
3882 - fixed some bugs
3883 - uncommented all drawing
3884
3885 * mhist/MBinning.h:
3886 - changed SetEdges(TArrayD)
3887
3888 * mhist/MH.cc:
3889 - SetBinning(..., TAxis*,...) didn't work. Corrected.
3890
3891 * mhist/MHAlphaEnergyTheta.cc, mhist/MHAlphaEnergyTime.cc,
3892 mhist/MHEffOnTimeTheta.cc, mhist/MHEffOnTimeTime.cc,
3893 mhist/MHTimeDiffTheta.cc, mhist/MHTimeDiffTime.cc:
3894 - changed wrong titles, names, etc.
3895 - changed way of drawing projections
3896 - fixed usage of MH::SetBinning(TH1*)
3897
3898
3899
3900 2002/01/22: Thomas Bretz
3901
3902 * mhist/MHHillasSrc.[h,cc], mhist/MHFadcCam.[h,cc]:
3903 - changed return type of Fill to Bool_t
3904
3905 * mfilter/MFAlpha.[h,cc]:
3906 - added
3907
3908 * mfilter/MFill.[h,cc]:
3909 - implemented a new calling style which allows you to let MFillH
3910 create the necessary histogram objects
3911
3912 * mmain/MAnalysis.cc, macros/MagicHillas.C:
3913 - changed to new stylish MHillas parameter containers
3914
3915 * meventdisp/MGEvtDisplay.cc, mgui/MCamDisplay.cc,
3916 mmain/MDataCheck.[h,cc]:
3917 - fixed a warning in red hat linux
3918
3919 * mfilter/FilterLinkDef.h, mfilter/Makefile:
3920 - added MFAlpha
3921
3922 * mhist/MHHillas.[h,cc], mhist/MHHillasSrc.[h,cc]:
3923 - added SetupFill and usage of MBinning objects
3924
3925 * manalysis/MEnergyEst.[h,cc], manalysis/MEnergyEstimate.[h,cc],
3926 mhist/MHTimeDiffTime.[h,cc], mhist/MHEnergyTheta.[h,cc],
3927 mhist/MHEnergyTime.[h,cc], mhist/MHAlphaEnergyTheta.[h,cc],
3928 mhist/MHAlphaEnergyTime.[h,cc], mhist/MHTimeDiffTheta.[h,cc],
3929 mmontecarlo/MMcTimeGenerate.[h,cc]:
3930 - added
3931
3932 * manalysis/Makefile:
3933 - added MEnergyEst.cc
3934 - added MEnergyEstimate.cc
3935
3936 * mbase/MFilter.[h,cc], mfilter/MF*.[h,cc]:
3937 - added name and title to constructor
3938
3939 * macros/flux.C:
3940 - added
3941
3942
3943
3944 2002/01/21: Thomas Bretz
3945
3946 * mbase/MReadMarsFile.cc, mbase/MReadTree.[h,cc]:
3947 - implemented GetFileName
3948
3949 * mmc/MMcEvt.[hxx,cxx]
3950 - implemented WriteAscii
3951
3952 * mgui/MGeomPix.h:
3953 - implemented first version of GetA
3954
3955 * mhist/MBinning.h:
3956 - small changes to formulas
3957
3958 * mhist/MH.[h,cc]:
3959 - implemented SetBinnign functions
3960
3961 * macros/readMagic.C:
3962 - removed MPedestalCam
3963
3964
3965
3966 2002/01/19: Thomas Bretz
3967
3968 * mbase/MParContainer.cc:
3969 - generalized virtual function AsciiWrite
3970
3971 * changed to fit new MHillas inhertance model:
3972 - manalysis/MHillas.[h,cc]
3973 - manalysis/MHillasCalc.[h,cc]
3974 - mhist/MHHillas.[h,cc]
3975 - mhist/MHStarMap.[h,cc]
3976
3977 * added to fit new MHillas inhertance model:
3978 - manalysis/MSrcPosCam.[h,cc]
3979 - manalysis/MHillasSrc.[h,cc]
3980 - manalysis/MHillasSrcCalc.[h,cc]
3981 - manalysis/MHillasExt.[h,cc]
3982 - mhist/MHHillasSrc.[h,cc]
3983
3984 * manalysis/MCerPhotEvt.[cc,h]:
3985 - introduced weighting with pixel size in GetNumPhotonsMin
3986 - introduced weighting with pixel size in GetNumPhotonsMax
3987
3988 * mgui/MCamDisplay.cc:
3989 - weight the displayed color with the pixel size
3990
3991
3992
3993 2002/01/18: Thomas Bretz
3994
3995 * mhist/MBinning.[h,cc]:
3996 - added (not yet in Makefile)
3997
3998 * mbase/MWriteAsciiFile.cc:
3999 - fixed a bug: replaced GetSize by GetEntries
4000
4001 * mbase/MReadTree.cc:
4002 - changed EnableBranch to accept "Master.Sub" also
4003
4004
4005
4006 2002/01/16: Thomas Bretz
4007
4008 * mars.cc:
4009 - changed version number to 0.7
4010
4011 * NEWS:
4012 - changed current version to 0.7
4013
4014 * manalysis/MMcPedestalNSBAdd.cc:
4015 - small changes to output
4016
4017 * mbase/MParList.[h,cc]:
4018 - added FindObject with class type argument
4019
4020 * mbase/MWriteAsciiFile.cc
4021 - replaced call to InheritsFrom by new FindObject
4022
4023
4024
4025 2002/01/15: Thomas Bretz
4026
4027 * manalysis/MBlindPixelCalc.[h,cc]:
4028 - added more comments
4029 - removed a debug statement
4030
4031 * manalysis/MBlindPixels.[h,cc]:
4032 - added more comments
4033
4034 * manalysis/MCerPhotCalc.cc:
4035 - changed the warning output
4036
4037 * manalysis/MMcPedestalCopy.h:
4038 - added comments
4039
4040 * manalysis/MMcPedestalNSBAdd.[h,cc]:
4041 - added comments
4042 - changed call to AddedToBranchList
4043
4044 * mbase/MWriteAsciiFile.cc:
4045 - added comments
4046
4047 * mmc/MMcRunHeader.[hxx,cxx]:
4048 - made getter const
4049
4050 * meventdisp/MGCamDisplay.cc:
4051 - updated to use MBlindPixelCalc
4052
4053 * mbase/MEvtLoop.cc:
4054 - replaced wrong "MTasklist" by "MTaskList"
4055
4056
4057
4058 2002/01/14: Thomas Bretz
4059
4060 * manalysis/MMcPedestalCopy.cc, manalysis/MMcPedestalNSBAdd.cc:
4061 - added comments
4062
4063 * mbase/MReadMarsFile.cc:
4064 - changed output when switching to new file
4065
4066 * meventdisp/MGFadcDisp.cc:
4067 - made char array in constructor const
4068 - changed char-array to TString
4069
4070 * mmain/MBrowser.[h,cc]:
4071 - changed char-arrays to TString
4072
4073 * mmain/MDataCheck.[h,cc]:
4074 - made char array in constructor const
4075
4076 * Makefile.conf.linux, Makefile.conf.linux-gnu:
4077 - changed to O5
4078
4079 * mbase/MEvtLoop.cc:
4080 - check for inheritance from MTaskList
4081
4082 * manalysis/MPedestalCopy.cc, manalysis/MPedestalNSBAdd.cc:
4083 - small changes
4084
4085 * mbase/MWriteAsciiFile.[h,cc]:
4086 - changed to be able to write more than one container in a line
4087
4088
4089
4090 2002/01/11: Oscar Blanch Bigas
4091
4092 * mmain/MAnalysis.cc:
4093 - added MBlindPixelCalc step.
4094
4095 * macros/trigrate.C:
4096 - the list of MHMcRate is created using from and to instead of
4097 only dimension. Otherwise the case of a single trigger option is
4098 not well treated.
4099
4100 * mhist/MHMcRate.[h,cc]:
4101 - added funtion members SetFlux and SetIncidentRate and small
4102 modification in CalcRate member function
4103
4104 * mmontecarlo/MMcTriggerRateCalc.cc:
4105 - now this task sets the parameters to know the incident particle
4106 flux using MHMcRate::SetFlux. The value are decided by the task
4107 itself depending on the fPartId.
4108
4109 * manalysis/MBlindPixelCalc.cc:
4110 - rename MMcRunHeader:GetStarFieldDe to MMcRunHeader:GetStarFieldDec.
4111
4112 * mmc/MMcRunHeader.[hxx, cxx]:
4113 - rename MMcRunHeader:GetStarFieldDe to MMcRunHeader:GetStarFieldDec.
4114
4115
4116
4117 2002/01/10: Oscar Blanch Bigas
4118
4119 * mbase/Makefile:
4120 - added -I../MRawFormat in the included directories for compile
4121 and link. It was needed to use this Makefile to compile the
4122 files inside the drectory while compiling Monte Carlo programs.
4123
4124 * mraw/Makefile:
4125 - added -I../MBase in the included directories for compile
4126 and link. It was needed to use this Makefile to compile the
4127 files inside the drectory while compiling Monte Carlo programs.
4128
4129 * mbase/Makefile:
4130 - added -I../MBase- in the included directories for compile
4131 and link. It was needed to use this Makefile to compile the
4132 files inside the drectory while compiling Monte Carlo programs.
4133
4134 * mbase/MReadTree.cc:
4135 - changed #include "../mraw/MRawEvtData.h" by #include
4136 "MRawEvtData.h" to remove dependencies on the directory tree naming.
4137
4138
4139
4140 2002/01/09: Oscar Blanch Bigas
4141
4142 * manalysis/MPedestalCam.[h,cc]:
4143 - added CheckBounds function to check that program does not try to
4144 access pedestal outside the camera size.
4145
4146 * manalysis/MCerPhotCalc.h:
4147 - Member data const MPedestalCam *fPedestals -> MPedestalCam
4148 *fPedestals.
4149
4150 * manalysis/MCerPhotCalc.cc:
4151 - Sanity check to avoid searching to pedestals outside the camera
4152 size has been added.
4153
4154 * mmc/MMcRunHeader.[h,cxx]:
4155 - added functions GetStarField[De,Ra].
4156
4157 * manalysis/MBlindPixels.[h,cc]:
4158 - new containet that has a list of pixels that should not be used
4159 in the analysis for any reason (corrupted, star in them, ...).
4160
4161 * manalysis/MBlindPixelCalc.[h,cc]:
4162 - It is a task used to set up the list of blind pixels. Currently
4163 it recognises the CrabNebula starfield and then switch off the
4164 Theta Taury pixels. Blind pixels can be also introduced through
4165 the macro or analysis program.
4166
4167 * manalysis/Makefile:
4168 - added MBlindPixels and MBlinPixelCalc.
4169
4170 * manalysis/AnalysisLinkDef.h:
4171 - added MBlindPixels and MBlinPixelCalc.
4172
4173 * macros/MagicHillas.C:
4174 - added MBlindPixelCalc to avoid bias results due to Star Field
4175 NSB.
4176
4177 * macros/readMagic.C:
4178 - added MBlindPixelCalc to avoid bias results due to Star Field NSB while
4179 computing the Hillas parameters.
4180
4181
4182
4183 2001/12/19: Thomas Bretz
4184
4185 * mbase/MEvtLoop.cc:
4186 - added #ifdef directive to make it work on older root also
4187
4188 * mbase/MReadTree.cc:
4189 - added #ifdef directive to get rid of the memory leak in prior
4190 root 3.02/* versions
4191
4192 * macros/MagicHillas.C, macros/readMagic.C, meventdisp/MGCamDisplay.cc,
4193 mmain/MAnalysis.cc:
4194 - changes MMcPedestalNSB to MMcPedestalNSBAdd
4195
4196 * manalysis/MMcPedestalCopy.[h,cc], manalysis/MMcPedestalNSBAdd.[h,cc]:
4197 - reorganized ReInit, PreProcess.
4198 - moved some code from ReInit to PreProcess to make the code
4199 simpler. At the moment we don't intend to change the
4200 objects in the parlist while runtime.
4201
4202 * manalysis/MMcPedestalNSB.[h,cc]:
4203 - removed
4204
4205 * mbase/MReadMarsFile.cc:
4206 - read the first run header twice. To make it available in the
4207 PreProcess of all tasks
4208
4209 * mbase/MTaskList.cc:
4210 - fixed a bug in the ReInit function. The ReInits where calles with
4211 a NULL-pointer
4212
4213
4214
4215 2001/12/18: Oscar Blanch
4216
4217 * manalysis/Makefile:
4218 - Removed MMcPedestalNSB from compilation and added
4219 MMcPedestalNSBAdd.
4220
4221 * manalysis/AnalysisLinkDefine.h:
4222 - Removed MMcPedestalNSB from class list and added
4223 MMcPedestalNSBAdd.
4224
4225 * manalysis/MMcPedestalCopy.[h,cc]
4226 - added ReInit function.
4227 - move all actions needed to redo for each run from PreProcess
4228 to ReInit
4229 - fix bug of Pedestal and Pedestal fluctuaions correspondence.
4230
4231 * manalysis/MMcPedestalNSBAdd.[h,cc]
4232 - new name for old MMcPedestalNSB.[h,cc]
4233 - added ReInit function.
4234 - move all actions needed to redo for each run from PreProcess
4235 to ReInit
4236 - information about pixel size is used from MGeomCam.
4237
4238 * manalysis/MCerPhotCalc.[h,cc]
4239 - remove fNumLoGainFadcSlices and fNumHiGainFadcSlices members
4240 - fix bug of Pedestal and Pedestal fluctuaions correspondence.
4241
4242
4243 2001/12/18: Thomas Bretz
4244
4245 * manalysis/MMcPedestalCopy.cc:
4246 - changed output
4247
4248 * manalysis/MMcPedestalNSB.cc:
4249 - changed output
4250 - simplified initialization in PreProcess
4251
4252 * mbase/MAGIC.h:
4253 - added kSKIP
4254
4255 * mbase/MParList.cc:
4256 - added a check for the correct inheritance in FindCreateObj
4257
4258 * mbase/MTask.cc:
4259 - added support for kSKIP in PreProcess
4260
4261 * mbase/MTaskList.[h,cc]
4262 - added support for kSKIP in PreProcess
4263 - added Remove function (private)
4264
4265
4266
4267 2001/12/17: Thomas Bretz
4268
4269 * .rootrc:
4270 - added Root.Html.DescriptionStyle
4271 - added Root.Html.SearchEngine
4272
4273 * macros/dohtml.C:
4274 - changed to use THtml (root >= 3.02/06 only)
4275
4276 * manalysis/Makefile:
4277 - changed order to get rid of some wranings
4278
4279 * mbase/BaseLinkDef.h:
4280 - removed MHtml
4281
4282 * mbase/MEvtLoop.cc:
4283 - exchanged gSystem->ProcessEvents() by gClient->ProcessEventsFor()
4284 to make gui update faster
4285
4286 * mbase/MGList.cc:
4287 - added a missing sanity check (workaround for a root bug)
4288
4289 * mbase/MReadTree.cc:
4290 - uncomment EnableBranchCoosing for AutoEnablingScheme
4291 (don't know why there was a comment which made things realy slow)
4292 - changed the auto enabling scheme, so that a branch isn't enabled
4293 more than once. This doesn't hurt, but the output may confuse the
4294 users.
4295
4296 * mbase/MTask.cc:
4297 - added a simple not really necessary check whether the branch is
4298 already in the list
4299
4300 * mbase/MWriteRootFile.cc:
4301 - changed kFillTree to a local const
4302
4303 * mbase/Makefile:
4304 - removed MHtml.cc
4305
4306 * mfilter/MFTriggerLvl1.cc:
4307 - changed AddBranchToList to use the correct container name
4308
4309
4310
4311 2001/12/14: Thomas Bretz
4312
4313 * mbase/MReadMarsFile.[h,cc], mbase/MReadFild.[h,cc]:
4314 - corrected handling of ReInit/Notify (at the moment I assume
4315 one run per file)
4316 - made sure, that we don't get memory leaks when using MReadTree
4317 more than once because the pointer to the pointer isn't deleted.
4318 - added a small class MChain which enhances TChain by a function to
4319 reset fTree. This is used to control when notification are
4320 happening
4321
4322 * mbase/MTask.cc:
4323 - reset the number of executions before the preprocessing
4324
4325
4326
4327 2001/12/11: Thomas Bretz
4328
4329 * mbase/MGGroupFrame.cc:
4330 - removed default arguments from source file
4331
4332 * mbase/MGList.cc:
4333 - changed cast in IsExisting to ?:
4334
4335 * NEWS:
4336 - changed
4337
4338 * manalysis/MCerPhotCalc.cc, mfilter/MTriggerLvl1.cc,
4339 mmontecarlo/MMcCollectionAreaCalc.cc,
4340 mmontacarlo/MMcThresholdCalc.cc,
4341 MMcTriggerRateCalc.cc:
4342 - added Masterbranch name to AddToBranchList
4343
4344 * manalysis/MMcPedestalCopy.cc:
4345 - added Masterbranch name to AddToBranchList
4346 - fixed a bug in the branch name
4347
4348 * mbase/MGList.[h,cc]:
4349 - added a better output if a picture wasn't found
4350
4351 * mbase/MReadTree.[h,cc]:
4352 - added support for branches with master branch names to auto scheme
4353 (first the complete branch name is tried and if this isn't found
4354 only the subbranch name is used to enable the branch)
4355
4356 * mbase/MWriteRootFile.cc:
4357 - appended a '.' to all newly create branches
4358
4359 * mmain/MBrowser.cc, mmain/MMars.cc:
4360 - add the gui elements only if the corresponding picture was found
4361
4362 * mmain/MMars.[h,cc]:
4363 - removed fPic1
4364 - removed fPic2
4365 - changed TList to MGList
4366
4367 * mraw/MRawFileWrite.cc:
4368 - added a '.' to all branch names
4369
4370 * mbase/MTask.[h,cc]:
4371 - added Prototype for ReInit-function
4372
4373 * mbase/MTaskList.[h,cc]:
4374 - implemented ReInit for a task list
4375
4376 * mhist/MHFadcCam.h:
4377 - added '->' to fArray
4378
4379
4380
4381 2001/12/10: Thomas Bretz
4382
4383 * mmc/*.hxx:
4384 - Changed MPARCONTAINER_H to MARS_MParContainer
4385
4386 * meventdisp/MGCamDisplay.cc:
4387 - added MMcPedestalCopy to task list
4388 - added MMcPedestalNSB to task list
4389
4390 * mmain/MAnalysis.cc:
4391 - added MMcPedestalCopy to task list
4392 - added MMcPedestalNSB to task list
4393 - changed reader from MReadTree to MReadMarsFile
4394
4395 * meventdisp/MGEvtDisplay.cc:
4396 - changed reader from MReadTree to MReadMarsFile
4397
4398 * macros/MagicHillas.C, macros/readMagic.C:
4399 - removed unnecessary MReadTree
4400
4401
4402
4403 2001/11/28: Oscar Blanch Bigas
4404
4405 * mbase/MReadMarsFile.cc:
4406 - Added process of fRun = new MReadTree("RunHeaders", fname),
4407 needed to read RunHeaders tree information.
4408
4409 * manalysis/MCerPhotCalc.h:
4410 - Added fNumLoGainFadcSlices and fNumHiGainFadcSlices member
4411 variables because they are needed for Pedestal substraction.
4412
4413 * manalysis/MCerPhotCalc.h:
4414 - Change in the methode to substract the pedestal. The new
4415 methode is valid either for MC data and real data but only for
4416 the current integration (GetSumHiGainSamples()).
4417
4418 * macros/readMagic.C:
4419 - Added several tasks in the task list:
4420 MReadMarsFile to read RunHeaders Tree
4421 MPedestalCopy and MPedestalNSB to treat correctly pedestals.
4422
4423 * macros/MagicHillas.C:
4424 - Added several tasks in the task list:
4425 MReadMarsFile to read RunHeaders Tree
4426 MPedestalCopy and MPedestalNSB to treat correctly pedestals.
4427
4428 * mmc/MMcRunHeader.hxx:
4429 - Added GetNumPheFromDNSB().
4430
4431 * mmc/MMcFadcHeader.hxx:
4432 - Added GetAmplitud().
4433
4434 * manalysis/MMcPedestalNSB.h / .cc:
4435 - New class which adds to the pedestal rms the contribution from
4436 the diffuse NSB.
4437
4438 * manalysis/Makefile:
4439 - New class MMcPedestalNSB added.
4440
4441 * manalysis/AnalysisLinkDefine.
4442 - New class MMcPedestalNSB added.
4443
4444
4445
4446 2001/11/16: Thomas Bretz
4447
4448 * mhist/MHMcCollectionArea.cc:
4449 - set the ReadyToSave bit in CalcEfficiency.
4450
4451 * mmontecarlo/MMcThresholdCalc.cc:
4452 - set the ReadyToSave bit after the calculation has been finished.
4453
4454 * mhist/MHMcRate.cc:
4455 - set the ReadyToSave bit in CalcRate
4456
4457
4458
4459 2001/11/16: Thomas Bretz
4460
4461 * mbase/MEvtLoop.cc:
4462 - removed clock.Print()
4463
4464 * mbase/MGList.[cc,h]:
4465 - added support for TGPictures
4466
4467 * mbase/MReadTree.[h,cc]:
4468 - set ReadyToSave-bit only if reading was successfull
4469 - made SetReadyToSave private
4470
4471 * mbase/MTaskList.cc:
4472 - corrected a small bug in the output
4473
4474 * mbase/MWriteRootFile.cc:
4475 - added a workaround in Print (don't know why it fails for me)
4476 - removed fTrees.SetOwner()
4477
4478 * mbase/MTask.cc:
4479 - removed include of TOrdCollection, TMethod
4480 - some changes to the output
4481
4482 * mbase/MParContainer.h:
4483 - removed old comments
4484
4485 * mmain/MAnalysis.cc, mmain/MCameraDisplay.cc, mmain/MDataCheck.cc,
4486 mmain/MEvtDisp.cc, mmain/MMonteCarlo.cc:
4487 - changed Widget IDs to root style enums
4488 - moved enumerations in the range below 0x100
4489
4490 * mmain/MBrowser.[h,cc]:
4491 - removed some of the member variables, accessed via MGList now
4492 - changed TList to MGList
4493 - added a file-filter combo-box
4494
4495 * mars.cc:
4496 - changed output
4497
4498
4499
4500 2001/11/15: Thomas Bretz
4501
4502 * mbase/MArray.cc, mbase/MArrayB.cc,mbase/MArrayS.cc,
4503 mbase/MClone.cc, mbase/MEvtLoop.cc, mbase/MFilter.cc,
4504 mbase/MFilterList.cc, mbase/MGGroupFrame.cc, mbase/MGList.cc,
4505 mbase/MGTask.cc, mbase/MInputStreamID.cc, mbase/MLog.cc,
4506 mbase/MLogManip.cc, mbase/MParContainer.cc, mbase/MParList.cc,
4507 mbase/MPrint.cc, mbase/MReadMarsFile.cc, mbase/MReadTree.cc,
4508 mbase/MTime.cc, mbase/MWriteAsciiFile.cc, mbase/MWriteFile.cc,
4509 mbase/MWriteRootFile.cc, manalysis/MCT1ReadAscii.cc,
4510 manalysis/MCerPhotCalc.cc, manalysis/MHillas.cc,
4511 manalysis/MHillasCalc.cc, manalysis/MMcPedestalCopy.cc,
4512 manalysis/MPedCalcPedRun.cc, manalysis/MPedestalCam.cc,
4513 manalysis/MPedestalPix.cc, manalysis/MCerPhotEvt.cc,
4514 manalysis/MCerPhotPix.cc, manalysis/MImgCleanStd.cc,
4515 manalysis/MImgCleanStd.cc, mdatacheck/MDumlEvtHeader.cc,
4516 mdatacheck/MGDisplayAdc.cc, meventdisp/MGCamDisplay.cc,
4517 meventdisp/MGEvtDisplay.cc, meventdisp/MGFadcDisp.cc,
4518 mfilter/MFTriggerLvl1.cc, mgui/MGeomCam.cc, mgui/MGeomCamMagic.cc,
4519 mgui/MGeomCamCT1.cc, mgui/MgeomPix.cc, mgui/Mhexagon.cc,
4520 hist/MFillH.cc, mhist/MH.cc, mhist/MHFadcCam.cc, mhist/MHFadcPix.cc,
4521 hist/MHHillas.cc, mhist/MHMcCollectionArea.cc, mhist/MHMcEnergy.cc,
4522 mhist/MHMcRate.cc, mhist/MHStarMap.cc, mmain/MAnalysis.cc,
4523 mmain/MBrowser.cc, mmain/MCameraDisplay.cc, mmain/MDataCheck.cc,
4524 mmain/MEvtDisp.cc, mmain/MMars.cc, mmain/MMonteCarlo.cc,
4525 mmontcarlo/MMcCollectionAreaCalc.cc, mmontecarlo/MMcThresholdCalc.cc,
4526 mmontecarlo/MMcTriggerRateCalc.cc, mraw/MrawCrateArray.cc,
4527 mraw/MRawCrateData.cc, mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc
4528 mraw/MRawEvtPixelIter.cc, mraw/MRawEvtFileRead.cc,
4529 mraw/MRawEvtFileWrite.cc, mraw/MRawEvtRunHeader.cc
4530 - changed mailing address of author according to THtml of root 3.02
4531
4532 * mbase/MClone.cc, mbase/MEvtLoop.cc, mbase/MFilterList.cc,
4533 mbase/MGTask.cc, mbase/MParContainer.cc, mbase/MParList.cc,
4534 mbase/MPrint.cc, mbase/MReadMarsFile.cc, mbase/MReadTree.cc,
4535 mbase/MWriteAsciiFile.cc, mbase/MWriteFile.cc,
4536 mbase/MWriteRootFile.cc, manalysis/MCerPhotEvt.cc,
4537 manalysis/MCerPhotPix.cc, manalysis/MImgCleanStd.cc,
4538 mgui/MGeomCam.cc, mgui/MGeomCamMagic.cc, mgui/MGeomCamCT1.cc,
4539 mgui/MgeomPix.cc, mgui/Mhexagon.cc, hist/MFillH.cc, mhist/MHMcEnergy.cc,
4540 mhist/MHMcRate.cc, mmontcarlo/MMcCollectionAreaCalc.cc,
4541 mmontecarlo/MMcThresholdCalc.cc, mmontecarlo/MMcTriggerRateCalc.cc
4542 mraw/MRawCrateData.cc, mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc
4543 mraw/MRawEvtPixelIter.cc, mraw/MRawEvtFileRead.cc,
4544 mraw/MRawEvtFileWrite.cc, mraw/MRawEvtRunHeader.cc
4545 - changed output to new style logging (verbosity level introduced)
4546
4547 * mbase/MGTask.h:
4548 - added default to CreateGui
4549
4550 * mbase/MLog.cc
4551 - chnaged comparision between output and debug level from >= to >
4552
4553 * mbase/MLogManip.h:
4554 - added defintions for debug levels
4555
4556 * mbase/MReadTree.[h,cc]:
4557 - added support for filters
4558 - SetReadyToSave added
4559 - Print added
4560
4561 * mbase/MTaskList.[h,cc], MTask.[h,cc]:
4562 - changed TOrCollection to TList, because TList can be stored in a
4563 root file.
4564
4565 * mbase/MTask.[h,cc]:
4566 - added GetFilter function (used in MReadTree)
4567
4568 * manalysis/MImgCleanStd.cc:
4569 - same changed to the GUI layout
4570 - added Print member function
4571
4572 * meventdisp/MGCamDisplay.cc:
4573 - added group frame around some gui elements
4574
4575 * mfilter/MFTriggerLvl1.cc:
4576 - fixed missing Init call
4577 - added missing AddToBranchList call
4578
4579 * mars.cc:
4580 - added command line option to set the verbosity level
4581
4582 * merpp.cc:
4583 - added setup for highest verbosity level
4584
4585
4586
4587 2001/11/14: Thomas Bretz
4588
4589 * macros/dohtml.C:
4590 - added missing path to mfilter
4591
4592 * manalysis/MHillas.cc:
4593 - changed the degree symbol back to 'deg', it seems that the code
4594 for it isn't common
4595
4596 * mhist/MH.cc:
4597 - added comment for MakeDefCanvas
4598
4599 * mhist/MHFadcCam.[h,cc]:
4600 - removed old comments (SaveHist)
4601
4602 * mhist/MHHillas.cc:
4603 - changed the Name of fAlpha back. Symbols are nonsens in the name.
4604
4605 * mbase/MGList.[h,cc], mbase/MGTask.[h,cc], mbase/MGGroupFrame.[h,cc]:
4606 - added
4607
4608 * Makefile.conf.linux, Makefile.conf.linux-gnu:
4609 - changed to O3
4610 - added -fnonnull-objects
4611 - added -Woverloaded-virtual
4612
4613 * macros/readCT1.C, macros/readMagic.C:
4614 - changed to use MClone
4615
4616 * manalysis/MImgCleanStd.[h,cc]:
4617 - derived from TGTask
4618 - added CreateGuiElements
4619 - added ProcessMessage
4620
4621 * mbase/BaseLinkDef.h, mbase/Makefile:
4622 - added MGTask
4623 - added MGList
4624 - added MGGroupFrame
4625
4626 * mbase/MInputStreamID.cc:
4627 - rmoved old comment
4628
4629 * mbase/MParContainer.[h,cc]:
4630 - changed output
4631 - made Hash const
4632 - added GetDiscriptor
4633
4634 * mbase/MParList.[h,cc]:
4635 - made FindObject const correct (see TObject)
4636
4637 * mbase/MTask.[h,cc]:
4638 - changed output to use GetDescriptor
4639 - made Call* functions virtual (used in TGTask)
4640
4641 * mbase/MTaskList.[h,cc]:
4642 - made FindObject const correct (see TObject)
4643 - changed output to use GetDescriptor
4644
4645 * mbase/MTime.cc:
4646 - code reformatting
4647
4648 * mbase/MWriteRootFile.cc:
4649 - small changes in output
4650
4651 * mgui/MHexagon.cc:
4652 - changed output according to TEllipse and similar
4653 - made ls const
4654
4655 * mhist/MFillH.cc:
4656 - changed output to use GetDescriptor
4657
4658 * mmain/MAnalysis.[h,cc]:
4659 - changed to use new GUI of MImgCleanStd
4660
4661 * mraw/MRawEvtData.cc:
4662 - small changes to output
4663 - better sanity check for non existing fRunHeader
4664
4665
4666
4667 2001/11/09: Thomas Bretz
4668
4669 * mars.cc, merp.cc, macros/rootlogon.C:
4670 - added MArray::Class()->IgnoreTObjectStreamer();
4671
4672
4673
4674 2001/11/08: Thomas Bretz
4675
4676 * meventdisp/MGCamDisplay.cc:
4677 - changed enums to root style
4678 - get rid of the problem of button deletion by adding the buttons
4679 as first entries to the list
4680
4681 * mmain/MMonteCarlo.cc:
4682 - changed enums to root style
4683 - get rid of the problem of button deletion by adding the buttons
4684 as first entries to the list
4685
4686 * manalysis/MCerPhotCalc.cc, manalysis/MPedCalcPedRun.cc,
4687 mhist/MHFadcCam.cc:
4688 - removed 'Fadc' from function names
4689
4690 * manalysis/MCerPhotEvt.[h,cc]:
4691 - made AddPixel inline
4692
4693 * manalysis/MMcPedestalCopy.cc:
4694 - added output
4695
4696 * manalysis/MPedestalCam.cc:
4697 - removed FIXME
4698
4699 * Makefile's:
4700 - some reordering
4701 - changed to the output
4702
4703 * mbase/MReadTree.cc:
4704 - removed setting of AutoDel-flag (this was not intended and doesn't
4705 work for a TChain, yet)
4706
4707 * meventdisp/MGCamDisplay.cc, meventdisp/MGFadcDisp.cc:
4708 - moved SetWMSizeHints to base class
4709
4710 * meventdisp/MGEvtDisplay.cc:
4711 - added a random move and the SetWMSizeHints
4712
4713 * mhist/MHHillas.cc:
4714 - replaced some text by Latex-formulas
4715
4716 * mmain/MBrowser.cc:
4717 - added a menu entry for opening a TBrowser
4718 - added a random move
4719
4720 * mmain/MMars.[h,cc]:
4721 - changed enums to root style
4722 - moved size specification from header to source
4723 - changed SetWMSizeHints call
4724
4725 * mraw/MrawEvtPixelIter.[h,cc]:
4726 - added fNum[Hi,Lo]GainSamples to make GetSum* faster
4727 - removed 'Fadc' from function names
4728
4729
4730
4731 2001/11/07: Thomas Bretz
4732
4733 * Makefile:
4734 - changed order in 'mrproper'
4735
4736 * manalysis/MCT1ReadAscii.cc, manalysis/MCerPhotCalc.cc:
4737 - added InitSize
4738
4739 * manalysis/MCerPhotEvt.[h,cc]:
4740 - introduces InitSize to speed up things
4741 - changed []-operator to an unchecked access
4742
4743 * manalysis/MPedestalCam.h:
4744 - changed ExpandCreateFast to ExpandCreate (due to lack of good dox)
4745 - changed []-operator to an unchecked access
4746
4747 * mbase/MEvtLoop.cc:
4748 - changed 'total' to 'real' time.
4749
4750 * mgui/MGeomCam.[h,cc]:
4751 - moved []-operator code back to class definition, due to runtime speed
4752 - changed []-operator to an unchecked access
4753
4754 * mhist/MHHillas.cc:
4755 - changed 'degree' to Latex-style
4756
4757 * manalysis/MImgCleanStd.cc:
4758 - we are now initialising an array holding the used pixel to prevent
4759 looping through all pixel thousands of times
4760 (MCerPhotEvt::IsPixelUsed)
4761
4762 * mbase/MWriteAsciiFile.cc:
4763 - enhanced the documentation
4764
4765 * mmain/MBrowser.[h,cc]:
4766 - enhanced the functionality to display the filename
4767 - improved the layout
4768
4769 * mmain/MMars.cc:
4770 - added calling of 'netscape' for the two picture buttons
4771
4772
4773
4774 2001/11/06: Thomas Bretz
4775
4776 * mbase/MReadMarsFile.[h,cc]:
4777 - added
4778
4779 * manalysis/MMcPedestalCopy.[h,cc]:
4780 - moved copying to PreProcess
4781 - removed Process
4782
4783 * mbase/Makefile, mbase/BaseLinkDef.h
4784 - added MReadMarsFile
4785
4786 * mbase/MReadTree.[h,cc]:
4787 - added a list of TObjects to be called when file in the chain
4788 is changed
4789
4790 * Makefile.conf.linux, Makefile.conf.linux-gnu:
4791 - removed -g flag
4792
4793 * mraw/MRawRunHeader.h:
4794 - fixed return type of GetNumEvents
4795
4796 * mraw/MRawCrateArray.[h,cc]:
4797 - added SetSize which takes care of the size of the array
4798 - changed the access to an unchecked one
4799
4800 * mraw/MRawCrateData.h
4801 - derives from MParContainer now
4802
4803 * mraw/MRawEvtData.[h,cc]:
4804 - made Print const
4805 - changed so, that the arrays are dreed and allocated only
4806 as less as possible
4807
4808 * mraw/MRawFileRead.[h,cc]:
4809 - changed to support faster I/O of MRawEvtData and MRawCrateArray
4810 - added sanity check (warning) to PostProcess
4811
4812 * mraw/MRawFileWrite.cc:
4813 - removed deletion of trees (done by ~TFile)
4814 - switched of AutoSave by use of a big size
4815 - removed '.' from Branch names (each tree contains only one master
4816 branch with equal subbranches)
4817
4818 * macros/readCT1.C:
4819 - fixed a small bug
4820
4821 * manalysis/MCerPhotCalc.cc:
4822 - removed Clear from Process (done by Reset now)
4823
4824 * manalysis/MCerPhotEvt.[h,cc]:
4825 - added reset-function
4826 - some small changes to the code layout
4827
4828 * mmc/MMcFadcHeader.[h,cc], mmc/MMcTrig.[h,cc]:
4829 - chenged constructor to support fName and fTitle
4830
4831 * mbase/MReadTree.cc:
4832 - removes '.' from a branch name now before searching/creating the object
4833
4834
4835
4836 2001/11/01: Thomas Bretz
4837
4838 * mbase/MParContainer.cc:
4839 - removed 'newname' from TObject::Clone call.
4840
4841 * mbase/MParContainer.h:
4842 - layout changes
4843
4844 * mbase/MParList.h:
4845 - changed destructor definition to virtual
4846
4847 * mbase/MReadTree.[h,cc]:
4848 - added initialization for fProgress
4849 - changed output
4850 - move some code to new functions
4851 - branch enabling now checks for the existance of the branch
4852 - veto branch disables the corresponding sub branches now physically
4853 - changed comments
4854
4855 * mdatacheck/MGDisplayAdc.cc:
4856 - added some sanity checks
4857
4858 * meventdisp/MGCamDisplay.cc, meventdisp/MGEvtDisplay.[h,cc],
4859 meventdisp/MGFadcDisp.cc:
4860 - moved some code to MGEvtDisplay
4861
4862 * mhist/MFillH.cc:
4863 - added warning to comment
4864
4865 * mhist/MHFadcCam.[h,cc]:
4866 - added Clone-function. It seems, that this is necessary since
4867 root 3.01
4868
4869 * mhist/MHFadcPix.cc:
4870 - changed axis titles
4871
4872 * mmain/MAnalysis.cc:
4873 - added progress bar
4874
4875 * mmain/MBrowser.[h,cc]:
4876 - added layout hints to fTop1,2,3
4877 - adde Create/DestroyProgrssBar
4878
4879 * mmain/MDataCheck.cc:
4880 - changes to the layout
4881 - disable auto scheme
4882 - added progress bar
4883
4884 * mmain/MMonteCarlo.[h,cc]:
4885 - layout changes
4886 - added progress bar
4887
4888 * mraw/MRawEvtData.cc:
4889 - new sanity check in Draw
4890
4891
4892
4893 2001/11/01: Thomas Bretz
4894
4895 * macros/MagicHillas.C:
4896 - changed Draw to DrawClone
4897
4898 * manalysis/MCerPhotPix.h:
4899 - some layout changes
4900
4901 * mbase/MParList.cc:
4902 - fixed a bug in the dstructor which causes the d'tor to crash when
4903 the owner bit was set
4904 - changed some TCollection loop to macro ForEach
4905
4906 * mbase/MTaskList.cc:
4907 - changed some TCollection loop to macro ForEach
4908
4909 * meventdisp/MGEvtDisplay.[h,cc]:
4910 - added filemenu
4911
4912 * mgui/MCamDisplay.[h,cc], mgui/MHexagon.[h,cc]:
4913 - added SavePrimitive function
4914
4915 * mhist/MHHillas.cc:
4916 - changed 'deg' to '°'
4917
4918 * mmain/MDataCheck.cc:
4919 - changed name of enums for buttons
4920
4921 * Makefile.conf.osf1:
4922 - added some more exclusion flags to get rid of to much informations
4923
4924 * Makefile:
4925 - changed flags of tar from '-cvf' to 'cvf' so that it runs on alpha, too
4926
4927 * mbase/MAGIC.h:
4928 - put brackets around defines, to make it compile on alpha
4929
4930 * mbase/MEvtLoop.cc, mbase/MParList.cc, mbase/MTask.cc,
4931 mgui/MGeomCam.cc, mhist/MHFadcPix.cc, mmc/MMcTrig.cxx:
4932 - removed inline statement, to make it link on alpha
4933
4934
4935
4936 2001/10/31: Thomas Bretz
4937
4938 * Makefile:
4939 - changed MrProper output
4940
4941 * Makefile.conf.general, Makefile.conf.linux,
4942 Makefile.conf.linux-gnu, Makefile.conf.osf:
4943 - added ARCHDEF environment
4944
4945 * manalysis/MHillas.[h,cc]:
4946 - added units
4947
4948 * mbase/BaseLinkDef.h:
4949 - added '+' for MTime
4950
4951 * mbase/MAGIC.h:
4952 - let Linux find gLog when creating dictionary
4953
4954 * mbase/MHtml.h:
4955 - removed include of TNamed
4956
4957 * */Makefile
4958 - reordered *.cc filed to get rid of some 'rootcint' warnings
4959
4960 * mgui/MCamDisplay.cc:
4961 - added SetBorderMode(0)
4962
4963 * mgui/MHexagon.[h,cc]:
4964 - changed Print-output to fit into two lines
4965 - made Print appear in the context menu
4966
4967 * merpp.cc:
4968 - Added MParContainer::Class()->IgnoreTObjectStreamer()
4969
4970 * mbase/MEvtLoop.[h,cc], mbase/MReadTree.[h,cc],
4971 mmain/MAnalysis.[h,cc]:
4972 - added support for a progressbar
4973
4974 * mbase/MFilterList.h:
4975 - added SetOwner-support
4976
4977 * mbase/MLogManip.h:
4978 - added 'dec' manipulator to dbginf
4979
4980 * mbase/MTask.h:
4981 - added GetNumExecutions
4982
4983 * mraw/RawLinkDef.h:
4984 - added '+' for MRawEvtPixelIter, MRawCrateArray, MRawCrateData and
4985 MRawFile[Read,Write]
4986
4987
4988
4989 2001/10/30: Thomas Bretz
4990
4991 * macros/MagicHillas.C
4992 - removed precreated objects
4993
4994 * macros/readCt1.C:
4995 - fixed a bug (-> instead of .)
4996
4997 * *LinDef.h:
4998 - added a '+' to all 'new' classes. 'new' means, that the object
4999 is not yet used in Monte Carlo Files.
5000
5001 * *.h:
5002 - changed defines from CLASS_H to MARS_Class type (like root)
5003
5004 * MMcPedestalCopy.[h,cc]:
5005 - added AddToBranchList stamements
5006
5007 * manalysis/MPedestalPix.h, manalysis/MCerPhotPix.h, mgui/MGeomPix.h:
5008 - changed derivement from TObject to MParContainer to be sure
5009 fBits are not written, without specifying this for any TObject
5010 derived class
5011
5012
5013
5014 2001/10/29: Thomas Bretz
5015
5016 * Makefile.rules:
5017 - changed the output
5018
5019 * macros/rootlogon.C:
5020 - Added IgnorTObjectStreamer
5021
5022 * manalysis/MCT1ReadAscii.cc:
5023 - changed fFileNames to a TList of TNamed objects
5024
5025 * mbase/MArray.h:
5026 - removed include of MArray.h
5027
5028 * mbase/MParContainer.[h,cc]:
5029 - changed fName, fTitle from pointer to static object
5030 - Changed ClassVersion to 0
5031
5032 * mbase/MParList.[h,cc]:
5033 - changed fName, fTitle from pointer to static object
5034 - changed include of TObjArray to a forward declaration
5035 (for faster compilation)
5036 - simplified the code
5037
5038 * mbase/MInputStreamID.[h,cc]:
5039 - changed fStreamId from char* to TString
5040 - Changed ClassVersion to 0
5041
5042 * mbase/MReadTree.[h,cc]:
5043 - changed veto-list to an array of TNamed objects
5044 - implemented auto enabeling
5045
5046 * mbase/MTask.[h,cc]:
5047 - implemented fListOfBranches for auto enabeling
5048
5049 * mbase/MTaskList.[h,cc]:
5050 - changed fName, fTitle from pointer to static object
5051 - changed include of TObjArray to a forward declaration
5052 (for faster compilation)
5053
5054 * mbase/MWriteRootFile.cc:
5055 - changed fName, fTitle from pointer to static object
5056 - set splitlevel in TTree::Branch to default
5057 - changed kSaveNow to kFillTree
5058
5059 * mhist/MFillH.cc:
5060 - changed fName, fTitle from pointer to static object
5061 - check inharitance from MH
5062
5063 * mhist/MH.[h,cc]:
5064 - changed fName, fTitle from pointer to static object
5065 - implementation of simplified static MakeDefCanvas
5066
5067 * mhist/MHFadcCam.h:
5068 - removed include of TH1
5069
5070 * mhist/MHFadcPix.[h,cc]:
5071 - implemented persistent pixid
5072 - get rid of 'fixed string sizes'
5073 - Delete histograms from file structure (SetDirectory)
5074 - changed Root's MakeDefCanvas to TH1::MakeDefCanvas
5075 - removed include of TH1
5076
5077 * mhist/MHHillas.cc
5078 - changed fName, fTitle from pointer to static object
5079 - Delete histograms from file structure (SetDirectory)
5080 - changed Root's MakeDefCanvas to TH1::MakeDefCanvas
5081 - changed DrawClone to DrawCopy
5082
5083 * mhist/MHMcCollectionArea.[h,cc]:
5084 - changed fName, fTitle from pointer to static object
5085 - Delete histograms from file structure (SetDirectory)
5086 - changed Root's MakeDefCanvas to TH1::MakeDefCanvas
5087 - changed DrawClone to DrawCopy
5088 - changed binning to log scale
5089 - removed include of TH1
5090
5091 * mhist/MHMcEnergy.cc, mhist/MHStarMap.cc:
5092 - changed fName, fTitle from pointer to static object
5093 - Delete histograms from file structure (SetDirectory)
5094 - changed Root's MakeDefCanvas to TH1::MakeDefCanvas
5095
5096 * manalysis/MCerPhotEvt.cc, manalysis/MHillas.cc,
5097 manalysis/MHillasCalc.cc, manalysis/MImgCleanStd.cc,
5098 manalysis/MMcPedestalCopy.cc, manalysis/MPedestalCam.cc,
5099 mbase/MClone.cc, mbase/MPrint.cc, mbase/MTime.h,
5100 mbase/MWriteAsciiFile.cc, mgui/MGeomCam.cc, mhist/MHFadcCam.cc,
5101 mhist/MHMcRate.cc, mmc/MMcTrig.cxx, mraw/MRawCrateArray.cc,
5102 mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc, mraw/MRawFileRead.cc:
5103 - changed fName, fTitle from pointer to static object
5104
5105 * manalysis/MCerPhotCalc.cc, manalysis/MPedCalcPedRun.cc,
5106 mmontecarlo/MMcThresholdCalc.[h,cc],
5107 mmontecarlo/MMcTriggerRateCalc.[h,cc],
5108 mmontecarlo/MMcCollectionAreaCalc.[h,cc]:
5109 - changed fName, fTitle from pointer to static object
5110 - changed to use auto enabling scheme
5111
5112 * macros/threshold.C, macros/collarea.C, macros/trigrate.C:
5113 - removed UseLeaf
5114
5115 * macros/CT1Hillas.C, macros/readMagic.C:
5116 - made run again
5117
5118 * mraw/MRawFileWrite.cc:
5119 - changed fName, fTitle from pointer to static object
5120 - changed TTree::Branch to use default split level (99)
5121 - added the missing important '.' to the Branch names!
5122
5123 * mraw/MRawRunHeader.[h,cc]:
5124 - changed fName, fTitle from pointer to static object
5125 - implemented enum for Run Type
5126
5127
5128
5129 2001/10/26: Thomas Bretz
5130
5131 * Makefile.rules:
5132 - changed output
5133
5134 * readraw.cc:
5135 - changed name and description in TROOT
5136 - removed argument in MMcEvt::Print()
5137
5138 * manalysis/MCerPhotEvt.[h,cc], manalysis/MCerPhotPix.[h,cc],
5139 manalysis/MHillas.[h,cc], mmc/MMcEvt.[hxx,cxx],
5140 mmc/MMcFadcHeader.[hxx,cxx], mmc/MMcTrig.[hxx,cxx],
5141 mmc/MMcTrigHeader.[hxx,cxx]:
5142 - according to root 3.01 made Print const
5143
5144 * mbase/BaseLinkDef.h:
5145 - added MPrint
5146
5147 * mbase/MPrint.[h,cc]:
5148 - added
5149
5150 * mbase/MClone.[h,cc]:
5151 - changed MParContainer to a more general TObject
5152
5153 * mbase/Makefile:
5154 - MPrint.cc added
5155
5156 * meventdisp/MGCamDisplay.[h,cc], meventdisp/MGEvtDisplay.[h,cc],
5157 meventdisp/MGFadcDisp.[h,cc]:
5158 - introduced fInitOk for the case PreProcessing failed
5159
5160 * mmain/MMonteCarlo.cc:
5161 - added correction for use of several trigger conditions
5162 - speedup threshold calc by usage of UseLeaf
5163
5164 * magiclogo.xpm, marslogo.xpm:
5165 - changed
5166
5167 * mmain/MMonteCarlo.cc:
5168 - added a workaround for the <TClass::TClass> no dictionary for MMc*
5169 problem
5170
5171 * mbase/MWriteRootFile.[h,cc]:
5172 - simplified code by removing MRootFileTree class
5173
5174 * mbase/MLog.cc:
5175 - changed char[len+1] to 'new' statement
5176
5177
5178
5179
5180 2001/10/23: Thomas Bretz
5181
5182 * mbase/MLog.[h,cc]:
5183 - replaced usage of tmpnam by mkstemp
5184
5185 * mgui/MCamDisplay.[h,cc]:
5186 - Paint function added which maintains the aspect ratio of the image
5187 - DrawPhotErr removed
5188 - removed gPad->Clear, so that we can draw into pads not only
5189 canvases
5190
5191 * mhist/MFillHFadc.[h,cc], mhist/MFillHHillas.[h,cc],
5192 mhist/MFillHStarMap.[h,cc]:
5193 - removed
5194
5195 * mmontecarlo/MMcTriggerRateCalc.[h,cc]:
5196 - removed unused spectral index and flux
5197
5198 * mmontecarlo/MMcThesholdCalc.[h,cc],:
5199 mbase/MParList.[h,cc]:
5200 - fixed the Dimension handling
5201
5202 * mmontecarlo/MMcTriggerRateCalc.[h,cc],
5203 - fixed the Dimension handling
5204 - added destructor
5205
5206 * macros/trigrate.C:
5207 - fixed some small things
5208 - accelerated by use of MReadTree::UseLeaf
5209
5210 * mhist/MHMcCollectionArea.h:
5211 - changed default argument of DrawClone from NULL to "".
5212 NULL caused the interpreter to crash.
5213
5214 * mbase/MFilterList.[h,cc], mbase/MParContainer.[h,cc],
5215 mbase/MParList.[h.cc], mbase/MTime.[h,cc],
5216 mgui/MGeomCam.[h,cc], mgui/MGeomPix.[h,cc],
5217 mgui/MHexagon.[h,cc], mhist/MHMcEnergy.[h,cc],
5218 mhist/MHMcRate.[h,cc], mraw/MRawCrateData.[h,cc],
5219 mraw/MRawEvtHeader.[h,cc], mraw/MRawRunHeader.[h,cc]:
5220 - according to root 3.01 I made Print() const
5221
5222 * mdatacheck/MViewAdcSoectra.[h,cc], mdatacheck/MShowSpect.[h,cc]:
5223 - removed
5224
5225 * mbase/MReadTree.cc:
5226 - removed default argument from GetEntry-call
5227
5228 * mbase/MTask.[h,cc]:
5229 - introduced mapping function for (Pre/Post)&Process
5230 - according to root 3.01 I made Print() const
5231 - added PrintStatistics
5232 - added call counter
5233
5234 * mbase/MTaskList.[h,cc]:
5235 - adapted to new MTask mapping functions
5236 - according to root 3.01 I made Print() const
5237 - added PrintStatistics
5238 - moved some functionality to MTask-Mapper functions
5239
5240 * mmain/MMonteCarlo.cc:
5241 - adapted to some changes in other classes
5242 - some small simplifications
5243 - accelerated, by use of UseLeaf
5244 - workaround for the ButtonGroup/Button delete bug
5245
5246 * mmain/MAnalysis.cc:
5247 - workaround for the ButtonGroup/Button delete bug
5248
5249
5250
5251 2001/10/23: Thomas Bretz
5252
5253 * macros/dohtml.C:
5254 - changed macro names
5255
5256 * macros/getCollArea.C:
5257 - renamed to collarea.C
5258 - make use of new fast MReadTree
5259
5260 * macros/getRate.C:
5261 - renamed to trigrate.C
5262
5263 * macros/getThreshold.C:
5264 - renamed to threshold.C
5265
5266 * Makefile.depend:
5267 - removed
5268
5269 * mgui/MCamDisplay.[h,cc]:
5270 - fixed wrong usage of new operator in TClonesArray
5271 - the aspect ratio of the Canvas is used now to display geometries
5272 correctly (no 'small CT1 camera anymore)
5273 - replaced include of MCerPhotPix by a forward declaration
5274 - replaced include of MHexagon by a forward declaration
5275
5276 * mgui/MGeomCam.[h,cc]:
5277 - added GetMaxRadius()-function
5278 - added CalcMaxRadius()-function
5279 - replaced include of MGeomPix by a forward declaration
5280 - replaced include of TObjArray by a forward declaration
5281
5282 * mgui/MGeomCamMagic.cc, mgui/MGeomCamCT1.cc:
5283 - call CalcMaxRadius in the constructor
5284
5285
5286
5287 2001/10/22: Thomas Bretz
5288
5289 * mhist/MH*.[h,cc]:
5290 - changed DrawClone according to root 3.01/06 to 'const'
5291
5292
5293
5294 2001/10/16: Thomas Bretz
5295
5296 * mbase/MReadTree.[h,cc]:
5297 - added some output statements
5298 - added comments
5299 - added UseLeaf
5300 - changed AddFile to Int_t
5301 - simplified GetEntry call
5302
5303 * mgui/MGeomCam.[h,cc], MGeomCamCT1.[h,cc], MGeomCamMagic.[h,cc]:
5304 - added come comments
5305 - removed Draw-function
5306
5307 * mars.cc:
5308 - Changed name of TROOT object to 'mars'
5309
5310 * merpp.cc:
5311 - changed name of TROOT object to 'merpp'
5312 - added some more ouput
5313
5314 * mbase/MBaseLinkDef.h:
5315 - added MRootFileBranch
5316 - added MRootFileTree
5317
5318 * mgui/MGeomPix.cc, mbase/MClone.cc, mraw/MRawRunHeader.cc:
5319 - added comments
5320
5321 * mbase/MEvtLoop.cc:
5322 - added missing include
5323 - added another time output
5324
5325 * mbase/MWriteRootFile.cc:
5326 - added ClassImp
5327
5328 * mhist/MFillH.cc, mmontecarlo/MMcCollectionAreaCalc.cc:
5329 - changed output
5330
5331 * mhist/MHMcCollectionArea.cc:
5332 - small fixes
5333 - changed error calculation according to Ciro
5334
5335 * macros/CT1Hillas.C:
5336 - fixes some bugs (typos)
5337
5338
5339
5340 2001/10/05: Thomas Bretz
5341
5342 * manalysis/MHillas.cc, manalysis/MImgCleanStd.cc, mbase/MClone.[h,cc],
5343 mbase/MFilterList.h, mbase/MWriteFile.h, mbase/MWriteRootFile.h,
5344 mdatacheck/MGDisplayAdc.cc, meventdisp/MGCamDisplay.cc,
5345 meventdisp/MGCamDisplay.h, meventdisp/MGEvtDisplay.h,
5346 mgui/MGeomPix.h, mhist/MFillH.h, mhist/MHHillas.h,
5347 mmain/MAnalysis.h, mmain/MBrowser.h, mmain/MCameraDisplay.h,
5348 mmain/MDataCheck.h, mmain/MEvtDisp.h, mmain/MMonteCarlo.h,
5349 mraw/MRawFileRead.cc
5350 - comments updated
5351
5352 * mbase/MFilter.[h,cc]:
5353 - made IsExpressionTrue abstract
5354
5355 * meventdisp/MGEvtDisplay.cc:
5356 - fixed a bug that only every second event was displayed
5357
5358 * meventdisp/MGFadcDisp.[h,cc]:
5359 - reorganized code (changing pixel number drawed the histogram twice)
5360
5361 * mgui/MCamDisplay.[h,cc]:
5362 - added fDrawingPad to make sure that all output goes into the same pad
5363
5364 * mhist/HistLinkDef.h, mhist/Makefile:
5365 - removed old MFillH* classes
5366
5367
5368
5369 2001/10/02: Thomas Bretz
5370
5371 * mbase/MClone.[h,cc],
5372 meventdisp/MGCamDisplay.[h,cc],
5373 meventdisp/MGEvtDisplay.[h,cc],
5374 mmain/MCameraDisplay.[h,cc]:
5375 - added
5376
5377 * macros/readMagic.C:
5378 - fixed a "'->' and '.' mixed bug"
5379
5380 * manalysis/MCT1ReadAscii.cc:
5381 - added initialisation of fIn
5382
5383 * manalysis/MCerPhotEvt.[h,cc]:
5384 - made IsPixelExisting const
5385 - made IsPixelCore const
5386 - made IsPixelUsed const
5387 - made GetNumPhotons[Min,Max] const
5388
5389 * mbase/BaseLinkDef.h, mbase/Makefile:
5390 - added MClone
5391
5392 * mbase/MEvtLoop.[h,cc], mbase/MParList.[h,cc], mbase/MTaskList.[h,cc]:
5393 - added SetOwner-support
5394
5395 * mdatacheck/DataCheckLinkDef.h, mdatacheck/Makefile:
5396 - removed MShowSpect
5397 - removed MViewAdcSpect
5398
5399 * mdatacheck/MDumpEvtHeader.cc:
5400 - added missing descriptions
5401
5402 * mdatacheck/MGDisplayAdc.[h,cc]:
5403 - small changes
5404
5405 * meventdisp/EvtDispLinkDef.h:
5406 - added MGEvtDisplay
5407 - added MGCamDisplay
5408
5409 * meventdisp/MGFadcDisp.[h,cc]:
5410 - derived from MGEvtDisplay
5411 - most of the code moved to MGEvtDisplay to support MGCamDisplay, too
5412
5413 * meventdisp/Makefile:
5414 - added MGCamDisplay
5415
5416 * mgui/MCamDisplay.[h,cc]:
5417 - cleaned
5418 - reorganized
5419
5420 * mgui/MHexagon.cc:
5421 - added missing descriptions
5422
5423 * mhist/MHFadcPix.cc:
5424 - reorganized some code in the constructor which creates the 'names'
5425
5426 * mhist/MHHillas.cc, mhist/MHMcCollectionArea.cc,
5427 mhist/MHMcEnergy.cc, mhist/MHStarMap.cc:
5428 - Draw-function supports a default canvas now
5429
5430 * mmain/MDataCheck.cc:
5431 - added/rorganized comments
5432 - removed usage of MViewAdcSpectra
5433
5434 * mmain/MMars.[h,cc]:
5435 - added new "Camera Display" Button
5436
5437 * mmain/MainLinkDef.h, mmain/Makefile:
5438 - added MCameraDisplay
5439
5440
5441
5442 2001/09/28: Thomas Bretz
5443
5444 * macros/getRate.C:
5445 - changed TObjArray to a non-pointer object
5446 - added Printing of the result at the end of the macro
5447
5448 * mhist/MHMcCollectionArea.[h,cc], mhist/MHMcEnergy.[h,cc]:
5449 - added DrawClone
5450
5451 * mhist/MHMcRate.[h,cc]:
5452 - added a dummy for DrawClone
5453
5454 * mmain/MMonteCarlo.[cc, h]:
5455 - added Gui elements
5456 - added CalculateCollectionArea (not yet tested)
5457 - added CalculateTriggerRate (not yet tested)
5458 - added Threshold (not yet tested)
5459
5460 * mmontecarlo/MMcTriggerRateCalc.cc:
5461 - removed output stuff from PostProcessing
5462
5463 * meventdisp/MGFadcDisp.[h,cc], mdatacheck/MGDisplayAdc.[h,cc]:
5464 - reorganized code (constructor)
5465 - reorganized deletion of gui objects
5466 - fixed many, many memory leaks
5467
5468
5469
5470 2001/09/27: Thomas Bretz
5471
5472 * mmain/MBrowser.cc:
5473 - added comments
5474
5475 * mmain/MAnalysis.[h,cc]:
5476 - added entry field for cleaning levels
5477 - restructured code a bit
5478
5479 * mhist/MFillH.cc:
5480 - fixed missing initialization of member variables in Init
5481
5482 * mhist/MHHillas.[h,cc]:
5483 - Added comments
5484 - Added DrawClone
5485 - Removed kCanDelete bits from Draw function
5486
5487 * mhist/MHStarMap.[h,cc]:
5488 - Added comments
5489 - Added DrawClone
5490 - moved some code from the Draw-functions to PrepareDrawing
5491
5492
5493
5494 2001/09/26: Thomas Bretz
5495
5496 * mmain/MMars.[cc,h], mmain/MBrowser.[cc,h], MDataCheck.[cc,h],
5497 mmain/MEvtDisp.[cc,h], mmain/MMonteCarlo.[cc,h]:
5498 - reorganized code (constructor)
5499 - reorganized deletion of gui objects
5500 - fixed many, many memory leaks
5501 - small changes in layout
5502
5503 * mmain/MAnalysis.[h,cc]:
5504 - added
5505
5506 * macros/*:
5507 - added Copyright notice
5508 - added some small sanity checks
5509
5510 * macros/MagicHillas.C:
5511 - fixed '->' bug
5512 - changed MFillHStarMap to MFillH
5513
5514 * mbase/MReadTree.cc, mraw/MRawFileWrite.cc:
5515 - removed an old debug statement
5516
5517 * mmain/MMars.cc:
5518 - added new Analysis functionality
5519
5520 * mmain/MainLinkDef.h:
5521 - addded MAnalysis
5522
5523 * mmain/Makefile:
5524 - added MAnalysis.cc
5525
5526 * mmc/McLinkDef.h:
5527 - removed nonsens define statement
5528
5529
5530
5531 2001/09/25: Thomas Bretz
5532
5533 * Makefile:
5534 - changed make tar so that 'CVS/Root' isn't added to the tar-file anymore
5535 It contains the origin (CVSROOT) of the repository and my confuse
5536 people triing to commit changed files from such an archive to
5537 the repository
5538
5539 * mmain/MBrowser.[cc,h]:
5540 - reorganized code (constructor)
5541 - reorganized deletion of gui objects
5542 - fixed many, many memory leaks
5543
5544 * mmain/MMars.[cc,h]:
5545 - reorganized code (constructor)
5546 - reorganized deletion of gui objects
5547 - fixed many, many memory leaks
5548
5549
5550
5551 2001/09/20: Thomas Bretz
5552
5553 * mbase/MLog.[h,cc]:
5554 - made working with Cosy
5555 - fixed gui stuff to work like expected
5556
5557 * manalysis/MCerPhotPix.h:
5558 - replaced TROOT.h by MAGIC.h
5559
5560 * mfilter/MFTriggerLvl1.h:
5561 - added description
5562
5563
5564
5565 2001/09/20: Thomas Bretz
5566
5567 * released Version 0.4
5568
5569 * mevtdisp/MGFadcDisp.cc, mmain/MMars.cc:
5570 - switched to root version >= 3.00
5571
5572 * Makefile.conf.linux:
5573 - added to support the new Linux distributions
5574
5575 * .rootrc:
5576 - removed references to MARSSYS
5577
5578
5579
5580 2001/09/13: Thomas Bretz
5581
5582 * Makefile.conf.linux-gnu:
5583 - removed "-Woverloaded-virtual". it doesn't really help
5584
5585
5586
5587 2001/08/02: Thomas Bretz
5588
5589 * macros/getRate.C:
5590 - make use of new stylish lists of containers
5591
5592
5593 * macros/CT1Hillas.C, macros/getCollArea.C:
5594 - make use of return value of Eventloop
5595
5596 * macros/merpp.C:
5597 - changed return type to void
5598
5599
5600
5601 2001/07/23: Thomas Bretz
5602
5603 * mbase/MParList.cc:
5604 - redifinition of default argument: fixed
5605
5606
5607
5608 2001/07/23: Thomas Bretz
5609
5610 * mmontecarlo/MMcThresholdCalc.[cc,h]:
5611 - changed PreProcess action to new stylish lists of containers
5612
5613 * mhist/Makefile:
5614 - removed MEnergies.cc
5615
5616 * mhist/HistLinkDef.h:
5617 - removed MEnergies.cc
5618
5619 * mbase/MReadTree.cc:
5620 - removed a bug which causes MReadTree to show strange behaviour.
5621 We cannot use GetBranch()->SetAddress() we have to use
5622 SetBranchAddress.
5623
5624 * macros/MagicHillas.C:
5625 - changed to new stylish histogram fillers.
5626
5627 * mhist/MHMcRate.cc:
5628 - some simplifications to the constructors
5629 - some accelerations of the rate calculation
5630
5631 * mhist/MHHillas.C:
5632 - added axis descriptions (thanks to Rudy)
5633
5634
5635
5636 2001/07/20: Thomas Bretz
5637
5638 * mhist/MH.cc:
5639 - added comments
5640
5641 * mhist/MFillH.cc:
5642 - added comments
5643
5644 * mbase/MParList.[h,cc]:
5645 - Added AddToList from a TObjArray
5646 - Added GetClassName
5647 - Added GetObjName
5648 - Added FindObjectList
5649 - Added FindCreateObjList
5650 - Added CreateObjList
5651
5652 * mhist/MHMcEnergies.[h,cc]:
5653 - deleted
5654
5655 * mhist/MHMcEnergy.[h,cc]:
5656 - rewrote constructor in a way that MHMcEnergies isn't needed anymore
5657 - added a SetName function which replaces the old constructor somehow
5658
5659 * macros/getThreshold.C:
5660 - make use of some new features
5661
5662
5663
5664 2001/07/19: Thomas Bretz
5665
5666 * mbase/MEvtLoop.cc:
5667 - added comments
5668
5669 * mbase/MTaskList.cc:
5670 - changed the wrong 'break' for kCONTINUE into 'return kTRUE'
5671
5672 * mhist/MH.[cc,h]
5673 - added
5674
5675 * mhist/MFillH.[cc,h]
5676 - added
5677 - in principal MFillHHillas, MFillHFadc and MFillHStarMap
5678 can be deleted now
5679
5680 * mhist/HistLinkDef.h:
5681 - added MH
5682 - added MFillH
5683
5684 * mhist/MFillHFadc.cc:
5685 - moved source for filling to corresponding histogram class
5686
5687 * mhist/MFillHHillas.cc:
5688 - included MHillas.h
5689
5690 * mhist/MHFadcCam.[cc, h]:
5691 - added Fill
5692 - made FillHi, FillLo private
5693
5694 * mhist/MHHillas.[cc, h], mhist/MHStarMap.[h,cc]:
5695 - changed Fill function to new style
5696 - derived class from MH
5697
5698 * mhist/Makefile:
5699 - added MH.cc
5700 - added MFillH.cc
5701
5702
5703
5704 2001/07/18: Oscar Blanch
5705
5706 * macros/getRate.C:
5707 - Macro to compute the trigger rate from a MonteCarlo file
5708
5709 * mhist/MHMcRate.[h,cc]:
5710 - Container to store trigger rate information
5711 - Draw() functin member to be implemented
5712
5713 * mmontecarlo/MMcTriggerRateCalc.[h,cc]:
5714 - Task to compute trigger rate
5715
5716
5717
5718 2001/07/13: Thomas Bretz
5719
5720 * mbase/MEvtLoop.[h,cc]:
5721 - Added a result value to Eventloop to be able to detect if the
5722 execution was successfull
5723 - changes postProcess to return the return value from
5724 MTaskList::PostProcess
5725
5726 * mbase/MParList.cc:
5727 - FindCreateObj removes now a 'dot' from the end of an indexed
5728 object name like "Events;7."
5729
5730 * mbase/MReadTree.cc:
5731 - small changes to the output
5732
5733 * mbase/MTask.[h,cc]:
5734 - added Preprocessed flag. This enables the tasklist to only postprocess
5735 already preprocessed tasks
5736
5737 * mbase/MTaskList.cc:
5738 - don't postprocess non preprocessed tasks
5739
5740 * mhist/MHMcCollectionArea.cc:
5741 - added descriptions to histrograms
5742 - changed names of histograms
5743 - added drawing of canvas to Draw-functions
5744
5745 * mhist/MHMcEnergy.[h,cc]:
5746 - added variables to store the calculated result
5747 - changed names and titles of histogram
5748 - added axis titles to histogram
5749 - moved result calculation into fit-function
5750
5751 * mmontecarlo/MMcCollectionAreaCalc.cc:
5752 - added name of input container to be able to process another
5753 container than "MMcTrig"
5754
5755 * mmontecarlo/MMcThresholdCalc.cc:
5756 - removed trailing dot from container name creation
5757
5758 * mhist/MMcThresholdCalc.cc:
5759 - removed a wrong '.' behind the number when processing more than
5760 one trigger condition
5761
5762 * mraw/MRawRunHeader.cc:
5763 - added "Monte Carlo Data" as runtype
5764
5765
5766
5767 2001/07/10: Thomas Bretz
5768
5769 * mhist/MHMcEnergy.h:
5770 - renamed SetBins to SetNumBins
5771
5772 * mmontecarlo/MMcThresholdCalc.cc:
5773 - changed style of comments
5774 - moved sqrt(2) from Postprocess to header.
5775
5776 * mmontecarlo/MMcEnerHisto.[cc,h], mmontecarlo/MMcEnerThre.[cc,h],
5777 mmontecarlo/MMcEnerThreCalc.[cc,h]:
5778 - removed
5779
5780 * mmontecarlo/MCollArea.[cc,h], mmontecarlo/MCollAreaTrigger.[cc,h]:
5781 - removed
5782
5783
5784
5785 2001/07/09: Thomas Bretz
5786
5787 * mbase/MParList.cc:
5788 - made handling of already existing containers in AddToList a bit
5789 more convinient
5790
5791 * mbase/MTaskList.[h,cc]:
5792 - added come comments
5793 - made handling of already existing tasks in AddToList a bit
5794 more convinient
5795 - Added name-argument to constructor
5796
5797 * mraw/MRawFileRead.[cc, h]:
5798 - move file-open check from constructor to PreProcess
5799 - added variable for filename
5800
5801 * mraw/MRawFileWrite.[cc,h]:
5802 - moved fOut->Write from PostProcess to destructor
5803 - removed PostProcess
5804
5805
5806
5807 2001/07/06: Thomas Bretz
5808
5809 * mfilter/FilterIncl.h, mfilter/FilterLinkDef.h,
5810 mfilter/MFTriggerLvl1.[h,cc], mfilter/mfilter/Makefile:
5811 - added
5812
5813 * Makefile
5814 - mfilter added
5815
5816 * Makefile.conf.linux-gnu:
5817 - added some warning options
5818
5819 * Makefile.conf.osf1:
5820 - enhanced warnings
5821
5822 * manalysis/MCerPhotEvt.cc:
5823 - removed a small buf from the constructor
5824
5825 * BaseLinkDef.h:
5826 - added MFilter
5827 - added MFilterList
5828
5829 * mbase/MLog.[h,cc]:
5830 - added a non-empty copy constructor to make cxx happy
5831
5832 * mbase/MParList.[h,cc]:
5833 - added second overload-function FindObject
5834
5835 * mbase/MTask.h:
5836 - added all Filter stuff
5837
5838 * mbase/MTaskList.cc:
5839 - changed debug output
5840 - added filter-stuff to Process
5841
5842 * mbase/MTaskList.h:
5843 - changed Print default option from NULL to ""
5844
5845 * mbase/Makefile:
5846 - added MFilter
5847 - added MFilterList
5848
5849 * mhist/MFillHFadc.cc:
5850 removed a small bug in the PreProcessing
5851
5852 * manalysis/MCerPhotEvt.h, manalysis/MHillas.cc, manalysis/MHillas.h,
5853 manalysis/MImgCleanStd.cc, manalysis/MPedestalCam.h, mgui/MGeomCam.h,
5854 mhist/MFillHHillas.h, manalysis/MHillasCalc.h, manalysis/MCerPhotCalc.h,
5855 manalysis/MImgCleanStd.h, mhist/MFillHStarMap.h, mhist/MHHillas.cc,
5856 mhist/MHHillas.h, mhist/MHStarMap.cc, mhist/MHStarMap.h,
5857 mmc/MMcFadcHeader.hxx, mmc/MMcFadcHeader.hxx, mmc/MMcTrig.hxx,
5858 mmontecarlo/MMcThresholdCalc.h:
5859 - made more const-correct
5860
5861 * manalysis/MCT1ReadAscii.cc, manalysis/MCerPhotCalc.cc,
5862 manalysis/MHillasCalc.cc, manalysis/MImgCleanStd.cc,
5863 manalysis/MMcPedestalCopy.cc, manalysis/MPedCalcPedRun.cc,
5864 mhist/MFillHFadc.cc, mhist/MFillHHillas.cc, mhist/MFillHStarMap.cc,
5865 mmontecarlo/MMcThresholdCalc.cc, mraw/MRawFileRead.cc,
5866 mraw/MRawFileWrite.cc:
5867 - added comments
5868
5869 * manalysis/MCT1ReadAscii.cc, manalysis/MCerPhotCalc.cc,
5870 manalysis/MCerPhotPix.cc, manalysis/MHillas.cc,
5871 manalysis/MHillasCalc.cc, manalysis/MImgCleanStd.cc,
5872 manalysis/MMcPedestalCopy.cc, manalysis/MMcPedestalCopy.h,
5873 manalysis/MPedCalcPedRun.cc, manalysis/MPedestalCam.cc,
5874 manalysis/MPedestalPix.cc,
5875 mbase/MArray.cc, mbase/MArrayB.cc, mbase/MArrayS.cc, mbase/MEvtLoop.cc,
5876 mbase/MLog.cc, mbase/MParList.cc, mbase/MReadTree.cc, mbase/MTask.cc,
5877 mbase/MTime.cc, mbase/MWriteAsciiFile.cc, mbase/MWriteFile.cc,
5878 mbase/MWriteRootFile.cc,
5879 mhist/MFillHFadc.cc, mhist/MFillHFadc.cc, mhist/MFillHHillas.cc,
5880 mhist/MFillHStarMap.cc, mhist/MHFadcCam.cc, mhist/MHFadcPix.cc,
5881 mhist/MHHillas.cc, mhist/MHMcCollectionArea.cc, mhist/MHMcEnergies.cc,
5882 mhist/MHMcEnergy.cc, mhist/MHStarMap.cc, mraw/MRawCrateArray.cc,
5883 mraw/MRawCrateData.cc, mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc,
5884 mraw/MRawEvtPixelIter.cc, mraw/MRawFileRead.cc,
5885 mraw/MRawFileWrite.cc, mraw/MRawRunHeader.cc:
5886 - added semicolon after ClassImp to make my editor happy
5887
5888 * mmain/MEvtDisp.cc:
5889 - removed a wrong comma in the enumerations
5890
5891 * mmontecarlo/MMcThresholdCalc.cc:
5892 - made compile on osf by removing brackets in new steatement (constructor)
5893
5894
5895
5896 2001/07/05: Thomas Bretz
5897
5898 * macros/CT1Hillas.C:
5899 - changed the wrong pointers to dots.
5900
5901 * macros/getThreshold.C:
5902 - added some comments
5903 - removed the canvas creation
5904 - drawing replaced by a loop
5905 - changed trigger conditions to 1 (should work with any MC file)
5906
5907 * macros/readMagic.C:
5908 - changed the event counter to the number of the event in the file
5909 - removed icound
5910
5911 * manalysis/MPedCalcPedRun.cc, manalysis/MCerPhotCalc.cc,
5912 mbase/MParContainer.cc, mbase/MParContainer.h, mbase/MParList.cc,
5913 mbase/MParList.h, mbase/MTaskList.cc, mbase/MWriteAsciiFile.cc,
5914 mbase/MWriteRootFile.cc, mhist/MFillHFadc.cc, mhist/MFillHHillas.cc,
5915 mhist/MFillHStarMap.cc,
5916 - changed HasChanged to ReadyToSave
5917
5918 * mbase/MReadTree.cc:
5919 - added some comments
5920
5921 * mhist/MHMcEnergies.h:
5922 - fixed bug in []-operator
5923
5924 * mhist/MHMcEnergy.cc:
5925 - added canvas creation to draw function
5926
5927 * mmontecarlo/MMcThresholdCalc.cc:
5928 - fixed a bug in the constructor
5929
5930
5931
5932 2001/06/20: Thomas Bretz
5933
5934 * macros/merpp.C:
5935 - fixed type in comment
5936
5937 * manalysis/MHillas.cc:
5938 - fixed 'FIXME' comment
5939
5940 * mbase/MWriteFile.[h,cc]:
5941 - added
5942
5943 * mbase/MWriteRootFile.[h,cc]:
5944 - added
5945
5946 * mbase/BaseLinkDef.h:
5947 - Added MWriteFile
5948 - Added MWriteRootFile
5949
5950 * mbase/MEvtLoop.cc:
5951 - fixed the counting in the eventloop
5952
5953 * mbase/MWriteAsciiFile.[h,cc]:
5954 - changed class that it is based on MWriteFile now
5955
5956 * mbase/Makefile:
5957 - added MWriteFile
5958 - added MWriteRootFile
5959
5960 * mhist/MFillHFadc.[h,cc]:
5961 - added set for HasChanged (new PostProcess)
5962
5963 * mhist/MFillHHillas.cc:
5964 - added set for HasChanged (new PostProcess)
5965
5966 * mhist/MFillHStarMap.cc:
5967 - added set for HasChanged (new PostProcess)
5968
5969 * mhist/MHHillas.cc:
5970 - Set kCanDelete to make sure, that the histograms are deleted
5971 together with the canvas
5972
5973 * mraw/MRawFileWrite.[h,cc]:
5974 - changed the handling of opening, closing and checking file
5975
5976
5977
5978 2001/06/13: Thomas Bretz
5979
5980 * ./.../*.h:
5981 - added some comments and corrected some descriptions.
5982
5983 * mbase/MParContainer.[h,cc]:
5984 - added a 'dummy' function for AsciiRead, AsciiWrite
5985
5986 * mbase/MWriteAsciiFile.[h,cc]:
5987 - added new constructor (specify directly the pointer to the class)
5988
5989 * mgui/MHexagon.cc:
5990 - made Copy-function more readable
5991
5992 * mgui/MParContainer.cc:
5993 - made Copy-function more readable
5994
5995 * mhist/MHMcEnergies.[h,cc]:
5996 - files added as a container to make handling of several MHMcEnergy easier
5997
5998 * mbase/MAGIC.h:
5999 - encapsulated include of TROOT
6000
6001 * mbase/MTaskList.cc:
6002 - added SetHasChange and Reset to PostProcess
6003
6004 * mhist/HistLinkDef.h
6005 - added MHMcEnergies
6006
6007 * mhist/MHMcEnergy.[h,cc]:
6008 - added name and title to constructor
6009 - added number to name of container
6010
6011 * mmontecarlo/MMcThresholdCalc.cc:
6012 - corrected typo in creation of the container names
6013
6014 * mraw/MRawEvtData.cc:
6015 - Set kCanDelete in Draw function
6016
6017
6018
6019 2001/06/12: Thomas Bretz
6020
6021 * mmontecarlo/MMcEnerThreCalc.[cc,h]
6022 - copied to mmontecarlo/MMcThresholdCalc.[cc,h]
6023
6024 * mmontecarlo/MMcEnerThreHistos.[h,cc]
6025 - copied to mmhist/MHMcEnergy.[h,cc]
6026
6027 * mbase/Makefile:
6028 - added MWriteAsciiFile.cc
6029
6030 * mhist/HistIncl.h:
6031 - added TF1.h
6032
6033 * mhist/HistLinkDef.h:
6034 - added MHMcEnergy
6035
6036 * mhist/Makefile
6037 - added MHMcEnergy
6038
6039 * mmontecarlo/MCollArea.h:
6040 - fixed typo in ifndef
6041
6042 * mmontecarlo/Makefile:
6043 - added MMcThresholdCalc.cc
6044 - removed MMcEnerHisto.cc
6045 - removed MMcEnerThre.cc
6046 - removed MMcEnerThreCalc.cc
6047
6048 * mmontecarlo/MonteCarloLinkDef.h:
6049 - added MMcThresholdCalc.cc
6050 - removed MMcEnerHisto.cc
6051 - removed MMcEnerThre.cc
6052 - removed MMcEnerThreCalc.cc
6053
6054 * mbase/MWriteAsciiFile.[h,cc]:
6055 - added
6056
6057 * manalysis/MCT1ReadAscii.h:
6058 - removed fFileName from class definition
6059
6060 * manalysis/MCerPhotCalc.cc:
6061 - use of SetHasChanged added
6062
6063 * manalysis/MHillas.[h,cc]:
6064 - Reset added
6065 - AsciiRead added
6066 - AsciiWrite added
6067 - use of SetHasChanged added
6068
6069 * manalysis/MPedCalcPedRun.[h,cc]:
6070 - made fNumHiGainSamples a class member
6071 - renamed some member functions
6072 - made the 'internal' member functions private
6073 - added SetHasChanged
6074 - made these functions const
6075
6076 * mbase/BaseLinkDef.h
6077 - MWriteAsciiFile added
6078
6079 * mbase/MEvtLoop.cc:
6080 - some small changes to the logging output
6081
6082 * mbase/MParContainer.cc:
6083 - fHasChanged added
6084
6085 * mbase/MParContainer.h:
6086 - Reset prototype added
6087 - HasChanged added
6088 - SetHasChanged added
6089
6090 * mbase/MParList.[cc,h]:
6091 - SetHasChanged added
6092 - Reset added
6093
6094 * mbase/MTaskList.cc:
6095 - Process: call SetHasChanged before looping
6096 - Process: call Reset before looping
6097
6098 * mbase/MTaskList.h:
6099 - fParList added to class definition
6100
6101
6102
6103 2001/04/27: Thomas Bretz
6104
6105 * macros/merpp.C:
6106 - made the merpp-macro Mars 0.3 compatible
6107
6108
6109
6110 2001/04/19: Thomas Bretz
6111
6112 * mbase/MParList.cc:
6113 - added stripping of the string after last semicolon (classname)
6114
6115 * mbase/MReadTree.cc:
6116 - added Veto funtionality to PreProcess
6117 - added HasVeto
6118 - added fVetoList
6119 - added VetoBranch
6120
6121
6122
6123 2001/04/18: Thomas Bretz
6124
6125 * mbase/MHtml.[cc.h]:
6126 - Added
6127
6128 * mbase/*.cc:
6129 - changed comments of member functions to new MHtml-Style
6130
6131
6132
6133 2001/04/09: Thomas Bretz
6134
6135 * mbase/MParList.cc:
6136 - Added the possibility to specify a different object name in
6137 FindCreateObj
6138
6139 * .rootrc:
6140 - changed the style for the html documentation
6141
6142 * macros/dohtml.C:
6143 - added SetXwho
6144
6145 * (*.cc):
6146 - added the copyright comment block
6147
6148 * mgui/MGeomCamMagic.cc:
6149 - added some comments to all these numbers
6150
6151 * mraw/MRawEvtPixelIter.h:
6152 - added Jump member function which jumps directly to the pixel with a
6153 given id
6154
6155
6156
6157 2001/04/09: Thomas Bretz
6158
6159 * mgui/MGeomPix.cc:
6160 - fixed a small error in SetNeighbors (thanks to Oscar)
6161
6162 * mgui/MGFadcDisp.[h,cc]:
6163 - Fixed many small errors which caused the display to display nonsens
6164 in some situations
6165
6166
6167
6168 2001/04/04: Thomas Bretz
6169
6170 * mraw/MRawEvtData.[cc,h]:
6171 - changed wrong return type of GetNumPixels to UShort_t
6172
6173 * mmain/MBrowser.[cc,h]:
6174 - made the dialog somehow work like it should
6175
6176
6177
6178 2001/04/03: Thomas Bretz
6179
6180 * manalysis/MCT1ReadAscii.cc:
6181 - the pedestal values read from the file are now stored in MeanRms
6182 instead of Sigma
6183
6184 * manalysis/MCerPhotCalc.cc:
6185 - The pedestal mean Rms is used as the pixel error
6186
6187 * MImgCleanStd.cc:
6188 - CleanStep1: the '<' was replaced by a '<=' to clean also pixels
6189 with value=noise=0
6190
6191 * MMcPedestalCopy.cc:
6192 - All the pedestal values are now filled in (are they calculated correctly?)
6193
6194 * mgui/MGeomCamMagic.cc:
6195 - Forgot to initialize the Nextneighbors of the Magic Camera
6196 (thanks to Oscar)
6197
6198 * mhist/MHStarMap.cc:
6199 - I changed the model of the display (colors and bin width) to
6200 get a 'better' result
6201
6202
6203
6204 2001/04/02: Thomas Bretz
6205
6206 * mraw/MRawEvtHeader.h, mraw/MRawFileWrite.cc:
6207 - added constants (kTT*) for trigger type
6208
6209 * manalysis/MImgCleanStd.[h,cc]:
6210 - added changeable cleaning levels
6211
6212 * manalysis/MHillas.cc:
6213 - added some more sanity checks to the calculation
6214
6215 * manalysis/MCT1ReadAscii.[h,cc]:
6216 - added some kind of chain feature (AddFile) to process more than one file
6217
6218 * mgui/MGeomPix.[h,c]:
6219 - added interface to pixel neighbors
6220
6221 * mgui/MGeomCamCT1.[cc,h], mgui/MGeomCamMagic.[cc,h]:
6222 - creates the neighbor geomtry now, too
6223
6224 * manalysis/MImgCleanStd.[cc,h]:
6225 - switched to new stylish neighbors from MGeomCam
6226
6227
6228
6229 2001/03/30: Thomas Bretz
6230
6231 * mdatacheck/MH*, mdatacheck/MFillH*:
6232 - moved to mhist
6233
6234 * mraw/MrawEvtPixelIter:
6235 - IsLoGain -> HasLoGain
6236
6237 * mgui/MG*:
6238 - renamed
6239 - moved to mmain
6240 - move Browser functionality to MBrowser
6241
6242 * mmain/, mhist:
6243 - new
6244
6245
6246
6247 2001/03/21: Thomas Bretz
6248
6249 * manalysis/MHillas.[h,cc]:
6250 - fixed some minor errors, added sanity check (N<2) to Calc
6251
6252 * manalysis/MFillHHillas.cc:
6253 - skip event if Hillas calculations fails
6254
6255 * macros/getCollArea.C, macros/readMagic.C,
6256 mdatacheck/MViewAdcSpectra.cc, meventdisp/MGFadcDisp.cc:
6257 - changed order in MReadTree constructor
6258
6259 * manalysis/MCT1ReadAscii.[h,cc]:
6260 - changed to use MPedestalCam
6261
6262 * manalysis/MCT1Pedestals.[h,cc]:
6263 - removed
6264
6265 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
6266 - removed MCT1Pedestals
6267
6268 * mbase/BaseLinkDef.h:
6269 - added const values from Magic.h
6270
6271 * mbase/MLogManip.h:
6272 - changed style of dbginf
6273
6274 * mbase/MParList.cc:
6275 - make use of dbginf
6276
6277 * mbase/MReadTree.[h,cc]:
6278 - switched from a TTree to a TChain object
6279 - chnaged order of variables of the constructor
6280
6281
6282
6283 2001/03/21: Thomas Bretz
6284
6285 * macros/CT1Hillas.C, manalysis/MImgCleanStd.cc, manalysis/MImgCleanStd.h,
6286 manalysis/MMcPedestalCopy.cc, manalysis/MMcPedestalCopy.h,
6287 manalysis/MCerPhotCalc.h, manalysis/MCerPhotCalc.cc, mdatacheck/MHHillas.h,
6288 mdatacheck/MHHillas.cc, mdatacheck/MFillHFadc.cc, mdatacheck/MFillHFadc.h,
6289 mdatacheck/MHFadcCam.cc, mdatacheck/MHFadcCam.h, mdatacheck/MHFadcPix.cc,
6290 mdatacheck/MHFadcPix.h, mdatacheck/MFillHHillas.cc,
6291 mdatacheck/MFillHHillas.h
6292 - added
6293
6294 * mdatacheck/MHistosAdc.[h,cc]:
6295 - replaced by MHFadc[Cam,Pix]
6296
6297 * mdatacheck/MFillAdcSpect.[h,cc]:
6298 - replaced by MFillHFadc
6299
6300 * macros/readCT1.C:
6301 - uses the new classes now
6302 - calculates and displays hillas
6303
6304 * manalysis/AnalysisLinkDef.h:
6305 - added MCerPhotCalc, MImgCleanStd, MMcPedestalCopy
6306
6307 * manalysis/MCT1ReadAscii.cc:
6308 - PreProcess uses FindCreateObj now
6309
6310 * manalysis/MCerPhotEvt.cc, manalysis/MPedestalCam.cc:
6311 - changed the new back to 'new with placement'
6312
6313 * manalysis/MCerPhotEvt.[h, cc]:
6314 - removed cleaning from this class
6315
6316 * manalysis/MHillas.cc:
6317 - some small changes in the naming inside Calc()
6318
6319 * manalysis/MHillas.h:
6320 - added Get-functions
6321
6322 * manalysis/MPedestalCam.h:
6323 - added InitSize-function
6324
6325 * manalysis/MPedestalPix.h:
6326 - made Get-functions const
6327
6328 * manalysis/Makefile:
6329 - added MMcPedestalCopy, MImgCleanStd, MCerPhotCalc
6330
6331 * mbase/MLogManip.h:
6332 - "l." before line number
6333
6334 * mbase/MParList.cc:
6335 - added the autodelete feature for automatically created classes
6336
6337 * mdatacheck/DataCheckLinkDef.h:
6338 - added MHFadc[Cam,Pix], MHHillas
6339 - removed MHistosAdc
6340 - added MFillHFadc, MFillHHillas
6341
6342 * mdatacheck/MGDisplayAdc.[h,cc], MShowSpect.[h,cc],
6343 mdatacheck/MViewAdcSpectra.[h,cc], :
6344 - changed from MHistaosAdc to MHFadcCam
6345
6346 * mdatacheck/Makefile:
6347 - added MFillHFadc.cc, MFillHHillas.cc
6348 - removed MFillAdcSpect.cc
6349
6350 * manalysis/MCT1ReadAscii.h, mbase/MEvtLoop.h, mbase/MLog.h,
6351 mbase/MParList.h, mbase/MReadTree.h, mbase/MTask.h,
6352 mbase/MTaskList.h, mdatacheck/MDumpEvtHeader.h,
6353 meventdisp/MGFadcDisp.h, mgui/MCamDisplay.h,
6354 mgui/MCamNeighbor.h, mgui/MGDataCheckMain.h,
6355 mgui/MGEventDispMain.h, mgui/MGMarsMain.h,
6356 mgui/MGMonteCarloMain.h, mgui/MGPrototyp.h, mgui/MHexagon.h,
6357 mmontecarlo/MCollAreaTrigger.h, mraw/MRawEvtPixelIter.h,
6358 mraw/MRawFileRead.h, mraw/MRawFileWrite.h:
6359 - set version number to '0' (no i/o for this class)
6360
6361 * mgui/MGeomCamCT1.cc:
6362 - new claculation algorith for the CT1 camera. It is more
6363 exact in the camera plain
6364
6365 * mgui/MHexagon.cc:
6366 - removed Draw-function (it is inherited from TObject)
6367
6368 * mmc/MMcFadcHeader.hxx:
6369 - Added get-functions
6370
6371
6372
6373
6374 2001/03/20: Thomas Bretz
6375
6376 * manalysis/MPedestalPix.[h,cc], manalysis/MPedestalCam.[h,cc],
6377 manalysis/MHillas.[h,cc], manalysis/MHillasCalc.[h,cc],
6378 mgui/MGeomCamCT1.[h,cc], mgui/MGeomCamMagic.[h,cc]
6379 - added
6380
6381 * macros/readCT1.C:
6382 - added calculation of Hillas parameters
6383 - changed from pointers to objects
6384
6385 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
6386 - added MPedestalPix/Cam, MHillas, MHillasCalc
6387
6388 * manalysis/MCerPhotEvt.[h,cc]:
6389 - removed fType
6390 - commented out Draw function - should be fixed soon
6391 - renamed *Nb* to *Num*
6392 - renamed Get[Min,Max]NumPhotons to GetNumPhontons[Min,Max]
6393
6394 * meventdisp/MGFadcDisp.[h,cc]:
6395 - changed parameter of ReadinEvent to unsigned
6396
6397 * mgui/GuiLinkDef.h, mgui/Makefile:
6398 - added MGeomCamCT1, MGeomCamMagic
6399
6400 * mgui/MCamDisplay.[h,cc]:
6401 - changed constructor argument from int to MGeomCam
6402 - renamed *Nb* to *Num*
6403
6404 * mgui/MGeomCam.[h,cc]:
6405 - removed all camara specific stuff
6406 - MGeomCam is now used as a base class for the classes
6407 MGeomCam[Magic,CT1] which are containing the camera specific stuff
6408
6409 * mgui/MGeomPix.h:
6410 - added Set function
6411
6412
6413
6414 2001/03/02: Thomas Bretz
6415
6416 * manalysis/Makefile, mdatacheck/Makefile, meventdisp/Makefile,
6417 mgui/Makefile:
6418 - new
6419
6420 * mbase/MParList.[cc,h]:
6421 - Added FindCreateObj member function
6422 - added a name to the constructor
6423
6424 * mbase/MReadTree.cc:
6425 - changed to use FindCreateObj
6426
6427 * mdatacheck/MDumpEvtHeader.cc:
6428 - removed fPixelIter from member list
6429 - changed cout to *fLog
6430
6431 * mdatacheck/MViewAdcSpectra.cc:
6432 - removed a HUGE memory leak. All the objects in the list (and the
6433 lists itself were NEVER deleted)
6434
6435 * mdatacheck/MFillAdcSpect.cc
6436 - removed fPixelIter from member list
6437 - changed cout to *fLog
6438 - changed to use FindCreateObj
6439 - changed high and low to hi and lo
6440
6441 * mdatacheck/MShowSpect.cc
6442 - changed cout to *fLog
6443 - added a name to the constructor
6444
6445 * mraw/MRawFileRead.cc:
6446 - changed to use FindCreateObj
6447
6448 * mdatacheck/MGDisplayAdc.[h,cc]:
6449 - added some new member functions to make code more clear
6450 - removed fHists from the destructor
6451
6452 * mdatacheck/MHistosAdc.h:
6453 - changed high and low to hi and lo
6454
6455 * macros/dohtml.C:
6456 - added manalysis
6457
6458
6459
6460 2001/03/01: Thomas Bretz
6461
6462 * Makefile:
6463 - added headers to dependencies
6464
6465 * Makefile.rules:
6466 - added headers to dependencies
6467
6468 * merpp.cc:
6469 - changed from pointers to objects
6470 - added compression level support
6471
6472 * readraw.cc:
6473 - removed unnecessary includes
6474
6475 * mbase/MArray*.*:
6476 - changed all Int_t to UInt_t
6477
6478 * mbase/MLogManip.h:
6479 - changed name of __DINF__ to dbginf
6480
6481 * mraw/MRawCrateData.[h,cc], mraw/MRawEvtHeader.[h,cc],
6482 mraw/MRawRunHeader.[h,cc]:
6483 - changed ifstream to istream
6484
6485 * mraw/MRawEvtData.cc:
6486 - changed the reading, which speeds up merpp by a factor of 10
6487
6488 * mraw/MRawEvtData.h:
6489 - added flag to InitArrays and DeletePixels
6490 (not yet used)
6491
6492 * mraw/MRawFileRead.h:
6493 - removed pParList from parameter list
6494
6495 * manalysis/AnalysisLinkDef.h
6496 - removed MReadCT1Ascii, added MCT1ReadAscii
6497 - added MCT1Pedestals
6498
6499 * manalysis/MCerPhotEvt.[h,cc]:
6500 - changed the constructor a little bit
6501 - rewrote Print() to make it a bit more readable
6502 - moved MCerphotPix to new File
6503 - added many lines of comments
6504 - exchanged old stylish new call with new stylish(=) one
6505 - replaced all accesses to fPixels with the [] operator to make this
6506 lines more readable
6507 - made all variable declarations const-correct,
6508 - I changed the style of the cleaning method from if(a){if()b{if(c){}}}
6509 to if(!a)continue; if(!b)continue if(!c) continue; to make it more
6510 compact, readable and easier to understand
6511 - renamed the Boolean-functions to Is* to get a stricter structure
6512 - replaced mapping function to access the pixel list entries by the new
6513 operator to get rid of more than the necessary number of member
6514 functions without loosing speed or readability
6515 - renamed GetMinimum/MaximumPhoton to GetMin/MaxNumPhotons to be
6516 more exact
6517
6518 * mgui/MCamGeom.* splitted and changed to MGeomCam/Pix:
6519 - added a new operator to access the TObjArray
6520 - removed unnecessary code from CreateCT1
6521
6522 * mbase/MAGIC.h:
6523 - added kPI
6524
6525 * mbase/MReadTree.cc:
6526 - added some comments
6527
6528 * mgui/MCamDisplay.[h,cc]:
6529 - added some comments, reordered a bit the calls in the constructor
6530 to get a 'straight forward structure', MGeomCam is now only
6531 locally used where it is needed, replaced access to the
6532 TClonesArrays by new member-function to get a more readable code,
6533 replaced old stylish new call with new stylish one, made
6534 variable decleration const-correct, introduced a new member function
6535 to set the pixel color, renamed the overloaded Draw functions to
6536 DrawPhotons, DrawPhotErr to prevent missunderstatements, changed
6537 the 'layout' of GetColor to make it easier to understand the algorithm,
6538
6539 * mgui/MCamNeighbor.[h, cc]:
6540 - changed to new log-interface
6541 - exchanged -9999 by -1
6542 - skipped the exits
6543 - you must check for -1 one in any case
6544 - this means a warning should be enough
6545
6546 * mgui/MHexagon.[h,cc]:
6547 - added new constructor whcih uses a MGeomPix-object
6548
6549
6550
6551 2001/02/28: Thomas Bretz
6552
6553 * mbase/MParList.[h,cc]:
6554 - changed return type of FindObject back to TObject
6555 - it seems so, that some compilers don't like overriding the
6556 return type of a virtual member function
6557
6558
6559
6560 2001/02/23: Thomas Bretz
6561
6562 * mraw/MRawEvtPixelIter.h:
6563 - added GetSum* functions
6564
6565 * mbase/MParList.[h,cc]:
6566 - Removed unnecessary fNext-stuff
6567
6568
6569
6570 2001/02/22: Thomas Bretz
6571
6572 * merpp.cc, readraw.cc, mbase/MParContainer.cc, mbase/MParList.cc,
6573 mbase/MParList.h, mbase/MReadTree.cc, mbase/MTask.cc, mbase/MTask.h,
6574 mbase/MTaskList.cc, mbase/MTime.cc, mdatacheck/MDumpEvtHeader.cc,
6575 mdatacheck/MShowSpect.cc, meventdisp/MGFadcDisp.cc, mgui/MGPrototyp.h,
6576 mmc/MHeaderTrig.cxx, mraw/MRawCrateArray.cc, mraw/MRawEvtData.cc,
6577 mraw/MRawEvtHeader.cc, mraw/MRawFileRead.cc, mraw/MRawFileWrite.cc,
6578 mraw/MRawRunHeader.cc:
6579 - exchanged cout with the new logging style (gLog, *fLog)
6580
6581 * mraw/MRawEvtData.cc:
6582 - added 'dec' option to Print
6583
6584 * mmc/MHeaderTrig.cxx, mmc/MMcEvt.cxx, mmc/MMcTrig.cxx:
6585 - small changes to the Print funtions
6586
6587
6588
6589 2001/02/21: Thomas Bretz
6590
6591 * MRawEvtData.cc:
6592 - Changed ReadEvt according to the new raw binary format 2001/02/20
6593
6594 * Added MLog.[h,cc], MLogManip.[h,cc]
6595
6596 * Adde SetStreamer and fLog to the MParContainer base class
6597
6598 * Derived MEvtLoop from MParContainer
6599
6600 * Makefile:
6601 - added 'tar'
6602
6603 * mbase/BaseIncl.h:
6604 - added fstream.h, TGListBox.h
6605
6606 * mbase/BaseLinkDef.h:
6607 - added pragma for gLog and MLog
6608
6609 * mbase/MAGIC.h:
6610 - added forward definition for gLog
6611
6612 * mbase/MEvtLoop.cc:
6613 - exchanged cout with *fLog
6614 - added statements to provide log-facility to all tasks als parameter
6615 containers
6616
6617 * mbase/MEvtLoop.h:
6618 - Small changes
6619
6620 * mbase/MParContainer.h:
6621 - Added definitions necessary for use of Log-Facility
6622
6623 * mbase/MParList.[h,cc]:
6624 - Added SetLogStream
6625
6626 * mbase/MTask.h:
6627 - added fLog
6628
6629 * mbase/MTaskList.[h,cc]:
6630 - added SetLogStream
6631
6632 * mbase/Makefile:
6633 - Added MLog.cc, MLogManip.cc
6634
6635
6636
6637 2001/02/19: Harald Kornmayer
6638
6639 * implemented the Image Cleaning a la CT1 to the class MCerPhotEvt
6640
6641 * changed the readCT1.C file to show the effects of the image cleaning
6642 a la CT1
6643
6644 * changed
6645 mgui/MCamNeighbor.cc
6646 mananlysis/MCerPhotEvt.cc .h
6647 macros/readCT1.C
6648
6649
6650
6651 2001/02/19: Thomas Bretz
6652
6653 * MParContainer.h added prototypes for AsciiRead/Write
6654
6655 * .rootrc added
6656
6657 * MEvtLoop.[h,cc]:
6658 - split eventloop in its three parts, this should be used for
6659 debugging only.
6660
6661
6662
6663 2001/02/06: Harald Kornmayer
6664
6665 * the first running version with a eventdisplay. Now we are able
6666 to display an Event on the photo electron level. To do this, run
6667 the macro "macros/readCT1.C" after changing the file name.
6668
6669 changed:
6670 macros/readCT1.C
6671 manalysis/MNphotEvent.cc, manalysis/MNphotEvent.h
6672 analysis/MReadCT1Ascii.cc
6673 mgui/MCamDisplay.cc, mgui/MCamDisplay.h
6674
6675
6676
6677 2001/01/23: Harald Kornmayer
6678
6679 * the integration of the class FadcDisp in the mars enviroment
6680 and further developments in the display
6681
6682 changed:
6683 meventdisp/MGFadcDisp.h
6684 meventdisp/MGFadcDisp.cc
6685 mgui/GuiIncl.h
6686 mgui/GuiLinkDef.h
6687 mgui/MGMarsMain.cc
6688 mgui/MGPrototyp.cc
6689 mgui/MGPrototyp.h
6690 mgui/Makefile
6691
6692 added:
6693 mgui/MGEventDispMain.h
6694 mgui/MGEventDispMain.cc
6695
6696
6697
6698 2001/01/22: Harald Kornmayer
6699
6700 * started with the development of a EventDisplay Utitliy.
6701 Therefore I added the following files.
6702
6703 meventdisp/EvtDispIncl.h
6704 meventdisp/EvtDispLinkDef.h
6705 meventdisp/MGFadcDisp.cc
6706 meventdisp/MGFadcDisp.h
6707 meventdisp/Makefile
6708
6709 Also a few of the older files where slightly changed.
6710 ./Makefile
6711 ./Makefile.rules
6712 mraw/MRawEvtData.
6713
6714
6715
6716 2001/01/19: Thomas Bretz
6717
6718 * mmc/*.hxx:
6719 - changed include of MDefineTrigger.h back
6720
6721
6722
6723 2001/01/19: Oscar Blanch
6724
6725 * mmc/MTriggerDefine.h:
6726 - added
6727
6728
6729
6730 2001/01/18: Thomas Bretz
6731
6732 * Makefile:
6733 - mmc-library added
6734
6735 * Makefile.conf.general:
6736 - Added definition of __MARS__
6737
6738 * Makefile.rules:
6739 - Added definitions to rootcint
6740
6741 * Oscar added the McFormat subdir of the Monte Carlo as mmc
6742
6743 * mmc/MMcEvt.h:
6744 - renamed to MMcEvt.hxx
6745
6746 * mmc/*.hxx:
6747 - added necessary defintions from MDefineTrigger.h
6748
6749 * mmc/Makefile, mmc/McLinkDef.h, mmc/McIncl.h, mmc/readme.txt:
6750 - added
6751
6752 * mmc/LinkDef.h:
6753 - removed
6754
6755
6756
6757 2001/01/17: Thomas Bretz
6758
6759 * Makefile:
6760 - Exchanged explicit rules to make library by implicit ones
6761 - The shared object works now. I exchanged the libraries with the object
6762 files. But I don't know why the libraries don't work.
6763
6764 * Makefile.conf.linux-gnu:
6765 - replaced CC with gcc (instead of g++)
6766
6767 * mdatacheck/DataCheckLinkDef.h:
6768 - removed unused statements
6769
6770 * mraw/RawLinkDef.h:
6771 - added globals
6772
6773 * mraw/MerppLinkDef.h:
6774 - removed unused file
6775
6776
6777
6778 2001/01/12: Thomas Bretz
6779
6780 * MLinkDef.h, MIncl.h, marslogo.xpm, magiclogo.xpm:
6781 - added
6782
6783 * LinkDef.h:
6784 - removed
6785
6786 * Makefile:
6787 - Added CINT, mrproper
6788
6789 * mbase/Makefile, mraw/Makefile, mgui/Makefile, mdatacheck/Makefile:
6790 - included makefile.general, Makefile.rules,
6791 - removes corresponding lines
6792
6793 * mdatacheck/MDumpEvtHeader.[h,cc], mdatacheck/MFillAdcSpect.[cc,h],
6794 mdatacheck/MFillAdcSpect.[h,cc], mdatacheck/MGDisplayAdc.[cc,h],
6795 mdatacheck/MHistsosAdc.[h,cc], mdatacheck.MShowSpect.[cc,h]
6796 - changed include statements
6797
6798 * mgui/MGDataCheckMain.[cc,h], mgui/MGMarsMain.[cc,h]
6799 - changed include statements
6800 - move enum from h to cc
6801 - removed comma operator from delete statements (nonsense)
6802
6803
6804
6805 2001/01/11: Harald Kornmayer
6806
6807 * ./
6808 readraw.cc, Makefile, Makefile.rules, LinkDef.h, MParList.cc, MReadTree.cc,
6809 MReadTree.h, mbase/Makefile, mraw/Makefile
6810 - small changes in this files. Not really critical.
6811
6812 * mars.cc
6813 - added the main file for the gui
6814
6815 * mgui/
6816 GuiIncl.h, MGMarsMain.cc, GuiLinkDef.h, MGMarsMain.h, MGDataCheckMain.cc,
6817 Makefile, MGDataCheckMain.h
6818 - added the subdir mgui and this files
6819
6820 * mdatacheck/
6821 DataCheckIncl.h, DataCheckLinkDef.h, MHistosAdc.cc, MHistosAdc.h,
6822 MDumpEvtHeader.cc, MDumpEvtHeader.h, MShowSpect.cc, MShowSpect.h,
6823 MFillAdcSpect.cc, MFillAdcSpect.h, MViewAdcSpectra.cc, MViewAdcSpectra.h,
6824 MGDisplayAdc.cc, MGDisplayAdc.h, Makefile
6825 - added the subdir mdatacheck and this files
6826
6827
6828
6829 2000/12/28: Thomas Bretz
6830
6831 * merpp.cc, MArray.cc, MArray.h, MArrayB.cc, MArrayB.h, MArrayS.cc,
6832 MArrayS.h, MEvtLoop.cc, MEvtLoop.h, MInputStreamID.cc, MInputStreamID.h,
6833 MParContainer.cc, MParContainer.h, MParList.cc, MParList.h, MReadTree.cc,
6834 MTask.cc, MTask.h, MTaskList.cc, MTaskList.h, MTime.cc, MTime.h:
6835 - Added changes some comments.
6836
6837 * MLoopEvt.cc, MLoopEvt.h:
6838 - Removed
6839
6840
6841
6842 2000/12/22 - Thomas Bretz:
6843
6844 * readraw.cc:
6845 - changed some comments and the Root-Name of the program
6846 - added check for the existance of the file
6847 - changed name of numbers of entries from iEnt to nent
6848
6849 * dohtml.C:
6850 - changed title of converted macros
6851
6852 * MRawEvtData.cc:
6853 - added a commet in Draw()
6854
6855 * MRawEvtPixelIter.[h,cc]:
6856 - Added the comment header of the file
6857 - removed inheritance from TIterator (not needed)
6858 - some changes to get it work (the one in the repository was untested
6859 and not working)
6860 - changed calling style of iterator from do...while to while-loop
6861 - changed some comments
6862
6863 * MRawRunHeader.cc:
6864 - added some comments
6865
6866 * Changelog, News: added
6867
6868 * test.C: removed
Note: See TracBrowser for help on using the repository browser.