source: trunk/MagicSoft/Mars/Changelog@ 1379

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