Skip to content
Snippets Groups Projects
Commit a4ae9fe9 authored by Bertram Kopf's avatar Bertram Kopf
Browse files

added function for retrieving IsobarDecay in LSDecAmps

parent d1b3fb44
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,7 @@ public:
virtual bool checkRecalculation(fitParams& theParamVal);
boost::shared_ptr<const jpcRes>& jpcPtr() {return _JPCPtr;}
std::vector< boost::shared_ptr<const JPCLS> >& jpclsVec() {return _JPCLSs;}
boost::shared_ptr<IsobarDecay> isobarDec() {return _decay;}
void updateFitParams(fitParams& theParamVal);
protected:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment