Ignore:
Timestamp:
10/08/06 15:36:17 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/include-Classes/MMcFormat/MMcConfigRunHeader.h

    r7880 r8024  
    8484    void    SetMissPointingY(Float_t x) {fMissPointingY=x;}
    8585
    86     TArrayF GetLightCollectionFactor() const {return fLightCollectionFactor; }
    87     TArrayF GetLightCollectionFactorOuter() const
    88       {return fLightCollectionFactorOuter; }
     86    const TArrayF &GetLightCollectionFactor() const {return fLightCollectionFactor; }
     87    const TArrayF &GetLightCollectionFactorOuter() const {return fLightCollectionFactorOuter; }
    8988
    9089    Float_t GetMirrorFraction() const { return fMirrorFraction; }
    9190
    92     TArrayF GetIncidentTheta() const {return fIncidentTheta;}
     91    const TArrayF &GetIncidentTheta() const {return fIncidentTheta;}
    9392
    9493    void   AddMirror(Int_t id)
Note: See TracChangeset for help on using the changeset viewer.