added DKS asymmetry fit support

This commit is contained in:
2016-04-15 16:47:40 +02:00
parent 27eb664686
commit aedacbcd34
7 changed files with 249 additions and 82 deletions

View File

@ -5672,8 +5672,10 @@ Bool_t PMsrHandler::CheckMaps()
for (UInt_t i=0; i<map->size(); i++)
if (map->at(i) != 0)
fNoOfMaps++;
/*as
if (fNoOfMaps == 0)
fNoOfMaps = -1;
*/
}
// clean up
@ -6238,11 +6240,10 @@ std::string PMsrHandler::GetDKSTheoryString()
}
}
/*
cout << "debug> ++++" << endl;
cout << "debug> " << result << endl;
cout << "debug> ++++" << endl;
*/
return result;
}