source: trunk/MagicSoft/Mars/Changelog@ 1471

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