source: trunk/MagicSoft/Mars/Changelog@ 1633

Last change on this file since 1633 was 1633, checked in by tbretz, 22 years ago
*** empty log message ***
File size: 139.3 KB
Line 
1 -*-*- END -*-*-
2
3 2002/11/18: Thomas Bretz
4
5 * macros/CT1Hillas.C:
6 - changed MWRiteRootFile to write the histograms only
7 - renamed HillasSource to MHillasSrc
8
9 * macros/MagicHillas.C:
10 - removed all anti source stuff (corresponding to star.C)
11 - changed MWRiteRootFile to write the histograms only
12 - renamed HillasSource to MHillasSrc
13
14 * macros/estfit.C, macros/estimate.C:
15 - renamed HillasSource to MHillasSrc
16
17 * multidimdist.C:
18 - added Theta
19 - added Alpha
20
21 * macros/star.C
22 - removed wrong HillasSource
23 - added MSrcPosCam
24
25 * starplot.C:
26 - removed all anti source stuff (corresponding to star.C)
27 - renamed HillasSource to MHillasSrc
28
29 * macros/multidimdist2.C:
30 - fixed a typo
31 - added Alpha and Theta
32
33 * mbase/MTime.h:
34 - added minus-operator
35
36 * mdata/MDataChain.[h,cc]:
37 - added floor
38
39 * mhist/MFillH.[h,cc]:
40 - moved MMap and MMap support MHArray
41
42 * mhist/MHArray.[h,cc]:
43 - added MMap
44 - added MMap-support
45 - added legend
46 - added more draw options
47
48 * mhist/MHFadcCam.[h,cc]:
49 - added Fill(const MRawEvtData*)
50 - added const getter functions
51
52 * mhist/MHFadcPix.h:
53 - added const getter functions
54
55 * mmc/MMcCorsikaRunHeader.[h,cc]:
56 - removed underscores from names
57 - removed empty destructor
58
59 * manalysis/MPedestalCalc.[h,cc]:
60 - added (not yet to LinkDef.h and Makefile)
61
62 * mgeom/MGeomMirror.[h,cc], mgeom/MGeomPMT.[h,cc],
63 mmc/MMcConfigRunHeader.[h,cc], mmc/MMcCorsikaRunHeader.[h,cc]:
64 - changed comments
65
66
67
68 2002/11/16: Abelardo Moralejo
69
70 * mmc/MMcCorsikaRunHeader.cc:
71 - added default destructor
72
73
74
75 2002/11/15: Thomas Bretz
76
77 * mmc/MMcCorsikaRunHeader.[h,cc]:
78 - small changes
79
80 * mmc/McLinkDef.h:
81 - added missing MMcCorsikaRunHeader
82
83
84
85 2002/11/15: Oscar Blanch
86
87 * mmc/MMcCorsikaRunHeader.[h,cc]:
88 - added
89
90
91
92 2002/11/14: Thomas Bretz
93
94 * mmain/MAnalysis.cc, mmain/MMonteCarlo.cc, mmain/MDataCheck.cc:
95 - removed SetProgressBar of reader
96
97 * mhist/MHFlux.cc:
98 - localized some variables
99 - get rid of old c-style sprintf
100 - return errorflag in Parab as return value!
101
102 * mgeom/MGeomPMT.cc, mgeom/MGeomMirror.cc:
103 - removed redefinition of a default argument
104
105 * mhist/MHMcIntRate.cc, mhist/MHMcCollectionArea.[h,cc]:
106 - changed the error calculation according to a suggestion from Raquel
107
108 * mmontecarlo/MMcCollectionAreaCalc.cc:
109 - for collection area: MMcTrig isn't needed if all showers are
110 triggered showers
111
112 * mmc/MMcConfigRunHeader.cc:
113 - made function definition identical to function declaration
114
115 * macros/star.C:
116 - removed anti source for the moment
117
118 * macros/multidimdist2.C:
119 - added
120
121 * macros/comprob.C, macros/multidimdist.C:
122 - changed to use MHillasSrc instead of HillasSource
123
124 * mhist/MHHadronness.cc:
125 - changed the output of Print a bit
126
127
128
129 2002/11/13: Thomas Bretz
130
131 * mfilter/MFEventSelector.[h,cc]:
132 - if total number of events read from file the selector worked only for
133 one eventloop - fixed.
134 - changed MReadMarsFile to MRead
135
136 * mbase/MContinue.cc:
137 - fixed a typo
138
139 * mbase/MEvtLoop.cc, meventdisp/MGEvtDisplay.cc:
140 - renamed MReadMarsFile/MReadTree to MRead
141
142 * mfileio/FileIOLinkDef.h, mfileio/Makefile:
143 - added MRead
144
145 * mfileio/MRead.[h,cc]:
146 - added
147
148 * mfileio/MReadMarsFile.[h,cc], mfileio/MReadTree.[h,cc]:
149 - renamed from MReadMarsFile to MRead
150 - derived from MRead
151 - removed progressbar support from MReadTree
152
153 * mfileio/MWriteRootFile.cc:
154 - added a info output
155
156 * mfileio/MCT1ReadPreProc.[h,cc]:
157 - changed to work much much better :)
158
159 * mgeom/GeomLinkDef.h, mmc/McLinkDef.h:
160 - added missing LinkDefs (helllo Oscar!)
161
162 * mgeom/MGeomCamCT1.cc:
163 - mirrored the CT1 camera in x (CT1 default)
164
165 * mgeom/MGeomMirror.[h,cc]:
166 - some small changes
167
168 * mgeom/MGeomPMT.[h,cc]:
169 - changed usage of TArrayF from pointer to reference
170
171 * mgui/MCamDisplay.cc:
172 - fixed a crash at delete when the user closed a automatically
173 created canvas
174
175 * mhist/MHFadcCam.[h,cc]:
176 - implemented ResetHistograms
177
178 * mhist/MHMatrix.[h,cc]:
179 - implemented ReduceNumberOfRows (preliminary, untested)
180
181 * mmc/MMcConfigRunHeader.[h,cc]:
182 - some small changes
183 - changed usage of TArrayF from pointer to reference
184
185
186
187 2002/11/11: Thomas Bretz
188
189 * manalysis/MHillas.cc:
190 - moved division by size before test of number of used pixels
191
192 * mfileio/MCT1ReadPreProc.cc:
193 - added a eof-conditional
194
195 * mhist/MH3.cc:
196 - added a 'nonew' option to DrawClone
197
198 * mhist/MHHadronness.cc:
199 - check for NaN in Fill
200
201
202
203 2002/11/08: Oscar Blanch
204
205 * mgeom/MGeomPMT.[h,cc]:
206 - added
207 - Information about simulated QE
208
209 * mgeom/MGeomMirror.[h,cc]:
210 - added
211 - Mirrors properties
212
213 * mgeom/Makefile:
214 - modified to compile new classes
215
216 * mmc/MMcConfigRunHeader.[h,cc]:
217 - added
218
219 * mmc/Makefile:
220 - modified to compile new classes
221
222
223
224 2002/11/08: Thomas Bretz
225
226 * mhist/MHMatrix.cc:
227 - implemented a zero suppression
228
229
230
231 2002/11/07: Thomas Bretz
232
233 * mfilter/Makefile, mfilter/FilterLinkDef.h:
234 - added MFEventSelector
235
236 * mfilter/MFEventSelector.[h,cc]:
237 - added
238
239 * mfilter/MF.[h,cc]:
240 - made gsDef[Name,Title] a static const member
241
242 * manalysis/MMultiDimDistCalc.cc:
243 - changed the default function to kernel
244
245
246
247 2002/11/07: Oscar Blanch
248 * mmc/MMcEvt.[hxx,cxx]
249 - Some new variable from the reflector header event.
250 - Class version switched to 2
251
252 * mmc/MMcRunHeader.[hxx,cxx]
253 - Varible member fOpticLinksNoise has been introduced
254 - Class version switched to 3
255
256
257 2002/11/07: Wolfgang Wittek
258
259 * mhist/MHFlux.[h,cc]
260 - changed to avoid warnings : "member initializers will be re-ordered
261 to match declaration order"
262
263
264
265 2002/11/06: Thomas Bretz
266
267 * Makfile.conf.osf5.1:
268 - added
269
270 * mhist/MHMatrix.cc:
271 - changed all math.h functions or similar to TMath
272 - added 2*pow(rows, 1/(4+cols))^2 as the standard kernel window
273
274 * mfileio/MCT1ReadPreProc.cc:
275 - corrected the reading routines
276
277 * mfileio/*.cc:
278 - changed my eMail address
279
280 * mfileio/structures.h:
281 - small changes to make it architecture independant
282
283
284
285 2002/11/04: Thomas Bretz
286
287 * macros/estimate.C, macros/estfit.C:
288 - added
289
290 * mfileio/structures.h, mfileio/defines.h:
291 - added from CT1 PreProc 0.5
292
293 * mfileio/MCT1ReadPreProc.[h,cc]:
294 - added
295
296 * mhist/MHArray.[h,cc]:
297 - added
298
299 * Makefile:
300 - changed the order of the libs to make the linker happy
301
302 * manalysis/MBlindPixelCalc.[h,cc]:
303 - changed to be able to use also an existing MBlindPixels from the
304 parlist
305 - changed to use the pixel Id instead of its index number from the evt
306
307 * manalysis/MCameraSmooth.cc:
308 - changed to use the pixel Id instead of its index number from the evt
309
310 * manalysis/MCerPhotEvt.[h,cc]:
311 - added GetPixById member function
312
313 * manalysis/MCompProbCalc.[h,cc]:
314 - changed Hadroness to Hadronness
315
316 * manalysis/MHillasExt.cc:
317 - fixed a typo in a comment
318
319 * mbase/MParContainer.[h,cc]:
320 - added New-virtual member function
321
322 * mbase/MTask.[h,cc]:
323 - changed AddToBranchList so that it also accepts comma seperated
324 lists (only when using TString)
325
326 * mdata/MData.[h,cc], mdata/MDataArray.[h,cc], mdata/MDataChain.[h,cc],
327 mdata/MDataElement.[h,cc], mdata/MDataList.[h,cc]
328 - updated comments
329 - added new GetDataMember member function
330
331 * mdata/MDataArray.[h,cc]:
332 - added new member function AddEntry(MData*)
333
334 * mfileio/FileIOLinkDef.h, mfileio/Makefile:
335 - added MCT1ReadPreProc
336
337 * mfileio/MCT1ReadAscii.cc:
338 - removed fNphot->Clear() (automatically called for each event by
339 Reset();
340
341 * mhist/HistLinkDef.h, mhist/Makefile:
342 - added MHArray
343
344 * mhist/MFillH.[h,cc]:
345 - made work with arrays of histograms (MHArray) the mapping is
346 done by a preliminary class MMap
347
348 * mhist/MH.[h,cc]:
349 - implemented GetHistByName virtual function
350 - implemented GetDataMember virtual function
351 - small changes to debug output
352
353 * mhist/MH3.[h,cc]:
354 - implemented usage of GetDataMember for AddBranchToList
355 - implemented GetHistByName
356 - implemented New to be used in MHArray
357
358 * mhist/MHAlphaEnergyTheta.h, mhist/MHAlphaEnergyTime.h,
359 mhist/MHEnergyTheta.h, mhist/MHEnergyTime.h,
360 mhist/MHHillas.[h,cc], mhist/MHHillasExt.[h,cc],
361 mhist/MHHillasSrc.[h,cc], mhist/MHMcDifRate.h,
362 mhist/MHMcEfficiency.h, mhist/MHMcEfficiencyEnergy.h,
363 mhist/MHMcEfficiencyImpact.h, mhist/MHMcEnergy.[h,cc],
364 mhist/MHMcEnergyImpact.h, mhist/MHMcEnergyMigration.h,
365 mhist/MHMcIntRate.h, mhist/MHStarMap.h, mhist/MHThetabarTheta.h,
366 mhist/MHThetabarTime.h, mhist/MHTimeDiffTheta.h,
367 mhist/MHTimeDiffTime.h:
368 - implemented GetHistByName
369
370 * mhist/MHHadronness.[h,cc]:
371 - some small changes and checks
372 - changed histogram io from standard pointer to '->'
373
374 * mhist/MHMatrix.cc:
375 - updated comments
376 - implemented GetDataMembers
377
378
379
380 2002/10/31: Thomas Bretz
381
382 * mfileio/MReadTree.cc:
383 - enhanced the validity of the fNuMEntries workaround from
384 3.02.06 to 3.07.01
385
386 * manalysis/MBlindPixelCalc.h, mhist/MBinning.h:
387 - added an explicit cast to get rid of a compiler warning on Alpha
388
389 * mhist/MH.cc:
390 - removed an unused variable to get rid of a compiler warning on Alpha
391
392
393
394 2002/10/31: Wolfgang Wittek
395
396 * mhist/MHFlux.[h,cc]:
397 - type of fVarname and fUnit changed from char* to TString
398
399
400
401 2002/10/30: Thomas Bretz
402
403 * mhist/MHMatrix.cc:
404 - changed the return value for the kernel method from log to -log
405 - fixed a typo in an error message
406 - fixed a crash in case the matrix is singular
407
408 * mhist/MMultiDimDistCalc.cc:
409 - check whether calculation of the distance succeeded
410
411 * mfileio/MReadTree.[h,cc]:
412 - implementation which makes sure, that the number of events returned
413 by GetEntries always is the correct value.
414 - removed const from the GetEntries definition
415 - mainly use GetEntries now instead of fNumEntries
416
417 * manalysis/MCameraSmooth.cc:
418 - removed include of MMcRunHeader
419
420
421
422 2002/10/29: Thomas Bretz
423
424 * manalysis/MHadroness.[h,cc]:
425 - renamed to MHadronness
426
427 * mhist/MHHadroness.[h,cc]:
428 - renamed to MHHadronness
429 - small changes to the graphical and text output
430
431 * manalysis/Makefile, manalysis/AnalysisLinkDef.h, macros/multidimdist.C,
432 manalysis/MMultiDimDistCalc.[h,cc], macros/comprob.C,
433 mhist/Makefile, mhist/HistLinkDef.h:
434 - changed Hadroness to Hadronness
435
436 * manalysis/MCerPhotAnal.cc:
437 - small changes to the code layout
438
439
440
441 2002/10/24: Thomas Bretz
442
443 * macros/multidimdist.C:
444 - some changes to make it work with the latest version of Mars
445
446 * mhist/MHMatrix.cc:
447 - changed the Print member function to be more flexible
448
449 * mhist/MHHadroness.[h,cc]:
450 - changed fQfac from TH to TGraph
451 - changed the Qfactor-plot x-axis from Hadronness to Gamma-Acceptance
452
453 * mgui/MCamDisplay.cc:
454 - changed ratio from ratio to sqrt(ratio) in GetColorError
455
456 * mhist/MH3.cc:
457 - changed plotted errors from spread/sqrt(n) to spread
458
459
460
461 2002/10/19: Abelardo Moralejo
462
463 * manalysis/MCerPhotCalc.cc
464 - Added check of whether a pixel has all its FADC slices empty before
465 subtracting pedestal.
466
467
468
469 2002/10/18: Thomas Bretz
470
471 * mfileio/MWriteRootFile.cc
472 - make sure that the tree is created in the corresponding file
473
474
475
476 2002/10/17: Thomas Bretz
477
478 * mraw/MRawEvtPixelIter.[h,cc]
479 - added function to get the sum of squares of the samples
480
481
482
483 2002/10/16: Abelardo Moralejo
484
485 * manalysis/MCerPhotCalc2.[h,cc], MCerPhotCalc.[h,cc]
486 - Class MCerPhotCalc2 renamed MCerPhotCalc (they were redundant).
487 - Now the default pixel treatment is the same as originally: add
488 all FADC slices
489
490 * macros/MagicHillas.C
491 - changed accordingly to changes above.
492
493
494
495 2002/10/16: Thomas Bretz
496
497 * macros/readMagic.C:
498 - added MPrint for MRawEvtHeader
499 - changed to MPrint to new Skip-Style
500
501 * manalysis/MHillasCalc.cc, manalysis/MHillasSrcCalc.cc:
502 - corrected output stream in case of hex or setfill was used
503
504 * mbase/MPrint.[h,cc]:
505 - introduced new behaviour of PreProcess (EnableSkip)
506
507 * mbase/MTaskList.cc:
508 - fixed a bug in Process which caused Histograms to be written
509 after each event
510
511 * meventdisp/MGEvtDisplay.cc:
512 - introduced printing of MRawEvtHeader
513
514 * mmc/MMcEvt.cxx:
515 - some small changes
516 - changed Print output from cout to fLog
517 - changes to the default values
518
519 * mraw/MRawEvtHeader.[h,cc]:
520 - removed the second empty line after Print
521 - added Getter-function for the DAQEvtNumber
522
523 * macros/star.C, macros/starplot.C, macros/threshold.C, macros/trigrate.C,
524 macros/plot.C, macros/plot2.C, macros/MagicHillas.C, macros/CT1Hillas.C,
525 macros/collarea.C:
526 - added ProgressBar
527
528 * macros/flux.C:
529 - fixed some coding bugs (redeclaration of Draw, Draw starting with a
530 capital)
531
532 * macros/MagicHillas.C:
533 - fixed some typos
534
535
536
537 2002/10/15: Thomas Bretz
538
539 * mbase/MContinue.[h,cc]:
540 - added
541
542 * Makefile:
543 - added some comments
544
545 * macros/readMagic.C:
546 - replaced MHillas by MHillasExt
547 - print also MC Information
548
549 * manalysis/MCerPhotEvt.[h,cc]:
550 - use MGeomCam::GetPixRatio
551 - added GetRatio[Min,Max]
552 - added GetErrorPhot[Min,Max]
553
554 * manalysis/MHillas.[h,cc], manalysis/MHillasExt.[h,cc],
555 manalysis/MHillasSrc.[h,cc]:
556 - return error codes
557 - don't display any error message or warning
558
559 * manalysis/MHillasCalc.[h,cc], manalysis/MHillasSrcCalc.[h,cc]:
560 - evaluate error codes returned by MHillas::Calc
561 - added Postprocess
562
563 * manalysis/MMcPedestalCopy.cc:
564 - removed obsolete comment
565
566 * manalysis/MMcPedestalNSBAdd.cc:
567 - added include MGeomPix
568
569 * manalysis/MPedestalCam.[h,cc]:
570 - moved some stuff from header file to source file
571 to get rid of some includes in the header file
572 - adde GetSize
573 - added GetMean[Min,Max]
574
575 * manalysis/MPedestalPix.[h,cc]:
576 - added Clear
577 - added IsValid
578
579 * mbase/BaseLinkDef.h, mbase/Makefile:
580 - added MContinue
581
582 * mbase/MClone.h:
583 - added GetObject
584
585 * mbase/MEvtLoop.[h,cc]:
586 - added SetProgressBar II
587
588 * mbase/MTask.[h,cc], mbase/MTaskList.[h,cc]:
589 - enhanced some comments
590 - print the name of the filter in PrintStatistic
591 - made the def name and title a static member
592
593 * meventdisp/MGCamDisplay.[h,cc]:
594 - added displays for: Errors, Phot/Err, Levels and Pedestals
595
596 * meventdisp/MGEvtDisplay.cc:
597 - Some simplifications
598 - introduced AddTab
599
600 * mfileio/MCT1ReadAscii.cc:
601 - added include MPedestalPix
602
603 * mgeom/MGeomCam.[h,cc]:
604 - added GetPixRatio
605
606 * mgui/MCamDisplay.[h,cc]:
607 - added possibilities to display: errors, ratios, levels and pedestals
608
609 * mhist/MHHillasSrc.cc:
610 - some small changes if mmdeg=0
611
612 * mhist/MHStarMap.cc:
613 - anhanced displayed radius from 2/3r to 5/6r
614
615 * mmain/MMars.[h,cc]:
616 - changed layout
617 - added comments to display
618
619 * mmain/MProgressBar.cc:
620 - added some comments
621
622 * manalysis/MImgCleanStd.cc:
623 - pixels with to many 'used' neighbors are left used
624
625
626 2002/10/14: Abelardo Moralejo
627
628 * manalysis/McerPhotCalc.cc, manalysis/MCerPhotCalc2.cc
629 - Initialized fEnableFix (before, bad pedestal subtraction if
630 reading camera 0.4 root files)
631
632
633 2002/10/09: Abelardo Moralejo
634
635 * mhist/MHMcRate.cc:
636 - fixed a bug in total rate calculation (results change very little,
637 only a 0.2 percent at most)
638
639
640 2002/09/16: Thomas Bretz
641
642 * mtools/MagicSnake.cc:
643 - removed some debugging output
644 - fixed a small bug in the initialization
645
646
647
648 2002/09/16: Thomas Bretz
649
650 * manalysis/MCerPhotPix.cc:
651 - shortened output
652
653 * mbase/MEvtLoop.cc:
654 - added a better progressbar support, if MReadTree or MReadMarsFile
655 exists in the Tasklist
656
657 * mbase/MTaskList.cc:
658 - fixed a bug which caused MParList::Reset not to be called anymore
659 as soon as kCONTINUE was called once.
660
661 * mfileio/MReadTree.[h,cc]:
662 - added AddFiles member function
663
664 * mmain/MProgressBar.[h,cc]:
665 - added as a simple Progress meter for eventloops
666
667 * mmain/Makefile, mmain/MainLinkDef.h:
668 - added MProgressBar
669
670 * manalysis/MHillas.cc:
671 - removed warning in case of no photons. problems with Thomas' files.
672
673 * mbase/Makefile:
674 - added mfileio
675
676
677
678 2002/09/16: Thomas Bretz
679
680 * macros/rootlogon.C:
681 - added SetMakeSharedLib to make it work correctly on linux
682
683 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
684 - added MEnergyEstParam
685 - added MMatrixLoop
686
687 * manalysis/MEnergyEstParam.[h,cc], manalysis/MMatrixLoop.[h,cc]:
688 - added
689
690 * manalysis/MEnergyEst.h:
691 - added fImpact provisionally
692 - changed to 'no-storage'
693
694 * manalysis/MHillas.[h,cc], manalysis/MHillasExt.[h,cc],
695 manalysis/MHillasSrc.[h,cc]:
696 - added set function to support Thomas Schweitzers Image files
697
698 * mbase/MFilter.cc:
699 - small changes to output
700
701 * mbase/MLog.[h,cc]:
702 - added IsNull to switch off output completely
703
704 * mbase/MParList.[h,cc]:
705 - added Remove function
706 - added IsOwner function
707 - changes to SavePrimitive
708 - kDoNotReset-support
709
710 * mbase/MTaskList.cc:
711 - make sure, that in sub-tasklist the parameterlist isn't reset
712
713 * mdata/MDataLinkDef.h, mdata/Makefile:
714 - added MDataElement
715 - added mhist-path
716
717 * mdata/MDataChain.[h,cc]:
718 - added support for MDataElement
719
720 * mhist/MH3.[h,cc]:
721 - added enums for log-scale
722 - set logscale automatic when drawing
723 - added 'only' option to draw functions
724 - set colors when 'col' option is given
725
726 * mhist/MHHillas.cc:
727 - better hist range for fCenter
728
729 * mhist/MHMatrix.[h,cc]:
730 - made default name and title a static class member
731 - changed AddColumn now returning the new comlumn index
732 - added Fill to fill Matrix from file
733 - added locking
734 - added IsValid
735 - added GetNumRows
736 - added SetNumRow
737 - added []-operator
738 - added GetNumRow
739
740 * mhist/MHStarMap.cc:
741 - fixed some comments
742
743 * mbase/MEvtLoop.[h,cc], MParContainer.[h,cc]:
744 - added support for writing two or more Evtloops into one macro
745
746
747
748 2002/09/02: Thomas Bretz
749
750 * mhist/MHMatrix.[h,cc]:
751 - added GetIndexdOfSortedColumn
752 - added SortMatrixByColumn
753
754 * mhist/HistIncl.h:
755 - added TArrayI.h (for MHMatrix.h)
756
757
758
759 2002/08/19: Thomas Bretz
760
761 * mhist/MHillasExt.cc:
762 - removed a wrong 2 in the calculation of fAsym
763
764
765
766 2002/08/16: Thomas Bretz
767
768 * mhist/MFillH.cc:
769 - if not title is given create a default title from the names
770
771 * mhist/MHHillas.cc, mhist/MHHillasExt.cc:
772 - use the new MH::Draw[Copy] function
773 - added names to the histograms in MHHillasExt
774
775 * manalysis/MCerPhotPix.h:
776 - unimportant change
777
778 * manalysis/MImgCleanStd.cc:
779 - added comment
780
781 * mhist/MH.[h,cc]:
782 - added function to draw two histograms in one pad with
783 a layout of two stat boxes and a legend: Draw[Copy]
784 - added comments
785 - added another sanity check in SetBinning(TH1*,TH1*)
786
787
788
789 2002/08/14: Thomas Bretz
790
791 * mbase/MTask.[h,cc], mbase/MTaskList.[h,cc]:
792 - added second argument to PrintStatistics
793
794
795
796
797
798 2002/08/12: Thomas Bretz
799
800 * manalysis/MBlindPixelCalc.[h,cc]:
801 - fixed a typo in the SetUseCentralPixel
802 - only use pixels without starlight for interpolation
803
804
805
806 2002/08/09: Thomas Bretz
807
808 * mbase/MIter.[h,cc]:
809 - added
810
811 * mbase/BaseLinkDef.h, mbase/Makefile:
812 - added MIter
813
814 * mdata/MDataChain.cc:
815 - added sanity check in StreamPrimitive
816
817 * mfilter/MF.[h,cc]:
818 - fixed StreamPrimitive
819 - don'w stream standard name and title.
820 - added default constructor
821
822 * mfilter/MFDataMeber.cc:
823 - strip spces from value before returning GetRule
824
825 * mfilter/MFilterList.[h,cc]:
826 - fixed StreamPrimitive
827 - don't stream standard name and title.
828
829
830
831 2002/08/08: Thomas Bretz
832
833 * manalysis/MHillasSrc.cc:
834 - use double dist instead of single fDist for calculation
835
836 * manalysis/MMultiDimDistCalc.[h,cc]:
837 - added support for the kernel method
838 - added stream primitive
839 - changed version number to 1
840 - adapted to new MHMatrix (using MDataArray)
841
842 * mdata/MDataArray.[h,cc]:
843 - added
844
845 * mdata/DataLinkDef.h, madata/Makefile:
846 - added MDataArray
847
848 * mfileio/MWriteRootFile.cc:
849 - fixed some bugs in StreamPrimitive
850 - StreamPrimtive doesn't write the default name/title anymore
851
852 * mhist/MHMatrix.[h,cc]:
853 - replaced the Arrays for the rules by a MDataArray
854 - implemented StreamPrimitive
855 - implement the use of the kernel function for num<0
856 - multiply fM2 by nevts-1
857 - added sanity check in case of dists[i]<0
858
859 * mhist/MHHillas.[h,cc]:
860 - added fUsedPix, fCorePix
861 - added fUsedPix, fCorePix to plots
862 - changed layout of plots
863 - changed name and title of MakeDefCanvas
864
865 * mhist/MHHillasSrc.[h,cc]:
866 - changed plot of Alpha from fabs(fAlpha) to fAlpha
867 - changed name and title of MakeDefCanvas
868
869 * mhist/MHillasExt.[h,cc]:
870 - changed layout of plots
871 - changed name and title of MakeDefCanvas
872 - made independant of MHillas
873 - exchanged the usage of the Fill-argument (MHillasExt) and the
874 stored pointer (MHillasSrc)
875 - changed the default binning of asym to be symmetric
876
877 * mbase/MTask.cc:
878 - fixed wrong streaming of filter name
879
880 * macros/starplot.C:
881 - added
882
883 * macros/dohtml.C:
884 - added starplot.C
885
886 * macros/MagicHillas.C, macros/CT1Hillas.C:
887 - changed to use new stylish Hillas Histograms
888
889 * macros/star.C:
890 - changed to interpolate pixels around hot spots
891 - write Sourcs and AntoSource to RunHeaders
892
893
894
895 2002/08/07: Thomas Bretz
896
897 * macros/dohtml.C:
898 - added missing paths
899
900 * manalysis/MBlindPixelCalc.[h,cc]:
901 - replaced booleans by fFlags
902 - added StreamPrimitive
903 - changed version number to 1
904
905 * manalysis/MHillasSrcCalc.[h,cc]:
906 - added correct initializations for the pointers
907 - made the pointers persistent
908
909 * manalysis/MImgCleanStd.cc, manalysis/MSrcPosCam.cc,
910 mfileio/MWriteRootFile.cc:
911 - don't stream name and title if not necessary
912
913 * mbase/MEvtLoop.[h,cc]:
914 - added some output
915 - added print function
916 - added gListOfPrimitives to delete BIT(15) of streamed containers
917 - Added default argument for Read and Write
918
919 * mbase/MParContainer.cc:
920 - added usage of gListOfPrimitives
921
922 * mbase/MParList.cc, mbase/MTaskList.cc, mhist/MBinning.cc:
923 - fixed a bug when only the title is different from the default
924
925 * mhist/MHHillas.cc:
926 - fixed the wrong usage of ApplyBinning for the 2D-Hist fCenter
927
928
929
930 2002/08/06: Thomas Bretz
931
932 * mhist/MHHillas.cc:
933 - fixed setting of binning for fCamera
934
935 * mhist/MH.cc, mhist/MBinning.cc:
936 - added sanity check in ApplyBinning and Apply
937
938 * mbase/MFilterList.[h,cc]:
939 - moved to mfilter
940
941 * mbase/Makefile, mbase/BaseLinkDef.h,
942 mfilter/Makefile, mfilter/FilterLinkDef.h:
943 - changed accordingly
944
945
946
947 2002/08/05: Thomas Bretz
948
949 * mbase/MEvtLoop.[h,cc]:
950 - added a warning in case of duplicate names in the lists
951 - added orresponding member functions (HasDuplicateNames)
952 - added some sanity checks, checking for an open file
953
954 * mbase/MFilter.[h,cc]:
955 - added GetRule virtual member function
956
957 * mbase/MFilterList.[h,cc]:
958 - added GetRule
959 - added StreamPrimitive
960 - added name and title to the constructor
961 - set version number to 1
962
963 * mbase/MTask.h:
964 - removed const qualifiers from fFilter (seems, that the root io
965 doesn't like it)
966
967 * mdata/MDataChain.[h,cc], mdata/MDataList.[h,cc], mdata/MDataMember.[h,cc],
968 mdata/MDataValue.[h,cc]:
969 - set class version to 1
970 - added default constructor if missing
971 - added fDataMember to MDataMember (formaly fName isn't stored)
972
973 * mfilter/MF.[h,cc], mfilter/MFAlpha.[h,cc], mfilter/MFDataMember.[h,cc],
974 mfilter/MFParticleId.[h,cc], mfilter/MFTriggerLvl1.[h,cc]:
975 - added StreamPrimitive
976 - removed const qualifiers from data members
977 - added the "!" to the data member storing the result
978 - added GetRule
979
980 * mhist/MFillH.[h,cc]:
981 - fixed some small bugs in StreamPrimitive
982
983 * mhist/MH3.[h,cc]:
984 - added the missing const-qualifier of StreamPrimitive
985
986 * mbase/MParContainer.[h,cc]:
987 - implemented setting a unique id in SavePrimitive
988 - imnplemented GetUniqueID
989
990 * manalysis/MHillasSrcCalc.cc, manalysis/MImgCleanStd.cc,
991 manalysis/MSrcPosCam.cc, mbase/MEvtLoop.cc, mbase/MParList.cc,
992 mbase/MTaskList.cc, mfileio/MReadTree.cc, mfileio/MWriteRootFile.cc,
993 mhist/MF.cc, mfilter/MFAlpha.cc, mfilter/MFDataMember.cc,
994 mfilter/MFParticleId.cc, mfilter/MFTriggerLvl1.cc, mhist/MBinning.cc,
995 mhist/MFillH.cc, mhist/MH3.cc:
996 - changed the 'instance' name to the UniqueName
997 - in some files: implemented a static constant name and title, which
998 is used to descide whether the name and/or title should be stream
999 in the constructor-call in StreamPrimitive
1000
1001
1002
1003 2002/08/06: Wolfgang Wittek
1004
1005 * mbase/MTask.cc:
1006 - redefinition of default argument in MTask::SavePrimitive removed
1007
1008
1009
1010 2002/08/02: Thomas Bretz
1011
1012 * manalysis/MHillasSrcCalc.[h,cc], manalysis/MImgCleanStd.cc,
1013 manalysis/MSrcPosCam.cc, mbase/MParContainer.[h,cc],
1014 mfileio/MReadTree.cc, mfileio/MWriteRootFile.cc, mhist/MBinning.cc:
1015 - added comments
1016
1017 * manalysis/MSrcPosCam.cc, mfileio/MWriteRootFile.cc, mhist/MFillH.cc:
1018 - fixed a missing " in SavePrimitive
1019
1020 * mbase/MTask.[h,cc], mhist/MBinning.[h,cc], mhist/MH3.[h,cc]:
1021 - implemented SavePrimitive
1022
1023 * mbase/MEvtLoop.[h,cc]:
1024 - added MakeMacro
1025 - added Read and Write
1026
1027 * mbase/MParContainer.[h,cc], mbase/MParList.[h,cc],
1028 mbase/MTaskList.[h,cc]:
1029 - added GetNames, SetNames virtual functions
1030
1031 * mdata/MData.[h,cc], mdata/MDataChain.[h,cc], mdata/MDataList.[h,cc],
1032 mdata/MDataValue.[h,cc], mdata/MDataMember.[h,cc]:
1033 - implemented GetRule
1034 - move Code from Print to GetRule
1035 - removed Print
1036
1037 * mhist/MH3.[h,cc]:
1038 - implemented default constructor
1039
1040 * manalysis/MHillasSrcCalc.[h,cc], manalysis/MImgCleanStd.[h,cc],
1041 manalysis/MSrcPosCam.[h,cc], mbase/MParList.[h,cc], mbase/MTask.h,
1042 mbase/MTaskList.[h,cc], mfileio/MReadTree.[h,cc],
1043 mfileio/MWriteRootFile.[h,cc], mhist/MBinning.[h,cc],
1044 mhist/MFillH.[h,cc], mhist/MH3.[h,cc]:
1045 - renamed SavePrimitive to StreamPrimitive
1046 - implemented more accurate streaming
1047 - removed some "//!" from the data members
1048
1049 * mbase/MParContainer.[h,cc]:
1050 - new virtual function StreamPrimitive
1051 - implemented flag whether this container has been streamed already
1052
1053 * mbase/MTask.[h,cc]:
1054 - corrected streaming of primitive to stream filters correctly
1055 - increased version number to 1
1056
1057 * mhist/MBinning.[h,cc]:
1058 - move SetEdges and SetEdgesLog to the source file
1059 - implemented a flag telling something about the type of the binning
1060
1061
1062
1063 2002/08/01: Thomas Bretz
1064
1065 * manalysis/MHillasSrcCalc.[h,cc], manalysis/MImgCleanStd.[h,cc],
1066 manalysis/MSrcPosCam.[h,cc], mbase/MEvtLoop.[h,cc],
1067 mbase/MParContainer.[h,cc], mbase/MParList.[h,cc],
1068 mbase/MTaskList.[h,cc], mfileio/MReadTree.[h,cc],
1069 mfileio/MWriteRootFile.[h,cc], mhist/MFillH.[h,cc]:
1070 - added SavePrimitive
1071
1072 * mbase/MEvtLoop.h, mbase/MParList.h, mbase/MTaskList.h,
1073 mfileio/MReadMarsFile.h, mfileio/MReadTree.h,
1074 mfileio/MWriteRootFile.h, mhist/MFillH.h:
1075 - changed from ClassVersion 0 to ClassVersion 1
1076
1077 * mfileio/FileIOLinkDef.h:
1078 - added MChain
1079
1080 * mfileio/MReadMarsFile.cc, mfileio/MReadTree.cc,
1081 mfileio/MWriteRootFile.cc, mhist/MFillH.cc:
1082 - added default constructor
1083
1084 * mfileio/MReadTree.cc:
1085 - moved MChain to its own file
1086
1087 * mfileio/MWriteRootFile.cc:
1088 - added default constructor to MRootFileBranch
1089 - changed Version number from 0 to 1
1090
1091 * mfileio/Makefile, mfileio/FileIOLinkDef.h:
1092 - MChain added
1093
1094 * mfileio/MChain.[h,cc]:
1095 - added (from MReadTree.cc)
1096
1097 * manalysis/MHillas.[h,cc]:
1098 - don't draw ellipse if values are invalid
1099 - add used and core pixels to Print-output
1100
1101 * manalysis/MHillasExt.cc:
1102 - reordered some comments
1103
1104 * mdata/MDataChain.[h,cc]:
1105 - fixed a bug causing usage of '-' sometime not to work
1106 - added handling of '+' sign
1107
1108 * mfileio/MReadTree.h:
1109 - changed some comments
1110
1111 * mhist/MBinning.[h,cc]:
1112 - added Apply
1113
1114 * mhist/MHHillas.[h,cc], mhist/MHHillasSrc.[h,cc],
1115 mhist/MHHillasExt.[h,cc]:
1116 - added default binning (usefull for the Magic Camera)
1117 - some changes to the layout
1118 - added support for the sign in MHHillasExt
1119
1120 * manalysis/MBlindPixelCalc.[h,cc]:
1121 - added the possibility to use the interpolation of the
1122 surrounding pixels
1123 - clean the array with the blind pixel IDs at any ReInit
1124
1125 * manalysis/MBlindPixels.h:
1126 - IsBlind now checks also for the validity of the array
1127
1128 * manalysis/MCerPhotPix.h:
1129 - added Set-function
1130
1131 * manalysis/MHillas.cc:
1132 - Don't ouput a warning if fSize==0 or fNumUsedPixels<0
1133 (happens too often)
1134
1135 * manalysis/MCameraSmooth.[h,cc]:
1136 - added
1137
1138 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
1139 - added MCameraSmooth
1140
1141
1142
1143 2002/07/31: Thomas Bretz
1144
1145 * mgeom/MGeomPix.[h,cc]:
1146 - added bits to flag pixel sin the two most outer rings
1147 - added IsInOutermostRing and IsInOuterRing member function
1148 - added CheckOuterRing mebmber function
1149 - set the bit for the most outer ring in the member function to
1150 initialize the next neighbors.
1151
1152 * mgeom/MGeomCam.[h,cc]:
1153 - added InitOuterRing to initialize the bits for the secendmost
1154 outer ring
1155
1156 * mgeom/MGeomCamMagic.cc:
1157 - Call InitOuterRing
1158
1159 * manalysis/MHillasExt.[h,cc]:
1160 - removed AsciiRead member function
1161 - reset fConc/fConc1 to -1 instead of 0
1162 - replaced float by Float_t
1163 - replaced Float_t for m3x/y, dzx and dzy by Double_t
1164 - replaced maxpixx and maxpixy by maxpixid
1165 - added somew new calculations (still in comments)
1166 - scaled nphot by the ratio of the area of the current pixel to
1167 the pixel with id zero to make a fair comparison in the maxpix
1168 findinng
1169
1170 * manalysis/MSrcPosCam.[h,cc]:
1171 - removed AsciiRead/Write member function
1172
1173 * manalysis/MImgCleanStd.cc:
1174 - changed ispixused array size from max to max+1
1175
1176 * macros/MagicHillas.C:
1177 - use the default binning of the histograms
1178
1179 * mhist/MH.[h,cc]:
1180 - changed argument of SetBinning from TArrayD* to TArrayD&
1181 - added ScaleArray
1182 - added ScaleAxis
1183 - proved that ScaleAxis is really working
1184 - Added ApplyBinning
1185
1186 * mhist/MHHillas.[h,cc], mhist/MHHillasSrc.[h,cc]:
1187 - corrected the default binning
1188 - take use of MH::ApplyBinning
1189 - don't stop execution if no binning was found (take default)
1190 - made sure, that rescaling of the axis is working properly
1191
1192
1193
1194 2002/07/29: Thomas Bretz
1195
1196 * manalysis/MImgCleanStd.[h,cc]:
1197 - changed ispixused from static size to dynamicly allocated size
1198 (thanks to Markus Gaug)
1199
1200
1201
1202 2002/07/29: Thomas Bretz
1203
1204 * mhist/MH.[h,cc]:
1205 - added FindGoodLimits (taken from TTreePlayer)
1206 - added GetMinimumGT
1207
1208 * mbase/MAGIC.h:
1209 - removed kPI (redefinition in TVector2.h)
1210
1211 * mbase/BaseLinkDef.h:
1212 - removed kPI (redefinition in TVector2.h)
1213
1214
1215
1216 2002/07/26: Abelardo Moralejo
1217
1218 * mhist/MH.cc
1219 - Fix: removed default arguments of ScaleAxis(...) (did not
1220 compile on alphas).
1221
1222
1223
1224 2002/07/25: Abelardo Moralejo
1225
1226 * manalysis/MCerPhotCalc2.[h,cc]:
1227 - Changed fWeight into a TArrayF to make the class usable for
1228 any number of FADC slices.
1229 - added procedure SetDefaultWeights for initialization.
1230
1231 * macros/MagicHillas.C:
1232 - changed accordingly
1233
1234
1235
1236 2002/07/25: Wolfgang Wittek, Thomas Bretz
1237
1238 * mhist/MHHillas.[h,cc], mhist/MHHillasSrc.[h,cc]:
1239 - added some more histograms showing the new parameters.
1240
1241 * mhist/MH.[h,cc]:
1242 - added ScaleAxis member functions
1243
1244
1245
1246 2002/07/25: Thomas Bretz
1247
1248 * mtools, mtools/Makefile, mtools/ToolsLinkDef.h, mtools/ToolsIncl.h:
1249 - added
1250
1251 * mgeom, mgeom/Makefile, mgeom/GeomLinkDef.h, mgeom/GeomIncl.h:
1252 - added
1253
1254 * Makefile:
1255 - mtools added
1256 - mgeom added
1257
1258 * mtools/MagicCivilization.[h,cc], mtools/MagicDomino.[h,cc],
1259 mtools/MagicShow.[h,cc], mtools/MagicSnake.[h,cc]:
1260 - added
1261
1262 * mgui/MineSweeper.[h,cc]:
1263 - moved to mtools
1264
1265 * mgui/MGeom*.[h,cc]:
1266 - moved to mgeom
1267
1268 * mgeom/MGeomCamMagic.cc:
1269 - corrected 48(!) wrong entries in the Next Neighbor table
1270
1271 * mmain/Makefile, eventdisp/Makefile:
1272 - added mgeom
1273
1274 * mgui/Makefile, mgui/LinkDef.h, mhist/Makefile, manalysis/Makefile:
1275 - removed MGeom* and MineSweeper
1276
1277 * macros/rootlogon.C:
1278 - added new include paths
1279
1280 * manalysis/MCerPhotEvt.cc, mgeom/MGeomCam.cc:
1281 - removed include of MHexagon
1282
1283
1284
1285 2002/07/23: Thomas Bretz
1286
1287 * mgui/MineSweeper.cc, mgui/MCamDisplay.cc:
1288 - fixed a bug which could caused the destructor of the created canvas
1289 not to be called if the object was deleted.
1290
1291 * mgui/MCamDisplay.h:
1292 - some reordering
1293
1294 * mgui/MHexagon.cc:
1295 - return the correct distance to primitive
1296 - do a sanity check in DistancetoPrimitive
1297
1298 * mhist/HistLinkDef.h:
1299 - added missing classes
1300
1301
1302
1303 2002/07/23: Wolfgang Wittek, Thomas Bretz
1304
1305 * manalysis/MHillas.cc, manalysis/MHillasSrc.cc:
1306 - replaced algorithms by the ones from the corresponding TDAS note
1307 - made results of calculations (hopefully) more accurate
1308 - added some output warnings and sanity checks
1309 - changed the default parameters in the Reset function
1310
1311 * manalysis/MHillasSrc.[h,cc]:
1312 - added fCosDeltaAlpha
1313 - made Calc returning a Bool_t
1314
1315 * manalysis/MHillasSrcCalc.cc:
1316 - make use of the return value of MHillasSrc::Calc
1317
1318
1319
1320 2002/07/22: Abelardo Moralejo
1321
1322 * manalysis/MCerPhotCalc2.[h,cc]:
1323 -added procedure SetWeights.
1324
1325 * macros/MagicHillas.C:
1326 -added example on how to use MCerPhotCalc2
1327
1328
1329
1330 2002/07/22: Thomas Bretz
1331
1332 * mgui/MCamDisplay.cc:
1333 - removed some unecessary includes
1334 - replaced *fPixels by *this
1335
1336 * mgui/MineSweeper.[h,cc]:
1337 - added more comments
1338 - removed some unnecessary includes
1339 - replaced enum constants for colors by the root ones
1340 - added gInterpreter->DeleteGlobal(this)
1341 - removed the deletion of the self-allocated fDrawingPad
1342 - added kUserBits, replacing kBitMask
1343
1344
1345
1346 2002/07/16: Thomas Bretz
1347
1348 * macros/plot.C, macros/plot2.C, macros/star.C, macros/comprob.C:
1349 - updated the comments in the macros
1350
1351 * mgui/MHexagon.cc:
1352 - added a sanity check in DistanceToPrimitive
1353
1354 * mgui/MCamDisplay.[h,cc]:
1355 - added DistanceToPrimitive
1356 - declared virtual functions as virtual (easier to read in the Dox)
1357
1358 * mfileio/MWriteAsciiFile.[h,cc]:
1359 - renamed AddContainer and AddRule to AddColumn and AddColumns
1360
1361 * macros/MagicHillas.C:
1362 - adopted to new names of MWriteAsciiFile member functions
1363
1364
1365
1366 2002/07/16: Wolfgang Wittek
1367
1368 * new
1369 ---
1370 mhist : MHEffOnTime (replaces MHEffOnTimeTime and
1371 MHEffOnTimeTheta)
1372 MHThetabarTheta (forgotten to comit last time)
1373 MHThetabarTime (forgotten to comit last time)
1374 MHGamma (makes the subtraction SRC-ASRC and
1375 counts the events with alpha<alpha0)
1376
1377 * modified
1378 --------
1379 Mars : Makefile.conf.general
1380 Changelog
1381
1382
1383 mhist : Makefile
1384 HistLinkDef.h
1385 MHFlux (performs the flux calculation)
1386
1387 MHAlphaEnergyTheta (replace BinningAlpha by BinningAlphaFlux)
1388 MHAlphaEnergyTime (replace BinningAlpha by BinningAlphaFlux)
1389
1390 macros : flux.C (replace some code by MHGamma,
1391 replace MHEffOnTimeTime and MHEffOnTimeTheta
1392 by MHEffOnTime)
1393
1394 * removed
1395 -------
1396 mhist : MHEffOnTimeTime
1397 MHEffOnTimeTheta
1398
1399
1400
1401 2002/07/15: Abelardo Moralejo
1402
1403 * manalysis/MCerPhotCalc2.[h,cc]
1404 - converted fWeight into a static variable.
1405
1406
1407
1408 2002/07/11: Thomas Bretz
1409
1410 * mgui/MGeomCamCT1.cc:
1411 - fixed a bug in the NN-Table (127 doesn't exist, 126 missing)
1412
1413 * mgui/MCamDisplay.cc:
1414 - changed some gPad to fDrawingPad
1415 - added kNoContextMenu and kCannotPick flags for the Primitives
1416 - scaled the size of the pixel numbers text with the pixel radius
1417
1418 * mgui/MineSweeper.[h,cc]:
1419 - added
1420
1421 * mgui/Makefile, mgui/GuiLinkDef.h:
1422 - added MineSweeper
1423
1424 * Makefile:
1425 - added missing mfileio
1426
1427
1428
1429 2002/07/11: Abelardo Moralejo
1430
1431 * manalysis/MCerPhotCalc2.[h,cc]
1432 - new class to compute nphe weighting FADC slices.
1433
1434
1435
1436 2002/07/10: Oscar Blanch
1437
1438 * manalysis/MCerPhotAnal.[h,cc]
1439 - new class to compute nphe. First version.
1440
1441
1442
1443 2002/07/10: Abelardo Moralejo
1444
1445 * macros/MagicHillas.C:
1446 -added MMcEvt container to hillas.root output
1447
1448
1449
1450 2002/07/10: Thomas Bretz
1451
1452 * mmain/Makefile:
1453 - added -I../mfileio
1454
1455 * manalysis/MCerPhotPix.h:
1456 - renamed IsCorePixel to IsPixelCore
1457 - renamed SetCorePixel to SetPixelCore
1458
1459 * manalysis/MHillas.[h,cc]:
1460 - added fNumCorePixel
1461 - added fNumUsedPixel
1462
1463 * manalysis/MImgCleanStd.cc, manalysis/MCerPhotEvt.cc:
1464 - renamed IsCorePixel and SetCorePixel
1465
1466
1467
1468 2002/07/08: Thomas Bretz
1469
1470 * macros/rootlogon.C:
1471 - added include pathes for ACLIC
1472
1473 * mfileio, mfileio/FileIOLinkDef.h, mfileio/FileIOIncl.h,
1474 mfileio/Makefile:
1475 - new directory
1476
1477 * mbase/MWriteAsciiFile.[h,cc], mbase/MWriteRootFile.[h,cc],
1478 mbase/MReadTree.[h,cc], mbase/MReadMarsFile.[h,cc],
1479 manalysis/MCT1ReadAscii.[h,cc]:
1480 - moved to mfileio
1481
1482 * mbase/Makefile, mbase/BaseLinkDef.h, mbase/BaseIncl.h,
1483 manalysis/Makefile, manalysis/AnalysisLinkDef.h,
1484 manalysis/AnalysisIncl.h, meventdisp/Makefile:
1485 - changed accordingly
1486
1487 * meventdisp/MGCamDisplay.cc:
1488 - cd to right canvas before drawing camera display
1489
1490 * meventdisp/MGEvtDisplay.[h,cc]:
1491 - added the "Geometry"-Tab
1492 - added MC informations to gui
1493
1494 * mgui/MCamDisplay.[h,cc]:
1495 - added DrawPixelNumbers
1496 - added buttons to change the palette online
1497
1498 * mgui/MHexagon.h:
1499 - added Getter functions
1500
1501 * macros/MagicHillas.C:
1502 - added read.DisableAutoScheme()
1503
1504 * mhist/MH.[h,cc]:
1505 - changed Fill to be non abstract anymore
1506
1507
1508
1509 2002/07/04: Abelardo Moralejo
1510
1511 * macros/trigrate.C:
1512 - Introduced some style improvements suggested by T. Bretz.
1513
1514
1515
1516 2002/07/04: Abelardo Moralejo
1517
1518 * mmontecarlo/MMcTriggerRateCalc.h,cc:
1519 - Now the dimension of fTrigger is set dynamically, to allow
1520 the processing of files with an arbitrarily large number of
1521 trigger conditions inside.
1522
1523 * macros/trigrate.C:
1524 - Adapted the macro to changes above, and added a third argument:
1525 the name of a file containing pure NSB events from which the
1526 accidental trigger rate is calculated. Previously, this had to
1527 be introduced in the macro by hand by the user.
1528
1529
1530
1531 2002/06/14: Thomas Bretz
1532
1533 * mhist/MBinning.cc:
1534 - Initialize the binning with 10 edges from 0 to 1
1535
1536
1537
1538 2002/06/13: Thomas Bretz
1539
1540 * mdata/MData.cc:
1541 - changed ostream.h to ofstream.h to make it compile on alpha
1542
1543
1544
1545 2002/06/10: Thomas Bretz
1546
1547 * mbase/MReadMarsFile.cc:
1548 - changed name of fRun to ReadRunHeaders
1549
1550 * mbase/MReadTree.cc:
1551 - changed output to show name of class
1552
1553 * macros/plot.C:
1554 - added
1555
1556 * macros/plot2.C:
1557 - added
1558
1559 * manalysis/MHillas.cc:
1560 - changed atan2 to atan for fDelta
1561
1562 * mbase/MAGIC.h, mbase/BaseLinkDef.h:
1563 - changed definitions for Particle Id to enum
1564
1565 * mbase/MGList.cc:
1566 - IsA()->InheritsFrom() replaced with InheritsFrom()
1567
1568 * mbase/MWriteAsciiFile.cc:
1569 - IsA()->InheritsFrom() replaced with InheritsFrom()
1570 - removed some debug outputs
1571
1572 * mbase/MDataChain.[h,cc]:
1573 - implemented sign '-'
1574
1575 * mhist/MH.h:
1576 - changed default canvas size to 580x435
1577
1578 * mhist/MHHadroness.cc:
1579 - added some more output to Print
1580
1581 * mhist/MHMatrix.h:
1582 - changed some i,j to x,y
1583 - removed fabs from distance calculation
1584 - added sqrt to distance calculation
1585
1586 * mmc/MMcEvt.cxx:
1587 - changed output of Print
1588
1589
1590
1591 2002/06/06: Thomas Bretz
1592
1593 * manalysis/MHillasSrc.cc:
1594 - changed atan2 to atan for fAlpha
1595
1596
1597
1598 2002/06/05: Thomas Bretz
1599
1600 * mbase/MWriteAsciiFile.[h,cc]:
1601 - changed the code completely to support rules (data chains), too.
1602 the interface stayed the same.
1603
1604 * mdata/MDataChain.cc, mhist/MHMatrix.cc:
1605 - added math.h for alpha compilers
1606
1607 * mbase/MParContainer.h:
1608 - changes IsReadyToSave to const
1609
1610 * mdata/MData.[h,cc]:
1611 - added AsciiWrite
1612
1613 * mdata/MDataChain.[h,cc], mdata/MDataList.[h,cc], mdata/MDataValue.h:
1614 - added IsReadyToSave
1615
1616 * mdata/MDataMember.[h,cc]:
1617 - added a new constructor
1618 - added IsReadyToSave
1619
1620
1621
1622 2002/06/04: Thomas Bretz
1623
1624 * mhist/MHCompProb.[h,cc]:
1625 - added
1626
1627 * mhist/MHMatrix.cc:
1628 - corrected some bugs in the algorithm to calculate the distance
1629
1630 * mhist/Makefile:
1631 - added -I../mmc
1632
1633 * mbase/Makefile:
1634 - added -I../mdata
1635
1636 * mhist/MHHadroness.cc:
1637 - some changes to the layout of the drawn histograms
1638
1639
1640
1641 2002/06/03: Thomas Bretz
1642
1643 * mhist/MHCompProb.[h,cc]:
1644 - added
1645
1646 * mhist/MHHadroness.[h,cc]:
1647 - added
1648
1649 * mhist/HistLinkDef.h, mhist/Makefile:
1650 - added MHCompProb
1651 - added MHHadroness
1652
1653 * mhist/MFillH.cc:
1654 - added a info-output
1655
1656 * mhist/MH3.cc:
1657 - excluded temporary profiles from directory
1658
1659 * mhist/MHMatrix.[h,cc]:
1660 - added code to calculate multi-dimensional distances
1661 - added comments
1662
1663 * mbase/MAGIC.h:
1664 - changed kGAMMA to 1
1665
1666 * mbase/MParList.[h,cc]:
1667 - added Replace-function
1668
1669 * mbase/MReadMarsFile.[h,cc]:
1670 - added correct seeking for the run headers
1671
1672 * mbase/MReadTree.[h,cc]:
1673 - added GetFileIndex()
1674
1675 * mbase/MTaskList.cc:
1676 - changed fTasksProcess.Delete() to fTasksProcess.Clear()
1677
1678 * mbase/MWriteAsciiFile.[h,cc]:
1679 - added some code for future usage (in comments)
1680
1681 * mbase/MLogo.[h,cc]:
1682 - added (not in use)
1683
1684 * mfilter/MFParticleId.[h,cc]:
1685 - added
1686
1687 * mfilter/Makefile, mfilter/FilterLinkDef.h:
1688 - added MFParticleId
1689
1690 * manalysis/MHadroness.[h,cc]:
1691 - added
1692
1693 * manalysis/MCompProbCalc.[h,cc]:
1694 - added
1695
1696 * manalysis/MMultiDimDistCalc.[h,cc]:
1697 - added
1698
1699 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
1700 - added MHadroness
1701 - added MCompProbCalc
1702 - added MMultiDimDistCalc
1703
1704 * manalysis/Makefile:
1705 - added ../mdata
1706 - added ../mhist
1707
1708 * macros/star.C:
1709 - added
1710
1711 * macros/comprob.C:
1712 - added
1713
1714 * macros/multidimdist.C:
1715 - added
1716
1717 * macros/dohtml.C:
1718 - added star.C
1719 - added comprob.C
1720 - added multidimdist.C
1721
1722 * mdata/MData.h:
1723 - added ()-operator
1724
1725 * mdata/MDataList.cc:
1726 - removed 'all' modifier in Print-statement
1727
1728 * mdata/MDataChain.[h,cc]:
1729 - added default constructor
1730
1731 * mdata/MReadTree.cc:
1732 - fixed a root bug for root versions<3.03/00 (the open file in
1733 the TChain was not deleted (closed))
1734
1735 * mbase/MReadMarsFile.[h,cc]:
1736 - store parlist instead of tasklist
1737 - check for run types between files
1738 - check for used reflector version (because of a bug in the program)
1739
1740 * mmc/MMcRunheader.hxx:
1741 - added GetReflVersion()
1742
1743 * mmontecarlo/MMcTriggerRateCalc.cc:
1744 - changed particle Id numbers to predefined constants
1745
1746
1747
1748 2002/05/29: Thomas Bretz
1749
1750 * mhist/MHMatrix.[h,cc]:
1751 - added
1752
1753 * mhist/HistLinkDef.h, mhist/Makefile
1754 - added MHMatrix
1755
1756 * mhist/MH.h:
1757 - added Finalize-function prototype to be called at the end of
1758 the eventloop
1759
1760 * mhist/MFillH.cc:
1761 - added call to Finalize-function to in PostProcess
1762
1763 * mhist/MH3.cc:
1764 - removed old includes
1765
1766 * mhist/MDataChain.cc:
1767 - fixed a harmfull bug in the constructor. fOperatorType wasn't
1768 correctly initialized
1769
1770 * mhist/MDataMember.cc:
1771 - added some output in case of failures
1772
1773 * mgui/MGeomCam.[h,cc]:
1774 - renamed fMm2Deg to fConvMm2Deg to be consistent with the Getter
1775 function name
1776
1777
1778
1779 2002/05/13: Thomas Bretz
1780
1781 * mbase/MReadTree.cc:
1782 - changed the Notify-workaround from GetEntry to LoadTree.
1783
1784 * mfilter/MFDataMember.[h,cc]:
1785 - changed class to use MDataMember instead of a direct access to
1786 TMethodCall
1787
1788 * mfilter/Makefile:
1789 - added path to mdata
1790
1791
1792
1793 2002/05/06: Thomas Bretz
1794
1795 * mbase/MReadMarsFile.cc, mbase/MReadTree.cc, mbase/MTaskList.cc:
1796 - implemented usage of the return value of the Notofy function
1797
1798 * mdata/MDataChain.[h,cc]:
1799 - implemented single-argument operators (like abs or exp)
1800
1801
1802
1803 2002/05/03: Thomas Bretz
1804
1805 * mars.cc:
1806 - changed version to 0.8
1807 - added logo stuff
1808
1809 * merpp.cc:
1810 - changed usage-output
1811
1812 * mgui/MCamDisplay.cc, mgui/MGeomCam.cc, mgui/MGeomCamCT1.cc,
1813 mgui/MGeomCamMagic.cc, mgui/MHexagon.cc, mhist/MBinning.cc,
1814 mhist/MFillH.cc, mhist/MH.cc, mhist/MHAlphaEnergyTheta.cc,
1815 mhist/MHAlphaEnergyTime.cc, mhist/MHEffOnTimeTheta.cc,
1816 mhist/MHEffOnTimeTime.cc, mhist/MHEnergyTheta.cc, MHEnergyTime.cc,
1817 mhist/MHMcCollectionArea.cc, mhist/MHStarMap.cc, mmain/MMars.cc,
1818 mmontecarlo/MMcCollectionAreaCalc.cc
1819 - changed mail address
1820 - added missing copyright notices
1821 - added missing class description
1822
1823 * mbase/MWriteRootFile.cc, mbase/MWriteAsciiFile.cc:
1824 - added AddToBranch call to AddContainer(const char*, const char*)
1825
1826
1827
1828 2002/04/30: Thomas Bretz
1829
1830 * macros/MagicHillas.C:
1831 - made eventloop infinite
1832
1833 * macros/tar.C:
1834 - implemented some sanity checks (existing files)
1835
1836 * mgui/MCamDisplay.[h,cc]:
1837 - changed to use DeepSea palette in root versions newer than 3.01/05
1838 - fixed a bug which caused the destructor to do strange thing
1839 (the uncloned fGeomCam was deleted)
1840 - implemented a more accurate deletion of the objects in the
1841 TClonesArrays by using TClonesArray::Delete
1842 - Implemented deletion of automatically created TCanvas
1843 - Implemented a sanity check in Draw and DrawPhotNum
1844
1845 * macros/readCT1.C, macros/readMagic.C:
1846 - changed to Handling of the gui and keyboard input
1847 - implemented the filename as function argument
1848
1849 * manalysis/MCT1ReadAscii.cc:
1850 - Expanded filename to support filnames containing '~'
1851
1852 * mhist/MH3.h:
1853 - removed 'const' to make 0.7 root 3.01/06 compatible
1854
1855 * mdata/MDataMember.cc, mdata/MDataValue.cc, mdata/MDataChain.cc:
1856 - removed a 'redefinition of default argument'
1857
1858 * mdata/MFDataMember.cc:
1859 - fixed a bug in the process function (second switch was never reached)
1860
1861
1862
1863 2002/04/29: Thomas Bretz
1864
1865 * macros/tar.C:
1866 - added
1867
1868 * Makefile:
1869 - changed "make tar" to use macros/tar.C and root
1870
1871
1872
1873 2002/04/29: Wolfgang Wittek
1874
1875 * mhist/Makefile, mhist/HistLinkDef.h
1876 - MHThetabarTheta and MHThetabarTime were added
1877
1878 * mhist/MHThetabarTheta.[h,cc], mhist/MHThetabarTime.[h,cc]:
1879 - added
1880
1881 * mhist/MHMcEnergyMigration.[h,cc]:
1882 - added
1883
1884
1885
1886 2002/04/27: Oscar Blanch
1887
1888 * mmc/MMcRunHedaer.cxx, mmc/MMcTrig.cxx, mmc/MMcTrigHeader:
1889 - description of variables that have been introduced in the second
1890 version of this Containers.
1891
1892
1893
1894 2002/04/26: Thomas Bretz
1895
1896 * mhist/MHFadcCam.cc:
1897 - start numbering of pixels with 1
1898
1899 * mhist/MHFadcPix.[h,cc]:
1900 - overloaded clone to get rid of the histograms in any directory
1901 - removed some unnecessary StrDup calls
1902 - changed binning (Thanks to Abelardo)
1903
1904 * mdata/MData.[h,cc]:
1905 - documentation added
1906 - implemented a new abstract member function: IsValid
1907
1908 * mdata/MDataChain.cc, mdata/MDataList.cc:
1909 - changed logging output
1910 - documentation added
1911
1912 * mdata/MDataList.h, mdata/MDataMember.h, mdata/MDataValue.h:
1913 - implemented IsValid
1914
1915 * mdata/MDataMember.cc:
1916 - Don't preprocess if fCall is already available
1917 - documentation added
1918
1919 * mdata/MDataValue.cc:
1920 - documentation added
1921
1922 * mhist/MHMcDifRate.h, mhist/MHMcEfficiency.h,
1923 mhist/MHMcEfficiencyEnergy.h, mhist/MHMcEfficiencyImpact.h,
1924 mhist/MHMcEnergyImpact.h:
1925 - corrected class description
1926
1927 * mbase/MParList.cc:
1928 - fixed a bug in CreateObjList
1929
1930
1931
1932 2002/04/25: Thomas Bretz
1933
1934 * mmontecarlo/MMcCollectionAreaCalc.[h,cc]:
1935 - counts now the number of simulated showers
1936 - implemented some sanity checks (corsika version, etc)
1937
1938 * mhist/MMcCollectionArea.[h,cc]:
1939 - added a first implementation of a calculation using only triggered
1940 events
1941
1942 * mhist/MH.[h,cc]:
1943 - changed the first argument in SetBinning (according to the number
1944 of axis) to TH2 or TH3
1945
1946 * mhist/MH2.cc:
1947 - changed the first argument in SetBinning (according to the number
1948 of axis) to TH2 or TH3
1949
1950 * macros/collarea.C:
1951 - replaces MReadTree by MReadMarsFile
1952
1953 * mmc/MMcRunHeader.hxx:
1954 - added GetAllEvtsTriggered
1955
1956
1957
1958 2002/04/24: Thomas Bretz
1959
1960 * mbase/MReadTree.cc:
1961 - made use of TBranch::GetClassName root version dependant
1962
1963 * manalysis/MCerPhotCalc.[h,cc]:
1964 - added a fix (ped.mean - 0.5) for files from camera with version <= 40
1965
1966 * mmc/MMcRunHeader.hxx:
1967 - added some Getter functions
1968
1969 * mdata/MDataChain.cc:
1970 - use rule as a title if no title ios given
1971
1972 * mhist/MH3.[h,cc]:
1973 - added usage of Data-Chains
1974 - added a profiling option to the draw functions
1975 - use the title (rule) of the data-chain as axis title
1976
1977 * mhist/Makefile:
1978 - added mdata-path
1979
1980 * mbase/MParContainer.h:
1981 - changed some output in GetterFunction
1982
1983
1984
1985 2002/04/24: Wolfgang Wittek
1986
1987 * Work was done on the calculation of photon fluxes as a function of
1988 Theta and as a function of time. The work is still in progress.
1989
1990 * macros/wowflux.C
1991 - the macr0 was added (extended and improved version of flux.C)
1992 - the macro steers the calculation of photon fluxes as a function
1993 of Theta and time
1994 - the macro is not yet complete; testing and developing is going on
1995
1996 * mhist/MHAlphaEnergyTheta.[h,cc], mhist/MHAlphaEnergyTime.[h,cc],
1997 mhist/MHEffOnTimeTheta.[h,cc], mhist/MHEffOnTimeTime.[h,cc],
1998 mhist/MHTimeDiffTheta.[h,cc], mhist/MHTimeDiffTime.[h,cc]:
1999 - documentation was added
2000 - histogram axes were labeled
2001
2002 * mhist/MHEffOnTimeTheta.cc:
2003 - range in which the fit of the distribution of time differences
2004 is to be performed has been calculated
2005 - new histograms were added (chi2/NDF, lambda, N0del)
2006
2007
2008
2009 2002/04/23: Thomas Bretz
2010
2011 * madata/Makefile, mdata/DataIncl.h, mdata/DataLinkDef.h,
2012 mdata/MData.[h,cc], mdata/MDataValue.[h,cc], mdata/MDataList.[h,cc],
2013 mdata/MDataChain.[h,cc], mdata/MDataMember.[h,cc]:
2014 - added
2015
2016 * mmc/MMcEvt.[hxx,cxx]:
2017 - added correct units for fImpact
2018
2019
2020
2021 2002/04/22: Thomas Bretz
2022
2023 * Makefile:
2024 - added a chapter how to compile mars using shared libraries
2025
2026 * NEWS:
2027 - updated
2028
2029 * mfilter/MF.[h,cc]:
2030 - added
2031
2032 * mfilter/MFDataMember.[h,cc]:
2033 - added
2034
2035 * mhist/MH3.[h,cc]:
2036 - added
2037
2038 * mhist/MHHillasExt.[h,cc]:
2039 - added
2040
2041 * macros/rootlogon.C:
2042 - added make() function
2043 - splitted rootlogon()
2044
2045 * mbase/MFilterList.cc:
2046 - fixed a bug in the constructor
2047 - small changes to the print function
2048
2049 * mbase/MParContainer.[h,cc]:
2050 - Added GetterMethod-Function
2051
2052 * mbase/MParList.cc:
2053 - Added a security check in case no def. constructor of the new class
2054 is available
2055 - changed print function
2056
2057 * mbase/MReadTree.cc:
2058 - changed so that the class type of the branch is used for creation of
2059 a new object instead of its name
2060
2061 * mbase/MTaskList.[h,cc]:
2062 - fixed the check for the Process function. Only base classes
2063 of first order have been checked
2064
2065 * mfilter/FilterLinkDef.h, mfilter/Makefile:
2066 - added MF, MFDataMember
2067
2068 * mhist/HistLinkDef.h, mhist/MFillH.cc:
2069 - added MH3, MHHillasExt
2070
2071 * mhist/MFillH.cc:
2072 - small changes
2073
2074 * mhist/MH.[h,cc]:
2075 - changed name handling in MakeDefCanvas to TString
2076
2077 * mhist/MHHillas.cc:
2078 - exchanged Get*axis()->SetTitle with Set*Title()
2079
2080 * mhist/MHHillas.h:
2081 - made SetMm2Deg virtual (for MHHillasExt)
2082
2083 * mhist/MHStarMap.[h,cc]:
2084 - changed layout from mm to deg
2085
2086 * mhist/MHHillasSrc.cc:
2087 - fixed a bug which made it unpossible to display fDist in degrees
2088
2089
2090
2091 2002/04/19: Thomas Bretz
2092
2093 * mbase/MTaskList.cc:
2094 - fixed a heavy bug which caused PreProcess to crash (GetListOfBases
2095 return a List of TBaseClasses not a List of TClass objects)
2096 - added a security check to Process whether we have something to process or not.
2097
2098 * macros/CT1Hillas.C:
2099 - changed to the new Hillas classes
2100
2101 * macros/readCT1.C:
2102 - fixed a bug causing readCT1.C to crash when reading the first event
2103 being a pedestal event
2104
2105
2106
2107 2002/04/17: Thomas Bretz
2108
2109 * mbase/MParContainer.cc:
2110 - case label TMethodCall::kOther changed to default to get rid of
2111 some warnings in newer root's (missing case label kString)
2112
2113 * mbase/MAGIC.h:
2114 - changed defintion of Glog so that it now works on Alpha machines, too.
2115
2116
2117
2118 2002/04/16: Thomas Bretz
2119
2120 * mhist/MHHillas.cc:
2121 - Fixed a 'redefinition of default argument' on alpha
2122
2123
2124
2125 2002/04/15: Thomas Bretz
2126
2127 * mgui/MGeomCam.cc:
2128 - Added SetReadyToSave to Constructor
2129
2130 * mhist/MH.cc:
2131 - Added some #ifdef conditionals for a fix in root
2132
2133 * mfilter/MFAlpha.[h,cc]:
2134 - made IsExpressionTrue inline
2135
2136
2137
2138 2002/04/05: Thomas Bretz
2139
2140 * mmain/MDataCheck.cc:
2141 - exchanged order in call to MFillH constructor
2142 - made eventloop infinite (only 300 events have been processed)
2143
2144 * mbase/MEvtLoop.h:
2145 - added GetTaskList
2146
2147 * mbase/MTaskList.[h,cc]:
2148 - introduced fTasksProcess which contains only the tasks
2149 which overloads the process function so that processing
2150 tasks doesn't waste time if a tasks doesn't have the process
2151 function
2152
2153 * mgui/MGeomPix.[h,cc]:
2154 - corrected calculation of pixel area
2155
2156
2157
2158 2002/04/04: Thomas Bretz
2159
2160 * mbase/MLog.cc:
2161 - stripped last character (CR) from output redirected to GUI
2162
2163
2164
2165 2002/03/21: Thomas Bretz
2166
2167 * mhists/MH.cc:
2168 - TAxis::Set resets the axis title so I implemented a workaround
2169 in SetBinning so that the axis title survives.
2170
2171 * mhists/MHEffOnTimeTheta.cc, MHEffOnTimeTime.cc:
2172 - replaced Get*axis()->SetTitle() by Set*Title()
2173 - corrected the Name in MakeDefCanvas
2174
2175
2176
2177 2002/03/20: Thomas Bretz
2178
2179 * macros/flux.C:
2180 - fixed a small bug (thanks to Wolfgang)
2181
2182 * mhist/MHHillas.[h,cc]:
2183 - added more scaling options
2184 - added setting for scaling factor
2185
2186 * mhist/MHStarMap.cc:
2187 - changed sign of t (due to a mail of Wolfgang)
2188
2189 * mhist/MHTimeDiff*.cc:
2190 - removed an implicit down-cast (TH1D --> TH1)
2191
2192
2193
2194 2002/03/15: Oscar Blanch
2195
2196 * mmc/McLinkDef.h
2197 - Automatic scheme evolution for all MC format classes.
2198 It has been checked that it keeps compatibility with old files.
2199
2200 * mmc/MTriggerDefine.h
2201 - Enlarge number of trigger pixels.
2202
2203 * mmc/MTrigger.[cxx,hxx]
2204 - Trigger zone has been enlarged. Now information about status
2205 of the pixel is saved for all Camera pixels.
2206 - Old files can still be read but becareful when one looks at the
2207 data member fPixelsFirst which is an array of different size for
2208 the new and old files.
2209 - ClassDef version upgraded to 2.
2210
2211 * mmc/MTriggerHedaer.[cxx,hxx]
2212 - Member data fElecNoiseTrig, which has information about the
2213 electronic noise in the trigger chain, has been introduced.
2214 - Trigger zone has been enlarged. Now information about status
2215 of the pixel is saved for all Camera pixels.
2216 - Old files can still be read but becareful when one looks at the
2217 data member fThreshold which is an array of diferent size for
2218 the new and old files.
2219 - ClassDef version upgraded to 2.
2220
2221
2222
2223 2002/03/13: Oscar Blanch
2224
2225 * mmc/MMcRunHeader.[cxx,hxx]
2226 - Several new variable members have been added
2227 - Version number updated to 2
2228
2229
2230
2231 2002/03/12: Thomas Bretz
2232
2233 * mmontecarlo/MMcTimeGenerate.cc (thanks to Wolfgang):
2234 - removed wrong comment for Process
2235 - changed Int_t to UInt_t (more readable)
2236 - replaced unit: ms -> 0.1ms
2237
2238
2239
2240 2002/03/08: Thomas Bretz
2241
2242 * manalysis/MHillasSrc.[h,cc]:
2243 - added fHeadTail
2244 - changed version number to 2.
2245
2246
2247
2248 2002/03/07: Thomas Bretz
2249
2250 * mbase/MParContainer.[h,cc], MWriteAsciiFile.[h,cc]:
2251 - added a scale value which can be used in case you are writing
2252 single data mambers
2253
2254
2255
2256 2002/03/04: Thomas Bretz
2257
2258 * mbase/MParContainer.cc:
2259 - changed AsciiWrite so that only base classes with a version
2260 id > 0 are written (important for MParContainer)
2261
2262
2263
2264 2002/03/01: Thomas Bretz
2265
2266 * mhist/MHMcEfficiencyEnergy.[h,cc], mhist/MHMcEfficiencyImpact.[h,cc],
2267 mhist/MHMcDifRate.[h,cc], mhist/MHMcIntRate.[h,cc]:
2268 - added
2269
2270 * mhist/Makefile, mhist/HistLinkDef.h:
2271 - added MHMcEfficiencyEnergy and MHMcEfficiencyImpact
2272 - added MHMcDifRate and MHMcIntRate
2273
2274 * mhist/MHMcCollectionArea.[h,cc]:
2275 - changed instantiation of collection area histogram
2276 - added settings for the binning
2277 - replaced division by root function
2278 - added Calc-functions
2279 - added GetHist
2280
2281 * mhist/MHMcEfficiency.[h,cc]:
2282 - changed pointers in Calc functions to references
2283
2284
2285
2286
2287
2288 2002/02/28: Thomas Bretz
2289
2290 * mhist/MHMcEnergyImpact.[h,cc], mhist/MHMcEfficiency.[h,cc]:
2291 - added
2292
2293 * mhist/Makefile, mhist/HistLinkDef.h:
2294 - added MHMcEnergyImpact and MHMcEfficiency
2295
2296 * mhist/*.cc:
2297 - repaced some *&-> casts by &.
2298
2299 * mhist/MHMcCollectionArea.[h,cc]:
2300 - changed to be able to use new MHMcEfficiency.
2301
2302
2303
2304 2002/02/21: Abelardo Moralejo
2305
2306 * manalysis/MHillasExt.cc :
2307 - added #include <math.h> (else, fabs not recognized by OSF)
2308
2309
2310
2311 2002/02/21: Thomas Bretz
2312
2313 * manalysis/MHillas.[h,cc]:
2314 - changed fMeanx and fMeany to fMeanX and fMeanY to match the names
2315 of the getter functions, needed by TDataMember::GetterMethod
2316 - commented out WriteAscii (replaced by more general in MParContainer
2317 and MWriteAsciiFile)
2318
2319 * manalysis/MHillasSrc.[h,cc], mmc/MMcEvt.[hxx, cxx]:
2320 - commented out WriteAscii (replaced by more general in MParContainer
2321 and MWriteAsciiFile)
2322
2323 * manalysis/MHillasExt.[h,cc]:
2324 - added necessary Getter Methods
2325
2326 * mbase/MFilterList.cc:
2327 - removed a nonsens comment
2328
2329 * mbase/MGList.cc:
2330 - relay on the bugfix for DynamicCast
2331
2332 * mbase/MParContainer.[h,cc]:
2333 - implemented WriteDataMember to have a more general interface
2334 for readable output.
2335 - changed ofstream to a more general ostream
2336
2337 * mbase/MWriteAsciiFile.[cc,h]:
2338 - generalized ascii writer to be able to write single data members
2339
2340
2341
2342 2002/02/13: Thomas Bretz
2343
2344 * Makefile:
2345 - made 'make dox' dependant on existance of shared object
2346
2347
2348
2349 2002/02/13: Thomas Bretz
2350
2351 * macros/MagicHillas.C, mhist/MHHillas.[h,cc], mhist/MHHillasSrc.[h,cc]:
2352 - implemented variable binning (MBinning)
2353 - implemented conversion to degrees (thanks to rudy)
2354
2355 * mgui/MGeomCam.[h,cc], mgui/MGeomCamCT1.cc, mgui/MGeomCamMagic.cc:
2356 - implemented fMm2Deg and fCamDist
2357
2358
2359
2360 2002/01/23: Thomas Bretz
2361
2362 * macros/flux.C:
2363 - fixed some bugs
2364 - uncommented all drawing
2365
2366 * mhist/MBinning.h:
2367 - changed SetEdges(TArrayD)
2368
2369 * mhist/MH.cc:
2370 - SetBinning(..., TAxis*,...) didn't work. Corrected.
2371
2372 * mhist/MHAlphaEnergyTheta.cc, mhist/MHAlphaEnergyTime.cc,
2373 mhist/MHEffOnTimeTheta.cc, mhist/MHEffOnTimeTime.cc,
2374 mhist/MHTimeDiffTheta.cc, mhist/MHTimeDiffTime.cc:
2375 - changed wrong titles, names, etc.
2376 - changed way of drawing projections
2377 - fixed usage of MH::SetBinning(TH1*)
2378
2379
2380
2381 2002/01/22: Thomas Bretz
2382
2383 * mhist/MHHillasSrc.[h,cc], mhist/MHFadcCam.[h,cc]:
2384 - changed return type of Fill to Bool_t
2385
2386 * mfilter/MFAlpha.[h,cc]:
2387 - added
2388
2389 * mfilter/MFill.[h,cc]:
2390 - implemented a new calling style which allows you to let MFillH
2391 create the necessary histogram objects
2392
2393 * mmain/MAnalysis.cc, macros/MagicHillas.C:
2394 - changed to new stylish MHillas parameter containers
2395
2396 * meventdisp/MGEvtDisplay.cc, mgui/MCamDisplay.cc,
2397 mmain/MDataCheck.[h,cc]:
2398 - fixed a warning in red hat linux
2399
2400 * mfilter/FilterLinkDef.h, mfilter/Makefile:
2401 - added MFAlpha
2402
2403 * mhist/MHHillas.[h,cc], mhist/MHHillasSrc.[h,cc]:
2404 - added SetupFill and usage of MBinning objects
2405
2406 * manalysis/MEnergyEst.[h,cc], manalysis/MEnergyEstimate.[h,cc],
2407 mhist/MHTimeDiffTime.[h,cc], mhist/MHEnergyTheta.[h,cc],
2408 mhist/MHEnergyTime.[h,cc], mhist/MHAlphaEnergyTheta.[h,cc],
2409 mhist/MHAlphaEnergyTime.[h,cc], mhist/MHTimeDiffTheta.[h,cc],
2410 mmontecarlo/MMcTimeGenerate.[h,cc]:
2411 - added
2412
2413 * manalysis/Makefile:
2414 - added MEnergyEst.cc
2415 - added MEnergyEstimate.cc
2416
2417 * mbase/MFilter.[h,cc], mfilter/MF*.[h,cc]:
2418 - added name and title to constructor
2419
2420 * macros/flux.C:
2421 - added
2422
2423
2424
2425 2002/01/21: Thomas Bretz
2426
2427 * mbase/MReadMarsFile.cc, mbase/MReadTree.[h,cc]:
2428 - implemented GetFileName
2429
2430 * mmc/MMcEvt.[hxx,cxx]
2431 - implemented WriteAscii
2432
2433 * mgui/MGeomPix.h:
2434 - implemented first version of GetA
2435
2436 * mhist/MBinning.h:
2437 - small changes to formulas
2438
2439 * mhist/MH.[h,cc]:
2440 - implemented SetBinnign functions
2441
2442 * macros/readMagic.C:
2443 - removed MPedestalCam
2444
2445
2446
2447 2002/01/19: Thomas Bretz
2448
2449 * mbase/MParContainer.cc:
2450 - generalized virtual function AsciiWrite
2451
2452 * changed to fit new MHillas inhertance model:
2453 - manalysis/MHillas.[h,cc]
2454 - manalysis/MHillasCalc.[h,cc]
2455 - mhist/MHHillas.[h,cc]
2456 - mhist/MHStarMap.[h,cc]
2457
2458 * added to fit new MHillas inhertance model:
2459 - manalysis/MSrcPosCam.[h,cc]
2460 - manalysis/MHillasSrc.[h,cc]
2461 - manalysis/MHillasSrcCalc.[h,cc]
2462 - manalysis/MHillasExt.[h,cc]
2463 - mhist/MHHillasSrc.[h,cc]
2464
2465 * manalysis/MCerPhotEvt.[cc,h]:
2466 - introduced weighting with pixel size in GetNumPhotonsMin
2467 - introduced weighting with pixel size in GetNumPhotonsMax
2468
2469 * mgui/MCamDisplay.cc:
2470 - weight the displayed color with the pixel size
2471
2472
2473
2474 2002/01/18: Thomas Bretz
2475
2476 * mhist/MBinning.[h,cc]:
2477 - added (not yet in Makefile)
2478
2479 * mbase/MWriteAsciiFile.cc:
2480 - fixed a bug: replaced GetSize by GetEntries
2481
2482 * mbase/MReadTree.cc:
2483 - changed EnableBranch to accept "Master.Sub" also
2484
2485
2486
2487 2002/01/16: Thomas Bretz
2488
2489 * mars.cc:
2490 - changed version number to 0.7
2491
2492 * NEWS:
2493 - changed current version to 0.7
2494
2495 * manalysis/MMcPedestalNSBAdd.cc:
2496 - small changes to output
2497
2498 * mbase/MParList.[h,cc]:
2499 - added FindObject with class type argument
2500
2501 * mbase/MWriteAsciiFile.cc
2502 - replaced call to InheritsFrom by new FindObject
2503
2504
2505
2506 2002/01/15: Thomas Bretz
2507
2508 * manalysis/MBlindPixelCalc.[h,cc]:
2509 - added more comments
2510 - removed a debug statement
2511
2512 * manalysis/MBlindPixels.[h,cc]:
2513 - added more comments
2514
2515 * manalysis/MCerPhotCalc.cc:
2516 - changed the warning output
2517
2518 * manalysis/MMcPedestalCopy.h:
2519 - added comments
2520
2521 * manalysis/MMcPedestalNSBAdd.[h,cc]:
2522 - added comments
2523 - changed call to AddedToBranchList
2524
2525 * mbase/MWriteAsciiFile.cc:
2526 - added comments
2527
2528 * mmc/MMcRunHeader.[hxx,cxx]:
2529 - made getter const
2530
2531 * meventdisp/MGCamDisplay.cc:
2532 - updated to use MBlindPixelCalc
2533
2534 * mbase/MEvtLoop.cc:
2535 - replaced wrong "MTasklist" by "MTaskList"
2536
2537
2538
2539 2002/01/14: Thomas Bretz
2540
2541 * manalysis/MMcPedestalCopy.cc, manalysis/MMcPedestalNSBAdd.cc:
2542 - added comments
2543
2544 * mbase/MReadMarsFile.cc:
2545 - changed output when switching to new file
2546
2547 * meventdisp/MGFadcDisp.cc:
2548 - made char array in constructor const
2549 - changed char-array to TString
2550
2551 * mmain/MBrowser.[h,cc]:
2552 - changed char-arrays to TString
2553
2554 * mmain/MDataCheck.[h,cc]:
2555 - made char array in constructor const
2556
2557 * Makefile.conf.linux, Makefile.conf.linux-gnu:
2558 - changed to O5
2559
2560 * mbase/MEvtLoop.cc:
2561 - check for inheritance from MTaskList
2562
2563 * manalysis/MPedestalCopy.cc, manalysis/MPedestalNSBAdd.cc:
2564 - small changes
2565
2566 * mbase/MWriteAsciiFile.[h,cc]:
2567 - changed to be able to write more than one container in a line
2568
2569
2570
2571 2002/01/11: Oscar Blanch Bigas
2572
2573 * mmain/MAnalysis.cc:
2574 - added MBlindPixelCalc step.
2575
2576 * macros/trigrate.C:
2577 - the list of MHMcRate is created using from and to instead of
2578 only dimension. Otherwise the case of a single trigger option is
2579 not well treated.
2580
2581 * mhist/MHMcRate.[h,cc]:
2582 - added funtion members SetFlux and SetIncidentRate and small
2583 modification in CalcRate member function
2584
2585 * mmontecarlo/MMcTriggerRateCalc.cc:
2586 - now this task sets the parameters to know the incident particle
2587 flux using MHMcRate::SetFlux. The value are decided by the task
2588 itself depending on the fPartId.
2589
2590 * manalysis/MBlindPixelCalc.cc:
2591 - rename MMcRunHeader:GetStarFieldDe to MMcRunHeader:GetStarFieldDec.
2592
2593 * mmc/MMcRunHeader.[hxx, cxx]:
2594 - rename MMcRunHeader:GetStarFieldDe to MMcRunHeader:GetStarFieldDec.
2595
2596
2597
2598 2002/01/10: Oscar Blanch Bigas
2599
2600 * mbase/Makefile:
2601 - added -I../MRawFormat in the included directories for compile
2602 and link. It was needed to use this Makefile to compile the
2603 files inside the drectory while compiling Monte Carlo programs.
2604
2605 * mraw/Makefile:
2606 - added -I../MBase in the included directories for compile
2607 and link. It was needed to use this Makefile to compile the
2608 files inside the drectory while compiling Monte Carlo programs.
2609
2610 * mbase/Makefile:
2611 - added -I../MBase- in the included directories for compile
2612 and link. It was needed to use this Makefile to compile the
2613 files inside the drectory while compiling Monte Carlo programs.
2614
2615 * mbase/MReadTree.cc:
2616 - changed #include "../mraw/MRawEvtData.h" by #include
2617 "MRawEvtData.h" to remove dependencies on the directory tree naming.
2618
2619
2620
2621 2002/01/09: Oscar Blanch Bigas
2622
2623 * manalysis/MPedestalCam.[h,cc]:
2624 - added CheckBounds function to check that program does not try to
2625 access pedestal outside the camera size.
2626
2627 * manalysis/MCerPhotCalc.h:
2628 - Member data const MPedestalCam *fPedestals -> MPedestalCam
2629 *fPedestals.
2630
2631 * manalysis/MCerPhotCalc.cc:
2632 - Sanity check to avoid searching to pedestals outside the camera
2633 size has been added.
2634
2635 * mmc/MMcRunHeader.[h,cxx]:
2636 - added functions GetStarField[De,Ra].
2637
2638 * manalysis/MBlindPixels.[h,cc]:
2639 - new containet that has a list of pixels that should not be used
2640 in the analysis for any reason (corrupted, star in them, ...).
2641
2642 * manalysis/MBlindPixelCalc.[h,cc]:
2643 - It is a task used to set up the list of blind pixels. Currently
2644 it recognises the CrabNebula starfield and then switch off the
2645 Theta Taury pixels. Blind pixels can be also introduced through
2646 the macro or analysis program.
2647
2648 * manalysis/Makefile:
2649 - added MBlindPixels and MBlinPixelCalc.
2650
2651 * manalysis/AnalysisLinkDef.h:
2652 - added MBlindPixels and MBlinPixelCalc.
2653
2654 * macros/MagicHillas.C:
2655 - added MBlindPixelCalc to avoid bias results due to Star Field
2656 NSB.
2657
2658 * macros/readMagic.C:
2659 - added MBlindPixelCalc to avoid bias results due to Star Field NSB while
2660 computing the Hillas parameters.
2661
2662
2663
2664 2001/12/19: Thomas Bretz
2665
2666 * mbase/MEvtLoop.cc:
2667 - added #ifdef directive to make it work on older root also
2668
2669 * mbase/MReadTree.cc:
2670 - added #ifdef directive to get rid of the memory leak in prior
2671 root 3.02/* versions
2672
2673 * macros/MagicHillas.C, macros/readMagic.C, meventdisp/MGCamDisplay.cc,
2674 mmain/MAnalysis.cc:
2675 - changes MMcPedestalNSB to MMcPedestalNSBAdd
2676
2677 * manalysis/MMcPedestalCopy.[h,cc], manalysis/MMcPedestalNSBAdd.[h,cc]:
2678 - reorganized ReInit, PreProcess.
2679 - moved some code from ReInit to PreProcess to make the code
2680 simpler. At the moment we don't intend to change the
2681 objects in the parlist while runtime.
2682
2683 * manalysis/MMcPedestalNSB.[h,cc]:
2684 - removed
2685
2686 * mbase/MReadMarsFile.cc:
2687 - read the first run header twice. To make it available in the
2688 PreProcess of all tasks
2689
2690 * mbase/MTaskList.cc:
2691 - fixed a bug in the ReInit function. The ReInits where calles with
2692 a NULL-pointer
2693
2694
2695
2696 2001/12/18: Oscar Blanch
2697
2698 * manalysis/Makefile:
2699 - Removed MMcPedestalNSB from compilation and added
2700 MMcPedestalNSBAdd.
2701
2702 * manalysis/AnalysisLinkDefine.h:
2703 - Removed MMcPedestalNSB from class list and added
2704 MMcPedestalNSBAdd.
2705
2706 * manalysis/MMcPedestalCopy.[h,cc]
2707 - added ReInit function.
2708 - move all actions needed to redo for each run from PreProcess
2709 to ReInit
2710 - fix bug of Pedestal and Pedestal fluctuaions correspondence.
2711
2712 * manalysis/MMcPedestalNSBAdd.[h,cc]
2713 - new name for old MMcPedestalNSB.[h,cc]
2714 - added ReInit function.
2715 - move all actions needed to redo for each run from PreProcess
2716 to ReInit
2717 - information about pixel size is used from MGeomCam.
2718
2719 * manalysis/MCerPhotCalc.[h,cc]
2720 - remove fNumLoGainFadcSlices and fNumHiGainFadcSlices members
2721 - fix bug of Pedestal and Pedestal fluctuaions correspondence.
2722
2723
2724 2001/12/18: Thomas Bretz
2725
2726 * manalysis/MMcPedestalCopy.cc:
2727 - changed output
2728
2729 * manalysis/MMcPedestalNSB.cc:
2730 - changed output
2731 - simplified initialization in PreProcess
2732
2733 * mbase/MAGIC.h:
2734 - added kSKIP
2735
2736 * mbase/MParList.cc:
2737 - added a check for the correct inheritance in FindCreateObj
2738
2739 * mbase/MTask.cc:
2740 - added support for kSKIP in PreProcess
2741
2742 * mbase/MTaskList.[h,cc]
2743 - added support for kSKIP in PreProcess
2744 - added Remove function (private)
2745
2746
2747
2748 2001/12/17: Thomas Bretz
2749
2750 * .rootrc:
2751 - added Root.Html.DescriptionStyle
2752 - added Root.Html.SearchEngine
2753
2754 * macros/dohtml.C:
2755 - changed to use THtml (root >= 3.02/06 only)
2756
2757 * manalysis/Makefile:
2758 - changed order to get rid of some wranings
2759
2760 * mbase/BaseLinkDef.h:
2761 - removed MHtml
2762
2763 * mbase/MEvtLoop.cc:
2764 - exchanged gSystem->ProcessEvents() by gClient->ProcessEventsFor()
2765 to make gui update faster
2766
2767 * mbase/MGList.cc:
2768 - added a missing sanity check (workaround for a root bug)
2769
2770 * mbase/MReadTree.cc:
2771 - uncomment EnableBranchCoosing for AutoEnablingScheme
2772 (don't know why there was a comment which made things realy slow)
2773 - changed the auto enabling scheme, so that a branch isn't enabled
2774 more than once. This doesn't hurt, but the output may confuse the
2775 users.
2776
2777 * mbase/MTask.cc:
2778 - added a simple not really necessary check whether the branch is
2779 already in the list
2780
2781 * mbase/MWriteRootFile.cc:
2782 - changed kFillTree to a local const
2783
2784 * mbase/Makefile:
2785 - removed MHtml.cc
2786
2787 * mfilter/MFTriggerLvl1.cc:
2788 - changed AddBranchToList to use the correct container name
2789
2790
2791
2792 2001/12/14: Thomas Bretz
2793
2794 * mbase/MReadMarsFile.[h,cc], mbase/MReadFild.[h,cc]:
2795 - corrected handling of ReInit/Notify (at the moment I assume
2796 one run per file)
2797 - made sure, that we don't get memory leaks when using MReadTree
2798 more than once because the pointer to the pointer isn't deleted.
2799 - added a small class MChain which enhances TChain by a function to
2800 reset fTree. This is used to control when notification are
2801 happening
2802
2803 * mbase/MTask.cc:
2804 - reset the number of executions before the preprocessing
2805
2806
2807
2808 2001/12/11: Thomas Bretz
2809
2810 * mbase/MGGroupFrame.cc:
2811 - removed default arguments from source file
2812
2813 * mbase/MGList.cc:
2814 - changed cast in IsExisting to ?:
2815
2816 * NEWS:
2817 - changed
2818
2819 * manalysis/MCerPhotCalc.cc, mfilter/MTriggerLvl1.cc,
2820 mmontecarlo/MMcCollectionAreaCalc.cc,
2821 mmontacarlo/MMcThresholdCalc.cc,
2822 MMcTriggerRateCalc.cc:
2823 - added Masterbranch name to AddToBranchList
2824
2825 * manalysis/MMcPedestalCopy.cc:
2826 - added Masterbranch name to AddToBranchList
2827 - fixed a bug in the branch name
2828
2829 * mbase/MGList.[h,cc]:
2830 - added a better output if a picture wasn't found
2831
2832 * mbase/MReadTree.[h,cc]:
2833 - added support for branches with master branch names to auto scheme
2834 (first the complete branch name is tried and if this isn't found
2835 only the subbranch name is used to enable the branch)
2836
2837 * mbase/MWriteRootFile.cc:
2838 - appended a '.' to all newly create branches
2839
2840 * mmain/MBrowser.cc, mmain/MMars.cc:
2841 - add the gui elements only if the corresponding picture was found
2842
2843 * mmain/MMars.[h,cc]:
2844 - removed fPic1
2845 - removed fPic2
2846 - changed TList to MGList
2847
2848 * mraw/MRawFileWrite.cc:
2849 - added a '.' to all branch names
2850
2851 * mbase/MTask.[h,cc]:
2852 - added Prototype for ReInit-function
2853
2854 * mbase/MTaskList.[h,cc]:
2855 - implemented ReInit for a task list
2856
2857 * mhist/MHFadcCam.h:
2858 - added '->' to fArray
2859
2860
2861
2862 2001/12/10: Thomas Bretz
2863
2864 * mmc/*.hxx:
2865 - Changed MPARCONTAINER_H to MARS_MParContainer
2866
2867 * meventdisp/MGCamDisplay.cc:
2868 - added MMcPedestalCopy to task list
2869 - added MMcPedestalNSB to task list
2870
2871 * mmain/MAnalysis.cc:
2872 - added MMcPedestalCopy to task list
2873 - added MMcPedestalNSB to task list
2874 - changed reader from MReadTree to MReadMarsFile
2875
2876 * meventdisp/MGEvtDisplay.cc:
2877 - changed reader from MReadTree to MReadMarsFile
2878
2879 * macros/MagicHillas.C, macros/readMagic.C:
2880 - removed unnecessary MReadTree
2881
2882
2883
2884 2001/11/28: Oscar Blanch Bigas
2885
2886 * mbase/MReadMarsFile.cc:
2887 - Added process of fRun = new MReadTree("RunHeaders", fname),
2888 needed to read RunHeaders tree information.
2889
2890 * manalysis/MCerPhotCalc.h:
2891 - Added fNumLoGainFadcSlices and fNumHiGainFadcSlices member
2892 variables because they are needed for Pedestal substraction.
2893
2894 * manalysis/MCerPhotCalc.h:
2895 - Change in the methode to substract the pedestal. The new
2896 methode is valid either for MC data and real data but only for
2897 the current integration (GetSumHiGainSamples()).
2898
2899 * macros/readMagic.C:
2900 - Added several tasks in the task list:
2901 MReadMarsFile to read RunHeaders Tree
2902 MPedestalCopy and MPedestalNSB to treat correctly pedestals.
2903
2904 * macros/MagicHillas.C:
2905 - Added several tasks in the task list:
2906 MReadMarsFile to read RunHeaders Tree
2907 MPedestalCopy and MPedestalNSB to treat correctly pedestals.
2908
2909 * mmc/MMcRunHeader.hxx:
2910 - Added GetNumPheFromDNSB().
2911
2912 * mmc/MMcFadcHeader.hxx:
2913 - Added GetAmplitud().
2914
2915 * manalysis/MMcPedestalNSB.h / .cc:
2916 - New class which adds to the pedestal rms the contribution from
2917 the diffuse NSB.
2918
2919 * manalysis/Makefile:
2920 - New class MMcPedestalNSB added.
2921
2922 * manalysis/AnalysisLinkDefine.
2923 - New class MMcPedestalNSB added.
2924
2925
2926
2927 2001/11/16: Thomas Bretz
2928
2929 * mhist/MHMcCollectionArea.cc:
2930 - set the ReadyToSave bit in CalcEfficiency.
2931
2932 * mmontecarlo/MMcThresholdCalc.cc:
2933 - set the ReadyToSave bit after the calculation has been finished.
2934
2935 * mhist/MHMcRate.cc:
2936 - set the ReadyToSave bit in CalcRate
2937
2938
2939
2940 2001/11/16: Thomas Bretz
2941
2942 * mbase/MEvtLoop.cc:
2943 - removed clock.Print()
2944
2945 * mbase/MGList.[cc,h]:
2946 - added support for TGPictures
2947
2948 * mbase/MReadTree.[h,cc]:
2949 - set ReadyToSave-bit only if reading was successfull
2950 - made SetReadyToSave private
2951
2952 * mbase/MTaskList.cc:
2953 - corrected a small bug in the output
2954
2955 * mbase/MWriteRootFile.cc:
2956 - added a workaround in Print (don't know why it fails for me)
2957 - removed fTrees.SetOwner()
2958
2959 * mbase/MTask.cc:
2960 - removed include of TOrdCollection, TMethod
2961 - some changes to the output
2962
2963 * mbase/MParContainer.h:
2964 - removed old comments
2965
2966 * mmain/MAnalysis.cc, mmain/MCameraDisplay.cc, mmain/MDataCheck.cc,
2967 mmain/MEvtDisp.cc, mmain/MMonteCarlo.cc:
2968 - changed Widget IDs to root style enums
2969 - moved enumerations in the range below 0x100
2970
2971 * mmain/MBrowser.[h,cc]:
2972 - removed some of the member variables, accessed via MGList now
2973 - changed TList to MGList
2974 - added a file-filter combo-box
2975
2976 * mars.cc:
2977 - changed output
2978
2979
2980
2981 2001/11/15: Thomas Bretz
2982
2983 * mbase/MArray.cc, mbase/MArrayB.cc,mbase/MArrayS.cc,
2984 mbase/MClone.cc, mbase/MEvtLoop.cc, mbase/MFilter.cc,
2985 mbase/MFilterList.cc, mbase/MGGroupFrame.cc, mbase/MGList.cc,
2986 mbase/MGTask.cc, mbase/MInputStreamID.cc, mbase/MLog.cc,
2987 mbase/MLogManip.cc, mbase/MParContainer.cc, mbase/MParList.cc,
2988 mbase/MPrint.cc, mbase/MReadMarsFile.cc, mbase/MReadTree.cc,
2989 mbase/MTime.cc, mbase/MWriteAsciiFile.cc, mbase/MWriteFile.cc,
2990 mbase/MWriteRootFile.cc, manalysis/MCT1ReadAscii.cc,
2991 manalysis/MCerPhotCalc.cc, manalysis/MHillas.cc,
2992 manalysis/MHillasCalc.cc, manalysis/MMcPedestalCopy.cc,
2993 manalysis/MPedCalcPedRun.cc, manalysis/MPedestalCam.cc,
2994 manalysis/MPedestalPix.cc, manalysis/MCerPhotEvt.cc,
2995 manalysis/MCerPhotPix.cc, manalysis/MImgCleanStd.cc,
2996 manalysis/MImgCleanStd.cc, mdatacheck/MDumlEvtHeader.cc,
2997 mdatacheck/MGDisplayAdc.cc, meventdisp/MGCamDisplay.cc,
2998 meventdisp/MGEvtDisplay.cc, meventdisp/MGFadcDisp.cc,
2999 mfilter/MFTriggerLvl1.cc, mgui/MGeomCam.cc, mgui/MGeomCamMagic.cc,
3000 mgui/MGeomCamCT1.cc, mgui/MgeomPix.cc, mgui/Mhexagon.cc,
3001 hist/MFillH.cc, mhist/MH.cc, mhist/MHFadcCam.cc, mhist/MHFadcPix.cc,
3002 hist/MHHillas.cc, mhist/MHMcCollectionArea.cc, mhist/MHMcEnergy.cc,
3003 mhist/MHMcRate.cc, mhist/MHStarMap.cc, mmain/MAnalysis.cc,
3004 mmain/MBrowser.cc, mmain/MCameraDisplay.cc, mmain/MDataCheck.cc,
3005 mmain/MEvtDisp.cc, mmain/MMars.cc, mmain/MMonteCarlo.cc,
3006 mmontcarlo/MMcCollectionAreaCalc.cc, mmontecarlo/MMcThresholdCalc.cc,
3007 mmontecarlo/MMcTriggerRateCalc.cc, mraw/MrawCrateArray.cc,
3008 mraw/MRawCrateData.cc, mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc
3009 mraw/MRawEvtPixelIter.cc, mraw/MRawEvtFileRead.cc,
3010 mraw/MRawEvtFileWrite.cc, mraw/MRawEvtRunHeader.cc
3011 - changed mailing address of author according to THtml of root 3.02
3012
3013 * mbase/MClone.cc, mbase/MEvtLoop.cc, mbase/MFilterList.cc,
3014 mbase/MGTask.cc, mbase/MParContainer.cc, mbase/MParList.cc,
3015 mbase/MPrint.cc, mbase/MReadMarsFile.cc, mbase/MReadTree.cc,
3016 mbase/MWriteAsciiFile.cc, mbase/MWriteFile.cc,
3017 mbase/MWriteRootFile.cc, manalysis/MCerPhotEvt.cc,
3018 manalysis/MCerPhotPix.cc, manalysis/MImgCleanStd.cc,
3019 mgui/MGeomCam.cc, mgui/MGeomCamMagic.cc, mgui/MGeomCamCT1.cc,
3020 mgui/MgeomPix.cc, mgui/Mhexagon.cc, hist/MFillH.cc, mhist/MHMcEnergy.cc,
3021 mhist/MHMcRate.cc, mmontcarlo/MMcCollectionAreaCalc.cc,
3022 mmontecarlo/MMcThresholdCalc.cc, mmontecarlo/MMcTriggerRateCalc.cc
3023 mraw/MRawCrateData.cc, mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc
3024 mraw/MRawEvtPixelIter.cc, mraw/MRawEvtFileRead.cc,
3025 mraw/MRawEvtFileWrite.cc, mraw/MRawEvtRunHeader.cc
3026 - changed output to new style logging (verbosity level introduced)
3027
3028 * mbase/MGTask.h:
3029 - added default to CreateGui
3030
3031 * mbase/MLog.cc
3032 - chnaged comparision between output and debug level from >= to >
3033
3034 * mbase/MLogManip.h:
3035 - added defintions for debug levels
3036
3037 * mbase/MReadTree.[h,cc]:
3038 - added support for filters
3039 - SetReadyToSave added
3040 - Print added
3041
3042 * mbase/MTaskList.[h,cc], MTask.[h,cc]:
3043 - changed TOrCollection to TList, because TList can be stored in a
3044 root file.
3045
3046 * mbase/MTask.[h,cc]:
3047 - added GetFilter function (used in MReadTree)
3048
3049 * manalysis/MImgCleanStd.cc:
3050 - same changed to the GUI layout
3051 - added Print member function
3052
3053 * meventdisp/MGCamDisplay.cc:
3054 - added group frame around some gui elements
3055
3056 * mfilter/MFTriggerLvl1.cc:
3057 - fixed missing Init call
3058 - added missing AddToBranchList call
3059
3060 * mars.cc:
3061 - added command line option to set the verbosity level
3062
3063 * merpp.cc:
3064 - added setup for highest verbosity level
3065
3066
3067
3068 2001/11/14: Thomas Bretz
3069
3070 * macros/dohtml.C:
3071 - added missing path to mfilter
3072
3073 * manalysis/MHillas.cc:
3074 - changed the degree symbol back to 'deg', it seems that the code
3075 for it isn't common
3076
3077 * mhist/MH.cc:
3078 - added comment for MakeDefCanvas
3079
3080 * mhist/MHFadcCam.[h,cc]:
3081 - removed old comments (SaveHist)
3082
3083 * mhist/MHHillas.cc:
3084 - changed the Name of fAlpha back. Symbols are nonsens in the name.
3085
3086 * mbase/MGList.[h,cc], mbase/MGTask.[h,cc], mbase/MGGroupFrame.[h,cc]:
3087 - added
3088
3089 * Makefile.conf.linux, Makefile.conf.linux-gnu:
3090 - changed to O3
3091 - added -fnonnull-objects
3092 - added -Woverloaded-virtual
3093
3094 * macros/readCT1.C, macros/readMagic.C:
3095 - changed to use MClone
3096
3097 * manalysis/MImgCleanStd.[h,cc]:
3098 - derived from TGTask
3099 - added CreateGuiElements
3100 - added ProcessMessage
3101
3102 * mbase/BaseLinkDef.h, mbase/Makefile:
3103 - added MGTask
3104 - added MGList
3105 - added MGGroupFrame
3106
3107 * mbase/MInputStreamID.cc:
3108 - rmoved old comment
3109
3110 * mbase/MParContainer.[h,cc]:
3111 - changed output
3112 - made Hash const
3113 - added GetDiscriptor
3114
3115 * mbase/MParList.[h,cc]:
3116 - made FindObject const correct (see TObject)
3117
3118 * mbase/MTask.[h,cc]:
3119 - changed output to use GetDescriptor
3120 - made Call* functions virtual (used in TGTask)
3121
3122 * mbase/MTaskList.[h,cc]:
3123 - made FindObject const correct (see TObject)
3124 - changed output to use GetDescriptor
3125
3126 * mbase/MTime.cc:
3127 - code reformatting
3128
3129 * mbase/MWriteRootFile.cc:
3130 - small changes in output
3131
3132 * mgui/MHexagon.cc:
3133 - changed output according to TEllipse and similar
3134 - made ls const
3135
3136 * mhist/MFillH.cc:
3137 - changed output to use GetDescriptor
3138
3139 * mmain/MAnalysis.[h,cc]:
3140 - changed to use new GUI of MImgCleanStd
3141
3142 * mraw/MRawEvtData.cc:
3143 - small changes to output
3144 - better sanity check for non existing fRunHeader
3145
3146
3147
3148 2001/11/09: Thomas Bretz
3149
3150 * mars.cc, merp.cc, macros/rootlogon.C:
3151 - added MArray::Class()->IgnoreTObjectStreamer();
3152
3153
3154
3155 2001/11/08: Thomas Bretz
3156
3157 * meventdisp/MGCamDisplay.cc:
3158 - changed enums to root style
3159 - get rid of the problem of button deletion by adding the buttons
3160 as first entries to the list
3161
3162 * mmain/MMonteCarlo.cc:
3163 - changed enums to root style
3164 - get rid of the problem of button deletion by adding the buttons
3165 as first entries to the list
3166
3167 * manalysis/MCerPhotCalc.cc, manalysis/MPedCalcPedRun.cc,
3168 mhist/MHFadcCam.cc:
3169 - removed 'Fadc' from function names
3170
3171 * manalysis/MCerPhotEvt.[h,cc]:
3172 - made AddPixel inline
3173
3174 * manalysis/MMcPedestalCopy.cc:
3175 - added output
3176
3177 * manalysis/MPedestalCam.cc:
3178 - removed FIXME
3179
3180 * Makefile's:
3181 - some reordering
3182 - changed to the output
3183
3184 * mbase/MReadTree.cc:
3185 - removed setting of AutoDel-flag (this was not intended and doesn't
3186 work for a TChain, yet)
3187
3188 * meventdisp/MGCamDisplay.cc, meventdisp/MGFadcDisp.cc:
3189 - moved SetWMSizeHints to base class
3190
3191 * meventdisp/MGEvtDisplay.cc:
3192 - added a random move and the SetWMSizeHints
3193
3194 * mhist/MHHillas.cc:
3195 - replaced some text by Latex-formulas
3196
3197 * mmain/MBrowser.cc:
3198 - added a menu entry for opening a TBrowser
3199 - added a random move
3200
3201 * mmain/MMars.[h,cc]:
3202 - changed enums to root style
3203 - moved size specification from header to source
3204 - changed SetWMSizeHints call
3205
3206 * mraw/MrawEvtPixelIter.[h,cc]:
3207 - added fNum[Hi,Lo]GainSamples to make GetSum* faster
3208 - removed 'Fadc' from function names
3209
3210
3211
3212 2001/11/07: Thomas Bretz
3213
3214 * Makefile:
3215 - changed order in 'mrproper'
3216
3217 * manalysis/MCT1ReadAscii.cc, manalysis/MCerPhotCalc.cc:
3218 - added InitSize
3219
3220 * manalysis/MCerPhotEvt.[h,cc]:
3221 - introduces InitSize to speed up things
3222 - changed []-operator to an unchecked access
3223
3224 * manalysis/MPedestalCam.h:
3225 - changed ExpandCreateFast to ExpandCreate (due to lack of good dox)
3226 - changed []-operator to an unchecked access
3227
3228 * mbase/MEvtLoop.cc:
3229 - changed 'total' to 'real' time.
3230
3231 * mgui/MGeomCam.[h,cc]:
3232 - moved []-operator code back to class definition, due to runtime speed
3233 - changed []-operator to an unchecked access
3234
3235 * mhist/MHHillas.cc:
3236 - changed 'degree' to Latex-style
3237
3238 * manalysis/MImgCleanStd.cc:
3239 - we are now initialising an array holding the used pixel to prevent
3240 looping through all pixel thousands of times
3241 (MCerPhotEvt::IsPixelUsed)
3242
3243 * mbase/MWriteAsciiFile.cc:
3244 - enhanced the documentation
3245
3246 * mmain/MBrowser.[h,cc]:
3247 - enhanced the functionality to display the filename
3248 - improved the layout
3249
3250 * mmain/MMars.cc:
3251 - added calling of 'netscape' for the two picture buttons
3252
3253
3254
3255 2001/11/06: Thomas Bretz
3256
3257 * mbase/MReadMarsFile.[h,cc]:
3258 - added
3259
3260 * manalysis/MMcPedestalCopy.[h,cc]:
3261 - moved copying to PreProcess
3262 - removed Process
3263
3264 * mbase/Makefile, mbase/BaseLinkDef.h
3265 - added MReadMarsFile
3266
3267 * mbase/MReadTree.[h,cc]:
3268 - added a list of TObjects to be called when file in the chain
3269 is changed
3270
3271 * Makefile.conf.linux, Makefile.conf.linux-gnu:
3272 - removed -g flag
3273
3274 * mraw/MRawRunHeader.h:
3275 - fixed return type of GetNumEvents
3276
3277 * mraw/MRawCrateArray.[h,cc]:
3278 - added SetSize which takes care of the size of the array
3279 - changed the access to an unchecked one
3280
3281 * mraw/MRawCrateData.h
3282 - derives from MParContainer now
3283
3284 * mraw/MRawEvtData.[h,cc]:
3285 - made Print const
3286 - changed so, that the arrays are dreed and allocated only
3287 as less as possible
3288
3289 * mraw/MRawFileRead.[h,cc]:
3290 - changed to support faster I/O of MRawEvtData and MRawCrateArray
3291 - added sanity check (warning) to PostProcess
3292
3293 * mraw/MRawFileWrite.cc:
3294 - removed deletion of trees (done by ~TFile)
3295 - switched of AutoSave by use of a big size
3296 - removed '.' from Branch names (each tree contains only one master
3297 branch with equal subbranches)
3298
3299 * macros/readCT1.C:
3300 - fixed a small bug
3301
3302 * manalysis/MCerPhotCalc.cc:
3303 - removed Clear from Process (done by Reset now)
3304
3305 * manalysis/MCerPhotEvt.[h,cc]:
3306 - added reset-function
3307 - some small changes to the code layout
3308
3309 * mmc/MMcFadcHeader.[h,cc], mmc/MMcTrig.[h,cc]:
3310 - chenged constructor to support fName and fTitle
3311
3312 * mbase/MReadTree.cc:
3313 - removes '.' from a branch name now before searching/creating the object
3314
3315
3316
3317 2001/11/01: Thomas Bretz
3318
3319 * mbase/MParContainer.cc:
3320 - removed 'newname' from TObject::Clone call.
3321
3322 * mbase/MParContainer.h:
3323 - layout changes
3324
3325 * mbase/MParList.h:
3326 - changed destructor definition to virtual
3327
3328 * mbase/MReadTree.[h,cc]:
3329 - added initialization for fProgress
3330 - changed output
3331 - move some code to new functions
3332 - branch enabling now checks for the existance of the branch
3333 - veto branch disables the corresponding sub branches now physically
3334 - changed comments
3335
3336 * mdatacheck/MGDisplayAdc.cc:
3337 - added some sanity checks
3338
3339 * meventdisp/MGCamDisplay.cc, meventdisp/MGEvtDisplay.[h,cc],
3340 meventdisp/MGFadcDisp.cc:
3341 - moved some code to MGEvtDisplay
3342
3343 * mhist/MFillH.cc:
3344 - added warning to comment
3345
3346 * mhist/MHFadcCam.[h,cc]:
3347 - added Clone-function. It seems, that this is necessary since
3348 root 3.01
3349
3350 * mhist/MHFadcPix.cc:
3351 - changed axis titles
3352
3353 * mmain/MAnalysis.cc:
3354 - added progress bar
3355
3356 * mmain/MBrowser.[h,cc]:
3357 - added layout hints to fTop1,2,3
3358 - adde Create/DestroyProgrssBar
3359
3360 * mmain/MDataCheck.cc:
3361 - changes to the layout
3362 - disable auto scheme
3363 - added progress bar
3364
3365 * mmain/MMonteCarlo.[h,cc]:
3366 - layout changes
3367 - added progress bar
3368
3369 * mraw/MRawEvtData.cc:
3370 - new sanity check in Draw
3371
3372
3373
3374 2001/11/01: Thomas Bretz
3375
3376 * macros/MagicHillas.C:
3377 - changed Draw to DrawClone
3378
3379 * manalysis/MCerPhotPix.h:
3380 - some layout changes
3381
3382 * mbase/MParList.cc:
3383 - fixed a bug in the dstructor which causes the d'tor to crash when
3384 the owner bit was set
3385 - changed some TCollection loop to macro ForEach
3386
3387 * mbase/MTaskList.cc:
3388 - changed some TCollection loop to macro ForEach
3389
3390 * meventdisp/MGEvtDisplay.[h,cc]:
3391 - added filemenu
3392
3393 * mgui/MCamDisplay.[h,cc], mgui/MHexagon.[h,cc]:
3394 - added SavePrimitive function
3395
3396 * mhist/MHHillas.cc:
3397 - changed 'deg' to '°'
3398
3399 * mmain/MDataCheck.cc:
3400 - changed name of enums for buttons
3401
3402 * Makefile.conf.osf1:
3403 - added some more exclusion flags to get rid of to much informations
3404
3405 * Makefile:
3406 - changed flags of tar from '-cvf' to 'cvf' so that it runs on alpha, too
3407
3408 * mbase/MAGIC.h:
3409 - put brackets around defines, to make it compile on alpha
3410
3411 * mbase/MEvtLoop.cc, mbase/MParList.cc, mbase/MTask.cc,
3412 mgui/MGeomCam.cc, mhist/MHFadcPix.cc, mmc/MMcTrig.cxx:
3413 - removed inline statement, to make it link on alpha
3414
3415
3416
3417 2001/10/31: Thomas Bretz
3418
3419 * Makefile:
3420 - changed MrProper output
3421
3422 * Makefile.conf.general, Makefile.conf.linux,
3423 Makefile.conf.linux-gnu, Makefile.conf.osf:
3424 - added ARCHDEF environment
3425
3426 * manalysis/MHillas.[h,cc]:
3427 - added units
3428
3429 * mbase/BaseLinkDef.h:
3430 - added '+' for MTime
3431
3432 * mbase/MAGIC.h:
3433 - let Linux find gLog when creating dictionary
3434
3435 * mbase/MHtml.h:
3436 - removed include of TNamed
3437
3438 * */Makefile
3439 - reordered *.cc filed to get rid of some 'rootcint' warnings
3440
3441 * mgui/MCamDisplay.cc:
3442 - added SetBorderMode(0)
3443
3444 * mgui/MHexagon.[h,cc]:
3445 - changed Print-output to fit into two lines
3446 - made Print appear in the context menu
3447
3448 * merpp.cc:
3449 - Added MParContainer::Class()->IgnoreTObjectStreamer()
3450
3451 * mbase/MEvtLoop.[h,cc], mbase/MReadTree.[h,cc],
3452 mmain/MAnalysis.[h,cc]:
3453 - added support for a progressbar
3454
3455 * mbase/MFilterList.h:
3456 - added SetOwner-support
3457
3458 * mbase/MLogManip.h:
3459 - added 'dec' manipulator to dbginf
3460
3461 * mbase/MTask.h:
3462 - added GetNumExecutions
3463
3464 * mraw/RawLinkDef.h:
3465 - added '+' for MRawEvtPixelIter, MRawCrateArray, MRawCrateData and
3466 MRawFile[Read,Write]
3467
3468
3469
3470 2001/10/30: Thomas Bretz
3471
3472 * macros/MagicHillas.C
3473 - removed precreated objects
3474
3475 * macros/readCt1.C:
3476 - fixed a bug (-> instead of .)
3477
3478 * *LinDef.h:
3479 - added a '+' to all 'new' classes. 'new' means, that the object
3480 is not yet used in Monte Carlo Files.
3481
3482 * *.h:
3483 - changed defines from CLASS_H to MARS_Class type (like root)
3484
3485 * MMcPedestalCopy.[h,cc]:
3486 - added AddToBranchList stamements
3487
3488 * manalysis/MPedestalPix.h, manalysis/MCerPhotPix.h, mgui/MGeomPix.h:
3489 - changed derivement from TObject to MParContainer to be sure
3490 fBits are not written, without specifying this for any TObject
3491 derived class
3492
3493
3494
3495 2001/10/29: Thomas Bretz
3496
3497 * Makefile.rules:
3498 - changed the output
3499
3500 * macros/rootlogon.C:
3501 - Added IgnorTObjectStreamer
3502
3503 * manalysis/MCT1ReadAscii.cc:
3504 - changed fFileNames to a TList of TNamed objects
3505
3506 * mbase/MArray.h:
3507 - removed include of MArray.h
3508
3509 * mbase/MParContainer.[h,cc]:
3510 - changed fName, fTitle from pointer to static object
3511 - Changed ClassVersion to 0
3512
3513 * mbase/MParList.[h,cc]:
3514 - changed fName, fTitle from pointer to static object
3515 - changed include of TObjArray to a forward declaration
3516 (for faster compilation)
3517 - simplified the code
3518
3519 * mbase/MInputStreamID.[h,cc]:
3520 - changed fStreamId from char* to TString
3521 - Changed ClassVersion to 0
3522
3523 * mbase/MReadTree.[h,cc]:
3524 - changed veto-list to an array of TNamed objects
3525 - implemented auto enabeling
3526
3527 * mbase/MTask.[h,cc]:
3528 - implemented fListOfBranches for auto enabeling
3529
3530 * mbase/MTaskList.[h,cc]:
3531 - changed fName, fTitle from pointer to static object
3532 - changed include of TObjArray to a forward declaration
3533 (for faster compilation)
3534
3535 * mbase/MWriteRootFile.cc:
3536 - changed fName, fTitle from pointer to static object
3537 - set splitlevel in TTree::Branch to default
3538 - changed kSaveNow to kFillTree
3539
3540 * mhist/MFillH.cc:
3541 - changed fName, fTitle from pointer to static object
3542 - check inharitance from MH
3543
3544 * mhist/MH.[h,cc]:
3545 - changed fName, fTitle from pointer to static object
3546 - implementation of simplified static MakeDefCanvas
3547
3548 * mhist/MHFadcCam.h:
3549 - removed include of TH1
3550
3551 * mhist/MHFadcPix.[h,cc]:
3552 - implemented persistent pixid
3553 - get rid of 'fixed string sizes'
3554 - Delete histograms from file structure (SetDirectory)
3555 - changed Root's MakeDefCanvas to TH1::MakeDefCanvas
3556 - removed include of TH1
3557
3558 * mhist/MHHillas.cc
3559 - changed fName, fTitle from pointer to static object
3560 - Delete histograms from file structure (SetDirectory)
3561 - changed Root's MakeDefCanvas to TH1::MakeDefCanvas
3562 - changed DrawClone to DrawCopy
3563
3564 * mhist/MHMcCollectionArea.[h,cc]:
3565 - changed fName, fTitle from pointer to static object
3566 - Delete histograms from file structure (SetDirectory)
3567 - changed Root's MakeDefCanvas to TH1::MakeDefCanvas
3568 - changed DrawClone to DrawCopy
3569 - changed binning to log scale
3570 - removed include of TH1
3571
3572 * mhist/MHMcEnergy.cc, mhist/MHStarMap.cc:
3573 - changed fName, fTitle from pointer to static object
3574 - Delete histograms from file structure (SetDirectory)
3575 - changed Root's MakeDefCanvas to TH1::MakeDefCanvas
3576
3577 * manalysis/MCerPhotEvt.cc, manalysis/MHillas.cc,
3578 manalysis/MHillasCalc.cc, manalysis/MImgCleanStd.cc,
3579 manalysis/MMcPedestalCopy.cc, manalysis/MPedestalCam.cc,
3580 mbase/MClone.cc, mbase/MPrint.cc, mbase/MTime.h,
3581 mbase/MWriteAsciiFile.cc, mgui/MGeomCam.cc, mhist/MHFadcCam.cc,
3582 mhist/MHMcRate.cc, mmc/MMcTrig.cxx, mraw/MRawCrateArray.cc,
3583 mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc, mraw/MRawFileRead.cc:
3584 - changed fName, fTitle from pointer to static object
3585
3586 * manalysis/MCerPhotCalc.cc, manalysis/MPedCalcPedRun.cc,
3587 mmontecarlo/MMcThresholdCalc.[h,cc],
3588 mmontecarlo/MMcTriggerRateCalc.[h,cc],
3589 mmontecarlo/MMcCollectionAreaCalc.[h,cc]:
3590 - changed fName, fTitle from pointer to static object
3591 - changed to use auto enabling scheme
3592
3593 * macros/threshold.C, macros/collarea.C, macros/trigrate.C:
3594 - removed UseLeaf
3595
3596 * macros/CT1Hillas.C, macros/readMagic.C:
3597 - made run again
3598
3599 * mraw/MRawFileWrite.cc:
3600 - changed fName, fTitle from pointer to static object
3601 - changed TTree::Branch to use default split level (99)
3602 - added the missing important '.' to the Branch names!
3603
3604 * mraw/MRawRunHeader.[h,cc]:
3605 - changed fName, fTitle from pointer to static object
3606 - implemented enum for Run Type
3607
3608
3609
3610 2001/10/26: Thomas Bretz
3611
3612 * Makefile.rules:
3613 - changed output
3614
3615 * readraw.cc:
3616 - changed name and description in TROOT
3617 - removed argument in MMcEvt::Print()
3618
3619 * manalysis/MCerPhotEvt.[h,cc], manalysis/MCerPhotPix.[h,cc],
3620 manalysis/MHillas.[h,cc], mmc/MMcEvt.[hxx,cxx],
3621 mmc/MMcFadcHeader.[hxx,cxx], mmc/MMcTrig.[hxx,cxx],
3622 mmc/MMcTrigHeader.[hxx,cxx]:
3623 - according to root 3.01 made Print const
3624
3625 * mbase/BaseLinkDef.h:
3626 - added MPrint
3627
3628 * mbase/MPrint.[h,cc]:
3629 - added
3630
3631 * mbase/MClone.[h,cc]:
3632 - changed MParContainer to a more general TObject
3633
3634 * mbase/Makefile:
3635 - MPrint.cc added
3636
3637 * meventdisp/MGCamDisplay.[h,cc], meventdisp/MGEvtDisplay.[h,cc],
3638 meventdisp/MGFadcDisp.[h,cc]:
3639 - introduced fInitOk for the case PreProcessing failed
3640
3641 * mmain/MMonteCarlo.cc:
3642 - added correction for use of several trigger conditions
3643 - speedup threshold calc by usage of UseLeaf
3644
3645 * magiclogo.xpm, marslogo.xpm:
3646 - changed
3647
3648 * mmain/MMonteCarlo.cc:
3649 - added a workaround for the <TClass::TClass> no dictionary for MMc*
3650 problem
3651
3652 * mbase/MWriteRootFile.[h,cc]:
3653 - simplified code by removing MRootFileTree class
3654
3655 * mbase/MLog.cc:
3656 - changed char[len+1] to 'new' statement
3657
3658
3659
3660
3661 2001/10/23: Thomas Bretz
3662
3663 * mbase/MLog.[h,cc]:
3664 - replaced usage of tmpnam by mkstemp
3665
3666 * mgui/MCamDisplay.[h,cc]:
3667 - Paint function added which maintains the aspect ratio of the image
3668 - DrawPhotErr removed
3669 - removed gPad->Clear, so that we can draw into pads not only
3670 canvases
3671
3672 * mhist/MFillHFadc.[h,cc], mhist/MFillHHillas.[h,cc],
3673 mhist/MFillHStarMap.[h,cc]:
3674 - removed
3675
3676 * mmontecarlo/MMcTriggerRateCalc.[h,cc]:
3677 - removed unused spectral index and flux
3678
3679 * mmontecarlo/MMcThesholdCalc.[h,cc],:
3680 mbase/MParList.[h,cc]:
3681 - fixed the Dimension handling
3682
3683 * mmontecarlo/MMcTriggerRateCalc.[h,cc],
3684 - fixed the Dimension handling
3685 - added destructor
3686
3687 * macros/trigrate.C:
3688 - fixed some small things
3689 - accelerated by use of MReadTree::UseLeaf
3690
3691 * mhist/MHMcCollectionArea.h:
3692 - changed default argument of DrawClone from NULL to "".
3693 NULL caused the interpreter to crash.
3694
3695 * mbase/MFilterList.[h,cc], mbase/MParContainer.[h,cc],
3696 mbase/MParList.[h.cc], mbase/MTime.[h,cc],
3697 mgui/MGeomCam.[h,cc], mgui/MGeomPix.[h,cc],
3698 mgui/MHexagon.[h,cc], mhist/MHMcEnergy.[h,cc],
3699 mhist/MHMcRate.[h,cc], mraw/MRawCrateData.[h,cc],
3700 mraw/MRawEvtHeader.[h,cc], mraw/MRawRunHeader.[h,cc]:
3701 - according to root 3.01 I made Print() const
3702
3703 * mdatacheck/MViewAdcSoectra.[h,cc], mdatacheck/MShowSpect.[h,cc]:
3704 - removed
3705
3706 * mbase/MReadTree.cc:
3707 - removed default argument from GetEntry-call
3708
3709 * mbase/MTask.[h,cc]:
3710 - introduced mapping function for (Pre/Post)&Process
3711 - according to root 3.01 I made Print() const
3712 - added PrintStatistics
3713 - added call counter
3714
3715 * mbase/MTaskList.[h,cc]:
3716 - adapted to new MTask mapping functions
3717 - according to root 3.01 I made Print() const
3718 - added PrintStatistics
3719 - moved some functionality to MTask-Mapper functions
3720
3721 * mmain/MMonteCarlo.cc:
3722 - adapted to some changes in other classes
3723 - some small simplifications
3724 - accelerated, by use of UseLeaf
3725 - workaround for the ButtonGroup/Button delete bug
3726
3727 * mmain/MAnalysis.cc:
3728 - workaround for the ButtonGroup/Button delete bug
3729
3730
3731
3732 2001/10/23: Thomas Bretz
3733
3734 * macros/dohtml.C:
3735 - changed macro names
3736
3737 * macros/getCollArea.C:
3738 - renamed to collarea.C
3739 - make use of new fast MReadTree
3740
3741 * macros/getRate.C:
3742 - renamed to trigrate.C
3743
3744 * macros/getThreshold.C:
3745 - renamed to threshold.C
3746
3747 * Makefile.depend:
3748 - removed
3749
3750 * mgui/MCamDisplay.[h,cc]:
3751 - fixed wrong usage of new operator in TClonesArray
3752 - the aspect ratio of the Canvas is used now to display geometries
3753 correctly (no 'small CT1 camera anymore)
3754 - replaced include of MCerPhotPix by a forward declaration
3755 - replaced include of MHexagon by a forward declaration
3756
3757 * mgui/MGeomCam.[h,cc]:
3758 - added GetMaxRadius()-function
3759 - added CalcMaxRadius()-function
3760 - replaced include of MGeomPix by a forward declaration
3761 - replaced include of TObjArray by a forward declaration
3762
3763 * mgui/MGeomCamMagic.cc, mgui/MGeomCamCT1.cc:
3764 - call CalcMaxRadius in the constructor
3765
3766
3767
3768 2001/10/22: Thomas Bretz
3769
3770 * mhist/MH*.[h,cc]:
3771 - changed DrawClone according to root 3.01/06 to 'const'
3772
3773
3774
3775 2001/10/16: Thomas Bretz
3776
3777 * mbase/MReadTree.[h,cc]:
3778 - added some output statements
3779 - added comments
3780 - added UseLeaf
3781 - changed AddFile to Int_t
3782 - simplified GetEntry call
3783
3784 * mgui/MGeomCam.[h,cc], MGeomCamCT1.[h,cc], MGeomCamMagic.[h,cc]:
3785 - added come comments
3786 - removed Draw-function
3787
3788 * mars.cc:
3789 - Changed name of TROOT object to 'mars'
3790
3791 * merpp.cc:
3792 - changed name of TROOT object to 'merpp'
3793 - added some more ouput
3794
3795 * mbase/MBaseLinkDef.h:
3796 - added MRootFileBranch
3797 - added MRootFileTree
3798
3799 * mgui/MGeomPix.cc, mbase/MClone.cc, mraw/MRawRunHeader.cc:
3800 - added comments
3801
3802 * mbase/MEvtLoop.cc:
3803 - added missing include
3804 - added another time output
3805
3806 * mbase/MWriteRootFile.cc:
3807 - added ClassImp
3808
3809 * mhist/MFillH.cc, mmontecarlo/MMcCollectionAreaCalc.cc:
3810 - changed output
3811
3812 * mhist/MHMcCollectionArea.cc:
3813 - small fixes
3814 - changed error calculation according to Ciro
3815
3816 * macros/CT1Hillas.C:
3817 - fixes some bugs (typos)
3818
3819
3820
3821 2001/10/05: Thomas Bretz
3822
3823 * manalysis/MHillas.cc, manalysis/MImgCleanStd.cc, mbase/MClone.[h,cc],
3824 mbase/MFilterList.h, mbase/MWriteFile.h, mbase/MWriteRootFile.h,
3825 mdatacheck/MGDisplayAdc.cc, meventdisp/MGCamDisplay.cc,
3826 meventdisp/MGCamDisplay.h, meventdisp/MGEvtDisplay.h,
3827 mgui/MGeomPix.h, mhist/MFillH.h, mhist/MHHillas.h,
3828 mmain/MAnalysis.h, mmain/MBrowser.h, mmain/MCameraDisplay.h,
3829 mmain/MDataCheck.h, mmain/MEvtDisp.h, mmain/MMonteCarlo.h,
3830 mraw/MRawFileRead.cc
3831 - comments updated
3832
3833 * mbase/MFilter.[h,cc]:
3834 - made IsExpressionTrue abstract
3835
3836 * meventdisp/MGEvtDisplay.cc:
3837 - fixed a bug that only every second event was displayed
3838
3839 * meventdisp/MGFadcDisp.[h,cc]:
3840 - reorganized code (changing pixel number drawed the histogram twice)
3841
3842 * mgui/MCamDisplay.[h,cc]:
3843 - added fDrawingPad to make sure that all output goes into the same pad
3844
3845 * mhist/HistLinkDef.h, mhist/Makefile:
3846 - removed old MFillH* classes
3847
3848
3849
3850 2001/10/02: Thomas Bretz
3851
3852 * mbase/MClone.[h,cc],
3853 meventdisp/MGCamDisplay.[h,cc],
3854 meventdisp/MGEvtDisplay.[h,cc],
3855 mmain/MCameraDisplay.[h,cc]:
3856 - added
3857
3858 * macros/readMagic.C:
3859 - fixed a "'->' and '.' mixed bug"
3860
3861 * manalysis/MCT1ReadAscii.cc:
3862 - added initialisation of fIn
3863
3864 * manalysis/MCerPhotEvt.[h,cc]:
3865 - made IsPixelExisting const
3866 - made IsPixelCore const
3867 - made IsPixelUsed const
3868 - made GetNumPhotons[Min,Max] const
3869
3870 * mbase/BaseLinkDef.h, mbase/Makefile:
3871 - added MClone
3872
3873 * mbase/MEvtLoop.[h,cc], mbase/MParList.[h,cc], mbase/MTaskList.[h,cc]:
3874 - added SetOwner-support
3875
3876 * mdatacheck/DataCheckLinkDef.h, mdatacheck/Makefile:
3877 - removed MShowSpect
3878 - removed MViewAdcSpect
3879
3880 * mdatacheck/MDumpEvtHeader.cc:
3881 - added missing descriptions
3882
3883 * mdatacheck/MGDisplayAdc.[h,cc]:
3884 - small changes
3885
3886 * meventdisp/EvtDispLinkDef.h:
3887 - added MGEvtDisplay
3888 - added MGCamDisplay
3889
3890 * meventdisp/MGFadcDisp.[h,cc]:
3891 - derived from MGEvtDisplay
3892 - most of the code moved to MGEvtDisplay to support MGCamDisplay, too
3893
3894 * meventdisp/Makefile:
3895 - added MGCamDisplay
3896
3897 * mgui/MCamDisplay.[h,cc]:
3898 - cleaned
3899 - reorganized
3900
3901 * mgui/MHexagon.cc:
3902 - added missing descriptions
3903
3904 * mhist/MHFadcPix.cc:
3905 - reorganized some code in the constructor which creates the 'names'
3906
3907 * mhist/MHHillas.cc, mhist/MHMcCollectionArea.cc,
3908 mhist/MHMcEnergy.cc, mhist/MHStarMap.cc:
3909 - Draw-function supports a default canvas now
3910
3911 * mmain/MDataCheck.cc:
3912 - added/rorganized comments
3913 - removed usage of MViewAdcSpectra
3914
3915 * mmain/MMars.[h,cc]:
3916 - added new "Camera Display" Button
3917
3918 * mmain/MainLinkDef.h, mmain/Makefile:
3919 - added MCameraDisplay
3920
3921
3922
3923 2001/09/28: Thomas Bretz
3924
3925 * macros/getRate.C:
3926 - changed TObjArray to a non-pointer object
3927 - added Printing of the result at the end of the macro
3928
3929 * mhist/MHMcCollectionArea.[h,cc], mhist/MHMcEnergy.[h,cc]:
3930 - added DrawClone
3931
3932 * mhist/MHMcRate.[h,cc]:
3933 - added a dummy for DrawClone
3934
3935 * mmain/MMonteCarlo.[cc, h]:
3936 - added Gui elements
3937 - added CalculateCollectionArea (not yet tested)
3938 - added CalculateTriggerRate (not yet tested)
3939 - added Threshold (not yet tested)
3940
3941 * mmontecarlo/MMcTriggerRateCalc.cc:
3942 - removed output stuff from PostProcessing
3943
3944 * meventdisp/MGFadcDisp.[h,cc], mdatacheck/MGDisplayAdc.[h,cc]:
3945 - reorganized code (constructor)
3946 - reorganized deletion of gui objects
3947 - fixed many, many memory leaks
3948
3949
3950
3951 2001/09/27: Thomas Bretz
3952
3953 * mmain/MBrowser.cc:
3954 - added comments
3955
3956 * mmain/MAnalysis.[h,cc]:
3957 - added entry field for cleaning levels
3958 - restructured code a bit
3959
3960 * mhist/MFillH.cc:
3961 - fixed missing initialization of member variables in Init
3962
3963 * mhist/MHHillas.[h,cc]:
3964 - Added comments
3965 - Added DrawClone
3966 - Removed kCanDelete bits from Draw function
3967
3968 * mhist/MHStarMap.[h,cc]:
3969 - Added comments
3970 - Added DrawClone
3971 - moved some code from the Draw-functions to PrepareDrawing
3972
3973
3974
3975 2001/09/26: Thomas Bretz
3976
3977 * mmain/MMars.[cc,h], mmain/MBrowser.[cc,h], MDataCheck.[cc,h],
3978 mmain/MEvtDisp.[cc,h], mmain/MMonteCarlo.[cc,h]:
3979 - reorganized code (constructor)
3980 - reorganized deletion of gui objects
3981 - fixed many, many memory leaks
3982 - small changes in layout
3983
3984 * mmain/MAnalysis.[h,cc]:
3985 - added
3986
3987 * macros/*:
3988 - added Copyright notice
3989 - added some small sanity checks
3990
3991 * macros/MagicHillas.C:
3992 - fixed '->' bug
3993 - changed MFillHStarMap to MFillH
3994
3995 * mbase/MReadTree.cc, mraw/MRawFileWrite.cc:
3996 - removed an old debug statement
3997
3998 * mmain/MMars.cc:
3999 - added new Analysis functionality
4000
4001 * mmain/MainLinkDef.h:
4002 - addded MAnalysis
4003
4004 * mmain/Makefile:
4005 - added MAnalysis.cc
4006
4007 * mmc/McLinkDef.h:
4008 - removed nonsens define statement
4009
4010
4011
4012 2001/09/25: Thomas Bretz
4013
4014 * Makefile:
4015 - changed make tar so that 'CVS/Root' isn't added to the tar-file anymore
4016 It contains the origin (CVSROOT) of the repository and my confuse
4017 people triing to commit changed files from such an archive to
4018 the repository
4019
4020 * mmain/MBrowser.[cc,h]:
4021 - reorganized code (constructor)
4022 - reorganized deletion of gui objects
4023 - fixed many, many memory leaks
4024
4025 * mmain/MMars.[cc,h]:
4026 - reorganized code (constructor)
4027 - reorganized deletion of gui objects
4028 - fixed many, many memory leaks
4029
4030
4031
4032 2001/09/20: Thomas Bretz
4033
4034 * mbase/MLog.[h,cc]:
4035 - made working with Cosy
4036 - fixed gui stuff to work like expected
4037
4038 * manalysis/MCerPhotPix.h:
4039 - replaced TROOT.h by MAGIC.h
4040
4041 * mfilter/MFTriggerLvl1.h:
4042 - added description
4043
4044
4045
4046 2001/09/20: Thomas Bretz
4047
4048 * released Version 0.4
4049
4050 * mevtdisp/MGFadcDisp.cc, mmain/MMars.cc:
4051 - switched to root version >= 3.00
4052
4053 * Makefile.conf.linux:
4054 - added to support the new Linux distributions
4055
4056 * .rootrc:
4057 - removed references to MARSSYS
4058
4059
4060
4061 2001/09/13: Thomas Bretz
4062
4063 * Makefile.conf.linux-gnu:
4064 - removed "-Woverloaded-virtual". it doesn't really help
4065
4066
4067
4068 2001/08/02: Thomas Bretz
4069
4070 * macros/getRate.C:
4071 - make use of new stylish lists of containers
4072
4073
4074 * macros/CT1Hillas.C, macros/getCollArea.C:
4075 - make use of return value of Eventloop
4076
4077 * macros/merpp.C:
4078 - changed return type to void
4079
4080
4081
4082 2001/07/23: Thomas Bretz
4083
4084 * mbase/MParList.cc:
4085 - redifinition of default argument: fixed
4086
4087
4088
4089 2001/07/23: Thomas Bretz
4090
4091 * mmontecarlo/MMcThresholdCalc.[cc,h]:
4092 - changed PreProcess action to new stylish lists of containers
4093
4094 * mhist/Makefile:
4095 - removed MEnergies.cc
4096
4097 * mhist/HistLinkDef.h:
4098 - removed MEnergies.cc
4099
4100 * mbase/MReadTree.cc:
4101 - removed a bug which causes MReadTree to show strange behaviour.
4102 We cannot use GetBranch()->SetAddress() we have to use
4103 SetBranchAddress.
4104
4105 * macros/MagicHillas.C:
4106 - changed to new stylish histogram fillers.
4107
4108 * mhist/MHMcRate.cc:
4109 - some simplifications to the constructors
4110 - some accelerations of the rate calculation
4111
4112 * mhist/MHHillas.C:
4113 - added axis descriptions (thanks to Rudy)
4114
4115
4116
4117 2001/07/20: Thomas Bretz
4118
4119 * mhist/MH.cc:
4120 - added comments
4121
4122 * mhist/MFillH.cc:
4123 - added comments
4124
4125 * mbase/MParList.[h,cc]:
4126 - Added AddToList from a TObjArray
4127 - Added GetClassName
4128 - Added GetObjName
4129 - Added FindObjectList
4130 - Added FindCreateObjList
4131 - Added CreateObjList
4132
4133 * mhist/MHMcEnergies.[h,cc]:
4134 - deleted
4135
4136 * mhist/MHMcEnergy.[h,cc]:
4137 - rewrote constructor in a way that MHMcEnergies isn't needed anymore
4138 - added a SetName function which replaces the old constructor somehow
4139
4140 * macros/getThreshold.C:
4141 - make use of some new features
4142
4143
4144
4145 2001/07/19: Thomas Bretz
4146
4147 * mbase/MEvtLoop.cc:
4148 - added comments
4149
4150 * mbase/MTaskList.cc:
4151 - changed the wrong 'break' for kCONTINUE into 'return kTRUE'
4152
4153 * mhist/MH.[cc,h]
4154 - added
4155
4156 * mhist/MFillH.[cc,h]
4157 - added
4158 - in principal MFillHHillas, MFillHFadc and MFillHStarMap
4159 can be deleted now
4160
4161 * mhist/HistLinkDef.h:
4162 - added MH
4163 - added MFillH
4164
4165 * mhist/MFillHFadc.cc:
4166 - moved source for filling to corresponding histogram class
4167
4168 * mhist/MFillHHillas.cc:
4169 - included MHillas.h
4170
4171 * mhist/MHFadcCam.[cc, h]:
4172 - added Fill
4173 - made FillHi, FillLo private
4174
4175 * mhist/MHHillas.[cc, h], mhist/MHStarMap.[h,cc]:
4176 - changed Fill function to new style
4177 - derived class from MH
4178
4179 * mhist/Makefile:
4180 - added MH.cc
4181 - added MFillH.cc
4182
4183
4184
4185 2001/07/18: Oscar Blanch
4186
4187 * macros/getRate.C:
4188 - Macro to compute the trigger rate from a MonteCarlo file
4189
4190 * mhist/MHMcRate.[h,cc]:
4191 - Container to store trigger rate information
4192 - Draw() functin member to be implemented
4193
4194 * mmontecarlo/MMcTriggerRateCalc.[h,cc]:
4195 - Task to compute trigger rate
4196
4197
4198
4199 2001/07/13: Thomas Bretz
4200
4201 * mbase/MEvtLoop.[h,cc]:
4202 - Added a result value to Eventloop to be able to detect if the
4203 execution was successfull
4204 - changes postProcess to return the return value from
4205 MTaskList::PostProcess
4206
4207 * mbase/MParList.cc:
4208 - FindCreateObj removes now a 'dot' from the end of an indexed
4209 object name like "Events;7."
4210
4211 * mbase/MReadTree.cc:
4212 - small changes to the output
4213
4214 * mbase/MTask.[h,cc]:
4215 - added Preprocessed flag. This enables the tasklist to only postprocess
4216 already preprocessed tasks
4217
4218 * mbase/MTaskList.cc:
4219 - don't postprocess non preprocessed tasks
4220
4221 * mhist/MHMcCollectionArea.cc:
4222 - added descriptions to histrograms
4223 - changed names of histograms
4224 - added drawing of canvas to Draw-functions
4225
4226 * mhist/MHMcEnergy.[h,cc]:
4227 - added variables to store the calculated result
4228 - changed names and titles of histogram
4229 - added axis titles to histogram
4230 - moved result calculation into fit-function
4231
4232 * mmontecarlo/MMcCollectionAreaCalc.cc:
4233 - added name of input container to be able to process another
4234 container than "MMcTrig"
4235
4236 * mmontecarlo/MMcThresholdCalc.cc:
4237 - removed trailing dot from container name creation
4238
4239 * mhist/MMcThresholdCalc.cc:
4240 - removed a wrong '.' behind the number when processing more than
4241 one trigger condition
4242
4243 * mraw/MRawRunHeader.cc:
4244 - added "Monte Carlo Data" as runtype
4245
4246
4247
4248 2001/07/10: Thomas Bretz
4249
4250 * mhist/MHMcEnergy.h:
4251 - renamed SetBins to SetNumBins
4252
4253 * mmontecarlo/MMcThresholdCalc.cc:
4254 - changed style of comments
4255 - moved sqrt(2) from Postprocess to header.
4256
4257 * mmontecarlo/MMcEnerHisto.[cc,h], mmontecarlo/MMcEnerThre.[cc,h],
4258 mmontecarlo/MMcEnerThreCalc.[cc,h]:
4259 - removed
4260
4261 * mmontecarlo/MCollArea.[cc,h], mmontecarlo/MCollAreaTrigger.[cc,h]:
4262 - removed
4263
4264
4265
4266 2001/07/09: Thomas Bretz
4267
4268 * mbase/MParList.cc:
4269 - made handling of already existing containers in AddToList a bit
4270 more convinient
4271
4272 * mbase/MTaskList.[h,cc]:
4273 - added come comments
4274 - made handling of already existing tasks in AddToList a bit
4275 more convinient
4276 - Added name-argument to constructor
4277
4278 * mraw/MRawFileRead.[cc, h]:
4279 - move file-open check from constructor to PreProcess
4280 - added variable for filename
4281
4282 * mraw/MRawFileWrite.[cc,h]:
4283 - moved fOut->Write from PostProcess to destructor
4284 - removed PostProcess
4285
4286
4287
4288 2001/07/06: Thomas Bretz
4289
4290 * mfilter/FilterIncl.h, mfilter/FilterLinkDef.h,
4291 mfilter/MFTriggerLvl1.[h,cc], mfilter/mfilter/Makefile:
4292 - added
4293
4294 * Makefile
4295 - mfilter added
4296
4297 * Makefile.conf.linux-gnu:
4298 - added some warning options
4299
4300 * Makefile.conf.osf1:
4301 - enhanced warnings
4302
4303 * manalysis/MCerPhotEvt.cc:
4304 - removed a small buf from the constructor
4305
4306 * BaseLinkDef.h:
4307 - added MFilter
4308 - added MFilterList
4309
4310 * mbase/MLog.[h,cc]:
4311 - added a non-empty copy constructor to make cxx happy
4312
4313 * mbase/MParList.[h,cc]:
4314 - added second overload-function FindObject
4315
4316 * mbase/MTask.h:
4317 - added all Filter stuff
4318
4319 * mbase/MTaskList.cc:
4320 - changed debug output
4321 - added filter-stuff to Process
4322
4323 * mbase/MTaskList.h:
4324 - changed Print default option from NULL to ""
4325
4326 * mbase/Makefile:
4327 - added MFilter
4328 - added MFilterList
4329
4330 * mhist/MFillHFadc.cc:
4331 removed a small bug in the PreProcessing
4332
4333 * manalysis/MCerPhotEvt.h, manalysis/MHillas.cc, manalysis/MHillas.h,
4334 manalysis/MImgCleanStd.cc, manalysis/MPedestalCam.h, mgui/MGeomCam.h,
4335 mhist/MFillHHillas.h, manalysis/MHillasCalc.h, manalysis/MCerPhotCalc.h,
4336 manalysis/MImgCleanStd.h, mhist/MFillHStarMap.h, mhist/MHHillas.cc,
4337 mhist/MHHillas.h, mhist/MHStarMap.cc, mhist/MHStarMap.h,
4338 mmc/MMcFadcHeader.hxx, mmc/MMcFadcHeader.hxx, mmc/MMcTrig.hxx,
4339 mmontecarlo/MMcThresholdCalc.h:
4340 - made more const-correct
4341
4342 * manalysis/MCT1ReadAscii.cc, manalysis/MCerPhotCalc.cc,
4343 manalysis/MHillasCalc.cc, manalysis/MImgCleanStd.cc,
4344 manalysis/MMcPedestalCopy.cc, manalysis/MPedCalcPedRun.cc,
4345 mhist/MFillHFadc.cc, mhist/MFillHHillas.cc, mhist/MFillHStarMap.cc,
4346 mmontecarlo/MMcThresholdCalc.cc, mraw/MRawFileRead.cc,
4347 mraw/MRawFileWrite.cc:
4348 - added comments
4349
4350 * manalysis/MCT1ReadAscii.cc, manalysis/MCerPhotCalc.cc,
4351 manalysis/MCerPhotPix.cc, manalysis/MHillas.cc,
4352 manalysis/MHillasCalc.cc, manalysis/MImgCleanStd.cc,
4353 manalysis/MMcPedestalCopy.cc, manalysis/MMcPedestalCopy.h,
4354 manalysis/MPedCalcPedRun.cc, manalysis/MPedestalCam.cc,
4355 manalysis/MPedestalPix.cc,
4356 mbase/MArray.cc, mbase/MArrayB.cc, mbase/MArrayS.cc, mbase/MEvtLoop.cc,
4357 mbase/MLog.cc, mbase/MParList.cc, mbase/MReadTree.cc, mbase/MTask.cc,
4358 mbase/MTime.cc, mbase/MWriteAsciiFile.cc, mbase/MWriteFile.cc,
4359 mbase/MWriteRootFile.cc,
4360 mhist/MFillHFadc.cc, mhist/MFillHFadc.cc, mhist/MFillHHillas.cc,
4361 mhist/MFillHStarMap.cc, mhist/MHFadcCam.cc, mhist/MHFadcPix.cc,
4362 mhist/MHHillas.cc, mhist/MHMcCollectionArea.cc, mhist/MHMcEnergies.cc,
4363 mhist/MHMcEnergy.cc, mhist/MHStarMap.cc, mraw/MRawCrateArray.cc,
4364 mraw/MRawCrateData.cc, mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc,
4365 mraw/MRawEvtPixelIter.cc, mraw/MRawFileRead.cc,
4366 mraw/MRawFileWrite.cc, mraw/MRawRunHeader.cc:
4367 - added semicolon after ClassImp to make my editor happy
4368
4369 * mmain/MEvtDisp.cc:
4370 - removed a wrong comma in the enumerations
4371
4372 * mmontecarlo/MMcThresholdCalc.cc:
4373 - made compile on osf by removing brackets in new steatement (constructor)
4374
4375
4376
4377 2001/07/05: Thomas Bretz
4378
4379 * macros/CT1Hillas.C:
4380 - changed the wrong pointers to dots.
4381
4382 * macros/getThreshold.C:
4383 - added some comments
4384 - removed the canvas creation
4385 - drawing replaced by a loop
4386 - changed trigger conditions to 1 (should work with any MC file)
4387
4388 * macros/readMagic.C:
4389 - changed the event counter to the number of the event in the file
4390 - removed icound
4391
4392 * manalysis/MPedCalcPedRun.cc, manalysis/MCerPhotCalc.cc,
4393 mbase/MParContainer.cc, mbase/MParContainer.h, mbase/MParList.cc,
4394 mbase/MParList.h, mbase/MTaskList.cc, mbase/MWriteAsciiFile.cc,
4395 mbase/MWriteRootFile.cc, mhist/MFillHFadc.cc, mhist/MFillHHillas.cc,
4396 mhist/MFillHStarMap.cc,
4397 - changed HasChanged to ReadyToSave
4398
4399 * mbase/MReadTree.cc:
4400 - added some comments
4401
4402 * mhist/MHMcEnergies.h:
4403 - fixed bug in []-operator
4404
4405 * mhist/MHMcEnergy.cc:
4406 - added canvas creation to draw function
4407
4408 * mmontecarlo/MMcThresholdCalc.cc:
4409 - fixed a bug in the constructor
4410
4411
4412
4413 2001/06/20: Thomas Bretz
4414
4415 * macros/merpp.C:
4416 - fixed type in comment
4417
4418 * manalysis/MHillas.cc:
4419 - fixed 'FIXME' comment
4420
4421 * mbase/MWriteFile.[h,cc]:
4422 - added
4423
4424 * mbase/MWriteRootFile.[h,cc]:
4425 - added
4426
4427 * mbase/BaseLinkDef.h:
4428 - Added MWriteFile
4429 - Added MWriteRootFile
4430
4431 * mbase/MEvtLoop.cc:
4432 - fixed the counting in the eventloop
4433
4434 * mbase/MWriteAsciiFile.[h,cc]:
4435 - changed class that it is based on MWriteFile now
4436
4437 * mbase/Makefile:
4438 - added MWriteFile
4439 - added MWriteRootFile
4440
4441 * mhist/MFillHFadc.[h,cc]:
4442 - added set for HasChanged (new PostProcess)
4443
4444 * mhist/MFillHHillas.cc:
4445 - added set for HasChanged (new PostProcess)
4446
4447 * mhist/MFillHStarMap.cc:
4448 - added set for HasChanged (new PostProcess)
4449
4450 * mhist/MHHillas.cc:
4451 - Set kCanDelete to make sure, that the histograms are deleted
4452 together with the canvas
4453
4454 * mraw/MRawFileWrite.[h,cc]:
4455 - changed the handling of opening, closing and checking file
4456
4457
4458
4459 2001/06/13: Thomas Bretz
4460
4461 * ./.../*.h:
4462 - added some comments and corrected some descriptions.
4463
4464 * mbase/MParContainer.[h,cc]:
4465 - added a 'dummy' function for AsciiRead, AsciiWrite
4466
4467 * mbase/MWriteAsciiFile.[h,cc]:
4468 - added new constructor (specify directly the pointer to the class)
4469
4470 * mgui/MHexagon.cc:
4471 - made Copy-function more readable
4472
4473 * mgui/MParContainer.cc:
4474 - made Copy-function more readable
4475
4476 * mhist/MHMcEnergies.[h,cc]:
4477 - files added as a container to make handling of several MHMcEnergy easier
4478
4479 * mbase/MAGIC.h:
4480 - encapsulated include of TROOT
4481
4482 * mbase/MTaskList.cc:
4483 - added SetHasChange and Reset to PostProcess
4484
4485 * mhist/HistLinkDef.h
4486 - added MHMcEnergies
4487
4488 * mhist/MHMcEnergy.[h,cc]:
4489 - added name and title to constructor
4490 - added number to name of container
4491
4492 * mmontecarlo/MMcThresholdCalc.cc:
4493 - corrected typo in creation of the container names
4494
4495 * mraw/MRawEvtData.cc:
4496 - Set kCanDelete in Draw function
4497
4498
4499
4500 2001/06/12: Thomas Bretz
4501
4502 * mmontecarlo/MMcEnerThreCalc.[cc,h]
4503 - copied to mmontecarlo/MMcThresholdCalc.[cc,h]
4504
4505 * mmontecarlo/MMcEnerThreHistos.[h,cc]
4506 - copied to mmhist/MHMcEnergy.[h,cc]
4507
4508 * mbase/Makefile:
4509 - added MWriteAsciiFile.cc
4510
4511 * mhist/HistIncl.h:
4512 - added TF1.h
4513
4514 * mhist/HistLinkDef.h:
4515 - added MHMcEnergy
4516
4517 * mhist/Makefile
4518 - added MHMcEnergy
4519
4520 * mmontecarlo/MCollArea.h:
4521 - fixed typo in ifndef
4522
4523 * mmontecarlo/Makefile:
4524 - added MMcThresholdCalc.cc
4525 - removed MMcEnerHisto.cc
4526 - removed MMcEnerThre.cc
4527 - removed MMcEnerThreCalc.cc
4528
4529 * mmontecarlo/MonteCarloLinkDef.h:
4530 - added MMcThresholdCalc.cc
4531 - removed MMcEnerHisto.cc
4532 - removed MMcEnerThre.cc
4533 - removed MMcEnerThreCalc.cc
4534
4535 * mbase/MWriteAsciiFile.[h,cc]:
4536 - added
4537
4538 * manalysis/MCT1ReadAscii.h:
4539 - removed fFileName from class definition
4540
4541 * manalysis/MCerPhotCalc.cc:
4542 - use of SetHasChanged added
4543
4544 * manalysis/MHillas.[h,cc]:
4545 - Reset added
4546 - AsciiRead added
4547 - AsciiWrite added
4548 - use of SetHasChanged added
4549
4550 * manalysis/MPedCalcPedRun.[h,cc]:
4551 - made fNumHiGainSamples a class member
4552 - renamed some member functions
4553 - made the 'internal' member functions private
4554 - added SetHasChanged
4555 - made these functions const
4556
4557 * mbase/BaseLinkDef.h
4558 - MWriteAsciiFile added
4559
4560 * mbase/MEvtLoop.cc:
4561 - some small changes to the logging output
4562
4563 * mbase/MParContainer.cc:
4564 - fHasChanged added
4565
4566 * mbase/MParContainer.h:
4567 - Reset prototype added
4568 - HasChanged added
4569 - SetHasChanged added
4570
4571 * mbase/MParList.[cc,h]:
4572 - SetHasChanged added
4573 - Reset added
4574
4575 * mbase/MTaskList.cc:
4576 - Process: call SetHasChanged before looping
4577 - Process: call Reset before looping
4578
4579 * mbase/MTaskList.h:
4580 - fParList added to class definition
4581
4582
4583
4584 2001/04/27: Thomas Bretz
4585
4586 * macros/merpp.C:
4587 - made the merpp-macro Mars 0.3 compatible
4588
4589
4590
4591 2001/04/19: Thomas Bretz
4592
4593 * mbase/MParList.cc:
4594 - added stripping of the string after last semicolon (classname)
4595
4596 * mbase/MReadTree.cc:
4597 - added Veto funtionality to PreProcess
4598 - added HasVeto
4599 - added fVetoList
4600 - added VetoBranch
4601
4602
4603
4604 2001/04/18: Thomas Bretz
4605
4606 * mbase/MHtml.[cc.h]:
4607 - Added
4608
4609 * mbase/*.cc:
4610 - changed comments of member functions to new MHtml-Style
4611
4612
4613
4614 2001/04/09: Thomas Bretz
4615
4616 * mbase/MParList.cc:
4617 - Added the possibility to specify a different object name in
4618 FindCreateObj
4619
4620 * .rootrc:
4621 - changed the style for the html documentation
4622
4623 * macros/dohtml.C:
4624 - added SetXwho
4625
4626 * (*.cc):
4627 - added the copyright comment block
4628
4629 * mgui/MGeomCamMagic.cc:
4630 - added some comments to all these numbers
4631
4632 * mraw/MRawEvtPixelIter.h:
4633 - added Jump member function which jumps directly to the pixel with a
4634 given id
4635
4636
4637
4638 2001/04/09: Thomas Bretz
4639
4640 * mgui/MGeomPix.cc:
4641 - fixed a small error in SetNeighbors (thanks to Oscar)
4642
4643 * mgui/MGFadcDisp.[h,cc]:
4644 - Fixed many small errors which caused the display to display nonsens
4645 in some situations
4646
4647
4648
4649 2001/04/04: Thomas Bretz
4650
4651 * mraw/MRawEvtData.[cc,h]:
4652 - changed wrong return type of GetNumPixels to UShort_t
4653
4654 * mmain/MBrowser.[cc,h]:
4655 - made the dialog somehow work like it should
4656
4657
4658
4659 2001/04/03: Thomas Bretz
4660
4661 * manalysis/MCT1ReadAscii.cc:
4662 - the pedestal values read from the file are now stored in MeanRms
4663 instead of Sigma
4664
4665 * manalysis/MCerPhotCalc.cc:
4666 - The pedestal mean Rms is used as the pixel error
4667
4668 * MImgCleanStd.cc:
4669 - CleanStep1: the '<' was replaced by a '<=' to clean also pixels
4670 with value=noise=0
4671
4672 * MMcPedestalCopy.cc:
4673 - All the pedestal values are now filled in (are they calculated correctly?)
4674
4675 * mgui/MGeomCamMagic.cc:
4676 - Forgot to initialize the Nextneighbors of the Magic Camera
4677 (thanks to Oscar)
4678
4679 * mhist/MHStarMap.cc:
4680 - I changed the model of the display (colors and bin width) to
4681 get a 'better' result
4682
4683
4684
4685 2001/04/02: Thomas Bretz
4686
4687 * mraw/MRawEvtHeader.h, mraw/MRawFileWrite.cc:
4688 - added constants (kTT*) for trigger type
4689
4690 * manalysis/MImgCleanStd.[h,cc]:
4691 - added changeable cleaning levels
4692
4693 * manalysis/MHillas.cc:
4694 - added some more sanity checks to the calculation
4695
4696 * manalysis/MCT1ReadAscii.[h,cc]:
4697 - added some kind of chain feature (AddFile) to process more than one file
4698
4699 * mgui/MGeomPix.[h,c]:
4700 - added interface to pixel neighbors
4701
4702 * mgui/MGeomCamCT1.[cc,h], mgui/MGeomCamMagic.[cc,h]:
4703 - creates the neighbor geomtry now, too
4704
4705 * manalysis/MImgCleanStd.[cc,h]:
4706 - switched to new stylish neighbors from MGeomCam
4707
4708
4709
4710 2001/03/30: Thomas Bretz
4711
4712 * mdatacheck/MH*, mdatacheck/MFillH*:
4713 - moved to mhist
4714
4715 * mraw/MrawEvtPixelIter:
4716 - IsLoGain -> HasLoGain
4717
4718 * mgui/MG*:
4719 - renamed
4720 - moved to mmain
4721 - move Browser functionality to MBrowser
4722
4723 * mmain/, mhist:
4724 - new
4725
4726
4727
4728 2001/03/21: Thomas Bretz
4729
4730 * manalysis/MHillas.[h,cc]:
4731 - fixed some minor errors, added sanity check (N<2) to Calc
4732
4733 * manalysis/MFillHHillas.cc:
4734 - skip event if Hillas calculations fails
4735
4736 * macros/getCollArea.C, macros/readMagic.C,
4737 mdatacheck/MViewAdcSpectra.cc, meventdisp/MGFadcDisp.cc:
4738 - changed order in MReadTree constructor
4739
4740 * manalysis/MCT1ReadAscii.[h,cc]:
4741 - changed to use MPedestalCam
4742
4743 * manalysis/MCT1Pedestals.[h,cc]:
4744 - removed
4745
4746 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
4747 - removed MCT1Pedestals
4748
4749 * mbase/BaseLinkDef.h:
4750 - added const values from Magic.h
4751
4752 * mbase/MLogManip.h:
4753 - changed style of dbginf
4754
4755 * mbase/MParList.cc:
4756 - make use of dbginf
4757
4758 * mbase/MReadTree.[h,cc]:
4759 - switched from a TTree to a TChain object
4760 - chnaged order of variables of the constructor
4761
4762
4763
4764 2001/03/21: Thomas Bretz
4765
4766 * macros/CT1Hillas.C, manalysis/MImgCleanStd.cc, manalysis/MImgCleanStd.h,
4767 manalysis/MMcPedestalCopy.cc, manalysis/MMcPedestalCopy.h,
4768 manalysis/MCerPhotCalc.h, manalysis/MCerPhotCalc.cc, mdatacheck/MHHillas.h,
4769 mdatacheck/MHHillas.cc, mdatacheck/MFillHFadc.cc, mdatacheck/MFillHFadc.h,
4770 mdatacheck/MHFadcCam.cc, mdatacheck/MHFadcCam.h, mdatacheck/MHFadcPix.cc,
4771 mdatacheck/MHFadcPix.h, mdatacheck/MFillHHillas.cc,
4772 mdatacheck/MFillHHillas.h
4773 - added
4774
4775 * mdatacheck/MHistosAdc.[h,cc]:
4776 - replaced by MHFadc[Cam,Pix]
4777
4778 * mdatacheck/MFillAdcSpect.[h,cc]:
4779 - replaced by MFillHFadc
4780
4781 * macros/readCT1.C:
4782 - uses the new classes now
4783 - calculates and displays hillas
4784
4785 * manalysis/AnalysisLinkDef.h:
4786 - added MCerPhotCalc, MImgCleanStd, MMcPedestalCopy
4787
4788 * manalysis/MCT1ReadAscii.cc:
4789 - PreProcess uses FindCreateObj now
4790
4791 * manalysis/MCerPhotEvt.cc, manalysis/MPedestalCam.cc:
4792 - changed the new back to 'new with placement'
4793
4794 * manalysis/MCerPhotEvt.[h, cc]:
4795 - removed cleaning from this class
4796
4797 * manalysis/MHillas.cc:
4798 - some small changes in the naming inside Calc()
4799
4800 * manalysis/MHillas.h:
4801 - added Get-functions
4802
4803 * manalysis/MPedestalCam.h:
4804 - added InitSize-function
4805
4806 * manalysis/MPedestalPix.h:
4807 - made Get-functions const
4808
4809 * manalysis/Makefile:
4810 - added MMcPedestalCopy, MImgCleanStd, MCerPhotCalc
4811
4812 * mbase/MLogManip.h:
4813 - "l." before line number
4814
4815 * mbase/MParList.cc:
4816 - added the autodelete feature for automatically created classes
4817
4818 * mdatacheck/DataCheckLinkDef.h:
4819 - added MHFadc[Cam,Pix], MHHillas
4820 - removed MHistosAdc
4821 - added MFillHFadc, MFillHHillas
4822
4823 * mdatacheck/MGDisplayAdc.[h,cc], MShowSpect.[h,cc],
4824 mdatacheck/MViewAdcSpectra.[h,cc], :
4825 - changed from MHistaosAdc to MHFadcCam
4826
4827 * mdatacheck/Makefile:
4828 - added MFillHFadc.cc, MFillHHillas.cc
4829 - removed MFillAdcSpect.cc
4830
4831 * manalysis/MCT1ReadAscii.h, mbase/MEvtLoop.h, mbase/MLog.h,
4832 mbase/MParList.h, mbase/MReadTree.h, mbase/MTask.h,
4833 mbase/MTaskList.h, mdatacheck/MDumpEvtHeader.h,
4834 meventdisp/MGFadcDisp.h, mgui/MCamDisplay.h,
4835 mgui/MCamNeighbor.h, mgui/MGDataCheckMain.h,
4836 mgui/MGEventDispMain.h, mgui/MGMarsMain.h,
4837 mgui/MGMonteCarloMain.h, mgui/MGPrototyp.h, mgui/MHexagon.h,
4838 mmontecarlo/MCollAreaTrigger.h, mraw/MRawEvtPixelIter.h,
4839 mraw/MRawFileRead.h, mraw/MRawFileWrite.h:
4840 - set version number to '0' (no i/o for this class)
4841
4842 * mgui/MGeomCamCT1.cc:
4843 - new claculation algorith for the CT1 camera. It is more
4844 exact in the camera plain
4845
4846 * mgui/MHexagon.cc:
4847 - removed Draw-function (it is inherited from TObject)
4848
4849 * mmc/MMcFadcHeader.hxx:
4850 - Added get-functions
4851
4852
4853
4854
4855 2001/03/20: Thomas Bretz
4856
4857 * manalysis/MPedestalPix.[h,cc], manalysis/MPedestalCam.[h,cc],
4858 manalysis/MHillas.[h,cc], manalysis/MHillasCalc.[h,cc],
4859 mgui/MGeomCamCT1.[h,cc], mgui/MGeomCamMagic.[h,cc]
4860 - added
4861
4862 * macros/readCT1.C:
4863 - added calculation of Hillas parameters
4864 - changed from pointers to objects
4865
4866 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
4867 - added MPedestalPix/Cam, MHillas, MHillasCalc
4868
4869 * manalysis/MCerPhotEvt.[h,cc]:
4870 - removed fType
4871 - commented out Draw function - should be fixed soon
4872 - renamed *Nb* to *Num*
4873 - renamed Get[Min,Max]NumPhotons to GetNumPhontons[Min,Max]
4874
4875 * meventdisp/MGFadcDisp.[h,cc]:
4876 - changed parameter of ReadinEvent to unsigned
4877
4878 * mgui/GuiLinkDef.h, mgui/Makefile:
4879 - added MGeomCamCT1, MGeomCamMagic
4880
4881 * mgui/MCamDisplay.[h,cc]:
4882 - changed constructor argument from int to MGeomCam
4883 - renamed *Nb* to *Num*
4884
4885 * mgui/MGeomCam.[h,cc]:
4886 - removed all camara specific stuff
4887 - MGeomCam is now used as a base class for the classes
4888 MGeomCam[Magic,CT1] which are containing the camera specific stuff
4889
4890 * mgui/MGeomPix.h:
4891 - added Set function
4892
4893
4894
4895 2001/03/02: Thomas Bretz
4896
4897 * manalysis/Makefile, mdatacheck/Makefile, meventdisp/Makefile,
4898 mgui/Makefile:
4899 - new
4900
4901 * mbase/MParList.[cc,h]:
4902 - Added FindCreateObj member function
4903 - added a name to the constructor
4904
4905 * mbase/MReadTree.cc:
4906 - changed to use FindCreateObj
4907
4908 * mdatacheck/MDumpEvtHeader.cc:
4909 - removed fPixelIter from member list
4910 - changed cout to *fLog
4911
4912 * mdatacheck/MViewAdcSpectra.cc:
4913 - removed a HUGE memory leak. All the objects in the list (and the
4914 lists itself were NEVER deleted)
4915
4916 * mdatacheck/MFillAdcSpect.cc
4917 - removed fPixelIter from member list
4918 - changed cout to *fLog
4919 - changed to use FindCreateObj
4920 - changed high and low to hi and lo
4921
4922 * mdatacheck/MShowSpect.cc
4923 - changed cout to *fLog
4924 - added a name to the constructor
4925
4926 * mraw/MRawFileRead.cc:
4927 - changed to use FindCreateObj
4928
4929 * mdatacheck/MGDisplayAdc.[h,cc]:
4930 - added some new member functions to make code more clear
4931 - removed fHists from the destructor
4932
4933 * mdatacheck/MHistosAdc.h:
4934 - changed high and low to hi and lo
4935
4936 * macros/dohtml.C:
4937 - added manalysis
4938
4939
4940
4941 2001/03/01: Thomas Bretz
4942
4943 * Makefile:
4944 - added headers to dependencies
4945
4946 * Makefile.rules:
4947 - added headers to dependencies
4948
4949 * merpp.cc:
4950 - changed from pointers to objects
4951 - added compression level support
4952
4953 * readraw.cc:
4954 - removed unnecessary includes
4955
4956 * mbase/MArray*.*:
4957 - changed all Int_t to UInt_t
4958
4959 * mbase/MLogManip.h:
4960 - changed name of __DINF__ to dbginf
4961
4962 * mraw/MRawCrateData.[h,cc], mraw/MRawEvtHeader.[h,cc],
4963 mraw/MRawRunHeader.[h,cc]:
4964 - changed ifstream to istream
4965
4966 * mraw/MRawEvtData.cc:
4967 - changed the reading, which speeds up merpp by a factor of 10
4968
4969 * mraw/MRawEvtData.h:
4970 - added flag to InitArrays and DeletePixels
4971 (not yet used)
4972
4973 * mraw/MRawFileRead.h:
4974 - removed pParList from parameter list
4975
4976 * manalysis/AnalysisLinkDef.h
4977 - removed MReadCT1Ascii, added MCT1ReadAscii
4978 - added MCT1Pedestals
4979
4980 * manalysis/MCerPhotEvt.[h,cc]:
4981 - changed the constructor a little bit
4982 - rewrote Print() to make it a bit more readable
4983 - moved MCerphotPix to new File
4984 - added many lines of comments
4985 - exchanged old stylish new call with new stylish(=) one
4986 - replaced all accesses to fPixels with the [] operator to make this
4987 lines more readable
4988 - made all variable declarations const-correct,
4989 - I changed the style of the cleaning method from if(a){if()b{if(c){}}}
4990 to if(!a)continue; if(!b)continue if(!c) continue; to make it more
4991 compact, readable and easier to understand
4992 - renamed the Boolean-functions to Is* to get a stricter structure
4993 - replaced mapping function to access the pixel list entries by the new
4994 operator to get rid of more than the necessary number of member
4995 functions without loosing speed or readability
4996 - renamed GetMinimum/MaximumPhoton to GetMin/MaxNumPhotons to be
4997 more exact
4998
4999 * mgui/MCamGeom.* splitted and changed to MGeomCam/Pix:
5000 - added a new operator to access the TObjArray
5001 - removed unnecessary code from CreateCT1
5002
5003 * mbase/MAGIC.h:
5004 - added kPI
5005
5006 * mbase/MReadTree.cc:
5007 - added some comments
5008
5009 * mgui/MCamDisplay.[h,cc]:
5010 - added some comments, reordered a bit the calls in the constructor
5011 to get a 'straight forward structure', MGeomCam is now only
5012 locally used where it is needed, replaced access to the
5013 TClonesArrays by new member-function to get a more readable code,
5014 replaced old stylish new call with new stylish one, made
5015 variable decleration const-correct, introduced a new member function
5016 to set the pixel color, renamed the overloaded Draw functions to
5017 DrawPhotons, DrawPhotErr to prevent missunderstatements, changed
5018 the 'layout' of GetColor to make it easier to understand the algorithm,
5019
5020 * mgui/MCamNeighbor.[h, cc]:
5021 - changed to new log-interface
5022 - exchanged -9999 by -1
5023 - skipped the exits
5024 - you must check for -1 one in any case
5025 - this means a warning should be enough
5026
5027 * mgui/MHexagon.[h,cc]:
5028 - added new constructor whcih uses a MGeomPix-object
5029
5030
5031
5032 2001/02/28: Thomas Bretz
5033
5034 * mbase/MParList.[h,cc]:
5035 - changed return type of FindObject back to TObject
5036 - it seems so, that some compilers don't like overriding the
5037 return type of a virtual member function
5038
5039
5040
5041 2001/02/23: Thomas Bretz
5042
5043 * mraw/MRawEvtPixelIter.h:
5044 - added GetSum* functions
5045
5046 * mbase/MParList.[h,cc]:
5047 - Removed unnecessary fNext-stuff
5048
5049
5050
5051 2001/02/22: Thomas Bretz
5052
5053 * merpp.cc, readraw.cc, mbase/MParContainer.cc, mbase/MParList.cc,
5054 mbase/MParList.h, mbase/MReadTree.cc, mbase/MTask.cc, mbase/MTask.h,
5055 mbase/MTaskList.cc, mbase/MTime.cc, mdatacheck/MDumpEvtHeader.cc,
5056 mdatacheck/MShowSpect.cc, meventdisp/MGFadcDisp.cc, mgui/MGPrototyp.h,
5057 mmc/MHeaderTrig.cxx, mraw/MRawCrateArray.cc, mraw/MRawEvtData.cc,
5058 mraw/MRawEvtHeader.cc, mraw/MRawFileRead.cc, mraw/MRawFileWrite.cc,
5059 mraw/MRawRunHeader.cc:
5060 - exchanged cout with the new logging style (gLog, *fLog)
5061
5062 * mraw/MRawEvtData.cc:
5063 - added 'dec' option to Print
5064
5065 * mmc/MHeaderTrig.cxx, mmc/MMcEvt.cxx, mmc/MMcTrig.cxx:
5066 - small changes to the Print funtions
5067
5068
5069
5070 2001/02/21: Thomas Bretz
5071
5072 * MRawEvtData.cc:
5073 - Changed ReadEvt according to the new raw binary format 2001/02/20
5074
5075 * Added MLog.[h,cc], MLogManip.[h,cc]
5076
5077 * Adde SetStreamer and fLog to the MParContainer base class
5078
5079 * Derived MEvtLoop from MParContainer
5080
5081 * Makefile:
5082 - added 'tar'
5083
5084 * mbase/BaseIncl.h:
5085 - added fstream.h, TGListBox.h
5086
5087 * mbase/BaseLinkDef.h:
5088 - added pragma for gLog and MLog
5089
5090 * mbase/MAGIC.h:
5091 - added forward definition for gLog
5092
5093 * mbase/MEvtLoop.cc:
5094 - exchanged cout with *fLog
5095 - added statements to provide log-facility to all tasks als parameter
5096 containers
5097
5098 * mbase/MEvtLoop.h:
5099 - Small changes
5100
5101 * mbase/MParContainer.h:
5102 - Added definitions necessary for use of Log-Facility
5103
5104 * mbase/MParList.[h,cc]:
5105 - Added SetLogStream
5106
5107 * mbase/MTask.h:
5108 - added fLog
5109
5110 * mbase/MTaskList.[h,cc]:
5111 - added SetLogStream
5112
5113 * mbase/Makefile:
5114 - Added MLog.cc, MLogManip.cc
5115
5116
5117
5118 2001/02/19: Harald Kornmayer
5119
5120 * implemented the Image Cleaning a la CT1 to the class MCerPhotEvt
5121
5122 * changed the readCT1.C file to show the effects of the image cleaning
5123 a la CT1
5124
5125 * changed
5126 mgui/MCamNeighbor.cc
5127 mananlysis/MCerPhotEvt.cc .h
5128 macros/readCT1.C
5129
5130
5131
5132 2001/02/19: Thomas Bretz
5133
5134 * MParContainer.h added prototypes for AsciiRead/Write
5135
5136 * .rootrc added
5137
5138 * MEvtLoop.[h,cc]:
5139 - split eventloop in its three parts, this should be used for
5140 debugging only.
5141
5142
5143
5144 2001/02/06: Harald Kornmayer
5145
5146 * the first running version with a eventdisplay. Now we are able
5147 to display an Event on the photo electron level. To do this, run
5148 the macro "macros/readCT1.C" after changing the file name.
5149
5150 changed:
5151 macros/readCT1.C
5152 manalysis/MNphotEvent.cc, manalysis/MNphotEvent.h
5153 analysis/MReadCT1Ascii.cc
5154 mgui/MCamDisplay.cc, mgui/MCamDisplay.h
5155
5156
5157
5158 2001/01/23: Harald Kornmayer
5159
5160 * the integration of the class FadcDisp in the mars enviroment
5161 and further developments in the display
5162
5163 changed:
5164 meventdisp/MGFadcDisp.h
5165 meventdisp/MGFadcDisp.cc
5166 mgui/GuiIncl.h
5167 mgui/GuiLinkDef.h
5168 mgui/MGMarsMain.cc
5169 mgui/MGPrototyp.cc
5170 mgui/MGPrototyp.h
5171 mgui/Makefile
5172
5173 added:
5174 mgui/MGEventDispMain.h
5175 mgui/MGEventDispMain.cc
5176
5177
5178
5179 2001/01/22: Harald Kornmayer
5180
5181 * started with the development of a EventDisplay Utitliy.
5182 Therefore I added the following files.
5183
5184 meventdisp/EvtDispIncl.h
5185 meventdisp/EvtDispLinkDef.h
5186 meventdisp/MGFadcDisp.cc
5187 meventdisp/MGFadcDisp.h
5188 meventdisp/Makefile
5189
5190 Also a few of the older files where slightly changed.
5191 ./Makefile
5192 ./Makefile.rules
5193 mraw/MRawEvtData.
5194
5195
5196
5197 2001/01/19: Thomas Bretz
5198
5199 * mmc/*.hxx:
5200 - changed include of MDefineTrigger.h back
5201
5202
5203
5204 2001/01/19: Oscar Blanch
5205
5206 * mmc/MTriggerDefine.h:
5207 - added
5208
5209
5210
5211 2001/01/18: Thomas Bretz
5212
5213 * Makefile:
5214 - mmc-library added
5215
5216 * Makefile.conf.general:
5217 - Added definition of __MARS__
5218
5219 * Makefile.rules:
5220 - Added definitions to rootcint
5221
5222 * Oscar added the McFormat subdir of the Monte Carlo as mmc
5223
5224 * mmc/MMcEvt.h:
5225 - renamed to MMcEvt.hxx
5226
5227 * mmc/*.hxx:
5228 - added necessary defintions from MDefineTrigger.h
5229
5230 * mmc/Makefile, mmc/McLinkDef.h, mmc/McIncl.h, mmc/readme.txt:
5231 - added
5232
5233 * mmc/LinkDef.h:
5234 - removed
5235
5236
5237
5238 2001/01/17: Thomas Bretz
5239
5240 * Makefile:
5241 - Exchanged explicit rules to make library by implicit ones
5242 - The shared object works now. I exchanged the libraries with the object
5243 files. But I don't know why the libraries don't work.
5244
5245 * Makefile.conf.linux-gnu:
5246 - replaced CC with gcc (instead of g++)
5247
5248 * mdatacheck/DataCheckLinkDef.h:
5249 - removed unused statements
5250
5251 * mraw/RawLinkDef.h:
5252 - added globals
5253
5254 * mraw/MerppLinkDef.h:
5255 - removed unused file
5256
5257
5258
5259 2001/01/12: Thomas Bretz
5260
5261 * MLinkDef.h, MIncl.h, marslogo.xpm, magiclogo.xpm:
5262 - added
5263
5264 * LinkDef.h:
5265 - removed
5266
5267 * Makefile:
5268 - Added CINT, mrproper
5269
5270 * mbase/Makefile, mraw/Makefile, mgui/Makefile, mdatacheck/Makefile:
5271 - included makefile.general, Makefile.rules,
5272 - removes corresponding lines
5273
5274 * mdatacheck/MDumpEvtHeader.[h,cc], mdatacheck/MFillAdcSpect.[cc,h],
5275 mdatacheck/MFillAdcSpect.[h,cc], mdatacheck/MGDisplayAdc.[cc,h],
5276 mdatacheck/MHistsosAdc.[h,cc], mdatacheck.MShowSpect.[cc,h]
5277 - changed include statements
5278
5279 * mgui/MGDataCheckMain.[cc,h], mgui/MGMarsMain.[cc,h]
5280 - changed include statements
5281 - move enum from h to cc
5282 - removed comma operator from delete statements (nonsense)
5283
5284
5285
5286 2001/01/11: Harald Kornmayer
5287
5288 * ./
5289 readraw.cc, Makefile, Makefile.rules, LinkDef.h, MParList.cc, MReadTree.cc,
5290 MReadTree.h, mbase/Makefile, mraw/Makefile
5291 - small changes in this files. Not really critical.
5292
5293 * mars.cc
5294 - added the main file for the gui
5295
5296 * mgui/
5297 GuiIncl.h, MGMarsMain.cc, GuiLinkDef.h, MGMarsMain.h, MGDataCheckMain.cc,
5298 Makefile, MGDataCheckMain.h
5299 - added the subdir mgui and this files
5300
5301 * mdatacheck/
5302 DataCheckIncl.h, DataCheckLinkDef.h, MHistosAdc.cc, MHistosAdc.h,
5303 MDumpEvtHeader.cc, MDumpEvtHeader.h, MShowSpect.cc, MShowSpect.h,
5304 MFillAdcSpect.cc, MFillAdcSpect.h, MViewAdcSpectra.cc, MViewAdcSpectra.h,
5305 MGDisplayAdc.cc, MGDisplayAdc.h, Makefile
5306 - added the subdir mdatacheck and this files
5307
5308
5309
5310 2000/12/28: Thomas Bretz
5311
5312 * merpp.cc, MArray.cc, MArray.h, MArrayB.cc, MArrayB.h, MArrayS.cc,
5313 MArrayS.h, MEvtLoop.cc, MEvtLoop.h, MInputStreamID.cc, MInputStreamID.h,
5314 MParContainer.cc, MParContainer.h, MParList.cc, MParList.h, MReadTree.cc,
5315 MTask.cc, MTask.h, MTaskList.cc, MTaskList.h, MTime.cc, MTime.h:
5316 - Added changes some comments.
5317
5318 * MLoopEvt.cc, MLoopEvt.h:
5319 - Removed
5320
5321
5322
5323 2000/12/22 - Thomas Bretz:
5324
5325 * readraw.cc:
5326 - changed some comments and the Root-Name of the program
5327 - added check for the existance of the file
5328 - changed name of numbers of entries from iEnt to nent
5329
5330 * dohtml.C:
5331 - changed title of converted macros
5332
5333 * MRawEvtData.cc:
5334 - added a commet in Draw()
5335
5336 * MRawEvtPixelIter.[h,cc]:
5337 - Added the comment header of the file
5338 - removed inheritance from TIterator (not needed)
5339 - some changes to get it work (the one in the repository was untested
5340 and not working)
5341 - changed calling style of iterator from do...while to while-loop
5342 - changed some comments
5343
5344 * MRawRunHeader.cc:
5345 - added some comments
5346
5347 * Changelog, News: added
5348
5349 * test.C: removed
Note: See TracBrowser for help on using the repository browser.