source: trunk/MagicSoft/Mars/Changelog@ 1487

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