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

@ -333,7 +333,7 @@ bool PRunSingleHisto::PrepareData()
// first get start data, end data, and t0
unsigned int start = fRunInfo->fDataRange[0];
unsigned int end = fRunInfo->fDataRange[1];
unsigned int t0 = fT0s[0];
double t0 = fT0s[0];
// check if start, end, and t0 make any sense
// 1st check if start and end are in proper order
if (end < start) { // need to swap them