source: trunk/MagicSoft/Mars/Changelog@ 1397

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