Changeset 2602 in Sophya for trunk/SophyaLib/NTools


Ignore:
Timestamp:
Sep 3, 2004, 2:11:33 PM (21 years ago)
Author:
cmv
Message:

add sqrt(4*Pi) and HistoErr cmv 3/9/04

Location:
trunk/SophyaLib/NTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/NTools/nbconst.h

    r1259 r2602  
    4646#define SPi    (double) (1.7724538509055159)   /*!< sqrt(Pi) */
    4747#define S2Pi   (double) (2.5066282746310002)   /*!< sqrt(2*Pi) */
     48#define S4Pi   (double) (3.5449077018110318)   /*!< sqrt(4*Pi) */
    4849#define Rac2   (double) (1.4142135623730950)   /*!< sqrt(2) */
    4950#define Log2   (double) (0.30102999566398119)  /*!< log10(2) */
  • trunk/SophyaLib/NTools/pclassids.h

    r509 r2602  
    2828   ClassId_Histo2D  = 0x0202,
    2929   ClassId_HProf    = 0x0203,
     30   ClassId_HistoErr = 0x0204,
    3031   ClassId_NTuple   = 0x0210,
    3132   ClassId_XNTuple  = 0x0211,
Note: See TracChangeset for help on using the changeset viewer.