source: trunk/MagicSoft/Mars/Changelog@ 1473

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