source: trunk/MagicSoft/Mars/Changelog@ 1568

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