source: trunk/MagicSoft/Mars/Changelog@ 1715

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