source: trunk/MagicSoft/Mars/Changelog@ 1319

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