Changeset 3666 for trunk/MagicSoft/Mars/mbase/MMath.h
- Timestamp:
- 04/06/04 13:41:56 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MMath.h
r3582 r3666 10 10 public: 11 11 static Double_t Significance(Double_t s, Double_t b); 12 static Double_t SignificanceSym(Double_t s, Double_t b); 12 13 static Double_t SignificanceLiMa(Double_t s, Double_t b, Double_t alpha=1); 14 static Double_t SignificanceLiMaSigned(Double_t s, Double_t b, Double_t alpha=1); 13 15 14 16 ClassDef(MMath, 0)
Note:
See TracChangeset
for help on using the changeset viewer.