source: trunk/MagicSoft/Mars/Changelog@ 1474

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