source: trunk/MagicSoft/Mars/Changelog@ 959

Last change on this file since 959 was 959, checked in by tbretz, 23 years ago
*** empty log message ***
File size: 40.2 KB
Line 
1 -*-*- END -*-*-
2
3 2001/10/02: Thomas Bretz
4
5 * mbase/MClone.[h,cc],
6 meventdisp/MGCamDisplay.[h,cc],
7 meventdisp/MGEvtDisplay.[h,cc],
8 mmain/MCameraDisplay.[h,cc]:
9 - added
10
11 * macros/readMagic.C:
12 - fixed a "'->' and '.' mixed bug"
13
14 * manalysis/MCT1ReadAscii.cc:
15 - added initialisation of fIn
16
17 * manalysis/MCerPhotEvt.[h,cc]:
18 - made IsPixelExisting const
19 - made IsPixelCore const
20 - made IsPixelUsed const
21 - made GetNumPhotons[Min,Max] const
22
23 * mbase/BaseLinkDef.h, mbase/Makefile:
24 - added MClone
25
26 * mbase/MEvtLoop.[h,cc], mbase/MParList.[h,cc], mbase/MTaskList.[h,cc]:
27 - added SetOwner-support
28
29 * mdatacheck/DataCheckLinkDef.h, mdatacheck/Makefile:
30 - removed MShowSpect
31 - removed MViewAdcSpect
32
33 * mdatacheck/MDumpEvtHeader.cc:
34 - added missing descriptions
35
36 * mdatacheck/MGDisplayAdc.[h,cc]:
37 - small changes
38
39 * meventdisp/EvtDispLinkDef.h:
40 - added MGEvtDisplay
41 - added MGCamDisplay
42
43 * meventdisp/MGFadcDisp.[h,cc]:
44 - derived from MGEvtDisplay
45 - most of the code moved to MGEvtDisplay to support MGCamDisplay, too
46
47 * meventdisp/Makefile:
48 - added MGCamDisplay
49
50 * mgui/MCamDisplay.[h,cc]:
51 - cleaned
52 - reorganized
53
54 * mgui/MHexagon.cc:
55 - added missing descriptions
56
57 * mhist/MHFadcPix.cc:
58 - reorganized some code in the constructor which creates the 'names'
59
60 * mhist/MHHillas.cc, mhist/MHMcCollectionArea.cc,
61 mhist/MHMcEnergy.cc, mhist/MHStarMap.cc:
62 - Draw-function supports a default canvas now
63
64 * mmain/MDataCheck.cc:
65 - added/rorganized comments
66 - removed usage of MViewAdcSpectra
67
68 * mmain/MMars.[h,cc]:
69 - added new "Camera Display" Button
70
71 * mmain/MainLinkDef.h, mmain/Makefile:
72 - added MCameraDisplay
73
74
75
76 2001/09/28: Thomas Bretz
77
78 * macros/getRate.C:
79 - changed TObjArray to a non-pointer object
80 - added Printing of the result at the end of the macro
81
82 * mhist/MHMcCollectionArea.[h,cc], mhist/MHMcEnergy.[h,cc]:
83 - added DrawClone
84
85 * mhist/MHMcRate.[h,cc]:
86 - added a dummy for DrawClone
87
88 * mmain/MMonteCarlo.[cc, h]:
89 - added Gui elements
90 - added CalculateCollectionArea (not yet tested)
91 - added CalculateTriggerRate (not yet tested)
92 - added Threshold (not yet tested)
93
94 * mmontecarlo/MMcTriggerRateCalc.cc:
95 - removed output stuff from PostProcessing
96
97 * meventdisp/MGFadcDisp.[h,cc], mdatacheck/MGDisplayAdc.[h,cc]:
98 - reorganized code (constructor)
99 - reorganized deletion of gui objects
100 - fixed many, many memory leaks
101
102
103
104 2001/09/27: Thomas Bretz
105
106 * mmain/MBrowser.cc:
107 - added comments
108
109 * mmain/MAnalysis.[h,cc]:
110 - added entry field for cleaning levels
111 - restructured code a bit
112
113 * mhist/MFillH.cc:
114 - fixed missing initialization of member variables in Init
115
116 * mhist/MHHillas.[h,cc]:
117 - Added comments
118 - Added DrawClone
119 - Removed kCanDelete bits from Draw function
120
121 * mhist/MHStarMap.[h,cc]:
122 - Added comments
123 - Added DrawClone
124 - moved some code from the Draw-functions to PrepareDrawing
125
126
127
128 2001/09/26: Thomas Bretz
129
130 * mmain/MMars.[cc,h], mmain/MBrowser.[cc,h], MDataCheck.[cc,h],
131 mmain/MEvtDisp.[cc,h], mmain/MMonteCarlo.[cc,h]:
132 - reorganized code (constructor)
133 - reorganized deletion of gui objects
134 - fixed many, many memory leaks
135 - small changes in layout
136
137 * mmain/MAnalysis.[h,cc]:
138 - added
139
140 * macros/*:
141 - added Copyright notice
142 - added some small sanity checks
143
144 * macros/MagicHillas.C:
145 - fixed '->' bug
146 - changed MFillHStarMap to MFillH
147
148 * mbase/MReadTree.cc, mraw/MRawFileWrite.cc:
149 - removed an old debug statement
150
151 * mmain/MMars.cc:
152 - added new Analysis functionality
153
154 * mmain/MainLinkDef.h:
155 - addded MAnalysis
156
157 * mmain/Makefile:
158 - added MAnalysis.cc
159
160 * mmc/McLinkDef.h:
161 - removed nonsens define statement
162
163
164
165 2001/09/25: Thomas Bretz
166
167 * Makefile:
168 - changed make tar so that 'CVS/Root' isn't added to the tar-file anymore
169 It contains the origin (CVSROOT) of the repository and my confuse
170 people triing to commit changed files from such an archive to
171 the repository
172
173 * mmain/MBrowser.[cc,h]:
174 - reorganized code (constructor)
175 - reorganized deletion of gui objects
176 - fixed many, many memory leaks
177
178 * mmain/MMars.[cc,h]:
179 - reorganized code (constructor)
180 - reorganized deletion of gui objects
181 - fixed many, many memory leaks
182
183
184
185 2001/09/20: Thomas Bretz
186
187 * mbase/MLog.[h,cc]:
188 - made working with Cosy
189 - fixed gui stuff to work like expected
190
191 * manalysis/MCerPhotPix.h:
192 - replaced TROOT.h by MAGIC.h
193
194 * mfilter/MFTriggerLvl1.h:
195 - added description
196
197
198
199 2001/09/20: Thomas Bretz
200
201 * released Version 0.4
202
203 * mevtdisp/MGFadcDisp.cc, mmain/MMars.cc:
204 - switched to root version >= 3.00
205
206 * Makefile.conf.linux:
207 - added to support the new Linux distributions
208
209 * .rootrc:
210 - removed references to MARSSYS
211
212
213
214 2001/09/13: Thomas Bretz
215
216 * Makefile.conf.linux-gnu:
217 - removed "-Woverloaded-virtual". it doesn't really help
218
219
220
221 2001/08/02: Thomas Bretz
222
223 * macros/getRate.C:
224 - make use of new stylish lists of containers
225
226
227 * macros/CT1Hillas.C, macros/getCollArea.C:
228 - make use of return value of Eventloop
229
230 * macros/merpp.C:
231 - changed return type to void
232
233
234
235 2001/07/23: Thomas Bretz
236
237 * mbase/MParList.cc:
238 - redifinition of default argument: fixed
239
240
241
242 2001/07/23: Thomas Bretz
243
244 * mmontecarlo/MMcThresholdCalc.[cc,h]:
245 - changed PreProcess action to new stylish lists of containers
246
247 * mhist/Makefile:
248 - removed MEnergies.cc
249
250 * mhist/HistLinkDef.h:
251 - removed MEnergies.cc
252
253 * mbase/MReadTree.cc:
254 - removed a bug which causes MReadTree to show strange behaviour.
255 We cannot use GetBranch()->SetAddress() we have to use
256 SetBranchAddress.
257
258 * macros/MagicHillas.C:
259 - changed to new stylish histogram fillers.
260
261 * mhist/MHMcRate.cc:
262 - some simplifications to the constructors
263 - some accelerations of the rate calculation
264
265 * mhist/MHHillas.C:
266 - added axis descriptions (thanks to Rudy)
267
268
269
270 2001/07/20: Thomas Bretz
271
272 * mhist/MH.cc:
273 - added comments
274
275 * mhist/MFillH.cc:
276 - added comments
277
278 * mbase/MParList.[h,cc]:
279 - Added AddToList from a TObjArray
280 - Added GetClassName
281 - Added GetObjName
282 - Added FindObjectList
283 - Added FindCreateObjList
284 - Added CreateObjList
285
286 * mhist/MHMcEnergies.[h,cc]:
287 - deleted
288
289 * mhist/MHMcEnergy.[h,cc]:
290 - rewrote constructor in a way that MHMcEnergies isn't needed anymore
291 - added a SetName function which replaces the old constructor somehow
292
293 * macros/getThreshold.C:
294 - make use of some new features
295
296
297
298 2001/07/19: Thomas Bretz
299
300 * mbase/MEvtLoop.cc:
301 - added comments
302
303 * mbase/MTaskList.cc:
304 - changed the wrong 'break' for kCONTINUE into 'return kTRUE'
305
306 * mhist/MH.[cc,h]
307 - added
308
309 * mhist/MFillH.[cc,h]
310 - added
311 - in principal MFillHHillas, MFillHFadc and MFillHStarMap
312 can be deleted now
313
314 * mhist/HistLinkDef.h:
315 - added MH
316 - added MFillH
317
318 * mhist/MFillHFadc.cc:
319 - moved source for filling to corresponding histogram class
320
321 * mhist/MFillHHillas.cc:
322 - included MHillas.h
323
324 * mhist/MHFadcCam.[cc, h]:
325 - added Fill
326 - made FillHi, FillLo private
327
328 * mhist/MHHillas.[cc, h], mhist/MHStarMap.[h,cc]:
329 - changed Fill function to new style
330 - derived class from MH
331
332 * mhist/Makefile:
333 - added MH.cc
334 - added MFillH.cc
335
336
337
338 2001/07/18: Oscar Blanch
339
340 * macros/getRate.C:
341 - Macro to compute the trigger rate from a MonteCarlo file
342
343 * mhist/MHMcRate.[h,cc]:
344 - Container to store trigger rate information
345 - Draw() functin member to be implemented
346
347 * mmontecarlo/MMcTriggerRateCalc.[h,cc]:
348 - Task to compute trigger rate
349
350
351
352 2001/07/13: Thomas Bretz
353
354 * mbase/MEvtLoop.[h,cc]:
355 - Added a result value to Eventloop to be able to detect if the
356 execution was successfull
357 - changes postProcess to return the return value from
358 MTaskList::PostProcess
359
360 * mbase/MParList.cc:
361 - FindCreateObj removes now a 'dot' from the end of an indexed
362 object name like "Events;7."
363
364 * mbase/MReadTree.cc:
365 - small changes to the output
366
367 * mbase/MTask.[h,cc]:
368 - added Preprocessed flag. This enables the tasklist to only postprocess
369 already preprocessed tasks
370
371 * mbase/MTaskList.cc:
372 - don't postprocess non preprocessed tasks
373
374 * mhist/MHMcCollectionArea.cc:
375 - added descriptions to histrograms
376 - changed names of histograms
377 - added drawing of canvas to Draw-functions
378
379 * mhist/MHMcEnergy.[h,cc]:
380 - added variables to store the calculated result
381 - changed names and titles of histogram
382 - added axis titles to histogram
383 - moved result calculation into fit-function
384
385 * mmontecarlo/MMcCollectionAreaCalc.cc:
386 - added name of input container to be able to process another
387 container than "MMcTrig"
388
389 * mmontecarlo/MMcThresholdCalc.cc:
390 - removed trailing dot from container name creation
391
392 * mhist/MMcThresholdCalc.cc:
393 - removed a wrong '.' behind the number when processing more than
394 one trigger condition
395
396 * mraw/MRawRunHeader.cc:
397 - added "Monte Carlo Data" as runtype
398
399
400
401 2001/07/10: Thomas Bretz
402
403 * mhist/MHMcEnergy.h:
404 - renamed SetBins to SetNumBins
405
406 * mmontecarlo/MMcThresholdCalc.cc:
407 - changed style of comments
408 - moved sqrt(2) from Postprocess to header.
409
410 * mmontecarlo/MMcEnerHisto.[cc,h], mmontecarlo/MMcEnerThre.[cc,h],
411 mmontecarlo/MMcEnerThreCalc.[cc,h]:
412 - removed
413
414 * mmontecarlo/MCollArea.[cc,h], mmontecarlo/MCollAreaTrigger.[cc,h]:
415 - removed
416
417
418
419 2001/07/09: Thomas Bretz
420
421 * mbase/MParList.cc:
422 - made handling of already existing containers in AddToList a bit
423 more convinient
424
425 * mbase/MTaskList.[h,cc]:
426 - added come comments
427 - made handling of already existing tasks in AddToList a bit
428 more convinient
429 - Added name-argument to constructor
430
431 * mraw/MRawFileRead.[cc, h]:
432 - move file-open check from constructor to PreProcess
433 - added variable for filename
434
435 * mraw/MRawFileWrite.[cc,h]:
436 - moved fOut->Write from PostProcess to destructor
437 - removed PostProcess
438
439
440
441 2001/07/06: Thomas Bretz
442
443 * mfilter/FilterIncl.h, mfilter/FilterLinkDef.h,
444 mfilter/MFTriggerLvl1.[h,cc], mfilter/mfilter/Makefile:
445 - added
446
447 * Makefile
448 - mfilter added
449
450 * Makefile.conf.linux-gnu:
451 - added some warning options
452
453 * Makefile.conf.osf1:
454 - enhanced warnings
455
456 * manalysis/MCerPhotEvt.cc:
457 - removed a small buf from the constructor
458
459 * BaseLinkDef.h:
460 - added MFilter
461 - added MFilterList
462
463 * mbase/MLog.[h,cc]:
464 - added a non-empty copy constructor to make cxx happy
465
466 * mbase/MParList.[h,cc]:
467 - added second overload-function FindObject
468
469 * mbase/MTask.h:
470 - added all Filter stuff
471
472 * mbase/MTaskList.cc:
473 - changed debug output
474 - added filter-stuff to Process
475
476 * mbase/MTaskList.h:
477 - changed Print default option from NULL to ""
478
479 * mbase/Makefile:
480 - added MFilter
481 - added MFilterList
482
483 * mhist/MFillHFadc.cc:
484 removed a small bug in the PreProcessing
485
486 * manalysis/MCerPhotEvt.h, manalysis/MHillas.cc, manalysis/MHillas.h,
487 manalysis/MImgCleanStd.cc, manalysis/MPedestalCam.h, mgui/MGeomCam.h,
488 mhist/MFillHHillas.h, manalysis/MHillasCalc.h, manalysis/MCerPhotCalc.h,
489 manalysis/MImgCleanStd.h, mhist/MFillHStarMap.h, mhist/MHHillas.cc,
490 mhist/MHHillas.h, mhist/MHStarMap.cc, mhist/MHStarMap.h,
491 mmc/MMcFadcHeader.hxx, mmc/MMcFadcHeader.hxx, mmc/MMcTrig.hxx,
492 mmontecarlo/MMcThresholdCalc.h:
493 - made more const-correct
494
495 * manalysis/MCT1ReadAscii.cc, manalysis/MCerPhotCalc.cc,
496 manalysis/MHillasCalc.cc, manalysis/MImgCleanStd.cc,
497 manalysis/MMcPedestalCopy.cc, manalysis/MPedCalcPedRun.cc,
498 mhist/MFillHFadc.cc, mhist/MFillHHillas.cc, mhist/MFillHStarMap.cc,
499 mmontecarlo/MMcThresholdCalc.cc, mraw/MRawFileRead.cc,
500 mraw/MRawFileWrite.cc:
501 - added comments
502
503 * manalysis/MCT1ReadAscii.cc, manalysis/MCerPhotCalc.cc,
504 manalysis/MCerPhotPix.cc, manalysis/MHillas.cc,
505 manalysis/MHillasCalc.cc, manalysis/MImgCleanStd.cc,
506 manalysis/MMcPedestalCopy.cc, manalysis/MMcPedestalCopy.h,
507 manalysis/MPedCalcPedRun.cc, manalysis/MPedestalCam.cc,
508 manalysis/MPedestalPix.cc,
509 mbase/MArray.cc, mbase/MArrayB.cc, mbase/MArrayS.cc, mbase/MEvtLoop.cc,
510 mbase/MLog.cc, mbase/MParList.cc, mbase/MReadTree.cc, mbase/MTask.cc,
511 mbase/MTime.cc, mbase/MWriteAsciiFile.cc, mbase/MWriteFile.cc,
512 mbase/MWriteRootFile.cc,
513 mhist/MFillHFadc.cc, mhist/MFillHFadc.cc, mhist/MFillHHillas.cc,
514 mhist/MFillHStarMap.cc, mhist/MHFadcCam.cc, mhist/MHFadcPix.cc,
515 mhist/MHHillas.cc, mhist/MHMcCollectionArea.cc, mhist/MHMcEnergies.cc,
516 mhist/MHMcEnergy.cc, mhist/MHStarMap.cc, mraw/MRawCrateArray.cc,
517 mraw/MRawCrateData.cc, mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc,
518 mraw/MRawEvtPixelIter.cc, mraw/MRawFileRead.cc,
519 mraw/MRawFileWrite.cc, mraw/MRawRunHeader.cc:
520 - added semicolon after ClassImp to make my editor happy
521
522 * mmain/MEvtDisp.cc:
523 - removed a wrong comma in the enumerations
524
525 * mmontecarlo/MMcThresholdCalc.cc:
526 - made compile on osf by removing brackets in new steatement (constructor)
527
528
529
530 2001/07/05: Thomas Bretz
531
532 * macros/CT1Hillas.C:
533 - changed the wrong pointers to dots.
534
535 * macros/getThreshold.C:
536 - added some comments
537 - removed the canvas creation
538 - drawing replaced by a loop
539 - changed trigger conditions to 1 (should work with any MC file)
540
541 * macros/readMagic.C:
542 - changed the event counter to the number of the event in the file
543 - removed icound
544
545 * manalysis/MPedCalcPedRun.cc, manalysis/MCerPhotCalc.cc,
546 mbase/MParContainer.cc, mbase/MParContainer.h, mbase/MParList.cc,
547 mbase/MParList.h, mbase/MTaskList.cc, mbase/MWriteAsciiFile.cc,
548 mbase/MWriteRootFile.cc, mhist/MFillHFadc.cc, mhist/MFillHHillas.cc,
549 mhist/MFillHStarMap.cc,
550 - changed HasChanged to ReadyToSave
551
552 * mbase/MReadTree.cc:
553 - added some comments
554
555 * mhist/MHMcEnergies.h:
556 - fixed bug in []-operator
557
558 * mhist/MHMcEnergy.cc:
559 - added canvas creation to draw function
560
561 * mmontecarlo/MMcThresholdCalc.cc:
562 - fixed a bug in the constructor
563
564
565
566 2001/06/20: Thomas Bretz
567
568 * macros/merpp.C:
569 - fixed type in comment
570
571 * manalysis/MHillas.cc:
572 - fixed 'FIXME' comment
573
574 * mbase/MWriteFile.[h,cc]:
575 - added
576
577 * mbase/MWriteRootFile.[h,cc]:
578 - added
579
580 * mbase/BaseLinkDef.h:
581 - Added MWriteFile
582 - Added MWriteRootFile
583
584 * mbase/MEvtLoop.cc:
585 - fixed the counting in the eventloop
586
587 * mbase/MWriteAsciiFile.[h,cc]:
588 - changed class that it is based on MWriteFile now
589
590 * mbase/Makefile:
591 - added MWriteFile
592 - added MWriteRootFile
593
594 * mhist/MFillHFadc.[h,cc]:
595 - added set for HasChanged (new PostProcess)
596
597 * mhist/MFillHHillas.cc:
598 - added set for HasChanged (new PostProcess)
599
600 * mhist/MFillHStarMap.cc:
601 - added set for HasChanged (new PostProcess)
602
603 * mhist/MHHillas.cc:
604 - Set kCanDelete to make sure, that the histograms are deleted
605 together with the canvas
606
607 * mraw/MRawFileWrite.[h,cc]:
608 - changed the handling of opening, closing and checking file
609
610
611
612 2001/06/13: Thomas Bretz
613
614 * ./.../*.h:
615 - added some comments and corrected some descriptions.
616
617 * mbase/MParContainer.[h,cc]:
618 - added a 'dummy' function for AsciiRead, AsciiWrite
619
620 * mbase/MWriteAsciiFile.[h,cc]:
621 - added new constructor (specify directly the pointer to the class)
622
623 * mgui/MHexagon.cc:
624 - made Copy-function more readable
625
626 * mgui/MParContainer.cc:
627 - made Copy-function more readable
628
629 * mhist/MHMcEnergies.[h,cc]:
630 - files added as a container to make handling of several MHMcEnergy easier
631
632 * mbase/MAGIC.h:
633 - encapsulated include of TROOT
634
635 * mbase/MTaskList.cc:
636 - added SetHasChange and Reset to PostProcess
637
638 * mhist/HistLinkDef.h
639 - added MHMcEnergies
640
641 * mhist/MHMcEnergy.[h,cc]:
642 - added name and title to constructor
643 - added number to name of container
644
645 * mmontecarlo/MMcThresholdCalc.cc:
646 - corrected typo in creation of the container names
647
648 * mraw/MRawEvtData.cc:
649 - Set kCanDelete in Draw function
650
651
652
653 2001/06/12: Thomas Bretz
654
655 * mmontecarlo/MMcEnerThreCalc.[cc,h]
656 - copied to mmontecarlo/MMcThresholdCalc.[cc,h]
657
658 * mmontecarlo/MMcEnerThreHistos.[h,cc]
659 - copied to mmhist/MHMcEnergy.[h,cc]
660
661 * mbase/Makefile:
662 - added MWriteAsciiFile.cc
663
664 * mhist/HistIncl.h:
665 - added TF1.h
666
667 * mhist/HistLinkDef.h:
668 - added MHMcEnergy
669
670 * mhist/Makefile
671 - added MHMcEnergy
672
673 * mmontecarlo/MCollArea.h:
674 - fixed typo in ifndef
675
676 * mmontecarlo/Makefile:
677 - added MMcThresholdCalc.cc
678 - removed MMcEnerHisto.cc
679 - removed MMcEnerThre.cc
680 - removed MMcEnerThreCalc.cc
681
682 * mmontecarlo/MonteCarloLinkDef.h:
683 - added MMcThresholdCalc.cc
684 - removed MMcEnerHisto.cc
685 - removed MMcEnerThre.cc
686 - removed MMcEnerThreCalc.cc
687
688 * mbase/MWriteAsciiFile.[h,cc]:
689 - added
690
691 * manalysis/MCT1ReadAscii.h:
692 - removed fFileName from class definition
693
694 * manalysis/MCerPhotCalc.cc:
695 - use of SetHasChanged added
696
697 * manalysis/MHillas.[h,cc]:
698 - Reset added
699 - AsciiRead added
700 - AsciiWrite added
701 - use of SetHasChanged added
702
703 * manalysis/MPedCalcPedRun.[h,cc]:
704 - made fNumHiGainSamples a class member
705 - renamed some member functions
706 - made the 'internal' member functions private
707 - added SetHasChanged
708 - made these functions const
709
710 * mbase/BaseLinkDef.h
711 - MWriteAsciiFile added
712
713 * mbase/MEvtLoop.cc:
714 - some small changes to the logging output
715
716 * mbase/MParContainer.cc:
717 - fHasChanged added
718
719 * mbase/MParContainer.h:
720 - Reset prototype added
721 - HasChanged added
722 - SetHasChanged added
723
724 * mbase/MParList.[cc,h]:
725 - SetHasChanged added
726 - Reset added
727
728 * mbase/MTaskList.cc:
729 - Process: call SetHasChanged before looping
730 - Process: call Reset before looping
731
732 * mbase/MTaskList.h:
733 - fParList added to class definition
734
735
736
737 2001/04/27: Thomas Bretz
738
739 * macros/merpp.C:
740 - made the merpp-macro Mars 0.3 compatible
741
742
743
744 2001/04/19: Thomas Bretz
745
746 * mbase/MParList.cc:
747 - added stripping of the string after last semicolon (classname)
748
749 * mbase/MReadTree.cc:
750 - added Veto funtionality to PreProcess
751 - added HasVeto
752 - added fVetoList
753 - added VetoBranch
754
755
756
757 2001/04/18: Thomas Bretz
758
759 * mbase/MHtml.[cc.h]:
760 - Added
761
762 * mbase/*.cc:
763 - changed comments of member functions to new MHtml-Style
764
765
766
767 2001/04/09: Thomas Bretz
768
769 * mbase/MParList.cc:
770 - Added the possibility to specify a different object name in
771 FindCreateObj
772
773 * .rootrc:
774 - changed the style for the html documentation
775
776 * macros/dohtml.C:
777 - added SetXwho
778
779 * (*.cc):
780 - added the copyright comment block
781
782 * mgui/MGeomCamMagic.cc:
783 - added some comments to all these numbers
784
785 * mraw/MRawEvtPixelIter.h:
786 - added Jump member function which jumps directly to the pixel with a
787 given id
788
789
790
791 2001/04/09: Thomas Bretz
792
793 * mgui/MGeomPix.cc:
794 - fixed a small error in SetNeighbors (thanks to Oscar)
795
796 * mgui/MGFadcDisp.[h,cc]:
797 - Fixed many small errors which caused the display to display nonsens
798 in some situations
799
800
801
802 2001/04/04: Thomas Bretz
803
804 * mraw/MRawEvtData.[cc,h]:
805 - changed wrong return type of GetNumPixels to UShort_t
806
807 * mmain/MBrowser.[cc,h]:
808 - made the dialog somehow work like it should
809
810
811
812 2001/04/03: Thomas Bretz
813
814 * manalysis/MCT1ReadAscii.cc:
815 - the pedestal values read from the file are now stored in MeanRms
816 instead of Sigma
817
818 * manalysis/MCerPhotCalc.cc:
819 - The pedestal mean Rms is used as the pixel error
820
821 * MImgCleanStd.cc:
822 - CleanStep1: the '<' was replaced by a '<=' to clean also pixels
823 with value=noise=0
824
825 * MMcPedestalCopy.cc:
826 - All the pedestal values are now filled in (are they calculated correctly?)
827
828 * mgui/MGeomCamMagic.cc:
829 - Forgot to initialize the Nextneighbors of the Magic Camera
830 (thanks to Oscar)
831
832 * mhist/MHStarMap.cc:
833 - I changed the model of the display (colors and bin width) to
834 get a 'better' result
835
836
837
838 2001/04/02: Thomas Bretz
839
840 * mraw/MRawEvtHeader.h, mraw/MRawFileWrite.cc:
841 - added constants (kTT*) for trigger type
842
843 * manalysis/MImgCleanStd.[h,cc]:
844 - added changeable cleaning levels
845
846 * manalysis/MHillas.cc:
847 - added some more sanity checks to the calculation
848
849 * manalysis/MCT1ReadAscii.[h,cc]:
850 - added some kind of chain feature (AddFile) to process more than one file
851
852 * mgui/MGeomPix.[h,c]:
853 - added interface to pixel neighbors
854
855 * mgui/MGeomCamCT1.[cc,h], mgui/MGeomCamMagic.[cc,h]:
856 - creates the neighbor geomtry now, too
857
858 * manalysis/MImgCleanStd.[cc,h]:
859 - switched to new stylish neighbors from MGeomCam
860
861
862
863 2001/03/30: Thomas Bretz
864
865 * mdatacheck/MH*, mdatacheck/MFillH*:
866 - moved to mhist
867
868 * mraw/MrawEvtPixelIter:
869 - IsLoGain -> HasLoGain
870
871 * mgui/MG*:
872 - renamed
873 - moved to mmain
874 - move Browser functionality to MBrowser
875
876 * mmain/, mhist:
877 - new
878
879
880
881 2001/03/21: Thomas Bretz
882
883 * manalysis/MHillas.[h,cc]:
884 - fixed some minor errors, added sanity check (N<2) to Calc
885
886 * manalysis/MFillHHillas.cc:
887 - skip event if Hillas calculations fails
888
889 * macros/getCollArea.C, macros/readMagic.C,
890 mdatacheck/MViewAdcSpectra.cc, meventdisp/MGFadcDisp.cc:
891 - changed order in MReadTree constructor
892
893 * manalysis/MCT1ReadAscii.[h,cc]:
894 - changed to use MPedestalCam
895
896 * manalysis/MCT1Pedestals.[h,cc]:
897 - removed
898
899 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
900 - removed MCT1Pedestals
901
902 * mbase/BaseLinkDef.h:
903 - added const values from Magic.h
904
905 * mbase/MLogManip.h:
906 - changed style of dbginf
907
908 * mbase/MParList.cc:
909 - make use of dbginf
910
911 * mbase/MReadTree.[h,cc]:
912 - switched from a TTree to a TChain object
913 - chnaged order of variables of the constructor
914
915
916
917 2001/03/21: Thomas Bretz
918
919 * macros/CT1Hillas.C, manalysis/MImgCleanStd.cc, manalysis/MImgCleanStd.h,
920 manalysis/MMcPedestalCopy.cc, manalysis/MMcPedestalCopy.h,
921 manalysis/MCerPhotCalc.h, manalysis/MCerPhotCalc.cc, mdatacheck/MHHillas.h,
922 mdatacheck/MHHillas.cc, mdatacheck/MFillHFadc.cc, mdatacheck/MFillHFadc.h,
923 mdatacheck/MHFadcCam.cc, mdatacheck/MHFadcCam.h, mdatacheck/MHFadcPix.cc,
924 mdatacheck/MHFadcPix.h, mdatacheck/MFillHHillas.cc,
925 mdatacheck/MFillHHillas.h
926 - added
927
928 * mdatacheck/MHistosAdc.[h,cc]:
929 - replaced by MHFadc[Cam,Pix]
930
931 * mdatacheck/MFillAdcSpect.[h,cc]:
932 - replaced by MFillHFadc
933
934 * macros/readCT1.C:
935 - uses the new classes now
936 - calculates and displays hillas
937
938 * manalysis/AnalysisLinkDef.h:
939 - added MCerPhotCalc, MImgCleanStd, MMcPedestalCopy
940
941 * manalysis/MCT1ReadAscii.cc:
942 - PreProcess uses FindCreateObj now
943
944 * manalysis/MCerPhotEvt.cc, manalysis/MPedestalCam.cc:
945 - changed the new back to 'new with placement'
946
947 * manalysis/MCerPhotEvt.[h, cc]:
948 - removed cleaning from this class
949
950 * manalysis/MHillas.cc:
951 - some small changes in the naming inside Calc()
952
953 * manalysis/MHillas.h:
954 - added Get-functions
955
956 * manalysis/MPedestalCam.h:
957 - added InitSize-function
958
959 * manalysis/MPedestalPix.h:
960 - made Get-functions const
961
962 * manalysis/Makefile:
963 - added MMcPedestalCopy, MImgCleanStd, MCerPhotCalc
964
965 * mbase/MLogManip.h:
966 - "l." before line number
967
968 * mbase/MParList.cc:
969 - added the autodelete feature for automatically created classes
970
971 * mdatacheck/DataCheckLinkDef.h:
972 - added MHFadc[Cam,Pix], MHHillas
973 - removed MHistosAdc
974 - added MFillHFadc, MFillHHillas
975
976 * mdatacheck/MGDisplayAdc.[h,cc], MShowSpect.[h,cc],
977 mdatacheck/MViewAdcSpectra.[h,cc], :
978 - changed from MHistaosAdc to MHFadcCam
979
980 * mdatacheck/Makefile:
981 - added MFillHFadc.cc, MFillHHillas.cc
982 - removed MFillAdcSpect.cc
983
984 * manalysis/MCT1ReadAscii.h, mbase/MEvtLoop.h, mbase/MLog.h,
985 mbase/MParList.h, mbase/MReadTree.h, mbase/MTask.h,
986 mbase/MTaskList.h, mdatacheck/MDumpEvtHeader.h,
987 meventdisp/MGFadcDisp.h, mgui/MCamDisplay.h,
988 mgui/MCamNeighbor.h, mgui/MGDataCheckMain.h,
989 mgui/MGEventDispMain.h, mgui/MGMarsMain.h,
990 mgui/MGMonteCarloMain.h, mgui/MGPrototyp.h, mgui/MHexagon.h,
991 mmontecarlo/MCollAreaTrigger.h, mraw/MRawEvtPixelIter.h,
992 mraw/MRawFileRead.h, mraw/MRawFileWrite.h:
993 - set version number to '0' (no i/o for this class)
994
995 * mgui/MGeomCamCT1.cc:
996 - new claculation algorith for the CT1 camera. It is more
997 exact in the camera plain
998
999 * mgui/MHexagon.cc:
1000 - removed Draw-function (it is inherited from TObject)
1001
1002 * mmc/MMcFadcHeader.hxx:
1003 - Added get-functions
1004
1005
1006
1007
1008 2001/03/20: Thomas Bretz
1009
1010 * manalysis/MPedestalPix.[h,cc], manalysis/MPedestalCam.[h,cc],
1011 manalysis/MHillas.[h,cc], manalysis/MHillasCalc.[h,cc],
1012 mgui/MGeomCamCT1.[h,cc], mgui/MGeomCamMagic.[h,cc]
1013 - added
1014
1015 * macros/readCT1.C:
1016 - added calculation of Hillas parameters
1017 - changed from pointers to objects
1018
1019 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
1020 - added MPedestalPix/Cam, MHillas, MHillasCalc
1021
1022 * manalysis/MCerPhotEvt.[h,cc]:
1023 - removed fType
1024 - commented out Draw function - should be fixed soon
1025 - renamed *Nb* to *Num*
1026 - renamed Get[Min,Max]NumPhotons to GetNumPhontons[Min,Max]
1027
1028 * meventdisp/MGFadcDisp.[h,cc]:
1029 - changed parameter of ReadinEvent to unsigned
1030
1031 * mgui/GuiLinkDef.h, mgui/Makefile:
1032 - added MGeomCamCT1, MGeomCamMagic
1033
1034 * mgui/MCamDisplay.[h,cc]:
1035 - changed constructor argument from int to MGeomCam
1036 - renamed *Nb* to *Num*
1037
1038 * mgui/MGeomCam.[h,cc]:
1039 - removed all camara specific stuff
1040 - MGeomCam is now used as a base class for the classes
1041 MGeomCam[Magic,CT1] which are containing the camera specific stuff
1042
1043 * mgui/MGeomPix.h:
1044 - added Set function
1045
1046
1047
1048 2001/03/02: Thomas Bretz
1049
1050 * manalysis/Makefile, mdatacheck/Makefile, meventdisp/Makefile,
1051 mgui/Makefile:
1052 - new
1053
1054 * mbase/MParList.[cc,h]:
1055 - Added FindCreateObj member function
1056 - added a name to the constructor
1057
1058 * mbase/MReadTree.cc:
1059 - changed to use FindCreateObj
1060
1061 * mdatacheck/MDumpEvtHeader.cc:
1062 - removed fPixelIter from member list
1063 - changed cout to *fLog
1064
1065 * mdatacheck/MViewAdcSpectra.cc:
1066 - removed a HUGE memory leak. All the objects in the list (and the
1067 lists itself were NEVER deleted)
1068
1069 * mdatacheck/MFillAdcSpect.cc
1070 - removed fPixelIter from member list
1071 - changed cout to *fLog
1072 - changed to use FindCreateObj
1073 - changed high and low to hi and lo
1074
1075 * mdatacheck/MShowSpect.cc
1076 - changed cout to *fLog
1077 - added a name to the constructor
1078
1079 * mraw/MRawFileRead.cc:
1080 - changed to use FindCreateObj
1081
1082 * mdatacheck/MGDisplayAdc.[h,cc]:
1083 - added some new member functions to make code more clear
1084 - removed fHists from the destructor
1085
1086 * mdatacheck/MHistosAdc.h:
1087 - changed high and low to hi and lo
1088
1089 * macros/dohtml.C:
1090 - added manalysis
1091
1092
1093
1094 2001/03/01: Thomas Bretz
1095
1096 * Makefile:
1097 - added headers to dependencies
1098
1099 * Makefile.rules:
1100 - added headers to dependencies
1101
1102 * merpp.cc:
1103 - changed from pointers to objects
1104 - added compression level support
1105
1106 * readraw.cc:
1107 - removed unnecessary includes
1108
1109 * mbase/MArray*.*:
1110 - changed all Int_t to UInt_t
1111
1112 * mbase/MLogManip.h:
1113 - changed name of __DINF__ to dbginf
1114
1115 * mraw/MRawCrateData.[h,cc], mraw/MRawEvtHeader.[h,cc],
1116 mraw/MRawRunHeader.[h,cc]:
1117 - changed ifstream to istream
1118
1119 * mraw/MRawEvtData.cc:
1120 - changed the reading, which speeds up merpp by a factor of 10
1121
1122 * mraw/MRawEvtData.h:
1123 - added flag to InitArrays and DeletePixels
1124 (not yet used)
1125
1126 * mraw/MRawFileRead.h:
1127 - removed pParList from parameter list
1128
1129 * manalysis/AnalysisLinkDef.h
1130 - removed MReadCT1Ascii, added MCT1ReadAscii
1131 - added MCT1Pedestals
1132
1133 * manalysis/MCerPhotEvt.[h,cc]:
1134 - changed the constructor a little bit
1135 - rewrote Print() to make it a bit more readable
1136 - moved MCerphotPix to new File
1137 - added many lines of comments
1138 - exchanged old stylish new call with new stylish(=) one
1139 - replaced all accesses to fPixels with the [] operator to make this
1140 lines more readable
1141 - made all variable declarations const-correct,
1142 - I changed the style of the cleaning method from if(a){if()b{if(c){}}}
1143 to if(!a)continue; if(!b)continue if(!c) continue; to make it more
1144 compact, readable and easier to understand
1145 - renamed the Boolean-functions to Is* to get a stricter structure
1146 - replaced mapping function to access the pixel list entries by the new
1147 operator to get rid of more than the necessary number of member
1148 functions without loosing speed or readability
1149 - renamed GetMinimum/MaximumPhoton to GetMin/MaxNumPhotons to be
1150 more exact
1151
1152 * mgui/MCamGeom.* splitted and changed to MGeomCam/Pix:
1153 - added a new operator to access the TObjArray
1154 - removed unnecessary code from CreateCT1
1155
1156 * mbase/MAGIC.h:
1157 - added kPI
1158
1159 * mbase/MReadTree.cc:
1160 - added some comments
1161
1162 * mgui/MCamDisplay.[h,cc]:
1163 - added some comments, reordered a bit the calls in the constructor
1164 to get a 'straight forward structure', MGeomCam is now only
1165 locally used where it is needed, replaced access to the
1166 TClonesArrays by new member-function to get a more readable code,
1167 replaced old stylish new call with new stylish one, made
1168 variable decleration const-correct, introduced a new member function
1169 to set the pixel color, renamed the overloaded Draw functions to
1170 DrawPhotons, DrawPhotErr to prevent missunderstatements, changed
1171 the 'layout' of GetColor to make it easier to understand the algorithm,
1172
1173 * mgui/MCamNeighbor.[h, cc]:
1174 - changed to new log-interface
1175 - exchanged -9999 by -1
1176 - skipped the exits
1177 - you must check for -1 one in any case
1178 - this means a warning should be enough
1179
1180 * mgui/MHexagon.[h,cc]:
1181 - added new constructor whcih uses a MGeomPix-object
1182
1183
1184
1185 2001/02/28: Thomas Bretz
1186
1187 * mbase/MParList.[h,cc]:
1188 - changed return type of FindObject back to TObject
1189 - it seems so, that some compilers don't like overriding the
1190 return type of a virtual member function
1191
1192
1193
1194 2001/02/23: Thomas Bretz
1195
1196 * mraw/MRawEvtPixelIter.h:
1197 - added GetSum* functions
1198
1199 * mbase/MParList.[h,cc]:
1200 - Removed unnecessary fNext-stuff
1201
1202
1203
1204 2001/02/22: Thomas Bretz
1205
1206 * merpp.cc, readraw.cc, mbase/MParContainer.cc, mbase/MParList.cc,
1207 mbase/MParList.h, mbase/MReadTree.cc, mbase/MTask.cc, mbase/MTask.h,
1208 mbase/MTaskList.cc, mbase/MTime.cc, mdatacheck/MDumpEvtHeader.cc,
1209 mdatacheck/MShowSpect.cc, meventdisp/MGFadcDisp.cc, mgui/MGPrototyp.h,
1210 mmc/MHeaderTrig.cxx, mraw/MRawCrateArray.cc, mraw/MRawEvtData.cc,
1211 mraw/MRawEvtHeader.cc, mraw/MRawFileRead.cc, mraw/MRawFileWrite.cc,
1212 mraw/MRawRunHeader.cc:
1213 - exchanged cout with the new logging style (gLog, *fLog)
1214
1215 * mraw/MRawEvtData.cc:
1216 - added 'dec' option to Print
1217
1218 * mmc/MHeaderTrig.cxx, mmc/MMcEvt.cxx, mmc/MMcTrig.cxx:
1219 - small changes to the Print funtions
1220
1221
1222
1223 2001/02/21: Thomas Bretz
1224
1225 * MRawEvtData.cc:
1226 - Changed ReadEvt according to the new raw binary format 2001/02/20
1227
1228 * Added MLog.[h,cc], MLogManip.[h,cc]
1229
1230 * Adde SetStreamer and fLog to the MParContainer base class
1231
1232 * Derived MEvtLoop from MParContainer
1233
1234 * Makefile:
1235 - added 'tar'
1236
1237 * mbase/BaseIncl.h:
1238 - added fstream.h, TGListBox.h
1239
1240 * mbase/BaseLinkDef.h:
1241 - added pragma for gLog and MLog
1242
1243 * mbase/MAGIC.h:
1244 - added forward definition for gLog
1245
1246 * mbase/MEvtLoop.cc:
1247 - exchanged cout with *fLog
1248 - added statements to provide log-facility to all tasks als parameter
1249 containers
1250
1251 * mbase/MEvtLoop.h:
1252 - Small changes
1253
1254 * mbase/MParContainer.h:
1255 - Added definitions necessary for use of Log-Facility
1256
1257 * mbase/MParList.[h,cc]:
1258 - Added SetLogStream
1259
1260 * mbase/MTask.h:
1261 - added fLog
1262
1263 * mbase/MTaskList.[h,cc]:
1264 - added SetLogStream
1265
1266 * mbase/Makefile:
1267 - Added MLog.cc, MLogManip.cc
1268
1269
1270
1271 2001/02/19: Harald Kornmayer
1272
1273 * implemented the Image Cleaning a la CT1 to the class MCerPhotEvt
1274
1275 * changed the readCT1.C file to show the effects of the image cleaning
1276 a la CT1
1277
1278 * changed
1279 mgui/MCamNeighbor.cc
1280 mananlysis/MCerPhotEvt.cc .h
1281 macros/readCT1.C
1282
1283
1284
1285 2001/02/19: Thomas Bretz
1286
1287 * MParContainer.h added prototypes for AsciiRead/Write
1288
1289 * .rootrc added
1290
1291 * MEvtLoop.[h,cc]:
1292 - split eventloop in its three parts, this should be used for
1293 debugging only.
1294
1295
1296
1297 2001/02/06: Harald Kornmayer
1298
1299 * the first running version with a eventdisplay. Now we are able
1300 to display an Event on the photo electron level. To do this, run
1301 the macro "macros/readCT1.C" after changing the file name.
1302
1303 changed:
1304 macros/readCT1.C
1305 manalysis/MNphotEvent.cc, manalysis/MNphotEvent.h
1306 analysis/MReadCT1Ascii.cc
1307 mgui/MCamDisplay.cc, mgui/MCamDisplay.h
1308
1309
1310
1311 2001/01/23: Harald Kornmayer
1312
1313 * the integration of the class FadcDisp in the mars enviroment
1314 and further developments in the display
1315
1316 changed:
1317 meventdisp/MGFadcDisp.h
1318 meventdisp/MGFadcDisp.cc
1319 mgui/GuiIncl.h
1320 mgui/GuiLinkDef.h
1321 mgui/MGMarsMain.cc
1322 mgui/MGPrototyp.cc
1323 mgui/MGPrototyp.h
1324 mgui/Makefile
1325
1326 added:
1327 mgui/MGEventDispMain.h
1328 mgui/MGEventDispMain.cc
1329
1330
1331
1332 2001/01/22: Harald Kornmayer
1333
1334 * started with the development of a EventDisplay Utitliy.
1335 Therefore I added the following files.
1336
1337 meventdisp/EvtDispIncl.h
1338 meventdisp/EvtDispLinkDef.h
1339 meventdisp/MGFadcDisp.cc
1340 meventdisp/MGFadcDisp.h
1341 meventdisp/Makefile
1342
1343 Also a few of the older files where slightly changed.
1344 ./Makefile
1345 ./Makefile.rules
1346 mraw/MRawEvtData.
1347
1348
1349
1350 2001/01/19: Thomas Bretz
1351
1352 * mmc/*.hxx:
1353 - changed include of MDefineTrigger.h back
1354
1355
1356
1357 2001/01/19: Oscar Blanch
1358
1359 * mmc/MTriggerDefine.h:
1360 - added
1361
1362
1363
1364 2001/01/18: Thomas Bretz
1365
1366 * Makefile:
1367 - mmc-library added
1368
1369 * Makefile.conf.general:
1370 - Added definition of __MARS__
1371
1372 * Makefile.rules:
1373 - Added definitions to rootcint
1374
1375 * Oscar added the McFormat subdir of the Monte Carlo as mmc
1376
1377 * mmc/MMcEvt.h:
1378 - renamed to MMcEvt.hxx
1379
1380 * mmc/*.hxx:
1381 - added necessary defintions from MDefineTrigger.h
1382
1383 * mmc/Makefile, mmc/McLinkDef.h, mmc/McIncl.h, mmc/readme.txt:
1384 - added
1385
1386 * mmc/LinkDef.h:
1387 - removed
1388
1389
1390
1391 2001/01/17: Thomas Bretz
1392
1393 * Makefile:
1394 - Exchanged explicit rules to make library by implicit ones
1395 - The shared object works now. I exchanged the libraries with the object
1396 files. But I don't know why the libraries don't work.
1397
1398 * Makefile.conf.linux-gnu:
1399 - replaced CC with gcc (instead of g++)
1400
1401 * mdatacheck/DataCheckLinkDef.h:
1402 - removed unused statements
1403
1404 * mraw/RawLinkDef.h:
1405 - added globals
1406
1407 * mraw/MerppLinkDef.h:
1408 - removed unused file
1409
1410
1411
1412 2001/01/12: Thomas Bretz
1413
1414 * MLinkDef.h, MIncl.h, marslogo.xpm, magiclogo.xpm:
1415 - added
1416
1417 * LinkDef.h:
1418 - removed
1419
1420 * Makefile:
1421 - Added CINT, mrproper
1422
1423 * mbase/Makefile, mraw/Makefile, mgui/Makefile, mdatacheck/Makefile:
1424 - included makefile.general, Makefile.rules,
1425 - removes corresponding lines
1426
1427 * mdatacheck/MDumpEvtHeader.[h,cc], mdatacheck/MFillAdcSpect.[cc,h],
1428 mdatacheck/MFillAdcSpect.[h,cc], mdatacheck/MGDisplayAdc.[cc,h],
1429 mdatacheck/MHistsosAdc.[h,cc], mdatacheck.MShowSpect.[cc,h]
1430 - changed include statements
1431
1432 * mgui/MGDataCheckMain.[cc,h], mgui/MGMarsMain.[cc,h]
1433 - changed include statements
1434 - move enum from h to cc
1435 - removed comma operator from delete statements (nonsense)
1436
1437
1438
1439 2001/01/11: Harald Kornmayer
1440
1441 * ./
1442 readraw.cc, Makefile, Makefile.rules, LinkDef.h, MParList.cc, MReadTree.cc,
1443 MReadTree.h, mbase/Makefile, mraw/Makefile
1444 - small changes in this files. Not really critical.
1445
1446 * mars.cc
1447 - added the main file for the gui
1448
1449 * mgui/
1450 GuiIncl.h, MGMarsMain.cc, GuiLinkDef.h, MGMarsMain.h, MGDataCheckMain.cc,
1451 Makefile, MGDataCheckMain.h
1452 - added the subdir mgui and this files
1453
1454 * mdatacheck/
1455 DataCheckIncl.h, DataCheckLinkDef.h, MHistosAdc.cc, MHistosAdc.h,
1456 MDumpEvtHeader.cc, MDumpEvtHeader.h, MShowSpect.cc, MShowSpect.h,
1457 MFillAdcSpect.cc, MFillAdcSpect.h, MViewAdcSpectra.cc, MViewAdcSpectra.h,
1458 MGDisplayAdc.cc, MGDisplayAdc.h, Makefile
1459 - added the subdir mdatacheck and this files
1460
1461
1462
1463 2000/12/28: Thomas Bretz
1464
1465 * merpp.cc, MArray.cc, MArray.h, MArrayB.cc, MArrayB.h, MArrayS.cc,
1466 MArrayS.h, MEvtLoop.cc, MEvtLoop.h, MInputStreamID.cc, MInputStreamID.h,
1467 MParContainer.cc, MParContainer.h, MParList.cc, MParList.h, MReadTree.cc,
1468 MTask.cc, MTask.h, MTaskList.cc, MTaskList.h, MTime.cc, MTime.h:
1469 - Added changes some comments.
1470
1471 * MLoopEvt.cc, MLoopEvt.h:
1472 - Removed
1473
1474
1475
1476 2000/12/22 - Thomas Bretz:
1477
1478 * readraw.cc:
1479 - changed some comments and the Root-Name of the program
1480 - added check for the existance of the file
1481 - changed name of numbers of entries from iEnt to nent
1482
1483 * dohtml.C:
1484 - changed title of converted macros
1485
1486 * MRawEvtData.cc:
1487 - added a commet in Draw()
1488
1489 * MRawEvtPixelIter.[h,cc]:
1490 - Added the comment header of the file
1491 - removed inheritance from TIterator (not needed)
1492 - some changes to get it work (the one in the repository was untested
1493 and not working)
1494 - changed calling style of iterator from do...while to while-loop
1495 - changed some comments
1496
1497 * MRawRunHeader.cc:
1498 - added some comments
1499
1500 * Changelog, News: added
1501
1502 * test.C: removed
Note: See TracBrowser for help on using the repository browser.