source: trunk/MagicSoft/Mars/Changelog@ 1910

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