source: trunk/MagicSoft/Mars/Changelog@ 1583

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