more work on the global section

This commit is contained in:
2014-12-09 15:47:13 +01:00
parent 3f021c112c
commit 918f1eb110
6 changed files with 188 additions and 37 deletions

View File

@ -54,8 +54,8 @@ PRunBase::PRunBase()
fRawData = 0;
fTimeResolution = -1.0;
fFitStartTime = 0.0;
fFitEndTime = 0.0;
fFitStartTime = PMUSR_UNDEFINED;
fFitEndTime = PMUSR_UNDEFINED;
fValid = true;
fHandleTag = kEmpty;