more work on the SECTOR command. CalcNoOfFitBins() needed to be changed from protected to public.

This commit is contained in:
2020-02-02 17:12:08 +01:00
parent ed0bfd516b
commit 1fb1753d82
16 changed files with 263 additions and 42 deletions

View File

@@ -66,6 +66,8 @@ class PMsrHandler
virtual TString* GetMsrFileDirectoryPath() { return &fMsrFileDirectoryPath; }
virtual UInt_t GetNoOfRuns() { return fRuns.size(); }
virtual UInt_t GetNoOfParams() { return fParam.size(); }
virtual const TString& GetFileName() const { return fFileName; }