source: trunk/MagicSoft/Mars/Changelog@ 1509

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