source: trunk/MagicSoft/Mars/Changelog@ 1629

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