Merged muonspin/musrfit:root6 into master

This commit is contained in:
Zaher Salman 2018-12-12 17:26:44 +01:00
commit e0eaa3efb5
2 changed files with 4 additions and 4 deletions

View File

@ -1640,8 +1640,8 @@ Bool_t PRunAsymmetry::GetProperT0(PRawRunData* runData, PMsrGlobalBlock *globalB
} }
// fill in the T0's from the msr-file (if present) // fill in the T0's from the msr-file (if present)
for (Int_t j=0; j<fRunInfo->GetAddT0BinSize(i); j++) { for (Int_t j=0; j<fRunInfo->GetAddT0BinSize(i-1); j++) {
fAddT0s[i-1][j] = fRunInfo->GetAddT0Bin(i, j); fAddT0s[i-1][j] = fRunInfo->GetAddT0Bin(i-1, j);
} }
// fill in the T0's from the data file, if not already present in the msr-file // fill in the T0's from the data file, if not already present in the msr-file

View File

@ -1278,8 +1278,8 @@ Bool_t PRunAsymmetryRRF::GetProperT0(PRawRunData* runData, PMsrGlobalBlock *glob
} }
// fill in the T0's from the msr-file (if present) // fill in the T0's from the msr-file (if present)
for (Int_t j=0; j<fRunInfo->GetAddT0BinSize(i); j++) { for (Int_t j=0; j<fRunInfo->GetAddT0BinSize(i-1); j++) {
fAddT0s[i-1][j] = fRunInfo->GetAddT0Bin(i, j); fAddT0s[i-1][j] = fRunInfo->GetAddT0Bin(i-1, j);
} }
// fill in the T0's from the data file, if not already present in the msr-file // fill in the T0's from the data file, if not already present in the msr-file