source: trunk/MagicSoft/Mars/Changelog@ 1443

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