source: trunk/MagicSoft/Mars/Changelog@ 1636

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