source: trunk/MagicSoft/Mars/Changelog@ 1610

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