some more bug fixing for average per data set.

This commit is contained in:
2015-02-26 13:15:29 +01:00
parent 59525a787e
commit 8cc07318eb
5 changed files with 40 additions and 14 deletions

View File

@ -61,7 +61,7 @@ class PRunDataHandler
virtual Bool_t IsAllDataAvailable() const { return fAllDataAvailable; }
virtual PRawRunData* GetRunData(const TString &runName);
virtual PRawRunData* GetRunData(const UInt_t idx=0);
virtual TString GetRunPathName() {return fRunPathName; }
virtual Int_t GetNoOfRunData() {return fData.size(); }
private:
PMsrHandler *fMsrInfo; ///< pointer to the msr-file handler