source: trunk/MagicSoft/Mars/Changelog@ 1800

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