source: trunk/MagicSoft/Mars/Changelog@ 1401

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