source: trunk/MagicSoft/Mars/Changelog@ 1858

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