by changing the behaviour of the global parts of the class PUserFcnBase from pure virtual default NeedGlobalPart=false, the code can be simplified in many places.
This commit is contained in:
4
src/external/libGbGLF/PGbGLF.h
vendored
4
src/external/libGbGLF/PGbGLF.h
vendored
@@ -44,10 +44,6 @@ class PGbGLF : public PUserFcnBase
|
||||
PGbGLF() {}
|
||||
virtual ~PGbGLF() {}
|
||||
|
||||
virtual Bool_t NeedGlobalPart() const { return false; }
|
||||
virtual void SetGlobalPart(std::vector<void *> &globalPart, UInt_t idx) {}
|
||||
virtual Bool_t GlobalPartIsValid() const { return true; }
|
||||
|
||||
virtual Double_t operator()(Double_t t, const std::vector<Double_t> ¶m) const;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user