source: trunk/MagicSoft/Mars/Changelog@ 848

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