fix an error number of theory points for the view data.

This commit is contained in:
2021-04-01 20:30:53 +02:00
parent 02496711b4
commit 8c604cc02b
2 changed files with 2 additions and 2 deletions

View File

@@ -1315,7 +1315,7 @@ Bool_t PRunSingleHisto::PrepareViewData(PRawRunData* runData, const UInt_t histo
// calculate theory
Double_t theoryValue;
UInt_t size = fForward.size();
UInt_t size = fForward.size()/packing;
Int_t factor = 8; // 8 times more points for the theory (if fTheoAsData == false)
UInt_t rebinRRF = 0;