source: trunk/MagicSoft/Mars/Changelog@ 1451

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