added user function for GbG LF

This commit is contained in:
2016-03-14 11:30:06 +01:00
parent ec5a26d96d
commit e0e4a1e17e
8 changed files with 350 additions and 2 deletions

View File

@ -301,6 +301,7 @@ PTheory::PTheory(PMsrHandler *msrInfo, UInt_t runNo, const Bool_t hasParent) : f
cerr << endl << ">> PTheory::PTheory: **ERROR** user function object could not be invoked. See line no " << line->fLineNo;
cerr << endl;
fValid = false;
return;
} else { // user function valid, hence expand the fUserParam vector to the proper size
fUserParam.resize(fParamNo.size());
}