source: trunk/MagicSoft/Mars/Changelog@ 845

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