source: trunk/MagicSoft/Mars/Changelog@ 1320

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