source: trunk/MagicSoft/Mars/Changelog@ 1886

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