source: trunk/MagicSoft/Mars/Changelog@ 1315

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