source: trunk/MagicSoft/Mars/Changelog@ 1481

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