source: trunk/MagicSoft/Mars/Changelog@ 1596

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