| 1 | -*-*- END -*-*-
|
|---|
| 2 | 2000/12/28: Thomas Bretz
|
|---|
| 3 |
|
|---|
| 4 | * merpp.cc, MArray.cc, MArray.h, MArrayB.cc, MArrayB.h, MArrayS.cc,
|
|---|
| 5 | MArrayS.h, MEvtLoop.cc, MEvtLoop.h, MInputStreamID.cc, MInputStreamID.h,
|
|---|
| 6 | MParContainer.cc, MParContainer.h, MParList.cc, MParList.h, MReadTree.cc,
|
|---|
| 7 | MTask.cc, MTask.h, MTaskList.cc, MTaskList.h, MTime.cc, MTime.h:
|
|---|
| 8 | - Added changes some comments.
|
|---|
| 9 |
|
|---|
| 10 | * MLoopEvt.cc, MLoopEvt.h:
|
|---|
| 11 | - Removed
|
|---|
| 12 |
|
|---|
| 13 | 2000/12/22 - Thomas Bretz:
|
|---|
| 14 |
|
|---|
| 15 | * readraw.cc:
|
|---|
| 16 | - changed some comments and the Root-Name of the program
|
|---|
| 17 | - added check for the existance of the file
|
|---|
| 18 | - changed name of numbers of entries from iEnt to nent
|
|---|
| 19 |
|
|---|
| 20 | * dohtml.C:
|
|---|
| 21 | - changed title of converted macros
|
|---|
| 22 |
|
|---|
| 23 | * MRawEvtData.cc:
|
|---|
| 24 | - added a commet in Draw()
|
|---|
| 25 |
|
|---|
| 26 | * MRawEvtPixelIter.[h,cc]:
|
|---|
| 27 | - Added the comment header of the file
|
|---|
| 28 | - removed inheritance from TIterator (not needed)
|
|---|
| 29 | - some changes to get it work (the one in the repository was untested
|
|---|
| 30 | and not working)
|
|---|
| 31 | - changed calling style of iterator from do...while to while-loop
|
|---|
| 32 | - changed some comments
|
|---|
| 33 |
|
|---|
| 34 | * MRawRunHeader.cc:
|
|---|
| 35 | - added some comments
|
|---|
| 36 |
|
|---|
| 37 | * Changelog, News: added
|
|---|
| 38 |
|
|---|
| 39 | * test.C: removed
|
|---|