adopted to the SECTOR command in combination with DKS.

This commit is contained in:
2020-02-02 17:12:08 +01:00
parent 01ba9f3add
commit 1ea877621f
16 changed files with 293 additions and 43 deletions

View File

@@ -68,6 +68,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; }