source: trunk/MagicSoft/Mars/Changelog@ 1486

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