added negative muon fitting support. Fixed at the same time bugs related to logx/logy plotting. Allow now comments after functions in the FUNCTION block.
This commit is contained in:
@@ -52,10 +52,15 @@ class PRunMuMinus : public PRunBase
|
||||
virtual UInt_t GetNoOfFitBins();
|
||||
|
||||
protected:
|
||||
virtual void CalcNoOfFitBins();
|
||||
virtual Bool_t PrepareData();
|
||||
virtual Bool_t PrepareFitData(PRawRunData* runData, const UInt_t histoNo);
|
||||
virtual Bool_t PrepareRawViewData(PRawRunData* runData, const UInt_t histoNo);
|
||||
|
||||
private:
|
||||
UInt_t fNoOfFitBins; ///< number of bins to be fitted
|
||||
|
||||
PDoubleVector fForward; ///< forward histo data
|
||||
};
|
||||
|
||||
#endif // _PRUNMUMINUS_H_
|
||||
|
||||
Reference in New Issue
Block a user