source: trunk/MagicSoft/Mars/Changelog@ 1408

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