source: trunk/MagicSoft/Mars/Changelog@ 850

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