source: trunk/MagicSoft/Mars/Changelog@ 1555

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