Changeset 653 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 03/01/01 15:42:32 (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r651 r653 1 1 -*-*- END -*-*- 2 2 3 2000/03/01: Thomas Bretz 4 5 * manalysis/AnalysisLinkDef.h 6 removed MReadCT1Ascii, added MCT1ReadAscii 7 added MCT1Pedestals 8 9 * manalysis/MCerPhotEvt.[h,cc]: 10 changed the constructor a little bit, rewrote Print() to make it 11 a bit more readable, moved MCerphotPix to new File, added many lines 12 of comments, exchanged old stylish new call with new stylish(=) one, 13 replaced all accesses to fPixels with the [] operator to make this 14 lines more readable, made all variable declarations const-correct, 15 I changed the style of the cleaning method from if(a){if()b{if(c){}}} 16 to if(!a)continue; if(!b)continue if(!c) continue; to make it more 17 compact, readable and easier to understand, renamed the Boolean- 18 functions to Is* to get a stricter structure, replaced mapping 19 function to access the pixel list entries by the new operator to 20 get rid of more than the necessary number of member functions without 21 loosing speed or readability, renamed GetMinimum/MaximumPhoton to 22 GetMin/MaxNumPhotons to be more exact 23 24 * mgui/MCamGeom.* splitted and changed to MGeomCam/Pix: 25 added a new operator to access the TObjArray, removed unnecessary 26 code from CreateCT1 27 28 * mbase/MAGIC.h: added kPI 29 30 * mbase/MReadTree.cc: added some comments 31 32 * mgui/MCamDisplay.[h,cc]: 33 added some comments, reordered a bit the calls in the constructor 34 to get a 'straight forward structure', MGeomCam is now only 35 locally used where it is needed, replaced access to the 36 TClonesArrays by new member-function to get a more readable code, 37 replaced old stylish new call with new stylish one, made 38 variable decleration const-correct, introduced a new member function 39 to set the pixel color, renamed the overloaded Draw functions to 40 DrawPhotons, DrawPhotErr to prevent missunderstatements, changed 41 the 'layout' of GetColor to make it easier to understand the algorithm, 42 43 * mgui/MCamNeighbor.[h, cc]: 44 changed to new log-interface, exchanged -9999 by -1, skipped the 45 exits, you must check for -1 one in any case, this means a warning 46 should be enough 47 48 * mgui/MHexagon.[h,cc]: 49 added new constructor whcih uses a MGeomPix-object, 50 51 52 2000/02/28: Thomas Bretz 53 54 * mraw/MRawEvtPixelIter.h: added GetSum* functions 55 56 * mbase/MParList.[h,cc]: changed return type of FindObject back to TObject, 57 it seems so, that some compilers don't like overriding the 58 return type of a virtual member function 59 60 3 61 2000/02/23: Thomas Bretz 4 62 … … 18 76 mraw/MRawRunHeader.cc: 19 77 exchanged cout with the new logging style (gLog, *fLog) 20 78 \\ \hline 79 &&&{\em Gesamt:}&{\bfseries 549.00 DM}\\ 80 \hline 81 21 82 * mraw/MRawEvtData.cc: added 'dec' option to Print 22 83
Note:
See TracChangeset
for help on using the changeset viewer.