source: trunk/MagicSoft/Mars/Changelog@ 1785

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