source: trunk/MagicSoft/Mars/Changelog@ 1920

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