source: trunk/MagicSoft/Mars/Changelog@ 761

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