source: trunk/MagicSoft/Mars/Changelog@ 1632

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