source: trunk/MagicSoft/Mars/Changelog@ 1587

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