Changeset 6978 for trunk/MagicSoft/Mars/mhflux
- Timestamp:
- 04/25/05 15:37:35 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhflux/MHFalseSource.h
r5957 r6978 59 59 MHFalseSource(const char *name=NULL, const char *title=NULL); 60 60 61 TH1 *GetHistByName(const TString name) { return &fHist; }62 63 61 void FitSignificance(Float_t sigint=10, Float_t sigmax=75, Float_t bgmin=45, Float_t bgmax=85, Byte_t polynom=2); //*MENU* 64 62 void FitSignificanceStd() { FitSignificance(); } //*MENU*
Note:
See TracChangeset
for help on using the changeset viewer.