switched PMsrHandler where possible to smart pointers.

This commit is contained in:
2023-10-21 11:21:27 +02:00
parent 17bc497b30
commit 9ef5c5cac6
2 changed files with 7 additions and 20 deletions

View File

@@ -31,6 +31,7 @@
#define _PMSRHANDLER_H_
#include <string>
#include <memory>
#include <TString.h>
#include <TComplex.h>
@@ -134,7 +135,7 @@ class PMsrHandler
Int_t fMsrBlockCounter; ///< used to select the proper msr-block
PFunctionHandler *fFuncHandler; ///< needed to parse functions
std::unique_ptr<PFunctionHandler> fFuncHandler; ///< needed to parse functions
PIntVector fParamInUse; ///< array holding the information if a particular parameter is used at all, i.e. if the theory is using it (perhaps via maps or functions)