source: trunk/MagicSoft/Mars/Changelog@ 1570

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