source: trunk/MagicSoft/Mars/Changelog@ 1501

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