source: trunk/MagicSoft/Mars/Changelog@ 1546

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