various ways to handle bkg for single histo fits

This commit is contained in:
nemu
2008-04-30 11:46:32 +00:00
parent 09278f2baa
commit 6128464d5b
4 changed files with 193 additions and 20 deletions

View File

@@ -57,6 +57,9 @@ class PRunSingleHisto : public PRunBase
double fFitStartTime;
double fFitStopTime;
unsigned int fNoOfFitBins;
double fBackground; ///< needed if background range is given. In units per bin
bool EstimateBkg(unsigned int histoNo);
};
#endif // _PRUNSINGLEHISTO_H_