source: trunk/MagicSoft/Mars/Changelog@ 1385

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