Changeset 3064 for trunk/MagicSoft


Ignore:
Timestamp:
02/09/04 09:09:14 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3061 r3064  
    55                                                 -*-*- END OF LINE -*-*-
    66 2004/02/06: Markus Gaug
     7
     8   * mgeom/MGeomCam.h
     9     - replaced in Comment of fPixRatio:
     10     "ratio between size of pixel idx and pixel 0" by
     11     "ratio between size of pixel 0 and pixel idx"
    712
    813   * manalysis/MPedestalCam.cc
    914     - catch calls to MHPedestalPixel in case that they are not filled
    1015       This led previous calls to segmentation violations
     16     - remove include of MHExtractedSignalPix
    1117 
    1218   * manalysis/MHExtractedSignalPix.[h,cc]
  • trunk/MagicSoft/Mars/manalysis/MPedestalCam.cc

    r3048 r3064  
    4141#include "MParList.h"
    4242
    43 #include "MHExtractedSignalPix.h"
    44 
    4543#include "MExtractedSignalCam.h"
    4644#include "MExtractedSignalPix.h"
  • trunk/MagicSoft/Mars/mgeom/MGeomCam.h

    r2674 r3064  
    2525    TObjArray fPixels;       // Array of singel pixels storing the geometry
    2626
    27     TArrayF   fPixRatio;     // Array storing the ratio between size of pixel idx and pixel 0 (for speed reasons)
    28     TArrayF   fPixRatioSqrt; // Array storing the square root ratio between size of pixel idx and pixel 0 (for speed reasons)
     27    TArrayF   fPixRatio;     // Array storing the ratio between size of pixel 0 and pixel idx (for speed reasons)
     28    TArrayF   fPixRatioSqrt; // Array storing the square root ratio between size of pixel 0 and pixel idx (for speed reasons)
    2929
    3030    UInt_t    fNumSectors;   // Number of sectors
Note: See TracChangeset for help on using the changeset viewer.