Ignore:
Timestamp:
01/26/09 10:54:04 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MParameters.h

    r9035 r9268  
    1010private:
    1111    Double_t fVal;
     12
     13protected:
     14    Int_t ReadEnv(const TEnv &env, TString prefix, Bool_t print);
    1215
    1316public:
     
    2932    Double_t fErr;
    3033
     34    Int_t ReadEnv(const TEnv &env, TString prefix, Bool_t print);
     35
    3136public:
    3237    MParameterDerr(const char *name=NULL, const char *title=NULL);
     
    4550private:
    4651    Int_t fVal;
     52
     53    Int_t ReadEnv(const TEnv &env, TString prefix, Bool_t print);
    4754
    4855public:
Note: See TracChangeset for help on using the changeset viewer.