source:
trunk/MagicSoft/Mars/mbase/MMath.h@
3592
Last change on this file since 3592 was 3582, checked in by , 21 years ago | |
---|---|
File size: 295 bytes |
Line | |
---|---|
1 | #ifndef MARS_MMath |
2 | #define MARS_MMath |
3 | |
4 | #ifndef ROOT_TMath |
5 | #include <TMath.h> |
6 | #endif |
7 | |
8 | class MMath : public TMath |
9 | { |
10 | public: |
11 | static Double_t Significance(Double_t s, Double_t b); |
12 | static Double_t SignificanceLiMa(Double_t s, Double_t b, Double_t alpha=1); |
13 | |
14 | ClassDef(MMath, 0) |
15 | }; |
16 | |
17 | #endif |
Note:
See TracBrowser
for help on using the repository browser.