source: trunk/MagicSoft/Mars/Changelog@ 1539

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