adopted proper name scheme.
This commit is contained in:
@ -216,13 +216,13 @@ void PFitterFcnDKS::CalcExpectedChiSquare(const std::vector<Double_t> &par, Doub
|
|||||||
} else {
|
} else {
|
||||||
// single histo
|
// single histo
|
||||||
for (UInt_t i=0; i<fRunListCollection->GetNoOfSingleHisto(); i++) {
|
for (UInt_t i=0; i<fRunListCollection->GetNoOfSingleHisto(); i++) {
|
||||||
value = fRunListCollection->GetSingleHistoMaximumLikelihoodExpected(par, i); // calculate the expected maxLH for single histo run block 'i'
|
value = fRunListCollection->GetSingleRunMaximumLikelihoodExpected(par, i); // calculate the expected maxLH for single histo run block 'i'
|
||||||
expectedChisqPerRun.push_back(value);
|
expectedChisqPerRun.push_back(value);
|
||||||
totalExpectedChisq += value;
|
totalExpectedChisq += value;
|
||||||
}
|
}
|
||||||
// mu minus
|
// mu minus
|
||||||
for (UInt_t i=0; i<fRunListCollection->GetNoOfMuMinus(); i++) {
|
for (UInt_t i=0; i<fRunListCollection->GetNoOfMuMinus(); i++) {
|
||||||
value = fRunListCollection->GetSingleHistoMaximumLikelihoodExpected(par, i); // calculate the expected maxLH for mu minus run block 'i'
|
value = fRunListCollection->GetSingleRunMaximumLikelihoodExpected(par, i); // calculate the expected maxLH for mu minus run block 'i'
|
||||||
expectedChisqPerRun.push_back(value);
|
expectedChisqPerRun.push_back(value);
|
||||||
totalExpectedChisq += value;
|
totalExpectedChisq += value;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user