source: trunk/MagicSoft/Mars/Changelog@ 1350

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