Ignore:
Timestamp:
03/30/10 14:47:27 (15 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/msimreflector/MMirror.h

    r9564 r9565  
    2525    Double_t  fSigmaPSF;
    2626
     27    Int_t fShape; // Spherical=0, Parabolic=1
     28
    2729    //    MMirror *fNeighbors[964];
    2830
    2931public:
    30     MMirror() : fSigmaPSF(-1)
     32    MMirror() : fSigmaPSF(-1), fShape(0)
    3133    {
    3234    }
     
    4850        fTilt.Rotate(-n.Theta(), TVector3(-n.Y(), n.X(), 0));
    4951    }
     52    void SetShape(Char_t c);
    5053
    5154    void SetZ(Double_t z) { fPos.SetZ(z); }
     
    9598    }
    9699    */
    97     ClassDef(MMirror, 1) // Base class to describe a mirror
     100    ClassDef(MMirror, 2) // Base class to describe a mirror
    98101};
    99102
Note: See TracChangeset for help on using the changeset viewer.