source: trunk/MagicSoft/Mars/Changelog@ 1346

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