Ignore:
Timestamp:
12/15/03 15:41:15 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mgeom/MGeomCam.h

    r2521 r2674  
    3131
    3232protected:
    33     void CalcPixRatio();
    3433    void CalcMaxRadius();
    3534    void CalcNumSectors();
     
    4948
    5049    virtual TObject *Clone(const char *newname=NULL) const;
     50
     51    void CalcPixRatio();
     52    // FIXME, workaround: this function is made public just to allow
     53    // the use of some camera files from the 0.7 beta version in which the
     54    // array containing pixel ratios is not initialized.
    5155
    5256    Float_t GetCameraDist() const { return fCamDist; }
Note: See TracChangeset for help on using the changeset viewer.