source: trunk/MagicSoft/Mars/Changelog@ 1604

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