source: trunk/MagicSoft/Mars/Changelog@ 1658

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