source: trunk/MagicSoft/Mars/Changelog@ 1628

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