source: trunk/MagicSoft/Mars/Changelog@ 1611

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