allow to draw theory only at the data points for PRunNonMusr.

This commit is contained in:
2023-01-05 07:59:15 +01:00
parent 7ab9892b96
commit 8a6e4dca6f
3 changed files with 6 additions and 4 deletions

View File

@@ -151,7 +151,7 @@ Bool_t PRunListCollection::Add(Int_t runNo, EPMusrHandleTag tag)
success = false;
break;
case PRUN_NON_MUSR:
fRunNonMusrList.push_back(new PRunNonMusr(fMsrInfo, fData, runNo, tag));
fRunNonMusrList.push_back(new PRunNonMusr(fMsrInfo, fData, runNo, tag, fTheoAsData));
if (!fRunNonMusrList[fRunNonMusrList.size()-1]->IsValid())
success = false;
break;