source: trunk/MagicSoft/Mars/Changelog@ 1590

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