source: trunk/MagicSoft/Mars/Changelog@ 1463

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