source: trunk/MagicSoft/Mars/Changelog@ 1545

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