Changeset 668 in Sophya for trunk/SophyaLib/SkyT/nupower.h
- Timestamp:
- Nov 29, 1999, 3:16:10 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyT/nupower.h
r610 r668 2 2 //-------------------------------------------------------------------------- 3 3 // File and Version Information: 4 // $Id: nupower.h,v 1. 3 1999-11-21 23:25:46ansari Exp $4 // $Id: nupower.h,v 1.4 1999-11-29 14:16:05 ansari Exp $ 5 5 // 6 6 // Description: … … 22 22 public: //Constructor 23 23 24 PowerLawSpectra(); 24 25 PowerLawSpectra(double a, double b, double nu0, double dnu, double numin=0., double numax=9.e49); 25 26 … … 30 31 // Redefintion of the Print function 31 32 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 32 42 33 43 protected:
Note:
See TracChangeset
for help on using the changeset viewer.