t0 unsigned int -> double. Add dummy musrview

This commit is contained in:
nemu
2008-03-31 08:20:40 +00:00
parent 67e3efa5ba
commit 2a924374c7
4 changed files with 286 additions and 18 deletions

View File

@ -371,7 +371,7 @@ bool PRunAsymmetry::PrepareData()
// first get start data, end data, and t0
unsigned int start[2] = {fRunInfo->fDataRange[0], fRunInfo->fDataRange[2]};
unsigned int end[2] = {fRunInfo->fDataRange[1], fRunInfo->fDataRange[3]};
unsigned int t0[2] = {fT0s[0], fT0s[1]};
double t0[2] = {fT0s[0], fT0s[1]};
// check if start, end, and t0 make any sense
// 1st check if start and end are in proper order
for (unsigned int i=0; i<2; i++) {