source: trunk/MagicSoft/Mars/Changelog@ 1525

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