source: trunk/MagicSoft/Mars/Changelog@ 1600

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