source: trunk/MagicSoft/Mars/Changelog@ 1526

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