source: trunk/MagicSoft/Mars/Changelog@ 1489

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