source: trunk/MagicSoft/Mars/Changelog@ 1434

Last change on this file since 1434 was 1434, checked in by tbretz, 23 years ago
*** empty log message ***
File size: 106.3 KB
Line 
1 -*-*- END -*-*-
2
3 2002/07/23: Thomas Bretz
4
5 * mgui/MineSweeper.cc, mgui/MCamDisplay.cc:
6 - fixed a bug which could caused the destructor of the created canvas
7 not to be called if the object was deleted.
8
9 * mgui/MCamDisplay.h:
10 - some reordering
11
12 * mgui/MHexagon.cc:
13 - return the correct distance to primitive
14 - do a sanity check in DistancetoPrimitive
15
16 * mhist/HistLinkDef.h:
17 - added missing classes
18
19
20
21 2002/07/23: Wolfgang Wittek, Thomas Bretz
22
23 * manalysis/MHillas.cc, manalysis/MHillasSrc.cc:
24 - replaced algorithms by the ones from the corresponding TDAS note
25 - made results of calculations (hopefully) more accurate
26 - added some output warnings and sanity checks
27 - changed the default parameters in the Reset function
28
29 * manalysis/MHillasSrc.[h,cc]:
30 - added fCosDeltaAlpha
31 - made Calc returning a Bool_t
32
33 * manalysis/MHillasSrcCalc.cc:
34 - make use of the return value of MHillasSrc::Calc
35
36
37
38 2002/07/22: Abelardo Moralejo
39
40 * manalysis/MCerPhotCalc2.[h,cc]:
41 -added procedure SetWeights.
42
43 * macros/MagicHillas.C:
44 -added example on how to use MCerPhotCalc2
45
46
47
48 2002/07/22: Thomas Bretz
49
50 * mgui/MCamDisplay.cc:
51 - removed some unecessary includes
52 - replaced *fPixels by *this
53
54 * mgui/MineSweeper.[h,cc]:
55 - added more comments
56 - removed some unnecessary includes
57 - replaced enum constants for colors by the root ones
58 - added gInterpreter->DeleteGlobal(this)
59 - removed the deletion of the self-allocated fDrawingPad
60 - added kUserBits, replacing kBitMask
61
62
63
64 2002/07/16: Thomas Bretz
65
66 * mgui/MHexagon.cc:
67 - added a sanity check in DistanceToPrimitive
68
69 * mgui/MCamDisplay.[h,cc]:
70 - added DistanceToPrimitive
71 - declared virtual functions as virtual (easier to read in the Dox)
72
73 * mfileio/MWriteAsciiFile.[h,cc]:
74 - renamed AddContainer and AddRule to AddColumn and AddColumns
75
76 * macros/MagicHillas.C:
77 - adopted to new names of MWriteAsciiFile member functions
78
79
80
81 2002/07/16: Wolfgang Wittek
82
83 * new
84 ---
85 mhist : MHEffOnTime (replaces MHEffOnTimeTime and
86 MHEffOnTimeTheta)
87 MHThetabarTheta (forgotten to comit last time)
88 MHThetabarTime (forgotten to comit last time)
89 MHGamma (makes the subtraction SRC-ASRC and
90 counts the events with alpha<alpha0)
91
92 * modified
93 --------
94 Mars : Makefile.conf.general
95 Changelog
96
97
98 mhist : Makefile
99 HistLinkDef.h
100 MHFlux (performs the flux calculation)
101
102 MHAlphaEnergyTheta (replace BinningAlpha by BinningAlphaFlux)
103 MHAlphaEnergyTime (replace BinningAlpha by BinningAlphaFlux)
104
105 macros : flux.C (replace some code by MHGamma,
106 replace MHEffOnTimeTime and MHEffOnTimeTheta
107 by MHEffOnTime)
108
109 * removed
110 -------
111 mhist : MHEffOnTimeTime
112 MHEffOnTimeTheta
113
114
115
116 2002/07/15: Abelardo Moralejo
117
118 * manalysis/MCerPhotCalc2.[h,cc]
119 - converted fWeight into a static variable.
120
121
122
123 2002/07/11: Thomas Bretz
124
125 * mgui/MGeomCamCT1.cc:
126 - fixed a bug in the NN-Table (127 doesn't exist, 126 missing)
127
128 * mgui/MCamDisplay.cc:
129 - changed some gPad to fDrawingPad
130 - added kNoContextMenu and kCannotPick flags for the Primitives
131 - scaled the size of the pixel numbers text with the pixel radius
132
133 * mgui/MineSweeper.[h,cc]:
134 - added
135
136 * mgui/Makefile, mgui/GuiLinkDef.h:
137 - added MineSweeper
138
139 * Makefile:
140 - added missing mfileio
141
142
143
144 2002/07/11: Abelardo Moralejo
145
146 * manalysis/MCerPhotCalc2.[h,cc]
147 - new class to compute nphe weighting FADC slices.
148
149
150
151 2002/07/10: Oscar Blanch
152
153 * manalysis/MCerPhotAnal.[h,cc]
154 - new class to compute nphe. First version.
155
156
157
158 2002/07/10: Abelardo Moralejo
159
160 * macros/MagicHillas.C:
161 -added MMcEvt container to hillas.root output
162
163
164
165 2002/07/10: Thomas Bretz
166
167 * mmain/Makefile:
168 - added -I../mfileio
169
170 * manalysis/MCerPhotPix.h:
171 - renamed IsCorePixel to IsPixelCore
172 - renamed SetCorePixel to SetPixelCore
173
174 * manalysis/MHillas.[h,cc]:
175 - added fNumCorePixel
176 - added fNumUsedPixel
177
178 * manalysis/MImgCleanStd.cc, manalysis/MCerPhotEvt.cc:
179 - renamed IsCorePixel and SetCorePixel
180
181
182
183 2002/07/08: Thomas Bretz
184
185 * macros/rootlogon.C:
186 - added include pathes for ACLIC
187
188 * mfileio, mfileio/FileIOLinkDef.h, mfileio/FileIOIncl.h,
189 mfileio/Makefile:
190 - new directory
191
192 * mbase/MWriteAsciiFile.[h,cc], mbase/MWriteRootFile.[h,cc],
193 mbase/MReadTree.[h,cc], mbase/MReadMarsFile.[h,cc],
194 manalysis/MCT1ReadAscii.[h,cc]:
195 - moved to mfileio
196
197 * mbase/Makefile, mbase/BaseLinkDef.h, mbase/BaseIncl.h,
198 manalysis/Makefile, manalysis/AnalysisLinkDef.h,
199 manalysis/AnalysisIncl.h, meventdisp/Makefile:
200 - changed accordingly
201
202 * meventdisp/MGCamDisplay.cc:
203 - cd to right canvas before drawing camera display
204
205 * meventdisp/MGEvtDisplay.[h,cc]:
206 - added the "Geometry"-Tab
207 - added MC informations to gui
208
209 * mgui/MCamDisplay.[h,cc]:
210 - added DrawPixelNumbers
211 - added buttons to change the palette online
212
213 * mgui/MHexagon.h:
214 - added Getter functions
215
216 * macros/MagicHillas.C:
217 - added read.DisableAutoScheme()
218
219 * mhist/MH.[h,cc]:
220 - changed Fill to be non abstract anymore
221
222
223
224 2002/07/04: Abelardo Moralejo
225
226 * macros/trigrate.C:
227 - Introduced some style improvements suggested by T. Bretz.
228
229
230
231 2002/07/04: Abelardo Moralejo
232
233 * mmontecarlo/MMcTriggerRateCalc.h,cc:
234 - Now the dimension of fTrigger is set dynamically, to allow
235 the processing of files with an arbitrarily large number of
236 trigger conditions inside.
237
238 * macros/trigrate.C:
239 - Adapted the macro to changes above, and added a third argument:
240 the name of a file containing pure NSB events from which the
241 accidental trigger rate is calculated. Previously, this had to
242 be introduced in the macro by hand by the user.
243
244
245
246 2002/06/14: Thomas Bretz
247
248 * mhist/MBinning.cc:
249 - Initialize the binning with 10 edges from 0 to 1
250
251
252
253 2002/06/13: Thomas Bretz
254
255 * mdata/MData.cc:
256 - changed ostream.h to ofstream.h to make it compile on alpha
257
258
259
260 2002/06/10: Thomas Bretz
261
262 * mbase/MReadMarsFile.cc:
263 - changed name of fRun to ReadRunHeaders
264
265 * mbase/MReadTree.cc:
266 - changed output to show name of class
267
268 * macros/plot.C:
269 - added
270
271 * macros/plot2.C:
272 - added
273
274 * manalysis/MHillas.cc:
275 - changed atan2 to atan for fDelta
276
277 * mbase/MAGIC.h, mbase/BaseLinkDef.h:
278 - changed definitions for Particle Id to enum
279
280 * mbase/MGList.cc:
281 - IsA()->InheritsFrom() replaced with InheritsFrom()
282
283 * mbase/MWriteAsciiFile.cc:
284 - IsA()->InheritsFrom() replaced with InheritsFrom()
285 - removed some debug outputs
286
287 * mbase/MDataChain.[h,cc]:
288 - implemented sign '-'
289
290 * mhist/MH.h:
291 - changed default canvas size to 580x435
292
293 * mhist/MHHadroness.cc:
294 - added some more output to Print
295
296 * mhist/MHMatrix.h:
297 - changed some i,j to x,y
298 - removed fabs from distance calculation
299 - added sqrt to distance calculation
300
301 * mmc/MMcEvt.cxx:
302 - changed output of Print
303
304
305
306 2002/06/06: Thomas Bretz
307
308 * manalysis/MHillasSrc.cc:
309 - changed atan2 to atan for fAlpha
310
311
312
313 2002/06/05: Thomas Bretz
314
315 * mbase/MWriteAsciiFile.[h,cc]:
316 - changed the code completely to support rules (data chains), too.
317 the interface stayed the same.
318
319 * mdata/MDataChain.cc, mhist/MHMatrix.cc:
320 - added math.h for alpha compilers
321
322 * mbase/MParContainer.h:
323 - changes IsReadyToSave to const
324
325 * mdata/MData.[h,cc]:
326 - added AsciiWrite
327
328 * mdata/MDataChain.[h,cc], mdata/MDataList.[h,cc], mdata/MDataValue.h:
329 - added IsReadyToSave
330
331 * mdata/MDataMember.[h,cc]:
332 - added a new constructor
333 - added IsReadyToSave
334
335
336
337 2002/06/04: Thomas Bretz
338
339 * mhist/MHCompProb.[h,cc]:
340 - added
341
342 * mhist/MHMatrix.cc:
343 - corrected some bugs in the algorithm to calculate the distance
344
345 * mhist/Makefile:
346 - added -I../mmc
347
348 * mbase/Makefile:
349 - added -I../mdata
350
351 * mhist/MHHadroness.cc:
352 - some changes to the layout of the drawn histograms
353
354
355
356 2002/06/03: Thomas Bretz
357
358 * mhist/MHCompProb.[h,cc]:
359 - added
360
361 * mhist/MHHadroness.[h,cc]:
362 - added
363
364 * mhist/HistLinkDef.h, mhist/Makefile:
365 - added MHCompProb
366 - added MHHadroness
367
368 * mhist/MFillH.cc:
369 - added a info-output
370
371 * mhist/MH3.cc:
372 - excluded temporary profiles from directory
373
374 * mhist/MHMatrix.[h,cc]:
375 - added code to calculate multi-dimensional distances
376 - added comments
377
378 * mbase/MAGIC.h:
379 - changed kGAMMA to 1
380
381 * mbase/MParList.[h,cc]:
382 - added Replace-function
383
384 * mbase/MReadMarsFile.[h,cc]:
385 - added correct seeking for the run headers
386
387 * mbase/MReadTree.[h,cc]:
388 - added GetFileIndex()
389
390 * mbase/MTaskList.cc:
391 - changed fTasksProcess.Delete() to fTasksProcess.Clear()
392
393 * mbase/MWriteAsciiFile.[h,cc]:
394 - added some code for future usage (in comments)
395
396 * mbase/MLogo.[h,cc]:
397 - added (not in use)
398
399 * mfilter/MFParticleId.[h,cc]:
400 - added
401
402 * mfilter/Makefile, mfilter/FilterLinkDef.h:
403 - added MFParticleId
404
405 * manalysis/MHadroness.[h,cc]:
406 - added
407
408 * manalysis/MCompProbCalc.[h,cc]:
409 - added
410
411 * manalysis/MMultiDimDistCalc.[h,cc]:
412 - added
413
414 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
415 - added MHadroness
416 - added MCompProbCalc
417 - added MMultiDimDistCalc
418
419 * manalysis/Makefile:
420 - added ../mdata
421 - added ../mhist
422
423 * macros/star.C:
424 - added
425
426 * macros/comprob.C:
427 - added
428
429 * macros/multidimdist.C:
430 - added
431
432 * macros/dohtml.C:
433 - added star.C
434 - added comprob.C
435 - added multidimdist.C
436
437 * mdata/MData.h:
438 - added ()-operator
439
440 * mdata/MDataList.cc:
441 - removed 'all' modifier in Print-statement
442
443 * mdata/MDataChain.[h,cc]:
444 - added default constructor
445
446 * mdata/MReadTree.cc:
447 - fixed a root bug for root versions<3.03/00 (the open file in
448 the TChain was not deleted (closed))
449
450 * mbase/MReadMarsFile.[h,cc]:
451 - store parlist instead of tasklist
452 - check for run types between files
453 - check for used reflector version (because of a bug in the program)
454
455 * mmc/MMcRunheader.hxx:
456 - added GetReflVersion()
457
458 * mmontecarlo/MMcTriggerRateCalc.cc:
459 - changed particle Id numbers to predefined constants
460
461
462
463 2002/05/29: Thomas Bretz
464
465 * mhist/MHMatrix.[h,cc]:
466 - added
467
468 * mhist/HistLinkDef.h, mhist/Makefile
469 - added MHMatrix
470
471 * mhist/MH.h:
472 - added Finalize-function prototype to be called at the end of
473 the eventloop
474
475 * mhist/MFillH.cc:
476 - added call to Finalize-function to in PostProcess
477
478 * mhist/MH3.cc:
479 - removed old includes
480
481 * mhist/MDataChain.cc:
482 - fixed a harmfull bug in the constructor. fOperatorType wasn't
483 correctly initialized
484
485 * mhist/MDataMember.cc:
486 - added some output in case of failures
487
488 * mgui/MGeomCam.[h,cc]:
489 - renamed fMm2Deg to fConvMm2Deg to be consistent with the Getter
490 function name
491
492
493
494 2002/05/13: Thomas Bretz
495
496 * mbase/MReadTree.cc:
497 - changed the Notify-workaround from GetEntry to LoadTree.
498
499 * mfilter/MFDataMember.[h,cc]:
500 - changed class to use MDataMember instead of a direct access to
501 TMethodCall
502
503 * mfilter/Makefile:
504 - added path to mdata
505
506
507
508 2002/05/06: Thomas Bretz
509
510 * mbase/MReadMarsFile.cc, mbase/MReadTree.cc, mbase/MTaskList.cc:
511 - implemented usage of the return value of the Notofy function
512
513 * mdata/MDataChain.[h,cc]:
514 - implemented single-argument operators (like abs or exp)
515
516
517
518 2002/05/03: Thomas Bretz
519
520 * mars.cc:
521 - changed version to 0.8
522 - added logo stuff
523
524 * merpp.cc:
525 - changed usage-output
526
527 * mgui/MCamDisplay.cc, mgui/MGeomCam.cc, mgui/MGeomCamCT1.cc,
528 mgui/MGeomCamMagic.cc, mgui/MHexagon.cc, mhist/MBinning.cc,
529 mhist/MFillH.cc, mhist/MH.cc, mhist/MHAlphaEnergyTheta.cc,
530 mhist/MHAlphaEnergyTime.cc, mhist/MHEffOnTimeTheta.cc,
531 mhist/MHEffOnTimeTime.cc, mhist/MHEnergyTheta.cc, MHEnergyTime.cc,
532 mhist/MHMcCollectionArea.cc, mhist/MHStarMap.cc, mmain/MMars.cc,
533 mmontecarlo/MMcCollectionAreaCalc.cc
534 - changed mail address
535 - added missing copyright notices
536 - added missing class description
537
538 * mbase/MWriteRootFile.cc, mbase/MWriteAsciiFile.cc:
539 - added AddToBranch call to AddContainer(const char*, const char*)
540
541
542
543 2002/04/30: Thomas Bretz
544
545 * macros/MagicHillas.C:
546 - made eventloop infinite
547
548 * macros/tar.C:
549 - implemented some sanity checks (existing files)
550
551 * mgui/MCamDisplay.[h,cc]:
552 - changed to use DeepSea palette in root versions newer than 3.01/05
553 - fixed a bug which caused the destructor to do strange thing
554 (the uncloned fGeomCam was deleted)
555 - implemented a more accurate deletion of the objects in the
556 TClonesArrays by using TClonesArray::Delete
557 - Implemented deletion of automatically created TCanvas
558 - Implemented a sanity check in Draw and DrawPhotNum
559
560 * macros/readCT1.C, macros/readMagic.C:
561 - changed to Handling of the gui and keyboard input
562 - implemented the filename as function argument
563
564 * manalysis/MCT1ReadAscii.cc:
565 - Expanded filename to support filnames containing '~'
566
567 * mhist/MH3.h:
568 - removed 'const' to make 0.7 root 3.01/06 compatible
569
570 * mdata/MDataMember.cc, mdata/MDataValue.cc, mdata/MDataChain.cc:
571 - removed a 'redefinition of default argument'
572
573 * mdata/MFDataMember.cc:
574 - fixed a bug in the process function (second switch was never reached)
575
576
577
578 2002/04/29: Thomas Bretz
579
580 * macros/tar.C:
581 - added
582
583 * Makefile:
584 - changed "make tar" to use macros/tar.C and root
585
586
587
588 2002/04/29: Wolfgang Wittek
589
590 * mhist/Makefile, mhist/HistLinkDef.h
591 - MHThetabarTheta and MHThetabarTime were added
592
593 * mhist/MHThetabarTheta.[h,cc], mhist/MHThetabarTime.[h,cc]:
594 - added
595
596 * mhist/MHMcEnergyMigration.[h,cc]:
597 - added
598
599
600
601 2002/04/27: Oscar Blanch
602
603 * mmc/MMcRunHedaer.cxx, mmc/MMcTrig.cxx, mmc/MMcTrigHeader:
604 - description of variables that have been introduced in the second
605 version of this Containers.
606
607
608
609 2002/04/26: Thomas Bretz
610
611 * mhist/MHFadcCam.cc:
612 - start numbering of pixels with 1
613
614 * mhist/MHFadcPix.[h,cc]:
615 - overloaded clone to get rid of the histograms in any directory
616 - removed some unnecessary StrDup calls
617 - changed binning (Thanks to Abelardo)
618
619 * mdata/MData.[h,cc]:
620 - documentation added
621 - implemented a new abstract member function: IsValid
622
623 * mdata/MDataChain.cc, mdata/MDataList.cc:
624 - changed logging output
625 - documentation added
626
627 * mdata/MDataList.h, mdata/MDataMember.h, mdata/MDataValue.h:
628 - implemented IsValid
629
630 * mdata/MDataMember.cc:
631 - Don't preprocess if fCall is already available
632 - documentation added
633
634 * mdata/MDataValue.cc:
635 - documentation added
636
637 * mhist/MHMcDifRate.h, mhist/MHMcEfficiency.h,
638 mhist/MHMcEfficiencyEnergy.h, mhist/MHMcEfficiencyImpact.h,
639 mhist/MHMcEnergyImpact.h:
640 - corrected class description
641
642 * mbase/MParList.cc:
643 - fixed a bug in CreateObjList
644
645
646
647 2002/04/25: Thomas Bretz
648
649 * mmontecarlo/MMcCollectionAreaCalc.[h,cc]:
650 - counts now the number of simulated showers
651 - implemented some sanity checks (corsika version, etc)
652
653 * mhist/MMcCollectionArea.[h,cc]:
654 - added a first implementation of a calculation using only triggered
655 events
656
657 * mhist/MH.[h,cc]:
658 - changed the first argument in SetBinning (according to the number
659 of axis) to TH2 or TH3
660
661 * mhist/MH2.cc:
662 - changed the first argument in SetBinning (according to the number
663 of axis) to TH2 or TH3
664
665 * macros/collarea.C:
666 - replaces MReadTree by MReadMarsFile
667
668 * mmc/MMcRunHeader.hxx:
669 - added GetAllEvtsTriggered
670
671
672
673 2002/04/24: Thomas Bretz
674
675 * mbase/MReadTree.cc:
676 - made use of TBranch::GetClassName root version dependant
677
678 * manalysis/MCerPhotCalc.[h,cc]:
679 - added a fix (ped.mean - 0.5) for files from camera with version <= 40
680
681 * mmc/MMcRunHeader.hxx:
682 - added some Getter functions
683
684 * mdata/MDataChain.cc:
685 - use rule as a title if no title ios given
686
687 * mhist/MH3.[h,cc]:
688 - added usage of Data-Chains
689 - added a profiling option to the draw functions
690 - use the title (rule) of the data-chain as axis title
691
692 * mhist/Makefile:
693 - added mdata-path
694
695 * mbase/MParContainer.h:
696 - changed some output in GetterFunction
697
698
699
700 2002/04/24: Wolfgang Wittek
701
702 * Work was done on the calculation of photon fluxes as a function of
703 Theta and as a function of time. The work is still in progress.
704
705 * macros/wowflux.C
706 - the macr0 was added (extended and improved version of flux.C)
707 - the macro steers the calculation of photon fluxes as a function
708 of Theta and time
709 - the macro is not yet complete; testing and developing is going on
710
711 * mhist/MHAlphaEnergyTheta.[h,cc], mhist/MHAlphaEnergyTime.[h,cc],
712 mhist/MHEffOnTimeTheta.[h,cc], mhist/MHEffOnTimeTime.[h,cc],
713 mhist/MHTimeDiffTheta.[h,cc], mhist/MHTimeDiffTime.[h,cc]:
714 - documentation was added
715 - histogram axes were labeled
716
717 * mhist/MHEffOnTimeTheta.cc:
718 - range in which the fit of the distribution of time differences
719 is to be performed has been calculated
720 - new histograms were added (chi2/NDF, lambda, N0del)
721
722
723
724 2002/04/23: Thomas Bretz
725
726 * madata/Makefile, mdata/DataIncl.h, mdata/DataLinkDef.h,
727 mdata/MData.[h,cc], mdata/MDataValue.[h,cc], mdata/MDataList.[h,cc],
728 mdata/MDataChain.[h,cc], mdata/MDataMember.[h,cc]:
729 - added
730
731 * mmc/MMcEvt.[hxx,cxx]:
732 - added correct units for fImpact
733
734
735
736 2002/04/22: Thomas Bretz
737
738 * Makefile:
739 - added a chapter how to compile mars using shared libraries
740
741 * NEWS:
742 - updated
743
744 * mfilter/MF.[h,cc]:
745 - added
746
747 * mfilter/MFDataMember.[h,cc]:
748 - added
749
750 * mhist/MH3.[h,cc]:
751 - added
752
753 * mhist/MHHillasExt.[h,cc]:
754 - added
755
756 * macros/rootlogon.C:
757 - added make() function
758 - splitted rootlogon()
759
760 * mbase/MFilterList.cc:
761 - fixed a bug in the constructor
762 - small changes to the print function
763
764 * mbase/MParContainer.[h,cc]:
765 - Added GetterMethod-Function
766
767 * mbase/MParList.cc:
768 - Added a security check in case no def. constructor of the new class
769 is available
770 - changed print function
771
772 * mbase/MReadTree.cc:
773 - changed so that the class type of the branch is used for creation of
774 a new object instead of its name
775
776 * mbase/MTaskList.[h,cc]:
777 - fixed the check for the Process function. Only base classes
778 of first order have been checked
779
780 * mfilter/FilterLinkDef.h, mfilter/Makefile:
781 - added MF, MFDataMember
782
783 * mhist/HistLinkDef.h, mhist/MFillH.cc:
784 - added MH3, MHHillasExt
785
786 * mhist/MFillH.cc:
787 - small changes
788
789 * mhist/MH.[h,cc]:
790 - changed name handling in MakeDefCanvas to TString
791
792 * mhist/MHHillas.cc:
793 - exchanged Get*axis()->SetTitle with Set*Title()
794
795 * mhist/MHHillas.h:
796 - made SetMm2Deg virtual (for MHHillasExt)
797
798 * mhist/MHStarMap.[h,cc]:
799 - changed layout from mm to deg
800
801 * mhist/MHHillasSrc.cc:
802 - fixed a bug which made it unpossible to display fDist in degrees
803
804
805
806 2002/04/19: Thomas Bretz
807
808 * mbase/MTaskList.cc:
809 - fixed a heavy bug which caused PreProcess to crash (GetListOfBases
810 return a List of TBaseClasses not a List of TClass objects)
811 - added a security check to Process whether we have something to process or not.
812
813 * macros/CT1Hillas.C:
814 - changed to the new Hillas classes
815
816 * macros/readCT1.C:
817 - fixed a bug causing readCT1.C to crash when reading the first event
818 being a pedestal event
819
820
821
822 2002/04/17: Thomas Bretz
823
824 * mbase/MParContainer.cc:
825 - case label TMethodCall::kOther changed to default to get rid of
826 some warnings in newer root's (missing case label kString)
827
828 * mbase/MAGIC.h:
829 - changed defintion of Glog so that it now works on Alpha machines, too.
830
831
832
833 2002/04/16: Thomas Bretz
834
835 * mhist/MHHillas.cc:
836 - Fixed a 'redefinition of default argument' on alpha
837
838
839
840 2002/04/15: Thomas Bretz
841
842 * mgui/MGeomCam.cc:
843 - Added SetReadyToSave to Constructor
844
845 * mhist/MH.cc:
846 - Added some #ifdef conditionals for a fix in root
847
848 * mfilter/MFAlpha.[h,cc]:
849 - made IsExpressionTrue inline
850
851
852
853 2002/04/05: Thomas Bretz
854
855 * mmain/MDataCheck.cc:
856 - exchanged order in call to MFillH constructor
857 - made eventloop infinite (only 300 events have been processed)
858
859 * mbase/MEvtLoop.h:
860 - added GetTaskList
861
862 * mbase/MTaskList.[h,cc]:
863 - introduced fTasksProcess which contains only the tasks
864 which overloads the process function so that processing
865 tasks doesn't waste time if a tasks doesn't have the process
866 function
867
868 * mgui/MGeomPix.[h,cc]:
869 - corrected calculation of pixel area
870
871
872
873 2002/04/04: Thomas Bretz
874
875 * mbase/MLog.cc:
876 - stripped last character (CR) from output redirected to GUI
877
878
879
880 2002/03/21: Thomas Bretz
881
882 * mhists/MH.cc:
883 - TAxis::Set resets the axis title so I implemented a workaround
884 in SetBinning so that the axis title survives.
885
886 * mhists/MHEffOnTimeTheta.cc, MHEffOnTimeTime.cc:
887 - replaced Get*axis()->SetTitle() by Set*Title()
888 - corrected the Name in MakeDefCanvas
889
890
891
892 2002/03/20: Thomas Bretz
893
894 * macros/flux.C:
895 - fixed a small bug (thanks to Wolfgang)
896
897 * mhist/MHHillas.[h,cc]:
898 - added more scaling options
899 - added setting for scaling factor
900
901 * mhist/MHStarMap.cc:
902 - changed sign of t (due to a mail of Wolfgang)
903
904 * mhist/MHTimeDiff*.cc:
905 - removed an implicit down-cast (TH1D --> TH1)
906
907
908
909 2002/03/15: Oscar Blanch
910
911 * mmc/McLinkDef.h
912 - Automatic scheme evolution for all MC format classes.
913 It has been checked that it keeps compatibility with old files.
914
915 * mmc/MTriggerDefine.h
916 - Enlarge number of trigger pixels.
917
918 * mmc/MTrigger.[cxx,hxx]
919 - Trigger zone has been enlarged. Now information about status
920 of the pixel is saved for all Camera pixels.
921 - Old files can still be read but becareful when one looks at the
922 data member fPixelsFirst which is an array of different size for
923 the new and old files.
924 - ClassDef version upgraded to 2.
925
926 * mmc/MTriggerHedaer.[cxx,hxx]
927 - Member data fElecNoiseTrig, which has information about the
928 electronic noise in the trigger chain, has been introduced.
929 - Trigger zone has been enlarged. Now information about status
930 of the pixel is saved for all Camera pixels.
931 - Old files can still be read but becareful when one looks at the
932 data member fThreshold which is an array of diferent size for
933 the new and old files.
934 - ClassDef version upgraded to 2.
935
936
937
938 2002/03/13: Oscar Blanch
939
940 * mmc/MMcRunHeader.[cxx,hxx]
941 - Several new variable members have been added
942 - Version number updated to 2
943
944
945
946 2002/03/12: Thomas Bretz
947
948 * mmontecarlo/MMcTimeGenerate.cc (thanks to Wolfgang):
949 - removed wrong comment for Process
950 - changed Int_t to UInt_t (more readable)
951 - replaced unit: ms -> 0.1ms
952
953
954
955 2002/03/08: Thomas Bretz
956
957 * manalysis/MHillasSrc.[h,cc]:
958 - added fHeadTail
959 - changed version number to 2.
960
961
962
963 2002/03/07: Thomas Bretz
964
965 * mbase/MParContainer.[h,cc], MWriteAsciiFile.[h,cc]:
966 - added a scale value which can be used in case you are writing
967 single data mambers
968
969
970
971 2002/03/04: Thomas Bretz
972
973 * mbase/MParContainer.cc:
974 - changed AsciiWrite so that only base classes with a version
975 id > 0 are written (important for MParContainer)
976
977
978
979 2002/03/01: Thomas Bretz
980
981 * mhist/MHMcEfficiencyEnergy.[h,cc], mhist/MHMcEfficiencyImpact.[h,cc],
982 mhist/MHMcDifRate.[h,cc], mhist/MHMcIntRate.[h,cc]:
983 - added
984
985 * mhist/Makefile, mhist/HistLinkDef.h:
986 - added MHMcEfficiencyEnergy and MHMcEfficiencyImpact
987 - added MHMcDifRate and MHMcIntRate
988
989 * mhist/MHMcCollectionArea.[h,cc]:
990 - changed instantiation of collection area histogram
991 - added settings for the binning
992 - replaced division by root function
993 - added Calc-functions
994 - added GetHist
995
996 * mhist/MHMcEfficiency.[h,cc]:
997 - changed pointers in Calc functions to references
998
999
1000
1001
1002
1003 2002/02/28: Thomas Bretz
1004
1005 * mhist/MHMcEnergyImpact.[h,cc], mhist/MHMcEfficiency.[h,cc]:
1006 - added
1007
1008 * mhist/Makefile, mhist/HistLinkDef.h:
1009 - added MHMcEnergyImpact and MHMcEfficiency
1010
1011 * mhist/*.cc:
1012 - repaced some *&-> casts by &.
1013
1014 * mhist/MHMcCollectionArea.[h,cc]:
1015 - changed to be able to use new MHMcEfficiency.
1016
1017
1018
1019 2002/02/21: Abelardo Moralejo
1020
1021 * manalysis/MHillasExt.cc :
1022 - added #include <math.h> (else, fabs not recognized by OSF)
1023
1024
1025
1026 2002/02/21: Thomas Bretz
1027
1028 * manalysis/MHillas.[h,cc]:
1029 - changed fMeanx and fMeany to fMeanX and fMeanY to match the names
1030 of the getter functions, needed by TDataMember::GetterMethod
1031 - commented out WriteAscii (replaced by more general in MParContainer
1032 and MWriteAsciiFile)
1033
1034 * manalysis/MHillasSrc.[h,cc], mmc/MMcEvt.[hxx, cxx]:
1035 - commented out WriteAscii (replaced by more general in MParContainer
1036 and MWriteAsciiFile)
1037
1038 * manalysis/MHillasExt.[h,cc]:
1039 - added necessary Getter Methods
1040
1041 * mbase/MFilterList.cc:
1042 - removed a nonsens comment
1043
1044 * mbase/MGList.cc:
1045 - relay on the bugfix for DynamicCast
1046
1047 * mbase/MParContainer.[h,cc]:
1048 - implemented WriteDataMember to have a more general interface
1049 for readable output.
1050 - changed ofstream to a more general ostream
1051
1052 * mbase/MWriteAsciiFile.[cc,h]:
1053 - generalized ascii writer to be able to write single data members
1054
1055
1056
1057 2002/02/13: Thomas Bretz
1058
1059 * Makefile:
1060 - made 'make dox' dependant on existance of shared object
1061
1062
1063
1064 2002/02/13: Thomas Bretz
1065
1066 * macros/MagicHillas.C, mhist/MHHillas.[h,cc], mhist/MHHillasSrc.[h,cc]:
1067 - implemented variable binning (MBinning)
1068 - implemented conversion to degrees (thanks to rudy)
1069
1070 * mgui/MGeomCam.[h,cc], mgui/MGeomCamCT1.cc, mgui/MGeomCamMagic.cc:
1071 - implemented fMm2Deg and fCamDist
1072
1073
1074
1075 2002/01/23: Thomas Bretz
1076
1077 * macros/flux.C:
1078 - fixed some bugs
1079 - uncommented all drawing
1080
1081 * mhist/MBinning.h:
1082 - changed SetEdges(TArrayD)
1083
1084 * mhist/MH.cc:
1085 - SetBinning(..., TAxis*,...) didn't work. Corrected.
1086
1087 * mhist/MHAlphaEnergyTheta.cc, mhist/MHAlphaEnergyTime.cc,
1088 mhist/MHEffOnTimeTheta.cc, mhist/MHEffOnTimeTime.cc,
1089 mhist/MHTimeDiffTheta.cc, mhist/MHTimeDiffTime.cc:
1090 - changed wrong titles, names, etc.
1091 - changed way of drawing projections
1092 - fixed usage of MH::SetBinning(TH1*)
1093
1094
1095
1096 2002/01/22: Thomas Bretz
1097
1098 * mhist/MHHillasSrc.[h,cc], mhist/MHFadcCam.[h,cc]:
1099 - changed return type of Fill to Bool_t
1100
1101 * mfilter/MFAlpha.[h,cc]:
1102 - added
1103
1104 * mfilter/MFill.[h,cc]:
1105 - implemented a new calling style which allows you to let MFillH
1106 create the necessary histogram objects
1107
1108 * mmain/MAnalysis.cc, macros/MagicHillas.C:
1109 - changed to new stylish MHillas parameter containers
1110
1111 * meventdisp/MGEvtDisplay.cc, mgui/MCamDisplay.cc,
1112 mmain/MDataCheck.[h,cc]:
1113 - fixed a warning in red hat linux
1114
1115 * mfilter/FilterLinkDef.h, mfilter/Makefile:
1116 - added MFAlpha
1117
1118 * mhist/MHHillas.[h,cc], mhist/MHHillasSrc.[h,cc]:
1119 - added SetupFill and usage of MBinning objects
1120
1121 * manalysis/MEnergyEst.[h,cc], manalysis/MEnergyEstimate.[h,cc],
1122 mhist/MHTimeDiffTime.[h,cc], mhist/MHEnergyTheta.[h,cc],
1123 mhist/MHEnergyTime.[h,cc], mhist/MHAlphaEnergyTheta.[h,cc],
1124 mhist/MHAlphaEnergyTime.[h,cc], mhist/MHTimeDiffTheta.[h,cc],
1125 mmontecarlo/MMcTimeGenerate.[h,cc]:
1126 - added
1127
1128 * manalysis/Makefile:
1129 - added MEnergyEst.cc
1130 - added MEnergyEstimate.cc
1131
1132 * mbase/MFilter.[h,cc], mfilter/MF*.[h,cc]:
1133 - added name and title to constructor
1134
1135 * macros/flux.C:
1136 - added
1137
1138
1139
1140 2002/01/21: Thomas Bretz
1141
1142 * mbase/MReadMarsFile.cc, mbase/MReadTree.[h,cc]:
1143 - implemented GetFileName
1144
1145 * mmc/MMcEvt.[hxx,cxx]
1146 - implemented WriteAscii
1147
1148 * mgui/MGeomPix.h:
1149 - implemented first version of GetA
1150
1151 * mhist/MBinning.h:
1152 - small changes to formulas
1153
1154 * mhist/MH.[h,cc]:
1155 - implemented SetBinnign functions
1156
1157 * macros/readMagic.C:
1158 - removed MPedestalCam
1159
1160
1161
1162 2002/01/19: Thomas Bretz
1163
1164 * mbase/MParContainer.cc:
1165 - generalized virtual function AsciiWrite
1166
1167 * changed to fit new MHillas inhertance model:
1168 - manalysis/MHillas.[h,cc]
1169 - manalysis/MHillasCalc.[h,cc]
1170 - mhist/MHHillas.[h,cc]
1171 - mhist/MHStarMap.[h,cc]
1172
1173 * added to fit new MHillas inhertance model:
1174 - manalysis/MSrcPosCam.[h,cc]
1175 - manalysis/MHillasSrc.[h,cc]
1176 - manalysis/MHillasSrcCalc.[h,cc]
1177 - manalysis/MHillasExt.[h,cc]
1178 - mhist/MHHillasSrc.[h,cc]
1179
1180 * manalysis/MCerPhotEvt.[cc,h]:
1181 - introduced weighting with pixel size in GetNumPhotonsMin
1182 - introduced weighting with pixel size in GetNumPhotonsMax
1183
1184 * mgui/MCamDisplay.cc:
1185 - weight the displayed color with the pixel size
1186
1187
1188
1189 2002/01/18: Thomas Bretz
1190
1191 * mhist/MBinning.[h,cc]:
1192 - added (not yet in Makefile)
1193
1194 * mbase/MWriteAsciiFile.cc:
1195 - fixed a bug: replaced GetSize by GetEntries
1196
1197 * mbase/MReadTree.cc:
1198 - changed EnableBranch to accept "Master.Sub" also
1199
1200
1201
1202 2002/01/16: Thomas Bretz
1203
1204 * mars.cc:
1205 - changed version number to 0.7
1206
1207 * NEWS:
1208 - changed current version to 0.7
1209
1210 * manalysis/MMcPedestalNSBAdd.cc:
1211 - small changes to output
1212
1213 * mbase/MParList.[h,cc]:
1214 - added FindObject with class type argument
1215
1216 * mbase/MWriteAsciiFile.cc
1217 - replaced call to InheritsFrom by new FindObject
1218
1219
1220
1221 2002/01/15: Thomas Bretz
1222
1223 * manalysis/MBlindPixelCalc.[h,cc]:
1224 - added more comments
1225 - removed a debug statement
1226
1227 * manalysis/MBlindPixels.[h,cc]:
1228 - added more comments
1229
1230 * manalysis/MCerPhotCalc.cc:
1231 - changed the warning output
1232
1233 * manalysis/MMcPedestalCopy.h:
1234 - added comments
1235
1236 * manalysis/MMcPedestalNSBAdd.[h,cc]:
1237 - added comments
1238 - changed call to AddedToBranchList
1239
1240 * mbase/MWriteAsciiFile.cc:
1241 - added comments
1242
1243 * mmc/MMcRunHeader.[hxx,cxx]:
1244 - made getter const
1245
1246 * meventdisp/MGCamDisplay.cc:
1247 - updated to use MBlindPixelCalc
1248
1249 * mbase/MEvtLoop.cc:
1250 - replaced wrong "MTasklist" by "MTaskList"
1251
1252
1253
1254 2002/01/14: Thomas Bretz
1255
1256 * manalysis/MMcPedestalCopy.cc, manalysis/MMcPedestalNSBAdd.cc:
1257 - added comments
1258
1259 * mbase/MReadMarsFile.cc:
1260 - changed output when switching to new file
1261
1262 * meventdisp/MGFadcDisp.cc:
1263 - made char array in constructor const
1264 - changed char-array to TString
1265
1266 * mmain/MBrowser.[h,cc]:
1267 - changed char-arrays to TString
1268
1269 * mmain/MDataCheck.[h,cc]:
1270 - made char array in constructor const
1271
1272 * Makefile.conf.linux, Makefile.conf.linux-gnu:
1273 - changed to O5
1274
1275 * mbase/MEvtLoop.cc:
1276 - check for inheritance from MTaskList
1277
1278 * manalysis/MPedestalCopy.cc, manalysis/MPedestalNSBAdd.cc:
1279 - small changes
1280
1281 * mbase/MWriteAsciiFile.[h,cc]:
1282 - changed to be able to write more than one container in a line
1283
1284
1285
1286 2002/01/11: Oscar Blanch Bigas
1287
1288 * mmain/MAnalysis.cc:
1289 - added MBlindPixelCalc step.
1290
1291 * macros/trigrate.C:
1292 - the list of MHMcRate is created using from and to instead of
1293 only dimension. Otherwise the case of a single trigger option is
1294 not well treated.
1295
1296 * mhist/MHMcRate.[h,cc]:
1297 - added funtion members SetFlux and SetIncidentRate and small
1298 modification in CalcRate member function
1299
1300 * mmontecarlo/MMcTriggerRateCalc.cc:
1301 - now this task sets the parameters to know the incident particle
1302 flux using MHMcRate::SetFlux. The value are decided by the task
1303 itself depending on the fPartId.
1304
1305 * manalysis/MBlindPixelCalc.cc:
1306 - rename MMcRunHeader:GetStarFieldDe to MMcRunHeader:GetStarFieldDec.
1307
1308 * mmc/MMcRunHeader.[hxx, cxx]:
1309 - rename MMcRunHeader:GetStarFieldDe to MMcRunHeader:GetStarFieldDec.
1310
1311
1312
1313 2002/01/10: Oscar Blanch Bigas
1314
1315 * mbase/Makefile:
1316 - added -I../MRawFormat in the included directories for compile
1317 and link. It was needed to use this Makefile to compile the
1318 files inside the drectory while compiling Monte Carlo programs.
1319
1320 * mraw/Makefile:
1321 - added -I../MBase in the included directories for compile
1322 and link. It was needed to use this Makefile to compile the
1323 files inside the drectory while compiling Monte Carlo programs.
1324
1325 * mbase/Makefile:
1326 - added -I../MBase- in the included directories for compile
1327 and link. It was needed to use this Makefile to compile the
1328 files inside the drectory while compiling Monte Carlo programs.
1329
1330 * mbase/MReadTree.cc:
1331 - changed #include "../mraw/MRawEvtData.h" by #include
1332 "MRawEvtData.h" to remove dependencies on the directory tree naming.
1333
1334
1335
1336 2002/01/09: Oscar Blanch Bigas
1337
1338 * manalysis/MPedestalCam.[h,cc]:
1339 - added CheckBounds function to check that program does not try to
1340 access pedestal outside the camera size.
1341
1342 * manalysis/MCerPhotCalc.h:
1343 - Member data const MPedestalCam *fPedestals -> MPedestalCam
1344 *fPedestals.
1345
1346 * manalysis/MCerPhotCalc.cc:
1347 - Sanity check to avoid searching to pedestals outside the camera
1348 size has been added.
1349
1350 * mmc/MMcRunHeader.[h,cxx]:
1351 - added functions GetStarField[De,Ra].
1352
1353 * manalysis/MBlindPixels.[h,cc]:
1354 - new containet that has a list of pixels that should not be used
1355 in the analysis for any reason (corrupted, star in them, ...).
1356
1357 * manalysis/MBlindPixelCalc.[h,cc]:
1358 - It is a task used to set up the list of blind pixels. Currently
1359 it recognises the CrabNebula starfield and then switch off the
1360 Theta Taury pixels. Blind pixels can be also introduced through
1361 the macro or analysis program.
1362
1363 * manalysis/Makefile:
1364 - added MBlindPixels and MBlinPixelCalc.
1365
1366 * manalysis/AnalysisLinkDef.h:
1367 - added MBlindPixels and MBlinPixelCalc.
1368
1369 * macros/MagicHillas.C:
1370 - added MBlindPixelCalc to avoid bias results due to Star Field
1371 NSB.
1372
1373 * macros/readMagic.C:
1374 - added MBlindPixelCalc to avoid bias results due to Star Field NSB while
1375 computing the Hillas parameters.
1376
1377
1378
1379 2001/12/19: Thomas Bretz
1380
1381 * mbase/MEvtLoop.cc:
1382 - added #ifdef directive to make it work on older root also
1383
1384 * mbase/MReadTree.cc:
1385 - added #ifdef directive to get rid of the memory leak in prior
1386 root 3.02/* versions
1387
1388 * macros/MagicHillas.C, macros/readMagic.C, meventdisp/MGCamDisplay.cc,
1389 mmain/MAnalysis.cc:
1390 - changes MMcPedestalNSB to MMcPedestalNSBAdd
1391
1392 * manalysis/MMcPedestalCopy.[h,cc], manalysis/MMcPedestalNSBAdd.[h,cc]:
1393 - reorganized ReInit, PreProcess.
1394 - moved some code from ReInit to PreProcess to make the code
1395 simpler. At the moment we don't intend to change the
1396 objects in the parlist while runtime.
1397
1398 * manalysis/MMcPedestalNSB.[h,cc]:
1399 - removed
1400
1401 * mbase/MReadMarsFile.cc:
1402 - read the first run header twice. To make it available in the
1403 PreProcess of all tasks
1404
1405 * mbase/MTaskList.cc:
1406 - fixed a bug in the ReInit function. The ReInits where calles with
1407 a NULL-pointer
1408
1409
1410
1411 2001/12/18: Oscar Blanch
1412
1413 * manalysis/Makefile:
1414 - Removed MMcPedestalNSB from compilation and added
1415 MMcPedestalNSBAdd.
1416
1417 * manalysis/AnalysisLinkDefine.h:
1418 - Removed MMcPedestalNSB from class list and added
1419 MMcPedestalNSBAdd.
1420
1421 * manalysis/MMcPedestalCopy.[h,cc]
1422 - added ReInit function.
1423 - move all actions needed to redo for each run from PreProcess
1424 to ReInit
1425 - fix bug of Pedestal and Pedestal fluctuaions correspondence.
1426
1427 * manalysis/MMcPedestalNSBAdd.[h,cc]
1428 - new name for old MMcPedestalNSB.[h,cc]
1429 - added ReInit function.
1430 - move all actions needed to redo for each run from PreProcess
1431 to ReInit
1432 - information about pixel size is used from MGeomCam.
1433
1434 * manalysis/MCerPhotCalc.[h,cc]
1435 - remove fNumLoGainFadcSlices and fNumHiGainFadcSlices members
1436 - fix bug of Pedestal and Pedestal fluctuaions correspondence.
1437
1438
1439 2001/12/18: Thomas Bretz
1440
1441 * manalysis/MMcPedestalCopy.cc:
1442 - changed output
1443
1444 * manalysis/MMcPedestalNSB.cc:
1445 - changed output
1446 - simplified initialization in PreProcess
1447
1448 * mbase/MAGIC.h:
1449 - added kSKIP
1450
1451 * mbase/MParList.cc:
1452 - added a check for the correct inheritance in FindCreateObj
1453
1454 * mbase/MTask.cc:
1455 - added support for kSKIP in PreProcess
1456
1457 * mbase/MTaskList.[h,cc]
1458 - added support for kSKIP in PreProcess
1459 - added Remove function (private)
1460
1461
1462
1463 2001/12/17: Thomas Bretz
1464
1465 * .rootrc:
1466 - added Root.Html.DescriptionStyle
1467 - added Root.Html.SearchEngine
1468
1469 * macros/dohtml.C:
1470 - changed to use THtml (root >= 3.02/06 only)
1471
1472 * manalysis/Makefile:
1473 - changed order to get rid of some wranings
1474
1475 * mbase/BaseLinkDef.h:
1476 - removed MHtml
1477
1478 * mbase/MEvtLoop.cc:
1479 - exchanged gSystem->ProcessEvents() by gClient->ProcessEventsFor()
1480 to make gui update faster
1481
1482 * mbase/MGList.cc:
1483 - added a missing sanity check (workaround for a root bug)
1484
1485 * mbase/MReadTree.cc:
1486 - uncomment EnableBranchCoosing for AutoEnablingScheme
1487 (don't know why there was a comment which made things realy slow)
1488 - changed the auto enabling scheme, so that a branch isn't enabled
1489 more than once. This doesn't hurt, but the output may confuse the
1490 users.
1491
1492 * mbase/MTask.cc:
1493 - added a simple not really necessary check whether the branch is
1494 already in the list
1495
1496 * mbase/MWriteRootFile.cc:
1497 - changed kFillTree to a local const
1498
1499 * mbase/Makefile:
1500 - removed MHtml.cc
1501
1502 * mfilter/MFTriggerLvl1.cc:
1503 - changed AddBranchToList to use the correct container name
1504
1505
1506
1507 2001/12/14: Thomas Bretz
1508
1509 * mbase/MReadMarsFile.[h,cc], mbase/MReadFild.[h,cc]:
1510 - corrected handling of ReInit/Notify (at the moment I assume
1511 one run per file)
1512 - made sure, that we don't get memory leaks when using MReadTree
1513 more than once because the pointer to the pointer isn't deleted.
1514 - added a small class MChain which enhances TChain by a function to
1515 reset fTree. This is used to control when notification are
1516 happening
1517
1518 * mbase/MTask.cc:
1519 - reset the number of executions before the preprocessing
1520
1521
1522
1523 2001/12/11: Thomas Bretz
1524
1525 * mbase/MGGroupFrame.cc:
1526 - removed default arguments from source file
1527
1528 * mbase/MGList.cc:
1529 - changed cast in IsExisting to ?:
1530
1531 * NEWS:
1532 - changed
1533
1534 * manalysis/MCerPhotCalc.cc, mfilter/MTriggerLvl1.cc,
1535 mmontecarlo/MMcCollectionAreaCalc.cc,
1536 mmontacarlo/MMcThresholdCalc.cc,
1537 MMcTriggerRateCalc.cc:
1538 - added Masterbranch name to AddToBranchList
1539
1540 * manalysis/MMcPedestalCopy.cc:
1541 - added Masterbranch name to AddToBranchList
1542 - fixed a bug in the branch name
1543
1544 * mbase/MGList.[h,cc]:
1545 - added a better output if a picture wasn't found
1546
1547 * mbase/MReadTree.[h,cc]:
1548 - added support for branches with master branch names to auto scheme
1549 (first the complete branch name is tried and if this isn't found
1550 only the subbranch name is used to enable the branch)
1551
1552 * mbase/MWriteRootFile.cc:
1553 - appended a '.' to all newly create branches
1554
1555 * mmain/MBrowser.cc, mmain/MMars.cc:
1556 - add the gui elements only if the corresponding picture was found
1557
1558 * mmain/MMars.[h,cc]:
1559 - removed fPic1
1560 - removed fPic2
1561 - changed TList to MGList
1562
1563 * mraw/MRawFileWrite.cc:
1564 - added a '.' to all branch names
1565
1566 * mbase/MTask.[h,cc]:
1567 - added Prototype for ReInit-function
1568
1569 * mbase/MTaskList.[h,cc]:
1570 - implemented ReInit for a task list
1571
1572 * mhist/MHFadcCam.h:
1573 - added '->' to fArray
1574
1575
1576
1577 2001/12/10: Thomas Bretz
1578
1579 * mmc/*.hxx:
1580 - Changed MPARCONTAINER_H to MARS_MParContainer
1581
1582 * meventdisp/MGCamDisplay.cc:
1583 - added MMcPedestalCopy to task list
1584 - added MMcPedestalNSB to task list
1585
1586 * mmain/MAnalysis.cc:
1587 - added MMcPedestalCopy to task list
1588 - added MMcPedestalNSB to task list
1589 - changed reader from MReadTree to MReadMarsFile
1590
1591 * meventdisp/MGEvtDisplay.cc:
1592 - changed reader from MReadTree to MReadMarsFile
1593
1594 * macros/MagicHillas.C, macros/readMagic.C:
1595 - removed unnecessary MReadTree
1596
1597
1598
1599 2001/11/28: Oscar Blanch Bigas
1600
1601 * mbase/MReadMarsFile.cc:
1602 - Added process of fRun = new MReadTree("RunHeaders", fname),
1603 needed to read RunHeaders tree information.
1604
1605 * manalysis/MCerPhotCalc.h:
1606 - Added fNumLoGainFadcSlices and fNumHiGainFadcSlices member
1607 variables because they are needed for Pedestal substraction.
1608
1609 * manalysis/MCerPhotCalc.h:
1610 - Change in the methode to substract the pedestal. The new
1611 methode is valid either for MC data and real data but only for
1612 the current integration (GetSumHiGainSamples()).
1613
1614 * macros/readMagic.C:
1615 - Added several tasks in the task list:
1616 MReadMarsFile to read RunHeaders Tree
1617 MPedestalCopy and MPedestalNSB to treat correctly pedestals.
1618
1619 * macros/MagicHillas.C:
1620 - Added several tasks in the task list:
1621 MReadMarsFile to read RunHeaders Tree
1622 MPedestalCopy and MPedestalNSB to treat correctly pedestals.
1623
1624 * mmc/MMcRunHeader.hxx:
1625 - Added GetNumPheFromDNSB().
1626
1627 * mmc/MMcFadcHeader.hxx:
1628 - Added GetAmplitud().
1629
1630 * manalysis/MMcPedestalNSB.h / .cc:
1631 - New class which adds to the pedestal rms the contribution from
1632 the diffuse NSB.
1633
1634 * manalysis/Makefile:
1635 - New class MMcPedestalNSB added.
1636
1637 * manalysis/AnalysisLinkDefine.
1638 - New class MMcPedestalNSB added.
1639
1640
1641
1642 2001/11/16: Thomas Bretz
1643
1644 * mhist/MHMcCollectionArea.cc:
1645 - set the ReadyToSave bit in CalcEfficiency.
1646
1647 * mmontecarlo/MMcThresholdCalc.cc:
1648 - set the ReadyToSave bit after the calculation has been finished.
1649
1650 * mhist/MHMcRate.cc:
1651 - set the ReadyToSave bit in CalcRate
1652
1653
1654
1655 2001/11/16: Thomas Bretz
1656
1657 * mbase/MEvtLoop.cc:
1658 - removed clock.Print()
1659
1660 * mbase/MGList.[cc,h]:
1661 - added support for TGPictures
1662
1663 * mbase/MReadTree.[h,cc]:
1664 - set ReadyToSave-bit only if reading was successfull
1665 - made SetReadyToSave private
1666
1667 * mbase/MTaskList.cc:
1668 - corrected a small bug in the output
1669
1670 * mbase/MWriteRootFile.cc:
1671 - added a workaround in Print (don't know why it fails for me)
1672 - removed fTrees.SetOwner()
1673
1674 * mbase/MTask.cc:
1675 - removed include of TOrdCollection, TMethod
1676 - some changes to the output
1677
1678 * mbase/MParContainer.h:
1679 - removed old comments
1680
1681 * mmain/MAnalysis.cc, mmain/MCameraDisplay.cc, mmain/MDataCheck.cc,
1682 mmain/MEvtDisp.cc, mmain/MMonteCarlo.cc:
1683 - changed Widget IDs to root style enums
1684 - moved enumerations in the range below 0x100
1685
1686 * mmain/MBrowser.[h,cc]:
1687 - removed some of the member variables, accessed via MGList now
1688 - changed TList to MGList
1689 - added a file-filter combo-box
1690
1691 * mars.cc:
1692 - changed output
1693
1694
1695
1696 2001/11/15: Thomas Bretz
1697
1698 * mbase/MArray.cc, mbase/MArrayB.cc,mbase/MArrayS.cc,
1699 mbase/MClone.cc, mbase/MEvtLoop.cc, mbase/MFilter.cc,
1700 mbase/MFilterList.cc, mbase/MGGroupFrame.cc, mbase/MGList.cc,
1701 mbase/MGTask.cc, mbase/MInputStreamID.cc, mbase/MLog.cc,
1702 mbase/MLogManip.cc, mbase/MParContainer.cc, mbase/MParList.cc,
1703 mbase/MPrint.cc, mbase/MReadMarsFile.cc, mbase/MReadTree.cc,
1704 mbase/MTime.cc, mbase/MWriteAsciiFile.cc, mbase/MWriteFile.cc,
1705 mbase/MWriteRootFile.cc, manalysis/MCT1ReadAscii.cc,
1706 manalysis/MCerPhotCalc.cc, manalysis/MHillas.cc,
1707 manalysis/MHillasCalc.cc, manalysis/MMcPedestalCopy.cc,
1708 manalysis/MPedCalcPedRun.cc, manalysis/MPedestalCam.cc,
1709 manalysis/MPedestalPix.cc, manalysis/MCerPhotEvt.cc,
1710 manalysis/MCerPhotPix.cc, manalysis/MImgCleanStd.cc,
1711 manalysis/MImgCleanStd.cc, mdatacheck/MDumlEvtHeader.cc,
1712 mdatacheck/MGDisplayAdc.cc, meventdisp/MGCamDisplay.cc,
1713 meventdisp/MGEvtDisplay.cc, meventdisp/MGFadcDisp.cc,
1714 mfilter/MFTriggerLvl1.cc, mgui/MGeomCam.cc, mgui/MGeomCamMagic.cc,
1715 mgui/MGeomCamCT1.cc, mgui/MgeomPix.cc, mgui/Mhexagon.cc,
1716 hist/MFillH.cc, mhist/MH.cc, mhist/MHFadcCam.cc, mhist/MHFadcPix.cc,
1717 hist/MHHillas.cc, mhist/MHMcCollectionArea.cc, mhist/MHMcEnergy.cc,
1718 mhist/MHMcRate.cc, mhist/MHStarMap.cc, mmain/MAnalysis.cc,
1719 mmain/MBrowser.cc, mmain/MCameraDisplay.cc, mmain/MDataCheck.cc,
1720 mmain/MEvtDisp.cc, mmain/MMars.cc, mmain/MMonteCarlo.cc,
1721 mmontcarlo/MMcCollectionAreaCalc.cc, mmontecarlo/MMcThresholdCalc.cc,
1722 mmontecarlo/MMcTriggerRateCalc.cc, mraw/MrawCrateArray.cc,
1723 mraw/MRawCrateData.cc, mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc
1724 mraw/MRawEvtPixelIter.cc, mraw/MRawEvtFileRead.cc,
1725 mraw/MRawEvtFileWrite.cc, mraw/MRawEvtRunHeader.cc
1726 - changed mailing address of author according to THtml of root 3.02
1727
1728 * mbase/MClone.cc, mbase/MEvtLoop.cc, mbase/MFilterList.cc,
1729 mbase/MGTask.cc, mbase/MParContainer.cc, mbase/MParList.cc,
1730 mbase/MPrint.cc, mbase/MReadMarsFile.cc, mbase/MReadTree.cc,
1731 mbase/MWriteAsciiFile.cc, mbase/MWriteFile.cc,
1732 mbase/MWriteRootFile.cc, manalysis/MCerPhotEvt.cc,
1733 manalysis/MCerPhotPix.cc, manalysis/MImgCleanStd.cc,
1734 mgui/MGeomCam.cc, mgui/MGeomCamMagic.cc, mgui/MGeomCamCT1.cc,
1735 mgui/MgeomPix.cc, mgui/Mhexagon.cc, hist/MFillH.cc, mhist/MHMcEnergy.cc,
1736 mhist/MHMcRate.cc, mmontcarlo/MMcCollectionAreaCalc.cc,
1737 mmontecarlo/MMcThresholdCalc.cc, mmontecarlo/MMcTriggerRateCalc.cc
1738 mraw/MRawCrateData.cc, mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc
1739 mraw/MRawEvtPixelIter.cc, mraw/MRawEvtFileRead.cc,
1740 mraw/MRawEvtFileWrite.cc, mraw/MRawEvtRunHeader.cc
1741 - changed output to new style logging (verbosity level introduced)
1742
1743 * mbase/MGTask.h:
1744 - added default to CreateGui
1745
1746 * mbase/MLog.cc
1747 - chnaged comparision between output and debug level from >= to >
1748
1749 * mbase/MLogManip.h:
1750 - added defintions for debug levels
1751
1752 * mbase/MReadTree.[h,cc]:
1753 - added support for filters
1754 - SetReadyToSave added
1755 - Print added
1756
1757 * mbase/MTaskList.[h,cc], MTask.[h,cc]:
1758 - changed TOrCollection to TList, because TList can be stored in a
1759 root file.
1760
1761 * mbase/MTask.[h,cc]:
1762 - added GetFilter function (used in MReadTree)
1763
1764 * manalysis/MImgCleanStd.cc:
1765 - same changed to the GUI layout
1766 - added Print member function
1767
1768 * meventdisp/MGCamDisplay.cc:
1769 - added group frame around some gui elements
1770
1771 * mfilter/MFTriggerLvl1.cc:
1772 - fixed missing Init call
1773 - added missing AddToBranchList call
1774
1775 * mars.cc:
1776 - added command line option to set the verbosity level
1777
1778 * merpp.cc:
1779 - added setup for highest verbosity level
1780
1781
1782
1783 2001/11/14: Thomas Bretz
1784
1785 * macros/dohtml.C:
1786 - added missing path to mfilter
1787
1788 * manalysis/MHillas.cc:
1789 - changed the degree symbol back to 'deg', it seems that the code
1790 for it isn't common
1791
1792 * mhist/MH.cc:
1793 - added comment for MakeDefCanvas
1794
1795 * mhist/MHFadcCam.[h,cc]:
1796 - removed old comments (SaveHist)
1797
1798 * mhist/MHHillas.cc:
1799 - changed the Name of fAlpha back. Symbols are nonsens in the name.
1800
1801 * mbase/MGList.[h,cc], mbase/MGTask.[h,cc], mbase/MGGroupFrame.[h,cc]:
1802 - added
1803
1804 * Makefile.conf.linux, Makefile.conf.linux-gnu:
1805 - changed to O3
1806 - added -fnonnull-objects
1807 - added -Woverloaded-virtual
1808
1809 * macros/readCT1.C, macros/readMagic.C:
1810 - changed to use MClone
1811
1812 * manalysis/MImgCleanStd.[h,cc]:
1813 - derived from TGTask
1814 - added CreateGuiElements
1815 - added ProcessMessage
1816
1817 * mbase/BaseLinkDef.h, mbase/Makefile:
1818 - added MGTask
1819 - added MGList
1820 - added MGGroupFrame
1821
1822 * mbase/MInputStreamID.cc:
1823 - rmoved old comment
1824
1825 * mbase/MParContainer.[h,cc]:
1826 - changed output
1827 - made Hash const
1828 - added GetDiscriptor
1829
1830 * mbase/MParList.[h,cc]:
1831 - made FindObject const correct (see TObject)
1832
1833 * mbase/MTask.[h,cc]:
1834 - changed output to use GetDescriptor
1835 - made Call* functions virtual (used in TGTask)
1836
1837 * mbase/MTaskList.[h,cc]:
1838 - made FindObject const correct (see TObject)
1839 - changed output to use GetDescriptor
1840
1841 * mbase/MTime.cc:
1842 - code reformatting
1843
1844 * mbase/MWriteRootFile.cc:
1845 - small changes in output
1846
1847 * mgui/MHexagon.cc:
1848 - changed output according to TEllipse and similar
1849 - made ls const
1850
1851 * mhist/MFillH.cc:
1852 - changed output to use GetDescriptor
1853
1854 * mmain/MAnalysis.[h,cc]:
1855 - changed to use new GUI of MImgCleanStd
1856
1857 * mraw/MRawEvtData.cc:
1858 - small changes to output
1859 - better sanity check for non existing fRunHeader
1860
1861
1862
1863 2001/11/09: Thomas Bretz
1864
1865 * mars.cc, merp.cc, macros/rootlogon.C:
1866 - added MArray::Class()->IgnoreTObjectStreamer();
1867
1868
1869
1870 2001/11/08: Thomas Bretz
1871
1872 * meventdisp/MGCamDisplay.cc:
1873 - changed enums to root style
1874 - get rid of the problem of button deletion by adding the buttons
1875 as first entries to the list
1876
1877 * mmain/MMonteCarlo.cc:
1878 - changed enums to root style
1879 - get rid of the problem of button deletion by adding the buttons
1880 as first entries to the list
1881
1882 * manalysis/MCerPhotCalc.cc, manalysis/MPedCalcPedRun.cc,
1883 mhist/MHFadcCam.cc:
1884 - removed 'Fadc' from function names
1885
1886 * manalysis/MCerPhotEvt.[h,cc]:
1887 - made AddPixel inline
1888
1889 * manalysis/MMcPedestalCopy.cc:
1890 - added output
1891
1892 * manalysis/MPedestalCam.cc:
1893 - removed FIXME
1894
1895 * Makefile's:
1896 - some reordering
1897 - changed to the output
1898
1899 * mbase/MReadTree.cc:
1900 - removed setting of AutoDel-flag (this was not intended and doesn't
1901 work for a TChain, yet)
1902
1903 * meventdisp/MGCamDisplay.cc, meventdisp/MGFadcDisp.cc:
1904 - moved SetWMSizeHints to base class
1905
1906 * meventdisp/MGEvtDisplay.cc:
1907 - added a random move and the SetWMSizeHints
1908
1909 * mhist/MHHillas.cc:
1910 - replaced some text by Latex-formulas
1911
1912 * mmain/MBrowser.cc:
1913 - added a menu entry for opening a TBrowser
1914 - added a random move
1915
1916 * mmain/MMars.[h,cc]:
1917 - changed enums to root style
1918 - moved size specification from header to source
1919 - changed SetWMSizeHints call
1920
1921 * mraw/MrawEvtPixelIter.[h,cc]:
1922 - added fNum[Hi,Lo]GainSamples to make GetSum* faster
1923 - removed 'Fadc' from function names
1924
1925
1926
1927 2001/11/07: Thomas Bretz
1928
1929 * Makefile:
1930 - changed order in 'mrproper'
1931
1932 * manalysis/MCT1ReadAscii.cc, manalysis/MCerPhotCalc.cc:
1933 - added InitSize
1934
1935 * manalysis/MCerPhotEvt.[h,cc]:
1936 - introduces InitSize to speed up things
1937 - changed []-operator to an unchecked access
1938
1939 * manalysis/MPedestalCam.h:
1940 - changed ExpandCreateFast to ExpandCreate (due to lack of good dox)
1941 - changed []-operator to an unchecked access
1942
1943 * mbase/MEvtLoop.cc:
1944 - changed 'total' to 'real' time.
1945
1946 * mgui/MGeomCam.[h,cc]:
1947 - moved []-operator code back to class definition, due to runtime speed
1948 - changed []-operator to an unchecked access
1949
1950 * mhist/MHHillas.cc:
1951 - changed 'degree' to Latex-style
1952
1953 * manalysis/MImgCleanStd.cc:
1954 - we are now initialising an array holding the used pixel to prevent
1955 looping through all pixel thousands of times
1956 (MCerPhotEvt::IsPixelUsed)
1957
1958 * mbase/MWriteAsciiFile.cc:
1959 - enhanced the documentation
1960
1961 * mmain/MBrowser.[h,cc]:
1962 - enhanced the functionality to display the filename
1963 - improved the layout
1964
1965 * mmain/MMars.cc:
1966 - added calling of 'netscape' for the two picture buttons
1967
1968
1969
1970 2001/11/06: Thomas Bretz
1971
1972 * mbase/MReadMarsFile.[h,cc]:
1973 - added
1974
1975 * manalysis/MMcPedestalCopy.[h,cc]:
1976 - moved copying to PreProcess
1977 - removed Process
1978
1979 * mbase/Makefile, mbase/BaseLinkDef.h
1980 - added MReadMarsFile
1981
1982 * mbase/MReadTree.[h,cc]:
1983 - added a list of TObjects to be called when file in the chain
1984 is changed
1985
1986 * Makefile.conf.linux, Makefile.conf.linux-gnu:
1987 - removed -g flag
1988
1989 * mraw/MRawRunHeader.h:
1990 - fixed return type of GetNumEvents
1991
1992 * mraw/MRawCrateArray.[h,cc]:
1993 - added SetSize which takes care of the size of the array
1994 - changed the access to an unchecked one
1995
1996 * mraw/MRawCrateData.h
1997 - derives from MParContainer now
1998
1999 * mraw/MRawEvtData.[h,cc]:
2000 - made Print const
2001 - changed so, that the arrays are dreed and allocated only
2002 as less as possible
2003
2004 * mraw/MRawFileRead.[h,cc]:
2005 - changed to support faster I/O of MRawEvtData and MRawCrateArray
2006 - added sanity check (warning) to PostProcess
2007
2008 * mraw/MRawFileWrite.cc:
2009 - removed deletion of trees (done by ~TFile)
2010 - switched of AutoSave by use of a big size
2011 - removed '.' from Branch names (each tree contains only one master
2012 branch with equal subbranches)
2013
2014 * macros/readCT1.C:
2015 - fixed a small bug
2016
2017 * manalysis/MCerPhotCalc.cc:
2018 - removed Clear from Process (done by Reset now)
2019
2020 * manalysis/MCerPhotEvt.[h,cc]:
2021 - added reset-function
2022 - some small changes to the code layout
2023
2024 * mmc/MMcFadcHeader.[h,cc], mmc/MMcTrig.[h,cc]:
2025 - chenged constructor to support fName and fTitle
2026
2027 * mbase/MReadTree.cc:
2028 - removes '.' from a branch name now before searching/creating the object
2029
2030
2031
2032 2001/11/01: Thomas Bretz
2033
2034 * mbase/MParContainer.cc:
2035 - removed 'newname' from TObject::Clone call.
2036
2037 * mbase/MParContainer.h:
2038 - layout changes
2039
2040 * mbase/MParList.h:
2041 - changed destructor definition to virtual
2042
2043 * mbase/MReadTree.[h,cc]:
2044 - added initialization for fProgress
2045 - changed output
2046 - move some code to new functions
2047 - branch enabling now checks for the existance of the branch
2048 - veto branch disables the corresponding sub branches now physically
2049 - changed comments
2050
2051 * mdatacheck/MGDisplayAdc.cc:
2052 - added some sanity checks
2053
2054 * meventdisp/MGCamDisplay.cc, meventdisp/MGEvtDisplay.[h,cc],
2055 meventdisp/MGFadcDisp.cc:
2056 - moved some code to MGEvtDisplay
2057
2058 * mhist/MFillH.cc:
2059 - added warning to comment
2060
2061 * mhist/MHFadcCam.[h,cc]:
2062 - added Clone-function. It seems, that this is necessary since
2063 root 3.01
2064
2065 * mhist/MHFadcPix.cc:
2066 - changed axis titles
2067
2068 * mmain/MAnalysis.cc:
2069 - added progress bar
2070
2071 * mmain/MBrowser.[h,cc]:
2072 - added layout hints to fTop1,2,3
2073 - adde Create/DestroyProgrssBar
2074
2075 * mmain/MDataCheck.cc:
2076 - changes to the layout
2077 - disable auto scheme
2078 - added progress bar
2079
2080 * mmain/MMonteCarlo.[h,cc]:
2081 - layout changes
2082 - added progress bar
2083
2084 * mraw/MRawEvtData.cc:
2085 - new sanity check in Draw
2086
2087
2088
2089 2001/11/01: Thomas Bretz
2090
2091 * macros/MagicHillas.C:
2092 - changed Draw to DrawClone
2093
2094 * manalysis/MCerPhotPix.h:
2095 - some layout changes
2096
2097 * mbase/MParList.cc:
2098 - fixed a bug in the dstructor which causes the d'tor to crash when
2099 the owner bit was set
2100 - changed some TCollection loop to macro ForEach
2101
2102 * mbase/MTaskList.cc:
2103 - changed some TCollection loop to macro ForEach
2104
2105 * meventdisp/MGEvtDisplay.[h,cc]:
2106 - added filemenu
2107
2108 * mgui/MCamDisplay.[h,cc], mgui/MHexagon.[h,cc]:
2109 - added SavePrimitive function
2110
2111 * mhist/MHHillas.cc:
2112 - changed 'deg' to '°'
2113
2114 * mmain/MDataCheck.cc:
2115 - changed name of enums for buttons
2116
2117 * Makefile.conf.osf1:
2118 - added some more exclusion flags to get rid of to much informations
2119
2120 * Makefile:
2121 - changed flags of tar from '-cvf' to 'cvf' so that it runs on alpha, too
2122
2123 * mbase/MAGIC.h:
2124 - put brackets around defines, to make it compile on alpha
2125
2126 * mbase/MEvtLoop.cc, mbase/MParList.cc, mbase/MTask.cc,
2127 mgui/MGeomCam.cc, mhist/MHFadcPix.cc, mmc/MMcTrig.cxx:
2128 - removed inline statement, to make it link on alpha
2129
2130
2131
2132 2001/10/31: Thomas Bretz
2133
2134 * Makefile:
2135 - changed MrProper output
2136
2137 * Makefile.conf.general, Makefile.conf.linux,
2138 Makefile.conf.linux-gnu, Makefile.conf.osf:
2139 - added ARCHDEF environment
2140
2141 * manalysis/MHillas.[h,cc]:
2142 - added units
2143
2144 * mbase/BaseLinkDef.h:
2145 - added '+' for MTime
2146
2147 * mbase/MAGIC.h:
2148 - let Linux find gLog when creating dictionary
2149
2150 * mbase/MHtml.h:
2151 - removed include of TNamed
2152
2153 * */Makefile
2154 - reordered *.cc filed to get rid of some 'rootcint' warnings
2155
2156 * mgui/MCamDisplay.cc:
2157 - added SetBorderMode(0)
2158
2159 * mgui/MHexagon.[h,cc]:
2160 - changed Print-output to fit into two lines
2161 - made Print appear in the context menu
2162
2163 * merpp.cc:
2164 - Added MParContainer::Class()->IgnoreTObjectStreamer()
2165
2166 * mbase/MEvtLoop.[h,cc], mbase/MReadTree.[h,cc],
2167 mmain/MAnalysis.[h,cc]:
2168 - added support for a progressbar
2169
2170 * mbase/MFilterList.h:
2171 - added SetOwner-support
2172
2173 * mbase/MLogManip.h:
2174 - added 'dec' manipulator to dbginf
2175
2176 * mbase/MTask.h:
2177 - added GetNumExecutions
2178
2179 * mraw/RawLinkDef.h:
2180 - added '+' for MRawEvtPixelIter, MRawCrateArray, MRawCrateData and
2181 MRawFile[Read,Write]
2182
2183
2184
2185 2001/10/30: Thomas Bretz
2186
2187 * macros/MagicHillas.C
2188 - removed precreated objects
2189
2190 * macros/readCt1.C:
2191 - fixed a bug (-> instead of .)
2192
2193 * *LinDef.h:
2194 - added a '+' to all 'new' classes. 'new' means, that the object
2195 is not yet used in Monte Carlo Files.
2196
2197 * *.h:
2198 - changed defines from CLASS_H to MARS_Class type (like root)
2199
2200 * MMcPedestalCopy.[h,cc]:
2201 - added AddToBranchList stamements
2202
2203 * manalysis/MPedestalPix.h, manalysis/MCerPhotPix.h, mgui/MGeomPix.h:
2204 - changed derivement from TObject to MParContainer to be sure
2205 fBits are not written, without specifying this for any TObject
2206 derived class
2207
2208
2209
2210 2001/10/29: Thomas Bretz
2211
2212 * Makefile.rules:
2213 - changed the output
2214
2215 * macros/rootlogon.C:
2216 - Added IgnorTObjectStreamer
2217
2218 * manalysis/MCT1ReadAscii.cc:
2219 - changed fFileNames to a TList of TNamed objects
2220
2221 * mbase/MArray.h:
2222 - removed include of MArray.h
2223
2224 * mbase/MParContainer.[h,cc]:
2225 - changed fName, fTitle from pointer to static object
2226 - Changed ClassVersion to 0
2227
2228 * mbase/MParList.[h,cc]:
2229 - changed fName, fTitle from pointer to static object
2230 - changed include of TObjArray to a forward declaration
2231 (for faster compilation)
2232 - simplified the code
2233
2234 * mbase/MInputStreamID.[h,cc]:
2235 - changed fStreamId from char* to TString
2236 - Changed ClassVersion to 0
2237
2238 * mbase/MReadTree.[h,cc]:
2239 - changed veto-list to an array of TNamed objects
2240 - implemented auto enabeling
2241
2242 * mbase/MTask.[h,cc]:
2243 - implemented fListOfBranches for auto enabeling
2244
2245 * mbase/MTaskList.[h,cc]:
2246 - changed fName, fTitle from pointer to static object
2247 - changed include of TObjArray to a forward declaration
2248 (for faster compilation)
2249
2250 * mbase/MWriteRootFile.cc:
2251 - changed fName, fTitle from pointer to static object
2252 - set splitlevel in TTree::Branch to default
2253 - changed kSaveNow to kFillTree
2254
2255 * mhist/MFillH.cc:
2256 - changed fName, fTitle from pointer to static object
2257 - check inharitance from MH
2258
2259 * mhist/MH.[h,cc]:
2260 - changed fName, fTitle from pointer to static object
2261 - implementation of simplified static MakeDefCanvas
2262
2263 * mhist/MHFadcCam.h:
2264 - removed include of TH1
2265
2266 * mhist/MHFadcPix.[h,cc]:
2267 - implemented persistent pixid
2268 - get rid of 'fixed string sizes'
2269 - Delete histograms from file structure (SetDirectory)
2270 - changed Root's MakeDefCanvas to TH1::MakeDefCanvas
2271 - removed include of TH1
2272
2273 * mhist/MHHillas.cc
2274 - changed fName, fTitle from pointer to static object
2275 - Delete histograms from file structure (SetDirectory)
2276 - changed Root's MakeDefCanvas to TH1::MakeDefCanvas
2277 - changed DrawClone to DrawCopy
2278
2279 * mhist/MHMcCollectionArea.[h,cc]:
2280 - changed fName, fTitle from pointer to static object
2281 - Delete histograms from file structure (SetDirectory)
2282 - changed Root's MakeDefCanvas to TH1::MakeDefCanvas
2283 - changed DrawClone to DrawCopy
2284 - changed binning to log scale
2285 - removed include of TH1
2286
2287 * mhist/MHMcEnergy.cc, mhist/MHStarMap.cc:
2288 - changed fName, fTitle from pointer to static object
2289 - Delete histograms from file structure (SetDirectory)
2290 - changed Root's MakeDefCanvas to TH1::MakeDefCanvas
2291
2292 * manalysis/MCerPhotEvt.cc, manalysis/MHillas.cc,
2293 manalysis/MHillasCalc.cc, manalysis/MImgCleanStd.cc,
2294 manalysis/MMcPedestalCopy.cc, manalysis/MPedestalCam.cc,
2295 mbase/MClone.cc, mbase/MPrint.cc, mbase/MTime.h,
2296 mbase/MWriteAsciiFile.cc, mgui/MGeomCam.cc, mhist/MHFadcCam.cc,
2297 mhist/MHMcRate.cc, mmc/MMcTrig.cxx, mraw/MRawCrateArray.cc,
2298 mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc, mraw/MRawFileRead.cc:
2299 - changed fName, fTitle from pointer to static object
2300
2301 * manalysis/MCerPhotCalc.cc, manalysis/MPedCalcPedRun.cc,
2302 mmontecarlo/MMcThresholdCalc.[h,cc],
2303 mmontecarlo/MMcTriggerRateCalc.[h,cc],
2304 mmontecarlo/MMcCollectionAreaCalc.[h,cc]:
2305 - changed fName, fTitle from pointer to static object
2306 - changed to use auto enabling scheme
2307
2308 * macros/threshold.C, macros/collarea.C, macros/trigrate.C:
2309 - removed UseLeaf
2310
2311 * macros/CT1Hillas.C, macros/readMagic.C:
2312 - made run again
2313
2314 * mraw/MRawFileWrite.cc:
2315 - changed fName, fTitle from pointer to static object
2316 - changed TTree::Branch to use default split level (99)
2317 - added the missing important '.' to the Branch names!
2318
2319 * mraw/MRawRunHeader.[h,cc]:
2320 - changed fName, fTitle from pointer to static object
2321 - implemented enum for Run Type
2322
2323
2324
2325 2001/10/26: Thomas Bretz
2326
2327 * Makefile.rules:
2328 - changed output
2329
2330 * readraw.cc:
2331 - changed name and description in TROOT
2332 - removed argument in MMcEvt::Print()
2333
2334 * manalysis/MCerPhotEvt.[h,cc], manalysis/MCerPhotPix.[h,cc],
2335 manalysis/MHillas.[h,cc], mmc/MMcEvt.[hxx,cxx],
2336 mmc/MMcFadcHeader.[hxx,cxx], mmc/MMcTrig.[hxx,cxx],
2337 mmc/MMcTrigHeader.[hxx,cxx]:
2338 - according to root 3.01 made Print const
2339
2340 * mbase/BaseLinkDef.h:
2341 - added MPrint
2342
2343 * mbase/MPrint.[h,cc]:
2344 - added
2345
2346 * mbase/MClone.[h,cc]:
2347 - changed MParContainer to a more general TObject
2348
2349 * mbase/Makefile:
2350 - MPrint.cc added
2351
2352 * meventdisp/MGCamDisplay.[h,cc], meventdisp/MGEvtDisplay.[h,cc],
2353 meventdisp/MGFadcDisp.[h,cc]:
2354 - introduced fInitOk for the case PreProcessing failed
2355
2356 * mmain/MMonteCarlo.cc:
2357 - added correction for use of several trigger conditions
2358 - speedup threshold calc by usage of UseLeaf
2359
2360 * magiclogo.xpm, marslogo.xpm:
2361 - changed
2362
2363 * mmain/MMonteCarlo.cc:
2364 - added a workaround for the <TClass::TClass> no dictionary for MMc*
2365 problem
2366
2367 * mbase/MWriteRootFile.[h,cc]:
2368 - simplified code by removing MRootFileTree class
2369
2370 * mbase/MLog.cc:
2371 - changed char[len+1] to 'new' statement
2372
2373
2374
2375
2376 2001/10/23: Thomas Bretz
2377
2378 * mbase/MLog.[h,cc]:
2379 - replaced usage of tmpnam by mkstemp
2380
2381 * mgui/MCamDisplay.[h,cc]:
2382 - Paint function added which maintains the aspect ratio of the image
2383 - DrawPhotErr removed
2384 - removed gPad->Clear, so that we can draw into pads not only
2385 canvases
2386
2387 * mhist/MFillHFadc.[h,cc], mhist/MFillHHillas.[h,cc],
2388 mhist/MFillHStarMap.[h,cc]:
2389 - removed
2390
2391 * mmontecarlo/MMcTriggerRateCalc.[h,cc]:
2392 - removed unused spectral index and flux
2393
2394 * mmontecarlo/MMcThesholdCalc.[h,cc],:
2395 mbase/MParList.[h,cc]:
2396 - fixed the Dimension handling
2397
2398 * mmontecarlo/MMcTriggerRateCalc.[h,cc],
2399 - fixed the Dimension handling
2400 - added destructor
2401
2402 * macros/trigrate.C:
2403 - fixed some small things
2404 - accelerated by use of MReadTree::UseLeaf
2405
2406 * mhist/MHMcCollectionArea.h:
2407 - changed default argument of DrawClone from NULL to "".
2408 NULL caused the interpreter to crash.
2409
2410 * mbase/MFilterList.[h,cc], mbase/MParContainer.[h,cc],
2411 mbase/MParList.[h.cc], mbase/MTime.[h,cc],
2412 mgui/MGeomCam.[h,cc], mgui/MGeomPix.[h,cc],
2413 mgui/MHexagon.[h,cc], mhist/MHMcEnergy.[h,cc],
2414 mhist/MHMcRate.[h,cc], mraw/MRawCrateData.[h,cc],
2415 mraw/MRawEvtHeader.[h,cc], mraw/MRawRunHeader.[h,cc]:
2416 - according to root 3.01 I made Print() const
2417
2418 * mdatacheck/MViewAdcSoectra.[h,cc], mdatacheck/MShowSpect.[h,cc]:
2419 - removed
2420
2421 * mbase/MReadTree.cc:
2422 - removed default argument from GetEntry-call
2423
2424 * mbase/MTask.[h,cc]:
2425 - introduced mapping function for (Pre/Post)&Process
2426 - according to root 3.01 I made Print() const
2427 - added PrintStatistics
2428 - added call counter
2429
2430 * mbase/MTaskList.[h,cc]:
2431 - adapted to new MTask mapping functions
2432 - according to root 3.01 I made Print() const
2433 - added PrintStatistics
2434 - moved some functionality to MTask-Mapper functions
2435
2436 * mmain/MMonteCarlo.cc:
2437 - adapted to some changes in other classes
2438 - some small simplifications
2439 - accelerated, by use of UseLeaf
2440 - workaround for the ButtonGroup/Button delete bug
2441
2442 * mmain/MAnalysis.cc:
2443 - workaround for the ButtonGroup/Button delete bug
2444
2445
2446
2447 2001/10/23: Thomas Bretz
2448
2449 * macros/dohtml.C:
2450 - changed macro names
2451
2452 * macros/getCollArea.C:
2453 - renamed to collarea.C
2454 - make use of new fast MReadTree
2455
2456 * macros/getRate.C:
2457 - renamed to trigrate.C
2458
2459 * macros/getThreshold.C:
2460 - renamed to threshold.C
2461
2462 * Makefile.depend:
2463 - removed
2464
2465 * mgui/MCamDisplay.[h,cc]:
2466 - fixed wrong usage of new operator in TClonesArray
2467 - the aspect ratio of the Canvas is used now to display geometries
2468 correctly (no 'small CT1 camera anymore)
2469 - replaced include of MCerPhotPix by a forward declaration
2470 - replaced include of MHexagon by a forward declaration
2471
2472 * mgui/MGeomCam.[h,cc]:
2473 - added GetMaxRadius()-function
2474 - added CalcMaxRadius()-function
2475 - replaced include of MGeomPix by a forward declaration
2476 - replaced include of TObjArray by a forward declaration
2477
2478 * mgui/MGeomCamMagic.cc, mgui/MGeomCamCT1.cc:
2479 - call CalcMaxRadius in the constructor
2480
2481
2482
2483 2001/10/22: Thomas Bretz
2484
2485 * mhist/MH*.[h,cc]:
2486 - changed DrawClone according to root 3.01/06 to 'const'
2487
2488
2489
2490 2001/10/16: Thomas Bretz
2491
2492 * mbase/MReadTree.[h,cc]:
2493 - added some output statements
2494 - added comments
2495 - added UseLeaf
2496 - changed AddFile to Int_t
2497 - simplified GetEntry call
2498
2499 * mgui/MGeomCam.[h,cc], MGeomCamCT1.[h,cc], MGeomCamMagic.[h,cc]:
2500 - added come comments
2501 - removed Draw-function
2502
2503 * mars.cc:
2504 - Changed name of TROOT object to 'mars'
2505
2506 * merpp.cc:
2507 - changed name of TROOT object to 'merpp'
2508 - added some more ouput
2509
2510 * mbase/MBaseLinkDef.h:
2511 - added MRootFileBranch
2512 - added MRootFileTree
2513
2514 * mgui/MGeomPix.cc, mbase/MClone.cc, mraw/MRawRunHeader.cc:
2515 - added comments
2516
2517 * mbase/MEvtLoop.cc:
2518 - added missing include
2519 - added another time output
2520
2521 * mbase/MWriteRootFile.cc:
2522 - added ClassImp
2523
2524 * mhist/MFillH.cc, mmontecarlo/MMcCollectionAreaCalc.cc:
2525 - changed output
2526
2527 * mhist/MHMcCollectionArea.cc:
2528 - small fixes
2529 - changed error calculation according to Ciro
2530
2531 * macros/CT1Hillas.C:
2532 - fixes some bugs (typos)
2533
2534
2535
2536 2001/10/05: Thomas Bretz
2537
2538 * manalysis/MHillas.cc, manalysis/MImgCleanStd.cc, mbase/MClone.[h,cc],
2539 mbase/MFilterList.h, mbase/MWriteFile.h, mbase/MWriteRootFile.h,
2540 mdatacheck/MGDisplayAdc.cc, meventdisp/MGCamDisplay.cc,
2541 meventdisp/MGCamDisplay.h, meventdisp/MGEvtDisplay.h,
2542 mgui/MGeomPix.h, mhist/MFillH.h, mhist/MHHillas.h,
2543 mmain/MAnalysis.h, mmain/MBrowser.h, mmain/MCameraDisplay.h,
2544 mmain/MDataCheck.h, mmain/MEvtDisp.h, mmain/MMonteCarlo.h,
2545 mraw/MRawFileRead.cc
2546 - comments updated
2547
2548 * mbase/MFilter.[h,cc]:
2549 - made IsExpressionTrue abstract
2550
2551 * meventdisp/MGEvtDisplay.cc:
2552 - fixed a bug that only every second event was displayed
2553
2554 * meventdisp/MGFadcDisp.[h,cc]:
2555 - reorganized code (changing pixel number drawed the histogram twice)
2556
2557 * mgui/MCamDisplay.[h,cc]:
2558 - added fDrawingPad to make sure that all output goes into the same pad
2559
2560 * mhist/HistLinkDef.h, mhist/Makefile:
2561 - removed old MFillH* classes
2562
2563
2564
2565 2001/10/02: Thomas Bretz
2566
2567 * mbase/MClone.[h,cc],
2568 meventdisp/MGCamDisplay.[h,cc],
2569 meventdisp/MGEvtDisplay.[h,cc],
2570 mmain/MCameraDisplay.[h,cc]:
2571 - added
2572
2573 * macros/readMagic.C:
2574 - fixed a "'->' and '.' mixed bug"
2575
2576 * manalysis/MCT1ReadAscii.cc:
2577 - added initialisation of fIn
2578
2579 * manalysis/MCerPhotEvt.[h,cc]:
2580 - made IsPixelExisting const
2581 - made IsPixelCore const
2582 - made IsPixelUsed const
2583 - made GetNumPhotons[Min,Max] const
2584
2585 * mbase/BaseLinkDef.h, mbase/Makefile:
2586 - added MClone
2587
2588 * mbase/MEvtLoop.[h,cc], mbase/MParList.[h,cc], mbase/MTaskList.[h,cc]:
2589 - added SetOwner-support
2590
2591 * mdatacheck/DataCheckLinkDef.h, mdatacheck/Makefile:
2592 - removed MShowSpect
2593 - removed MViewAdcSpect
2594
2595 * mdatacheck/MDumpEvtHeader.cc:
2596 - added missing descriptions
2597
2598 * mdatacheck/MGDisplayAdc.[h,cc]:
2599 - small changes
2600
2601 * meventdisp/EvtDispLinkDef.h:
2602 - added MGEvtDisplay
2603 - added MGCamDisplay
2604
2605 * meventdisp/MGFadcDisp.[h,cc]:
2606 - derived from MGEvtDisplay
2607 - most of the code moved to MGEvtDisplay to support MGCamDisplay, too
2608
2609 * meventdisp/Makefile:
2610 - added MGCamDisplay
2611
2612 * mgui/MCamDisplay.[h,cc]:
2613 - cleaned
2614 - reorganized
2615
2616 * mgui/MHexagon.cc:
2617 - added missing descriptions
2618
2619 * mhist/MHFadcPix.cc:
2620 - reorganized some code in the constructor which creates the 'names'
2621
2622 * mhist/MHHillas.cc, mhist/MHMcCollectionArea.cc,
2623 mhist/MHMcEnergy.cc, mhist/MHStarMap.cc:
2624 - Draw-function supports a default canvas now
2625
2626 * mmain/MDataCheck.cc:
2627 - added/rorganized comments
2628 - removed usage of MViewAdcSpectra
2629
2630 * mmain/MMars.[h,cc]:
2631 - added new "Camera Display" Button
2632
2633 * mmain/MainLinkDef.h, mmain/Makefile:
2634 - added MCameraDisplay
2635
2636
2637
2638 2001/09/28: Thomas Bretz
2639
2640 * macros/getRate.C:
2641 - changed TObjArray to a non-pointer object
2642 - added Printing of the result at the end of the macro
2643
2644 * mhist/MHMcCollectionArea.[h,cc], mhist/MHMcEnergy.[h,cc]:
2645 - added DrawClone
2646
2647 * mhist/MHMcRate.[h,cc]:
2648 - added a dummy for DrawClone
2649
2650 * mmain/MMonteCarlo.[cc, h]:
2651 - added Gui elements
2652 - added CalculateCollectionArea (not yet tested)
2653 - added CalculateTriggerRate (not yet tested)
2654 - added Threshold (not yet tested)
2655
2656 * mmontecarlo/MMcTriggerRateCalc.cc:
2657 - removed output stuff from PostProcessing
2658
2659 * meventdisp/MGFadcDisp.[h,cc], mdatacheck/MGDisplayAdc.[h,cc]:
2660 - reorganized code (constructor)
2661 - reorganized deletion of gui objects
2662 - fixed many, many memory leaks
2663
2664
2665
2666 2001/09/27: Thomas Bretz
2667
2668 * mmain/MBrowser.cc:
2669 - added comments
2670
2671 * mmain/MAnalysis.[h,cc]:
2672 - added entry field for cleaning levels
2673 - restructured code a bit
2674
2675 * mhist/MFillH.cc:
2676 - fixed missing initialization of member variables in Init
2677
2678 * mhist/MHHillas.[h,cc]:
2679 - Added comments
2680 - Added DrawClone
2681 - Removed kCanDelete bits from Draw function
2682
2683 * mhist/MHStarMap.[h,cc]:
2684 - Added comments
2685 - Added DrawClone
2686 - moved some code from the Draw-functions to PrepareDrawing
2687
2688
2689
2690 2001/09/26: Thomas Bretz
2691
2692 * mmain/MMars.[cc,h], mmain/MBrowser.[cc,h], MDataCheck.[cc,h],
2693 mmain/MEvtDisp.[cc,h], mmain/MMonteCarlo.[cc,h]:
2694 - reorganized code (constructor)
2695 - reorganized deletion of gui objects
2696 - fixed many, many memory leaks
2697 - small changes in layout
2698
2699 * mmain/MAnalysis.[h,cc]:
2700 - added
2701
2702 * macros/*:
2703 - added Copyright notice
2704 - added some small sanity checks
2705
2706 * macros/MagicHillas.C:
2707 - fixed '->' bug
2708 - changed MFillHStarMap to MFillH
2709
2710 * mbase/MReadTree.cc, mraw/MRawFileWrite.cc:
2711 - removed an old debug statement
2712
2713 * mmain/MMars.cc:
2714 - added new Analysis functionality
2715
2716 * mmain/MainLinkDef.h:
2717 - addded MAnalysis
2718
2719 * mmain/Makefile:
2720 - added MAnalysis.cc
2721
2722 * mmc/McLinkDef.h:
2723 - removed nonsens define statement
2724
2725
2726
2727 2001/09/25: Thomas Bretz
2728
2729 * Makefile:
2730 - changed make tar so that 'CVS/Root' isn't added to the tar-file anymore
2731 It contains the origin (CVSROOT) of the repository and my confuse
2732 people triing to commit changed files from such an archive to
2733 the repository
2734
2735 * mmain/MBrowser.[cc,h]:
2736 - reorganized code (constructor)
2737 - reorganized deletion of gui objects
2738 - fixed many, many memory leaks
2739
2740 * mmain/MMars.[cc,h]:
2741 - reorganized code (constructor)
2742 - reorganized deletion of gui objects
2743 - fixed many, many memory leaks
2744
2745
2746
2747 2001/09/20: Thomas Bretz
2748
2749 * mbase/MLog.[h,cc]:
2750 - made working with Cosy
2751 - fixed gui stuff to work like expected
2752
2753 * manalysis/MCerPhotPix.h:
2754 - replaced TROOT.h by MAGIC.h
2755
2756 * mfilter/MFTriggerLvl1.h:
2757 - added description
2758
2759
2760
2761 2001/09/20: Thomas Bretz
2762
2763 * released Version 0.4
2764
2765 * mevtdisp/MGFadcDisp.cc, mmain/MMars.cc:
2766 - switched to root version >= 3.00
2767
2768 * Makefile.conf.linux:
2769 - added to support the new Linux distributions
2770
2771 * .rootrc:
2772 - removed references to MARSSYS
2773
2774
2775
2776 2001/09/13: Thomas Bretz
2777
2778 * Makefile.conf.linux-gnu:
2779 - removed "-Woverloaded-virtual". it doesn't really help
2780
2781
2782
2783 2001/08/02: Thomas Bretz
2784
2785 * macros/getRate.C:
2786 - make use of new stylish lists of containers
2787
2788
2789 * macros/CT1Hillas.C, macros/getCollArea.C:
2790 - make use of return value of Eventloop
2791
2792 * macros/merpp.C:
2793 - changed return type to void
2794
2795
2796
2797 2001/07/23: Thomas Bretz
2798
2799 * mbase/MParList.cc:
2800 - redifinition of default argument: fixed
2801
2802
2803
2804 2001/07/23: Thomas Bretz
2805
2806 * mmontecarlo/MMcThresholdCalc.[cc,h]:
2807 - changed PreProcess action to new stylish lists of containers
2808
2809 * mhist/Makefile:
2810 - removed MEnergies.cc
2811
2812 * mhist/HistLinkDef.h:
2813 - removed MEnergies.cc
2814
2815 * mbase/MReadTree.cc:
2816 - removed a bug which causes MReadTree to show strange behaviour.
2817 We cannot use GetBranch()->SetAddress() we have to use
2818 SetBranchAddress.
2819
2820 * macros/MagicHillas.C:
2821 - changed to new stylish histogram fillers.
2822
2823 * mhist/MHMcRate.cc:
2824 - some simplifications to the constructors
2825 - some accelerations of the rate calculation
2826
2827 * mhist/MHHillas.C:
2828 - added axis descriptions (thanks to Rudy)
2829
2830
2831
2832 2001/07/20: Thomas Bretz
2833
2834 * mhist/MH.cc:
2835 - added comments
2836
2837 * mhist/MFillH.cc:
2838 - added comments
2839
2840 * mbase/MParList.[h,cc]:
2841 - Added AddToList from a TObjArray
2842 - Added GetClassName
2843 - Added GetObjName
2844 - Added FindObjectList
2845 - Added FindCreateObjList
2846 - Added CreateObjList
2847
2848 * mhist/MHMcEnergies.[h,cc]:
2849 - deleted
2850
2851 * mhist/MHMcEnergy.[h,cc]:
2852 - rewrote constructor in a way that MHMcEnergies isn't needed anymore
2853 - added a SetName function which replaces the old constructor somehow
2854
2855 * macros/getThreshold.C:
2856 - make use of some new features
2857
2858
2859
2860 2001/07/19: Thomas Bretz
2861
2862 * mbase/MEvtLoop.cc:
2863 - added comments
2864
2865 * mbase/MTaskList.cc:
2866 - changed the wrong 'break' for kCONTINUE into 'return kTRUE'
2867
2868 * mhist/MH.[cc,h]
2869 - added
2870
2871 * mhist/MFillH.[cc,h]
2872 - added
2873 - in principal MFillHHillas, MFillHFadc and MFillHStarMap
2874 can be deleted now
2875
2876 * mhist/HistLinkDef.h:
2877 - added MH
2878 - added MFillH
2879
2880 * mhist/MFillHFadc.cc:
2881 - moved source for filling to corresponding histogram class
2882
2883 * mhist/MFillHHillas.cc:
2884 - included MHillas.h
2885
2886 * mhist/MHFadcCam.[cc, h]:
2887 - added Fill
2888 - made FillHi, FillLo private
2889
2890 * mhist/MHHillas.[cc, h], mhist/MHStarMap.[h,cc]:
2891 - changed Fill function to new style
2892 - derived class from MH
2893
2894 * mhist/Makefile:
2895 - added MH.cc
2896 - added MFillH.cc
2897
2898
2899
2900 2001/07/18: Oscar Blanch
2901
2902 * macros/getRate.C:
2903 - Macro to compute the trigger rate from a MonteCarlo file
2904
2905 * mhist/MHMcRate.[h,cc]:
2906 - Container to store trigger rate information
2907 - Draw() functin member to be implemented
2908
2909 * mmontecarlo/MMcTriggerRateCalc.[h,cc]:
2910 - Task to compute trigger rate
2911
2912
2913
2914 2001/07/13: Thomas Bretz
2915
2916 * mbase/MEvtLoop.[h,cc]:
2917 - Added a result value to Eventloop to be able to detect if the
2918 execution was successfull
2919 - changes postProcess to return the return value from
2920 MTaskList::PostProcess
2921
2922 * mbase/MParList.cc:
2923 - FindCreateObj removes now a 'dot' from the end of an indexed
2924 object name like "Events;7."
2925
2926 * mbase/MReadTree.cc:
2927 - small changes to the output
2928
2929 * mbase/MTask.[h,cc]:
2930 - added Preprocessed flag. This enables the tasklist to only postprocess
2931 already preprocessed tasks
2932
2933 * mbase/MTaskList.cc:
2934 - don't postprocess non preprocessed tasks
2935
2936 * mhist/MHMcCollectionArea.cc:
2937 - added descriptions to histrograms
2938 - changed names of histograms
2939 - added drawing of canvas to Draw-functions
2940
2941 * mhist/MHMcEnergy.[h,cc]:
2942 - added variables to store the calculated result
2943 - changed names and titles of histogram
2944 - added axis titles to histogram
2945 - moved result calculation into fit-function
2946
2947 * mmontecarlo/MMcCollectionAreaCalc.cc:
2948 - added name of input container to be able to process another
2949 container than "MMcTrig"
2950
2951 * mmontecarlo/MMcThresholdCalc.cc:
2952 - removed trailing dot from container name creation
2953
2954 * mhist/MMcThresholdCalc.cc:
2955 - removed a wrong '.' behind the number when processing more than
2956 one trigger condition
2957
2958 * mraw/MRawRunHeader.cc:
2959 - added "Monte Carlo Data" as runtype
2960
2961
2962
2963 2001/07/10: Thomas Bretz
2964
2965 * mhist/MHMcEnergy.h:
2966 - renamed SetBins to SetNumBins
2967
2968 * mmontecarlo/MMcThresholdCalc.cc:
2969 - changed style of comments
2970 - moved sqrt(2) from Postprocess to header.
2971
2972 * mmontecarlo/MMcEnerHisto.[cc,h], mmontecarlo/MMcEnerThre.[cc,h],
2973 mmontecarlo/MMcEnerThreCalc.[cc,h]:
2974 - removed
2975
2976 * mmontecarlo/MCollArea.[cc,h], mmontecarlo/MCollAreaTrigger.[cc,h]:
2977 - removed
2978
2979
2980
2981 2001/07/09: Thomas Bretz
2982
2983 * mbase/MParList.cc:
2984 - made handling of already existing containers in AddToList a bit
2985 more convinient
2986
2987 * mbase/MTaskList.[h,cc]:
2988 - added come comments
2989 - made handling of already existing tasks in AddToList a bit
2990 more convinient
2991 - Added name-argument to constructor
2992
2993 * mraw/MRawFileRead.[cc, h]:
2994 - move file-open check from constructor to PreProcess
2995 - added variable for filename
2996
2997 * mraw/MRawFileWrite.[cc,h]:
2998 - moved fOut->Write from PostProcess to destructor
2999 - removed PostProcess
3000
3001
3002
3003 2001/07/06: Thomas Bretz
3004
3005 * mfilter/FilterIncl.h, mfilter/FilterLinkDef.h,
3006 mfilter/MFTriggerLvl1.[h,cc], mfilter/mfilter/Makefile:
3007 - added
3008
3009 * Makefile
3010 - mfilter added
3011
3012 * Makefile.conf.linux-gnu:
3013 - added some warning options
3014
3015 * Makefile.conf.osf1:
3016 - enhanced warnings
3017
3018 * manalysis/MCerPhotEvt.cc:
3019 - removed a small buf from the constructor
3020
3021 * BaseLinkDef.h:
3022 - added MFilter
3023 - added MFilterList
3024
3025 * mbase/MLog.[h,cc]:
3026 - added a non-empty copy constructor to make cxx happy
3027
3028 * mbase/MParList.[h,cc]:
3029 - added second overload-function FindObject
3030
3031 * mbase/MTask.h:
3032 - added all Filter stuff
3033
3034 * mbase/MTaskList.cc:
3035 - changed debug output
3036 - added filter-stuff to Process
3037
3038 * mbase/MTaskList.h:
3039 - changed Print default option from NULL to ""
3040
3041 * mbase/Makefile:
3042 - added MFilter
3043 - added MFilterList
3044
3045 * mhist/MFillHFadc.cc:
3046 removed a small bug in the PreProcessing
3047
3048 * manalysis/MCerPhotEvt.h, manalysis/MHillas.cc, manalysis/MHillas.h,
3049 manalysis/MImgCleanStd.cc, manalysis/MPedestalCam.h, mgui/MGeomCam.h,
3050 mhist/MFillHHillas.h, manalysis/MHillasCalc.h, manalysis/MCerPhotCalc.h,
3051 manalysis/MImgCleanStd.h, mhist/MFillHStarMap.h, mhist/MHHillas.cc,
3052 mhist/MHHillas.h, mhist/MHStarMap.cc, mhist/MHStarMap.h,
3053 mmc/MMcFadcHeader.hxx, mmc/MMcFadcHeader.hxx, mmc/MMcTrig.hxx,
3054 mmontecarlo/MMcThresholdCalc.h:
3055 - made more const-correct
3056
3057 * manalysis/MCT1ReadAscii.cc, manalysis/MCerPhotCalc.cc,
3058 manalysis/MHillasCalc.cc, manalysis/MImgCleanStd.cc,
3059 manalysis/MMcPedestalCopy.cc, manalysis/MPedCalcPedRun.cc,
3060 mhist/MFillHFadc.cc, mhist/MFillHHillas.cc, mhist/MFillHStarMap.cc,
3061 mmontecarlo/MMcThresholdCalc.cc, mraw/MRawFileRead.cc,
3062 mraw/MRawFileWrite.cc:
3063 - added comments
3064
3065 * manalysis/MCT1ReadAscii.cc, manalysis/MCerPhotCalc.cc,
3066 manalysis/MCerPhotPix.cc, manalysis/MHillas.cc,
3067 manalysis/MHillasCalc.cc, manalysis/MImgCleanStd.cc,
3068 manalysis/MMcPedestalCopy.cc, manalysis/MMcPedestalCopy.h,
3069 manalysis/MPedCalcPedRun.cc, manalysis/MPedestalCam.cc,
3070 manalysis/MPedestalPix.cc,
3071 mbase/MArray.cc, mbase/MArrayB.cc, mbase/MArrayS.cc, mbase/MEvtLoop.cc,
3072 mbase/MLog.cc, mbase/MParList.cc, mbase/MReadTree.cc, mbase/MTask.cc,
3073 mbase/MTime.cc, mbase/MWriteAsciiFile.cc, mbase/MWriteFile.cc,
3074 mbase/MWriteRootFile.cc,
3075 mhist/MFillHFadc.cc, mhist/MFillHFadc.cc, mhist/MFillHHillas.cc,
3076 mhist/MFillHStarMap.cc, mhist/MHFadcCam.cc, mhist/MHFadcPix.cc,
3077 mhist/MHHillas.cc, mhist/MHMcCollectionArea.cc, mhist/MHMcEnergies.cc,
3078 mhist/MHMcEnergy.cc, mhist/MHStarMap.cc, mraw/MRawCrateArray.cc,
3079 mraw/MRawCrateData.cc, mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc,
3080 mraw/MRawEvtPixelIter.cc, mraw/MRawFileRead.cc,
3081 mraw/MRawFileWrite.cc, mraw/MRawRunHeader.cc:
3082 - added semicolon after ClassImp to make my editor happy
3083
3084 * mmain/MEvtDisp.cc:
3085 - removed a wrong comma in the enumerations
3086
3087 * mmontecarlo/MMcThresholdCalc.cc:
3088 - made compile on osf by removing brackets in new steatement (constructor)
3089
3090
3091
3092 2001/07/05: Thomas Bretz
3093
3094 * macros/CT1Hillas.C:
3095 - changed the wrong pointers to dots.
3096
3097 * macros/getThreshold.C:
3098 - added some comments
3099 - removed the canvas creation
3100 - drawing replaced by a loop
3101 - changed trigger conditions to 1 (should work with any MC file)
3102
3103 * macros/readMagic.C:
3104 - changed the event counter to the number of the event in the file
3105 - removed icound
3106
3107 * manalysis/MPedCalcPedRun.cc, manalysis/MCerPhotCalc.cc,
3108 mbase/MParContainer.cc, mbase/MParContainer.h, mbase/MParList.cc,
3109 mbase/MParList.h, mbase/MTaskList.cc, mbase/MWriteAsciiFile.cc,
3110 mbase/MWriteRootFile.cc, mhist/MFillHFadc.cc, mhist/MFillHHillas.cc,
3111 mhist/MFillHStarMap.cc,
3112 - changed HasChanged to ReadyToSave
3113
3114 * mbase/MReadTree.cc:
3115 - added some comments
3116
3117 * mhist/MHMcEnergies.h:
3118 - fixed bug in []-operator
3119
3120 * mhist/MHMcEnergy.cc:
3121 - added canvas creation to draw function
3122
3123 * mmontecarlo/MMcThresholdCalc.cc:
3124 - fixed a bug in the constructor
3125
3126
3127
3128 2001/06/20: Thomas Bretz
3129
3130 * macros/merpp.C:
3131 - fixed type in comment
3132
3133 * manalysis/MHillas.cc:
3134 - fixed 'FIXME' comment
3135
3136 * mbase/MWriteFile.[h,cc]:
3137 - added
3138
3139 * mbase/MWriteRootFile.[h,cc]:
3140 - added
3141
3142 * mbase/BaseLinkDef.h:
3143 - Added MWriteFile
3144 - Added MWriteRootFile
3145
3146 * mbase/MEvtLoop.cc:
3147 - fixed the counting in the eventloop
3148
3149 * mbase/MWriteAsciiFile.[h,cc]:
3150 - changed class that it is based on MWriteFile now
3151
3152 * mbase/Makefile:
3153 - added MWriteFile
3154 - added MWriteRootFile
3155
3156 * mhist/MFillHFadc.[h,cc]:
3157 - added set for HasChanged (new PostProcess)
3158
3159 * mhist/MFillHHillas.cc:
3160 - added set for HasChanged (new PostProcess)
3161
3162 * mhist/MFillHStarMap.cc:
3163 - added set for HasChanged (new PostProcess)
3164
3165 * mhist/MHHillas.cc:
3166 - Set kCanDelete to make sure, that the histograms are deleted
3167 together with the canvas
3168
3169 * mraw/MRawFileWrite.[h,cc]:
3170 - changed the handling of opening, closing and checking file
3171
3172
3173
3174 2001/06/13: Thomas Bretz
3175
3176 * ./.../*.h:
3177 - added some comments and corrected some descriptions.
3178
3179 * mbase/MParContainer.[h,cc]:
3180 - added a 'dummy' function for AsciiRead, AsciiWrite
3181
3182 * mbase/MWriteAsciiFile.[h,cc]:
3183 - added new constructor (specify directly the pointer to the class)
3184
3185 * mgui/MHexagon.cc:
3186 - made Copy-function more readable
3187
3188 * mgui/MParContainer.cc:
3189 - made Copy-function more readable
3190
3191 * mhist/MHMcEnergies.[h,cc]:
3192 - files added as a container to make handling of several MHMcEnergy easier
3193
3194 * mbase/MAGIC.h:
3195 - encapsulated include of TROOT
3196
3197 * mbase/MTaskList.cc:
3198 - added SetHasChange and Reset to PostProcess
3199
3200 * mhist/HistLinkDef.h
3201 - added MHMcEnergies
3202
3203 * mhist/MHMcEnergy.[h,cc]:
3204 - added name and title to constructor
3205 - added number to name of container
3206
3207 * mmontecarlo/MMcThresholdCalc.cc:
3208 - corrected typo in creation of the container names
3209
3210 * mraw/MRawEvtData.cc:
3211 - Set kCanDelete in Draw function
3212
3213
3214
3215 2001/06/12: Thomas Bretz
3216
3217 * mmontecarlo/MMcEnerThreCalc.[cc,h]
3218 - copied to mmontecarlo/MMcThresholdCalc.[cc,h]
3219
3220 * mmontecarlo/MMcEnerThreHistos.[h,cc]
3221 - copied to mmhist/MHMcEnergy.[h,cc]
3222
3223 * mbase/Makefile:
3224 - added MWriteAsciiFile.cc
3225
3226 * mhist/HistIncl.h:
3227 - added TF1.h
3228
3229 * mhist/HistLinkDef.h:
3230 - added MHMcEnergy
3231
3232 * mhist/Makefile
3233 - added MHMcEnergy
3234
3235 * mmontecarlo/MCollArea.h:
3236 - fixed typo in ifndef
3237
3238 * mmontecarlo/Makefile:
3239 - added MMcThresholdCalc.cc
3240 - removed MMcEnerHisto.cc
3241 - removed MMcEnerThre.cc
3242 - removed MMcEnerThreCalc.cc
3243
3244 * mmontecarlo/MonteCarloLinkDef.h:
3245 - added MMcThresholdCalc.cc
3246 - removed MMcEnerHisto.cc
3247 - removed MMcEnerThre.cc
3248 - removed MMcEnerThreCalc.cc
3249
3250 * mbase/MWriteAsciiFile.[h,cc]:
3251 - added
3252
3253 * manalysis/MCT1ReadAscii.h:
3254 - removed fFileName from class definition
3255
3256 * manalysis/MCerPhotCalc.cc:
3257 - use of SetHasChanged added
3258
3259 * manalysis/MHillas.[h,cc]:
3260 - Reset added
3261 - AsciiRead added
3262 - AsciiWrite added
3263 - use of SetHasChanged added
3264
3265 * manalysis/MPedCalcPedRun.[h,cc]:
3266 - made fNumHiGainSamples a class member
3267 - renamed some member functions
3268 - made the 'internal' member functions private
3269 - added SetHasChanged
3270 - made these functions const
3271
3272 * mbase/BaseLinkDef.h
3273 - MWriteAsciiFile added
3274
3275 * mbase/MEvtLoop.cc:
3276 - some small changes to the logging output
3277
3278 * mbase/MParContainer.cc:
3279 - fHasChanged added
3280
3281 * mbase/MParContainer.h:
3282 - Reset prototype added
3283 - HasChanged added
3284 - SetHasChanged added
3285
3286 * mbase/MParList.[cc,h]:
3287 - SetHasChanged added
3288 - Reset added
3289
3290 * mbase/MTaskList.cc:
3291 - Process: call SetHasChanged before looping
3292 - Process: call Reset before looping
3293
3294 * mbase/MTaskList.h:
3295 - fParList added to class definition
3296
3297
3298
3299 2001/04/27: Thomas Bretz
3300
3301 * macros/merpp.C:
3302 - made the merpp-macro Mars 0.3 compatible
3303
3304
3305
3306 2001/04/19: Thomas Bretz
3307
3308 * mbase/MParList.cc:
3309 - added stripping of the string after last semicolon (classname)
3310
3311 * mbase/MReadTree.cc:
3312 - added Veto funtionality to PreProcess
3313 - added HasVeto
3314 - added fVetoList
3315 - added VetoBranch
3316
3317
3318
3319 2001/04/18: Thomas Bretz
3320
3321 * mbase/MHtml.[cc.h]:
3322 - Added
3323
3324 * mbase/*.cc:
3325 - changed comments of member functions to new MHtml-Style
3326
3327
3328
3329 2001/04/09: Thomas Bretz
3330
3331 * mbase/MParList.cc:
3332 - Added the possibility to specify a different object name in
3333 FindCreateObj
3334
3335 * .rootrc:
3336 - changed the style for the html documentation
3337
3338 * macros/dohtml.C:
3339 - added SetXwho
3340
3341 * (*.cc):
3342 - added the copyright comment block
3343
3344 * mgui/MGeomCamMagic.cc:
3345 - added some comments to all these numbers
3346
3347 * mraw/MRawEvtPixelIter.h:
3348 - added Jump member function which jumps directly to the pixel with a
3349 given id
3350
3351
3352
3353 2001/04/09: Thomas Bretz
3354
3355 * mgui/MGeomPix.cc:
3356 - fixed a small error in SetNeighbors (thanks to Oscar)
3357
3358 * mgui/MGFadcDisp.[h,cc]:
3359 - Fixed many small errors which caused the display to display nonsens
3360 in some situations
3361
3362
3363
3364 2001/04/04: Thomas Bretz
3365
3366 * mraw/MRawEvtData.[cc,h]:
3367 - changed wrong return type of GetNumPixels to UShort_t
3368
3369 * mmain/MBrowser.[cc,h]:
3370 - made the dialog somehow work like it should
3371
3372
3373
3374 2001/04/03: Thomas Bretz
3375
3376 * manalysis/MCT1ReadAscii.cc:
3377 - the pedestal values read from the file are now stored in MeanRms
3378 instead of Sigma
3379
3380 * manalysis/MCerPhotCalc.cc:
3381 - The pedestal mean Rms is used as the pixel error
3382
3383 * MImgCleanStd.cc:
3384 - CleanStep1: the '<' was replaced by a '<=' to clean also pixels
3385 with value=noise=0
3386
3387 * MMcPedestalCopy.cc:
3388 - All the pedestal values are now filled in (are they calculated correctly?)
3389
3390 * mgui/MGeomCamMagic.cc:
3391 - Forgot to initialize the Nextneighbors of the Magic Camera
3392 (thanks to Oscar)
3393
3394 * mhist/MHStarMap.cc:
3395 - I changed the model of the display (colors and bin width) to
3396 get a 'better' result
3397
3398
3399
3400 2001/04/02: Thomas Bretz
3401
3402 * mraw/MRawEvtHeader.h, mraw/MRawFileWrite.cc:
3403 - added constants (kTT*) for trigger type
3404
3405 * manalysis/MImgCleanStd.[h,cc]:
3406 - added changeable cleaning levels
3407
3408 * manalysis/MHillas.cc:
3409 - added some more sanity checks to the calculation
3410
3411 * manalysis/MCT1ReadAscii.[h,cc]:
3412 - added some kind of chain feature (AddFile) to process more than one file
3413
3414 * mgui/MGeomPix.[h,c]:
3415 - added interface to pixel neighbors
3416
3417 * mgui/MGeomCamCT1.[cc,h], mgui/MGeomCamMagic.[cc,h]:
3418 - creates the neighbor geomtry now, too
3419
3420 * manalysis/MImgCleanStd.[cc,h]:
3421 - switched to new stylish neighbors from MGeomCam
3422
3423
3424
3425 2001/03/30: Thomas Bretz
3426
3427 * mdatacheck/MH*, mdatacheck/MFillH*:
3428 - moved to mhist
3429
3430 * mraw/MrawEvtPixelIter:
3431 - IsLoGain -> HasLoGain
3432
3433 * mgui/MG*:
3434 - renamed
3435 - moved to mmain
3436 - move Browser functionality to MBrowser
3437
3438 * mmain/, mhist:
3439 - new
3440
3441
3442
3443 2001/03/21: Thomas Bretz
3444
3445 * manalysis/MHillas.[h,cc]:
3446 - fixed some minor errors, added sanity check (N<2) to Calc
3447
3448 * manalysis/MFillHHillas.cc:
3449 - skip event if Hillas calculations fails
3450
3451 * macros/getCollArea.C, macros/readMagic.C,
3452 mdatacheck/MViewAdcSpectra.cc, meventdisp/MGFadcDisp.cc:
3453 - changed order in MReadTree constructor
3454
3455 * manalysis/MCT1ReadAscii.[h,cc]:
3456 - changed to use MPedestalCam
3457
3458 * manalysis/MCT1Pedestals.[h,cc]:
3459 - removed
3460
3461 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
3462 - removed MCT1Pedestals
3463
3464 * mbase/BaseLinkDef.h:
3465 - added const values from Magic.h
3466
3467 * mbase/MLogManip.h:
3468 - changed style of dbginf
3469
3470 * mbase/MParList.cc:
3471 - make use of dbginf
3472
3473 * mbase/MReadTree.[h,cc]:
3474 - switched from a TTree to a TChain object
3475 - chnaged order of variables of the constructor
3476
3477
3478
3479 2001/03/21: Thomas Bretz
3480
3481 * macros/CT1Hillas.C, manalysis/MImgCleanStd.cc, manalysis/MImgCleanStd.h,
3482 manalysis/MMcPedestalCopy.cc, manalysis/MMcPedestalCopy.h,
3483 manalysis/MCerPhotCalc.h, manalysis/MCerPhotCalc.cc, mdatacheck/MHHillas.h,
3484 mdatacheck/MHHillas.cc, mdatacheck/MFillHFadc.cc, mdatacheck/MFillHFadc.h,
3485 mdatacheck/MHFadcCam.cc, mdatacheck/MHFadcCam.h, mdatacheck/MHFadcPix.cc,
3486 mdatacheck/MHFadcPix.h, mdatacheck/MFillHHillas.cc,
3487 mdatacheck/MFillHHillas.h
3488 - added
3489
3490 * mdatacheck/MHistosAdc.[h,cc]:
3491 - replaced by MHFadc[Cam,Pix]
3492
3493 * mdatacheck/MFillAdcSpect.[h,cc]:
3494 - replaced by MFillHFadc
3495
3496 * macros/readCT1.C:
3497 - uses the new classes now
3498 - calculates and displays hillas
3499
3500 * manalysis/AnalysisLinkDef.h:
3501 - added MCerPhotCalc, MImgCleanStd, MMcPedestalCopy
3502
3503 * manalysis/MCT1ReadAscii.cc:
3504 - PreProcess uses FindCreateObj now
3505
3506 * manalysis/MCerPhotEvt.cc, manalysis/MPedestalCam.cc:
3507 - changed the new back to 'new with placement'
3508
3509 * manalysis/MCerPhotEvt.[h, cc]:
3510 - removed cleaning from this class
3511
3512 * manalysis/MHillas.cc:
3513 - some small changes in the naming inside Calc()
3514
3515 * manalysis/MHillas.h:
3516 - added Get-functions
3517
3518 * manalysis/MPedestalCam.h:
3519 - added InitSize-function
3520
3521 * manalysis/MPedestalPix.h:
3522 - made Get-functions const
3523
3524 * manalysis/Makefile:
3525 - added MMcPedestalCopy, MImgCleanStd, MCerPhotCalc
3526
3527 * mbase/MLogManip.h:
3528 - "l." before line number
3529
3530 * mbase/MParList.cc:
3531 - added the autodelete feature for automatically created classes
3532
3533 * mdatacheck/DataCheckLinkDef.h:
3534 - added MHFadc[Cam,Pix], MHHillas
3535 - removed MHistosAdc
3536 - added MFillHFadc, MFillHHillas
3537
3538 * mdatacheck/MGDisplayAdc.[h,cc], MShowSpect.[h,cc],
3539 mdatacheck/MViewAdcSpectra.[h,cc], :
3540 - changed from MHistaosAdc to MHFadcCam
3541
3542 * mdatacheck/Makefile:
3543 - added MFillHFadc.cc, MFillHHillas.cc
3544 - removed MFillAdcSpect.cc
3545
3546 * manalysis/MCT1ReadAscii.h, mbase/MEvtLoop.h, mbase/MLog.h,
3547 mbase/MParList.h, mbase/MReadTree.h, mbase/MTask.h,
3548 mbase/MTaskList.h, mdatacheck/MDumpEvtHeader.h,
3549 meventdisp/MGFadcDisp.h, mgui/MCamDisplay.h,
3550 mgui/MCamNeighbor.h, mgui/MGDataCheckMain.h,
3551 mgui/MGEventDispMain.h, mgui/MGMarsMain.h,
3552 mgui/MGMonteCarloMain.h, mgui/MGPrototyp.h, mgui/MHexagon.h,
3553 mmontecarlo/MCollAreaTrigger.h, mraw/MRawEvtPixelIter.h,
3554 mraw/MRawFileRead.h, mraw/MRawFileWrite.h:
3555 - set version number to '0' (no i/o for this class)
3556
3557 * mgui/MGeomCamCT1.cc:
3558 - new claculation algorith for the CT1 camera. It is more
3559 exact in the camera plain
3560
3561 * mgui/MHexagon.cc:
3562 - removed Draw-function (it is inherited from TObject)
3563
3564 * mmc/MMcFadcHeader.hxx:
3565 - Added get-functions
3566
3567
3568
3569
3570 2001/03/20: Thomas Bretz
3571
3572 * manalysis/MPedestalPix.[h,cc], manalysis/MPedestalCam.[h,cc],
3573 manalysis/MHillas.[h,cc], manalysis/MHillasCalc.[h,cc],
3574 mgui/MGeomCamCT1.[h,cc], mgui/MGeomCamMagic.[h,cc]
3575 - added
3576
3577 * macros/readCT1.C:
3578 - added calculation of Hillas parameters
3579 - changed from pointers to objects
3580
3581 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
3582 - added MPedestalPix/Cam, MHillas, MHillasCalc
3583
3584 * manalysis/MCerPhotEvt.[h,cc]:
3585 - removed fType
3586 - commented out Draw function - should be fixed soon
3587 - renamed *Nb* to *Num*
3588 - renamed Get[Min,Max]NumPhotons to GetNumPhontons[Min,Max]
3589
3590 * meventdisp/MGFadcDisp.[h,cc]:
3591 - changed parameter of ReadinEvent to unsigned
3592
3593 * mgui/GuiLinkDef.h, mgui/Makefile:
3594 - added MGeomCamCT1, MGeomCamMagic
3595
3596 * mgui/MCamDisplay.[h,cc]:
3597 - changed constructor argument from int to MGeomCam
3598 - renamed *Nb* to *Num*
3599
3600 * mgui/MGeomCam.[h,cc]:
3601 - removed all camara specific stuff
3602 - MGeomCam is now used as a base class for the classes
3603 MGeomCam[Magic,CT1] which are containing the camera specific stuff
3604
3605 * mgui/MGeomPix.h:
3606 - added Set function
3607
3608
3609
3610 2001/03/02: Thomas Bretz
3611
3612 * manalysis/Makefile, mdatacheck/Makefile, meventdisp/Makefile,
3613 mgui/Makefile:
3614 - new
3615
3616 * mbase/MParList.[cc,h]:
3617 - Added FindCreateObj member function
3618 - added a name to the constructor
3619
3620 * mbase/MReadTree.cc:
3621 - changed to use FindCreateObj
3622
3623 * mdatacheck/MDumpEvtHeader.cc:
3624 - removed fPixelIter from member list
3625 - changed cout to *fLog
3626
3627 * mdatacheck/MViewAdcSpectra.cc:
3628 - removed a HUGE memory leak. All the objects in the list (and the
3629 lists itself were NEVER deleted)
3630
3631 * mdatacheck/MFillAdcSpect.cc
3632 - removed fPixelIter from member list
3633 - changed cout to *fLog
3634 - changed to use FindCreateObj
3635 - changed high and low to hi and lo
3636
3637 * mdatacheck/MShowSpect.cc
3638 - changed cout to *fLog
3639 - added a name to the constructor
3640
3641 * mraw/MRawFileRead.cc:
3642 - changed to use FindCreateObj
3643
3644 * mdatacheck/MGDisplayAdc.[h,cc]:
3645 - added some new member functions to make code more clear
3646 - removed fHists from the destructor
3647
3648 * mdatacheck/MHistosAdc.h:
3649 - changed high and low to hi and lo
3650
3651 * macros/dohtml.C:
3652 - added manalysis
3653
3654
3655
3656 2001/03/01: Thomas Bretz
3657
3658 * Makefile:
3659 - added headers to dependencies
3660
3661 * Makefile.rules:
3662 - added headers to dependencies
3663
3664 * merpp.cc:
3665 - changed from pointers to objects
3666 - added compression level support
3667
3668 * readraw.cc:
3669 - removed unnecessary includes
3670
3671 * mbase/MArray*.*:
3672 - changed all Int_t to UInt_t
3673
3674 * mbase/MLogManip.h:
3675 - changed name of __DINF__ to dbginf
3676
3677 * mraw/MRawCrateData.[h,cc], mraw/MRawEvtHeader.[h,cc],
3678 mraw/MRawRunHeader.[h,cc]:
3679 - changed ifstream to istream
3680
3681 * mraw/MRawEvtData.cc:
3682 - changed the reading, which speeds up merpp by a factor of 10
3683
3684 * mraw/MRawEvtData.h:
3685 - added flag to InitArrays and DeletePixels
3686 (not yet used)
3687
3688 * mraw/MRawFileRead.h:
3689 - removed pParList from parameter list
3690
3691 * manalysis/AnalysisLinkDef.h
3692 - removed MReadCT1Ascii, added MCT1ReadAscii
3693 - added MCT1Pedestals
3694
3695 * manalysis/MCerPhotEvt.[h,cc]:
3696 - changed the constructor a little bit
3697 - rewrote Print() to make it a bit more readable
3698 - moved MCerphotPix to new File
3699 - added many lines of comments
3700 - exchanged old stylish new call with new stylish(=) one
3701 - replaced all accesses to fPixels with the [] operator to make this
3702 lines more readable
3703 - made all variable declarations const-correct,
3704 - I changed the style of the cleaning method from if(a){if()b{if(c){}}}
3705 to if(!a)continue; if(!b)continue if(!c) continue; to make it more
3706 compact, readable and easier to understand
3707 - renamed the Boolean-functions to Is* to get a stricter structure
3708 - replaced mapping function to access the pixel list entries by the new
3709 operator to get rid of more than the necessary number of member
3710 functions without loosing speed or readability
3711 - renamed GetMinimum/MaximumPhoton to GetMin/MaxNumPhotons to be
3712 more exact
3713
3714 * mgui/MCamGeom.* splitted and changed to MGeomCam/Pix:
3715 - added a new operator to access the TObjArray
3716 - removed unnecessary code from CreateCT1
3717
3718 * mbase/MAGIC.h:
3719 - added kPI
3720
3721 * mbase/MReadTree.cc:
3722 - added some comments
3723
3724 * mgui/MCamDisplay.[h,cc]:
3725 - added some comments, reordered a bit the calls in the constructor
3726 to get a 'straight forward structure', MGeomCam is now only
3727 locally used where it is needed, replaced access to the
3728 TClonesArrays by new member-function to get a more readable code,
3729 replaced old stylish new call with new stylish one, made
3730 variable decleration const-correct, introduced a new member function
3731 to set the pixel color, renamed the overloaded Draw functions to
3732 DrawPhotons, DrawPhotErr to prevent missunderstatements, changed
3733 the 'layout' of GetColor to make it easier to understand the algorithm,
3734
3735 * mgui/MCamNeighbor.[h, cc]:
3736 - changed to new log-interface
3737 - exchanged -9999 by -1
3738 - skipped the exits
3739 - you must check for -1 one in any case
3740 - this means a warning should be enough
3741
3742 * mgui/MHexagon.[h,cc]:
3743 - added new constructor whcih uses a MGeomPix-object
3744
3745
3746
3747 2001/02/28: Thomas Bretz
3748
3749 * mbase/MParList.[h,cc]:
3750 - changed return type of FindObject back to TObject
3751 - it seems so, that some compilers don't like overriding the
3752 return type of a virtual member function
3753
3754
3755
3756 2001/02/23: Thomas Bretz
3757
3758 * mraw/MRawEvtPixelIter.h:
3759 - added GetSum* functions
3760
3761 * mbase/MParList.[h,cc]:
3762 - Removed unnecessary fNext-stuff
3763
3764
3765
3766 2001/02/22: Thomas Bretz
3767
3768 * merpp.cc, readraw.cc, mbase/MParContainer.cc, mbase/MParList.cc,
3769 mbase/MParList.h, mbase/MReadTree.cc, mbase/MTask.cc, mbase/MTask.h,
3770 mbase/MTaskList.cc, mbase/MTime.cc, mdatacheck/MDumpEvtHeader.cc,
3771 mdatacheck/MShowSpect.cc, meventdisp/MGFadcDisp.cc, mgui/MGPrototyp.h,
3772 mmc/MHeaderTrig.cxx, mraw/MRawCrateArray.cc, mraw/MRawEvtData.cc,
3773 mraw/MRawEvtHeader.cc, mraw/MRawFileRead.cc, mraw/MRawFileWrite.cc,
3774 mraw/MRawRunHeader.cc:
3775 - exchanged cout with the new logging style (gLog, *fLog)
3776
3777 * mraw/MRawEvtData.cc:
3778 - added 'dec' option to Print
3779
3780 * mmc/MHeaderTrig.cxx, mmc/MMcEvt.cxx, mmc/MMcTrig.cxx:
3781 - small changes to the Print funtions
3782
3783
3784
3785 2001/02/21: Thomas Bretz
3786
3787 * MRawEvtData.cc:
3788 - Changed ReadEvt according to the new raw binary format 2001/02/20
3789
3790 * Added MLog.[h,cc], MLogManip.[h,cc]
3791
3792 * Adde SetStreamer and fLog to the MParContainer base class
3793
3794 * Derived MEvtLoop from MParContainer
3795
3796 * Makefile:
3797 - added 'tar'
3798
3799 * mbase/BaseIncl.h:
3800 - added fstream.h, TGListBox.h
3801
3802 * mbase/BaseLinkDef.h:
3803 - added pragma for gLog and MLog
3804
3805 * mbase/MAGIC.h:
3806 - added forward definition for gLog
3807
3808 * mbase/MEvtLoop.cc:
3809 - exchanged cout with *fLog
3810 - added statements to provide log-facility to all tasks als parameter
3811 containers
3812
3813 * mbase/MEvtLoop.h:
3814 - Small changes
3815
3816 * mbase/MParContainer.h:
3817 - Added definitions necessary for use of Log-Facility
3818
3819 * mbase/MParList.[h,cc]:
3820 - Added SetLogStream
3821
3822 * mbase/MTask.h:
3823 - added fLog
3824
3825 * mbase/MTaskList.[h,cc]:
3826 - added SetLogStream
3827
3828 * mbase/Makefile:
3829 - Added MLog.cc, MLogManip.cc
3830
3831
3832
3833 2001/02/19: Harald Kornmayer
3834
3835 * implemented the Image Cleaning a la CT1 to the class MCerPhotEvt
3836
3837 * changed the readCT1.C file to show the effects of the image cleaning
3838 a la CT1
3839
3840 * changed
3841 mgui/MCamNeighbor.cc
3842 mananlysis/MCerPhotEvt.cc .h
3843 macros/readCT1.C
3844
3845
3846
3847 2001/02/19: Thomas Bretz
3848
3849 * MParContainer.h added prototypes for AsciiRead/Write
3850
3851 * .rootrc added
3852
3853 * MEvtLoop.[h,cc]:
3854 - split eventloop in its three parts, this should be used for
3855 debugging only.
3856
3857
3858
3859 2001/02/06: Harald Kornmayer
3860
3861 * the first running version with a eventdisplay. Now we are able
3862 to display an Event on the photo electron level. To do this, run
3863 the macro "macros/readCT1.C" after changing the file name.
3864
3865 changed:
3866 macros/readCT1.C
3867 manalysis/MNphotEvent.cc, manalysis/MNphotEvent.h
3868 analysis/MReadCT1Ascii.cc
3869 mgui/MCamDisplay.cc, mgui/MCamDisplay.h
3870
3871
3872
3873 2001/01/23: Harald Kornmayer
3874
3875 * the integration of the class FadcDisp in the mars enviroment
3876 and further developments in the display
3877
3878 changed:
3879 meventdisp/MGFadcDisp.h
3880 meventdisp/MGFadcDisp.cc
3881 mgui/GuiIncl.h
3882 mgui/GuiLinkDef.h
3883 mgui/MGMarsMain.cc
3884 mgui/MGPrototyp.cc
3885 mgui/MGPrototyp.h
3886 mgui/Makefile
3887
3888 added:
3889 mgui/MGEventDispMain.h
3890 mgui/MGEventDispMain.cc
3891
3892
3893
3894 2001/01/22: Harald Kornmayer
3895
3896 * started with the development of a EventDisplay Utitliy.
3897 Therefore I added the following files.
3898
3899 meventdisp/EvtDispIncl.h
3900 meventdisp/EvtDispLinkDef.h
3901 meventdisp/MGFadcDisp.cc
3902 meventdisp/MGFadcDisp.h
3903 meventdisp/Makefile
3904
3905 Also a few of the older files where slightly changed.
3906 ./Makefile
3907 ./Makefile.rules
3908 mraw/MRawEvtData.
3909
3910
3911
3912 2001/01/19: Thomas Bretz
3913
3914 * mmc/*.hxx:
3915 - changed include of MDefineTrigger.h back
3916
3917
3918
3919 2001/01/19: Oscar Blanch
3920
3921 * mmc/MTriggerDefine.h:
3922 - added
3923
3924
3925
3926 2001/01/18: Thomas Bretz
3927
3928 * Makefile:
3929 - mmc-library added
3930
3931 * Makefile.conf.general:
3932 - Added definition of __MARS__
3933
3934 * Makefile.rules:
3935 - Added definitions to rootcint
3936
3937 * Oscar added the McFormat subdir of the Monte Carlo as mmc
3938
3939 * mmc/MMcEvt.h:
3940 - renamed to MMcEvt.hxx
3941
3942 * mmc/*.hxx:
3943 - added necessary defintions from MDefineTrigger.h
3944
3945 * mmc/Makefile, mmc/McLinkDef.h, mmc/McIncl.h, mmc/readme.txt:
3946 - added
3947
3948 * mmc/LinkDef.h:
3949 - removed
3950
3951
3952
3953 2001/01/17: Thomas Bretz
3954
3955 * Makefile:
3956 - Exchanged explicit rules to make library by implicit ones
3957 - The shared object works now. I exchanged the libraries with the object
3958 files. But I don't know why the libraries don't work.
3959
3960 * Makefile.conf.linux-gnu:
3961 - replaced CC with gcc (instead of g++)
3962
3963 * mdatacheck/DataCheckLinkDef.h:
3964 - removed unused statements
3965
3966 * mraw/RawLinkDef.h:
3967 - added globals
3968
3969 * mraw/MerppLinkDef.h:
3970 - removed unused file
3971
3972
3973
3974 2001/01/12: Thomas Bretz
3975
3976 * MLinkDef.h, MIncl.h, marslogo.xpm, magiclogo.xpm:
3977 - added
3978
3979 * LinkDef.h:
3980 - removed
3981
3982 * Makefile:
3983 - Added CINT, mrproper
3984
3985 * mbase/Makefile, mraw/Makefile, mgui/Makefile, mdatacheck/Makefile:
3986 - included makefile.general, Makefile.rules,
3987 - removes corresponding lines
3988
3989 * mdatacheck/MDumpEvtHeader.[h,cc], mdatacheck/MFillAdcSpect.[cc,h],
3990 mdatacheck/MFillAdcSpect.[h,cc], mdatacheck/MGDisplayAdc.[cc,h],
3991 mdatacheck/MHistsosAdc.[h,cc], mdatacheck.MShowSpect.[cc,h]
3992 - changed include statements
3993
3994 * mgui/MGDataCheckMain.[cc,h], mgui/MGMarsMain.[cc,h]
3995 - changed include statements
3996 - move enum from h to cc
3997 - removed comma operator from delete statements (nonsense)
3998
3999
4000
4001 2001/01/11: Harald Kornmayer
4002
4003 * ./
4004 readraw.cc, Makefile, Makefile.rules, LinkDef.h, MParList.cc, MReadTree.cc,
4005 MReadTree.h, mbase/Makefile, mraw/Makefile
4006 - small changes in this files. Not really critical.
4007
4008 * mars.cc
4009 - added the main file for the gui
4010
4011 * mgui/
4012 GuiIncl.h, MGMarsMain.cc, GuiLinkDef.h, MGMarsMain.h, MGDataCheckMain.cc,
4013 Makefile, MGDataCheckMain.h
4014 - added the subdir mgui and this files
4015
4016 * mdatacheck/
4017 DataCheckIncl.h, DataCheckLinkDef.h, MHistosAdc.cc, MHistosAdc.h,
4018 MDumpEvtHeader.cc, MDumpEvtHeader.h, MShowSpect.cc, MShowSpect.h,
4019 MFillAdcSpect.cc, MFillAdcSpect.h, MViewAdcSpectra.cc, MViewAdcSpectra.h,
4020 MGDisplayAdc.cc, MGDisplayAdc.h, Makefile
4021 - added the subdir mdatacheck and this files
4022
4023
4024
4025 2000/12/28: Thomas Bretz
4026
4027 * merpp.cc, MArray.cc, MArray.h, MArrayB.cc, MArrayB.h, MArrayS.cc,
4028 MArrayS.h, MEvtLoop.cc, MEvtLoop.h, MInputStreamID.cc, MInputStreamID.h,
4029 MParContainer.cc, MParContainer.h, MParList.cc, MParList.h, MReadTree.cc,
4030 MTask.cc, MTask.h, MTaskList.cc, MTaskList.h, MTime.cc, MTime.h:
4031 - Added changes some comments.
4032
4033 * MLoopEvt.cc, MLoopEvt.h:
4034 - Removed
4035
4036
4037
4038 2000/12/22 - Thomas Bretz:
4039
4040 * readraw.cc:
4041 - changed some comments and the Root-Name of the program
4042 - added check for the existance of the file
4043 - changed name of numbers of entries from iEnt to nent
4044
4045 * dohtml.C:
4046 - changed title of converted macros
4047
4048 * MRawEvtData.cc:
4049 - added a commet in Draw()
4050
4051 * MRawEvtPixelIter.[h,cc]:
4052 - Added the comment header of the file
4053 - removed inheritance from TIterator (not needed)
4054 - some changes to get it work (the one in the repository was untested
4055 and not working)
4056 - changed calling style of iterator from do...while to while-loop
4057 - changed some comments
4058
4059 * MRawRunHeader.cc:
4060 - added some comments
4061
4062 * Changelog, News: added
4063
4064 * test.C: removed
Note: See TracBrowser for help on using the repository browser.