source: trunk/MagicSoft/Mars/Changelog@ 1782

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