Changeset 668 in Sophya for trunk/SophyaLib/SkyT/nupower.h


Ignore:
Timestamp:
Nov 29, 1999, 3:16:10 PM (26 years ago)
Author:
ansari
Message:

Ajout de classes deleguees PPersist et correction integration - Sophie 29/11/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SkyT/nupower.h

    r610 r668  
    22//--------------------------------------------------------------------------
    33// File and Version Information:
    4 //      $Id: nupower.h,v 1.3 1999-11-21 23:25:46 ansari Exp $
     4//      $Id: nupower.h,v 1.4 1999-11-29 14:16:05 ansari Exp $
    55//
    66// Description:
     
    2222public:   //Constructor
    2323 
     24  PowerLawSpectra();
    2425  PowerLawSpectra(double a, double b, double nu0, double dnu, double numin=0., double numax=9.e49);
    2526
     
    3031  // Redefintion of the Print function
    3132  virtual void      Print(ostream& os)  const;
     33 
     34  virtual inline double giveNorm() const {return _a;};
     35  virtual inline double giveNu0() const {return _nu0;};
     36  virtual inline double giveDNu() const {return _dnu;};
     37  virtual inline double giveExp() const {return _b;};
     38 
     39  virtual void WriteSelf(POutPersist& s) ;
     40  virtual void ReadSelf(PInPersist& s) ;
     41 
    3242
    3343protected:
Note: See TracChangeset for help on using the changeset viewer.