Merge remote-tracking branch 'origin/depthProf' into root6

This commit is contained in:
2023-02-17 07:39:17 +01:00
172 changed files with 18799 additions and 20 deletions

View File

@ -549,6 +549,9 @@ void PRunAsymmetry::CalcTheory()
*/
Bool_t PRunAsymmetry::PrepareData()
{
if (!fValid)
return false;
// keep the Global block info
PMsrGlobalBlock *globalBlock = fMsrInfo->GetMsrGlobal();