source: trunk/MagicSoft/Mars/Changelog@ 1450

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