source: trunk/MagicSoft/Mars/Changelog@ 812

Last change on this file since 812 was 776, checked in by tbretz, 23 years ago
*** empty log message ***
File size: 20.9 KB
Line 
1 -*-*- END -*-*-
2
3 2001/04/27: Thomas Bretz
4
5 * macros/merpp.C:
6 - made the merpp-macro Mars 0.3 compatible
7
8
9
10 2001/04/19: Thomas Bretz
11
12 * mbase/MParList.cc:
13 - added stripping of the string after last semicolon (classname)
14
15 * mbase/MReadTree.cc:
16 - added Veto funtionality to PreProcess
17 - added HasVeto
18 - added fVetoList
19 - added VetoBranch
20
21
22
23 2001/04/18: Thomas Bretz
24
25 * mbase/MHtml.[cc.h]:
26 - Added
27
28 * mbase/*.cc:
29 - changed comments of member functions to new MHtml-Style
30
31
32
33 2001/04/09: Thomas Bretz
34
35 * mbase/MParList.cc:
36 - Added the possibility to specify a different object name in
37 FindCreateObj
38
39 * .rootrc:
40 - changed the style for the html documentation
41
42 * macros/dohtml.C:
43 - added SetXwho
44
45 * (*.cc):
46 - added the copyright comment block
47
48 * mgui/MGeomCamMagic.cc:
49 - added some comments to all these numbers
50
51 * mraw/MRawEvtPixelIter.h:
52 - added Jump member function which jumps directly to the pixel with a
53 given id
54
55
56
57 2001/04/09: Thomas Bretz
58
59 * mgui/MGeomPix.cc:
60 - fixed a small error in SetNeighbors (thanks to Oscar)
61
62 * mgui/MGFadcDisp.[h,cc]:
63 - Fixed many small errors which caused the display to display nonsens
64 in some situations
65
66
67
68 2001/04/04: Thomas Bretz
69
70 * mraw/MRawEvtData.[cc,h]:
71 - changed wrong return type of GetNumPixels to UShort_t
72
73 * mmain/MBrowser.[cc,h]:
74 - made the dialog somehow work like it should
75
76
77
78 2001/04/03: Thomas Bretz
79
80 * manalysis/MCT1ReadAscii.cc:
81 - the pedestal values read from the file are now stored in MeanRms
82 instead of Sigma
83
84 * manalysis/MCerPhotCalc.cc:
85 - The pedestal mean Rms is used as the pixel error
86
87 * MImgCleanStd.cc:
88 - CleanStep1: the '<' was replaced by a '<=' to clean also pixels
89 with value=noise=0
90
91 * MMcPedestalCopy.cc:
92 - All the pedestal values are now filled in (are they calculated correctly?)
93
94 * mgui/MGeomCamMagic.cc:
95 - Forgot to initialize the Nextneighbors of the Magic Camera
96 (thanks to Oscar)
97
98 * mhist/MHStarMap.cc:
99 - I changed the model of the display (colors and bin width) to
100 get a 'better' result
101
102
103
104 2001/04/02: Thomas Bretz
105
106 * mraw/MRawEvtHeader.h, mraw/MRawFileWrite.cc:
107 - added constants (kTT*) for trigger type
108
109 * manalysis/MImgCleanStd.[h,cc]:
110 - added changeable cleaning levels
111
112 * manalysis/MHillas.cc:
113 - added some more sanity checks to the calculation
114
115 * manalysis/MCT1ReadAscii.[h,cc]:
116 - added some kind of chain feature (AddFile) to process more than one file
117
118 * mgui/MGeomPix.[h,c]:
119 - added interface to pixel neighbors
120
121 * mgui/MGeomCamCT1.[cc,h], mgui/MGeomCamMagic.[cc,h]:
122 - creates the neighbor geomtry now, too
123
124 * manalysis/MImgCleanStd.[cc,h]:
125 - switched to new stylish neighbors from MGeomCam
126
127
128
129 2001/03/30: Thomas Bretz
130
131 * mdatacheck/MH*, mdatacheck/MFillH*:
132 - moved to mhist
133
134 * mraw/MrawEvtPixelIter:
135 - IsLoGain -> HasLoGain
136
137 * mgui/MG*:
138 - renamed
139 - moved to mmain
140 - move Browser functionality to MBrowser
141
142 * mmain/, mhist:
143 - new
144
145
146
147 2001/03/21: Thomas Bretz
148
149 * manalysis/MHillas.[h,cc]:
150 - fixed some minor errors, added sanity check (N<2) to Calc
151
152 * manalysis/MFillHHillas.cc:
153 - skip event if Hillas calculations fails
154
155 * macros/getCollArea.C, macros/readMagic.C,
156 mdatacheck/MViewAdcSpectra.cc, meventdisp/MGFadcDisp.cc:
157 - changed order in MReadTree constructor
158
159 * manalysis/MCT1ReadAscii.[h,cc]:
160 - changed to use MPedestalCam
161
162 * manalysis/MCT1Pedestals.[h,cc]:
163 - removed
164
165 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
166 - removed MCT1Pedestals
167
168 * mbase/BaseLinkDef.h:
169 - added const values from Magic.h
170
171 * mbase/MLogManip.h:
172 - changed style of dbginf
173
174 * mbase/MParList.cc:
175 - make use of dbginf
176
177 * mbase/MReadTree.[h,cc]:
178 - switched from a TTree to a TChain object
179 - chnaged order of variables of the constructor
180
181
182
183 2001/03/21: Thomas Bretz
184
185 * macros/CT1Hillas.C, manalysis/MImgCleanStd.cc, manalysis/MImgCleanStd.h,
186 manalysis/MMcPedestalCopy.cc, manalysis/MMcPedestalCopy.h,
187 manalysis/MCerPhotCalc.h, manalysis/MCerPhotCalc.cc, mdatacheck/MHHillas.h,
188 mdatacheck/MHHillas.cc, mdatacheck/MFillHFadc.cc, mdatacheck/MFillHFadc.h,
189 mdatacheck/MHFadcCam.cc, mdatacheck/MHFadcCam.h, mdatacheck/MHFadcPix.cc,
190 mdatacheck/MHFadcPix.h, mdatacheck/MFillHHillas.cc,
191 mdatacheck/MFillHHillas.h
192 - added
193
194 * mdatacheck/MHistosAdc.[h,cc]:
195 - replaced by MHFadc[Cam,Pix]
196
197 * mdatacheck/MFillAdcSpect.[h,cc]:
198 - replaced by MFillHFadc
199
200 * macros/readCT1.C:
201 - uses the new classes now
202 - calculates and displays hillas
203
204 * manalysis/AnalysisLinkDef.h:
205 - added MCerPhotCalc, MImgCleanStd, MMcPedestalCopy
206
207 * manalysis/MCT1ReadAscii.cc:
208 - PreProcess uses FindCreateObj now
209
210 * manalysis/MCerPhotEvt.cc, manalysis/MPedestalCam.cc:
211 - changed the new back to 'new with placement'
212
213 * manalysis/MCerPhotEvt.[h, cc]:
214 - removed cleaning from this class
215
216 * manalysis/MHillas.cc:
217 - some small changes in the naming inside Calc()
218
219 * manalysis/MHillas.h:
220 - added Get-functions
221
222 * manalysis/MPedestalCam.h:
223 - added InitSize-function
224
225 * manalysis/MPedestalPix.h:
226 - made Get-functions const
227
228 * manalysis/Makefile:
229 - added MMcPedestalCopy, MImgCleanStd, MCerPhotCalc
230
231 * mbase/MLogManip.h:
232 - "l." before line number
233
234 * mbase/MParList.cc:
235 - added the autodelete feature for automatically created classes
236
237 * mdatacheck/DataCheckLinkDef.h:
238 - added MHFadc[Cam,Pix], MHHillas
239 - removed MHistosAdc
240 - added MFillHFadc, MFillHHillas
241
242 * mdatacheck/MGDisplayAdc.[h,cc], MShowSpect.[h,cc],
243 mdatacheck/MViewAdcSpectra.[h,cc], :
244 - changed from MHistaosAdc to MHFadcCam
245
246 * mdatacheck/Makefile:
247 - added MFillHFadc.cc, MFillHHillas.cc
248 - removed MFillAdcSpect.cc
249
250 * manalysis/MCT1ReadAscii.h, mbase/MEvtLoop.h, mbase/MLog.h,
251 mbase/MParList.h, mbase/MReadTree.h, mbase/MTask.h,
252 mbase/MTaskList.h, mdatacheck/MDumpEvtHeader.h,
253 meventdisp/MGFadcDisp.h, mgui/MCamDisplay.h,
254 mgui/MCamNeighbor.h, mgui/MGDataCheckMain.h,
255 mgui/MGEventDispMain.h, mgui/MGMarsMain.h,
256 mgui/MGMonteCarloMain.h, mgui/MGPrototyp.h, mgui/MHexagon.h,
257 mmontecarlo/MCollAreaTrigger.h, mraw/MRawEvtPixelIter.h,
258 mraw/MRawFileRead.h, mraw/MRawFileWrite.h:
259 - set version number to '0' (no i/o for this class)
260
261 * mgui/MGeomCamCT1.cc:
262 - new claculation algorith for the CT1 camera. It is more
263 exact in the camera plain
264
265 * mgui/MHexagon.cc:
266 - removed Draw-function (it is inherited from TObject)
267
268 * mmc/MMcFadcHeader.hxx:
269 - Added get-functions
270
271
272
273
274 2001/03/20: Thomas Bretz
275
276 * manalysis/MPedestalPix.[h,cc], manalysis/MPedestalCam.[h,cc],
277 manalysis/MHillas.[h,cc], manalysis/MHillasCalc.[h,cc],
278 mgui/MGeomCamCT1.[h,cc], mgui/MGeomCamMagic.[h,cc]
279 - added
280
281 * macros/readCT1.C:
282 - added calculation of Hillas parameters
283 - changed from pointers to objects
284
285 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
286 - added MPedestalPix/Cam, MHillas, MHillasCalc
287
288 * manalysis/MCerPhotEvt.[h,cc]:
289 - removed fType
290 - commented out Draw function - should be fixed soon
291 - renamed *Nb* to *Num*
292 - renamed Get[Min,Max]NumPhotons to GetNumPhontons[Min,Max]
293
294 * meventdisp/MGFadcDisp.[h,cc]:
295 - changed parameter of ReadinEvent to unsigned
296
297 * mgui/GuiLinkDef.h, mgui/Makefile:
298 - added MGeomCamCT1, MGeomCamMagic
299
300 * mgui/MCamDisplay.[h,cc]:
301 - changed constructor argument from int to MGeomCam
302 - renamed *Nb* to *Num*
303
304 * mgui/MGeomCam.[h,cc]:
305 - removed all camara specific stuff
306 - MGeomCam is now used as a base class for the classes
307 MGeomCam[Magic,CT1] which are containing the camera specific stuff
308
309 * mgui/MGeomPix.h:
310 - added Set function
311
312
313
314 2001/03/02: Thomas Bretz
315
316 * manalysis/Makefile, mdatacheck/Makefile, meventdisp/Makefile,
317 mgui/Makefile:
318 - new
319
320 * mbase/MParList.[cc,h]:
321 - Added FindCreateObj member function
322 - added a name to the constructor
323
324 * mbase/MReadTree.cc:
325 - changed to use FindCreateObj
326
327 * mdatacheck/MDumpEvtHeader.cc:
328 - removed fPixelIter from member list
329 - changed cout to *fLog
330
331 * mdatacheck/MViewAdcSpectra.cc:
332 - removed a HUGE memory leak. All the objects in the list (and the
333 lists itself were NEVER deleted)
334
335 * mdatacheck/MFillAdcSpect.cc
336 - removed fPixelIter from member list
337 - changed cout to *fLog
338 - changed to use FindCreateObj
339 - changed high and low to hi and lo
340
341 * mdatacheck/MShowSpect.cc
342 - changed cout to *fLog
343 - added a name to the constructor
344
345 * mraw/MRawFileRead.cc:
346 - changed to use FindCreateObj
347
348 * mdatacheck/MGDisplayAdc.[h,cc]:
349 - added some new member functions to make code more clear
350 - removed fHists from the destructor
351
352 * mdatacheck/MHistosAdc.h:
353 - changed high and low to hi and lo
354
355 * macros/dohtml.C:
356 - added manalysis
357
358
359
360 2001/03/01: Thomas Bretz
361
362 * Makefile:
363 - added headers to dependencies
364
365 * Makefile.rules:
366 - added headers to dependencies
367
368 * merpp.cc:
369 - changed from pointers to objects
370 - added compression level support
371
372 * readraw.cc:
373 - removed unnecessary includes
374
375 * mbase/MArray*.*:
376 - changed all Int_t to UInt_t
377
378 * mbase/MLogManip.h:
379 - changed name of __DINF__ to dbginf
380
381 * mraw/MRawCrateData.[h,cc], mraw/MRawEvtHeader.[h,cc],
382 mraw/MRawRunHeader.[h,cc]:
383 - changed ifstream to istream
384
385 * mraw/MRawEvtData.cc:
386 - changed the reading, which speeds up merpp by a factor of 10
387
388 * mraw/MRawEvtData.h:
389 - added flag to InitArrays and DeletePixels
390 (not yet used)
391
392 * mraw/MRawFileRead.h:
393 - removed pParList from parameter list
394
395 * manalysis/AnalysisLinkDef.h
396 - removed MReadCT1Ascii, added MCT1ReadAscii
397 - added MCT1Pedestals
398
399 * manalysis/MCerPhotEvt.[h,cc]:
400 - changed the constructor a little bit
401 - rewrote Print() to make it a bit more readable
402 - moved MCerphotPix to new File
403 - added many lines of comments
404 - exchanged old stylish new call with new stylish(=) one
405 - replaced all accesses to fPixels with the [] operator to make this
406 lines more readable
407 - made all variable declarations const-correct,
408 - I changed the style of the cleaning method from if(a){if()b{if(c){}}}
409 to if(!a)continue; if(!b)continue if(!c) continue; to make it more
410 compact, readable and easier to understand
411 - renamed the Boolean-functions to Is* to get a stricter structure
412 - replaced mapping function to access the pixel list entries by the new
413 operator to get rid of more than the necessary number of member
414 functions without loosing speed or readability
415 - renamed GetMinimum/MaximumPhoton to GetMin/MaxNumPhotons to be
416 more exact
417
418 * mgui/MCamGeom.* splitted and changed to MGeomCam/Pix:
419 - added a new operator to access the TObjArray
420 - removed unnecessary code from CreateCT1
421
422 * mbase/MAGIC.h:
423 - added kPI
424
425 * mbase/MReadTree.cc:
426 - added some comments
427
428 * mgui/MCamDisplay.[h,cc]:
429 - added some comments, reordered a bit the calls in the constructor
430 to get a 'straight forward structure', MGeomCam is now only
431 locally used where it is needed, replaced access to the
432 TClonesArrays by new member-function to get a more readable code,
433 replaced old stylish new call with new stylish one, made
434 variable decleration const-correct, introduced a new member function
435 to set the pixel color, renamed the overloaded Draw functions to
436 DrawPhotons, DrawPhotErr to prevent missunderstatements, changed
437 the 'layout' of GetColor to make it easier to understand the algorithm,
438
439 * mgui/MCamNeighbor.[h, cc]:
440 - changed to new log-interface
441 - exchanged -9999 by -1
442 - skipped the exits
443 - you must check for -1 one in any case
444 - this means a warning should be enough
445
446 * mgui/MHexagon.[h,cc]:
447 - added new constructor whcih uses a MGeomPix-object
448
449
450
451 2001/02/28: Thomas Bretz
452
453 * mbase/MParList.[h,cc]:
454 - changed return type of FindObject back to TObject
455 - it seems so, that some compilers don't like overriding the
456 return type of a virtual member function
457
458
459
460 2001/02/23: Thomas Bretz
461
462 * mraw/MRawEvtPixelIter.h:
463 - added GetSum* functions
464
465 * mbase/MParList.[h,cc]:
466 - Removed unnecessary fNext-stuff
467
468
469
470 2001/02/22: Thomas Bretz
471
472 * merpp.cc, readraw.cc, mbase/MParContainer.cc, mbase/MParList.cc,
473 mbase/MParList.h, mbase/MReadTree.cc, mbase/MTask.cc, mbase/MTask.h,
474 mbase/MTaskList.cc, mbase/MTime.cc, mdatacheck/MDumpEvtHeader.cc,
475 mdatacheck/MShowSpect.cc, meventdisp/MGFadcDisp.cc, mgui/MGPrototyp.h,
476 mmc/MHeaderTrig.cxx, mraw/MRawCrateArray.cc, mraw/MRawEvtData.cc,
477 mraw/MRawEvtHeader.cc, mraw/MRawFileRead.cc, mraw/MRawFileWrite.cc,
478 mraw/MRawRunHeader.cc:
479 - exchanged cout with the new logging style (gLog, *fLog)
480
481 * mraw/MRawEvtData.cc:
482 - added 'dec' option to Print
483
484 * mmc/MHeaderTrig.cxx, mmc/MMcEvt.cxx, mmc/MMcTrig.cxx:
485 - small changes to the Print funtions
486
487
488
489 2001/02/21: Thomas Bretz
490
491 * MRawEvtData.cc:
492 - Changed ReadEvt according to the new raw binary format 2001/02/20
493
494 * Added MLog.[h,cc], MLogManip.[h,cc]
495
496 * Adde SetStreamer and fLog to the MParContainer base class
497
498 * Derived MEvtLoop from MParContainer
499
500 * Makefile:
501 - added 'tar'
502
503 * mbase/BaseIncl.h:
504 - added fstream.h, TGListBox.h
505
506 * mbase/BaseLinkDef.h:
507 - added pragma for gLog and MLog
508
509 * mbase/MAGIC.h:
510 - added forward definition for gLog
511
512 * mbase/MEvtLoop.cc:
513 - exchanged cout with *fLog
514 - added statements to provide log-facility to all tasks als parameter
515 containers
516
517 * mbase/MEvtLoop.h:
518 - Small changes
519
520 * mbase/MParContainer.h:
521 - Added definitions necessary for use of Log-Facility
522
523 * mbase/MParList.[h,cc]:
524 - Added SetLogStream
525
526 * mbase/MTask.h:
527 - added fLog
528
529 * mbase/MTaskList.[h,cc]:
530 - added SetLogStream
531
532 * mbase/Makefile:
533 - Added MLog.cc, MLogManip.cc
534
535
536
537 2001/02/19: Harald Kornmayer
538
539 * implemented the Image Cleaning a la CT1 to the class MCerPhotEvt
540
541 * changed the readCT1.C file to show the effects of the image cleaning
542 a la CT1
543
544 * changed
545 mgui/MCamNeighbor.cc
546 mananlysis/MCerPhotEvt.cc .h
547 macros/readCT1.C
548
549
550
551 2001/02/19: Thomas Bretz
552
553 * MParContainer.h added prototypes for AsciiRead/Write
554
555 * .rootrc added
556
557 * MEvtLoop.[h,cc]:
558 - split eventloop in its three parts, this should be used for
559 debugging only.
560
561
562
563 2001/02/06: Harald Kornmayer
564
565 * the first running version with a eventdisplay. Now we are able
566 to display an Event on the photo electron level. To do this, run
567 the macro "macros/readCT1.C" after changing the file name.
568
569 changed:
570 macros/readCT1.C
571 manalysis/MNphotEvent.cc, manalysis/MNphotEvent.h
572 analysis/MReadCT1Ascii.cc
573 mgui/MCamDisplay.cc, mgui/MCamDisplay.h
574
575
576
577 2001/01/23: Harald Kornmayer
578
579 * the integration of the class FadcDisp in the mars enviroment
580 and further developments in the display
581
582 changed:
583 meventdisp/MGFadcDisp.h
584 meventdisp/MGFadcDisp.cc
585 mgui/GuiIncl.h
586 mgui/GuiLinkDef.h
587 mgui/MGMarsMain.cc
588 mgui/MGPrototyp.cc
589 mgui/MGPrototyp.h
590 mgui/Makefile
591
592 added:
593 mgui/MGEventDispMain.h
594 mgui/MGEventDispMain.cc
595
596
597
598 2001/01/22: Harald Kornmayer
599
600 * started with the development of a EventDisplay Utitliy.
601 Therefore I added the following files.
602
603 meventdisp/EvtDispIncl.h
604 meventdisp/EvtDispLinkDef.h
605 meventdisp/MGFadcDisp.cc
606 meventdisp/MGFadcDisp.h
607 meventdisp/Makefile
608
609 Also a few of the older files where slightly changed.
610 ./Makefile
611 ./Makefile.rules
612 mraw/MRawEvtData.
613
614
615
616 2001/01/19: Thomas Bretz
617
618 * mmc/*.hxx:
619 - changed include of MDefineTrigger.h back
620
621
622
623 2001/01/19: Oscar Blanch
624
625 * mmc/MTriggerDefine.h:
626 - added
627
628
629
630 2001/01/18: Thomas Bretz
631
632 * Makefile:
633 - mmc-library added
634
635 * Makefile.conf.general:
636 - Added definition of __MARS__
637
638 * Makefile.rules:
639 - Added definitions to rootcint
640
641 * Oscar added the McFormat subdir of the Monte Carlo as mmc
642
643 * mmc/MMcEvt.h:
644 - renamed to MMcEvt.hxx
645
646 * mmc/*.hxx:
647 - added necessary defintions from MDefineTrigger.h
648
649 * mmc/Makefile, mmc/McLinkDef.h, mmc/McIncl.h, mmc/readme.txt:
650 - added
651
652 * mmc/LinkDef.h:
653 - removed
654
655
656
657 2001/01/17: Thomas Bretz
658
659 * Makefile:
660 - Exchanged explicit rules to make library by implicit ones
661 - The shared object works now. I exchanged the libraries with the object
662 files. But I don't know why the libraries don't work.
663
664 * Makefile.conf.linux-gnu:
665 - replaced CC with gcc (instead of g++)
666
667 * mdatacheck/DataCheckLinkDef.h:
668 - removed unused statements
669
670 * mraw/RawLinkDef.h:
671 - added globals
672
673 * mraw/MerppLinkDef.h:
674 - removed unused file
675
676
677
678 2001/01/12: Thomas Bretz
679
680 * MLinkDef.h, MIncl.h, marslogo.xpm, magiclogo.xpm:
681 - added
682
683 * LinkDef.h:
684 - removed
685
686 * Makefile:
687 - Added CINT, mrproper
688
689 * mbase/Makefile, mraw/Makefile, mgui/Makefile, mdatacheck/Makefile:
690 - included makefile.general, Makefile.rules,
691 - removes corresponding lines
692
693 * mdatacheck/MDumpEvtHeader.[h,cc], mdatacheck/MFillAdcSpect.[cc,h],
694 mdatacheck/MFillAdcSpect.[h,cc], mdatacheck/MGDisplayAdc.[cc,h],
695 mdatacheck/MHistsosAdc.[h,cc], mdatacheck.MShowSpect.[cc,h]
696 - changed include statements
697
698 * mgui/MGDataCheckMain.[cc,h], mgui/MGMarsMain.[cc,h]
699 - changed include statements
700 - move enum from h to cc
701 - removed comma operator from delete statements (nonsense)
702
703
704
705 2001/01/11: Harald Kornmayer
706
707 * ./
708 readraw.cc, Makefile, Makefile.rules, LinkDef.h, MParList.cc, MReadTree.cc,
709 MReadTree.h, mbase/Makefile, mraw/Makefile
710 - small changes in this files. Not really critical.
711
712 * mars.cc
713 - added the main file for the gui
714
715 * mgui/
716 GuiIncl.h, MGMarsMain.cc, GuiLinkDef.h, MGMarsMain.h, MGDataCheckMain.cc,
717 Makefile, MGDataCheckMain.h
718 - added the subdir mgui and this files
719
720 * mdatacheck/
721 DataCheckIncl.h, DataCheckLinkDef.h, MHistosAdc.cc, MHistosAdc.h,
722 MDumpEvtHeader.cc, MDumpEvtHeader.h, MShowSpect.cc, MShowSpect.h,
723 MFillAdcSpect.cc, MFillAdcSpect.h, MViewAdcSpectra.cc, MViewAdcSpectra.h,
724 MGDisplayAdc.cc, MGDisplayAdc.h, Makefile
725 - added the subdir mdatacheck and this files
726
727
728
729 2000/12/28: Thomas Bretz
730
731 * merpp.cc, MArray.cc, MArray.h, MArrayB.cc, MArrayB.h, MArrayS.cc,
732 MArrayS.h, MEvtLoop.cc, MEvtLoop.h, MInputStreamID.cc, MInputStreamID.h,
733 MParContainer.cc, MParContainer.h, MParList.cc, MParList.h, MReadTree.cc,
734 MTask.cc, MTask.h, MTaskList.cc, MTaskList.h, MTime.cc, MTime.h:
735 - Added changes some comments.
736
737 * MLoopEvt.cc, MLoopEvt.h:
738 - Removed
739
740
741
742 2000/12/22 - Thomas Bretz:
743
744 * readraw.cc:
745 - changed some comments and the Root-Name of the program
746 - added check for the existance of the file
747 - changed name of numbers of entries from iEnt to nent
748
749 * dohtml.C:
750 - changed title of converted macros
751
752 * MRawEvtData.cc:
753 - added a commet in Draw()
754
755 * MRawEvtPixelIter.[h,cc]:
756 - Added the comment header of the file
757 - removed inheritance from TIterator (not needed)
758 - some changes to get it work (the one in the repository was untested
759 and not working)
760 - changed calling style of iterator from do...while to while-loop
761 - changed some comments
762
763 * MRawRunHeader.cc:
764 - added some comments
765
766 * Changelog, News: added
767
768 * test.C: removed
Note: See TracBrowser for help on using the repository browser.