source: trunk/MagicSoft/Mars/Changelog@ 1502

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