Merged muonspin/musrfit:root6 into master
This commit is contained in:
commit
e0eaa3efb5
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user