source: trunk/MagicSoft/Mars/Changelog@ 1540

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