source: trunk/MagicSoft/Mars/Changelog@ 1569

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