source: trunk/MagicSoft/Mars/Changelog@ 1666

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