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

Psi2STo2K2PiGam: modified constructor in MPsi2STo2K2PiGamFcn

parent 697aa6e7
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@
using namespace ROOT::Minuit2;
MPsi2STo2K2PiGamFcn::MPsi2STo2K2PiGamFcn(boost::shared_ptr<AbsPsi2STo2K2PiGamLh> psi2STo2K2PiGamLh) :
_psi2STo2K2PiGamLhPtr(psi2STo2K2PiGamLh),
_psi2STo2K2PiGamLhPtr(boost::shared_ptr<AbsPsi2STo2K2PiGamLh>(psi2STo2K2PiGamLh->clone_())),
_fcnCounter(0)
{
if (0==_psi2STo2K2PiGamLhPtr) { Alert << "AbsPsi2STo2K2PiGamLh* _psi2STo2K2PiGamLhPtr pointer is 0 !!!!" << endmsg; exit(1); }
......
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