source: trunk/MagicSoft/Mars/Changelog@ 1394

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