source: trunk/MagicSoft/Mars/Changelog@ 851

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