source: trunk/MagicSoft/Mars/Changelog@ 1368

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