source: trunk/MagicSoft/Mars/Changelog@ 1354

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