source: trunk/MagicSoft/Mars/Changelog@ 1634

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