source: trunk/MagicSoft/Mars/Changelog@ 1653

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