source: trunk/MagicSoft/Mars/Changelog@ 1758

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