source: trunk/MagicSoft/Mars/Changelog@ 1549

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