switched PMsrHandler where possible to smart pointers.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user