source: trunk/MagicSoft/Mars/Changelog@ 1484

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