some more work, including the PSI-BIN write routines which are officially not released yet.

This commit is contained in:
nemu
2011-02-07 06:02:56 +00:00
parent 20665da9eb
commit 90ed9df1b6
11 changed files with 3639 additions and 2130 deletions

View File

@ -225,6 +225,12 @@ PRawRunData::PRawRunData()
fRunNumber = -1;
fRunTitle = TString("");
fSetup = TString("");
fStartTime = TString("");
fStartDate = TString("");
fStartDateTimeSec = 0;
fStopTime = TString("");
fStopDate = TString("");
fStopDateTimeSec = 0;
fField = PMUSR_UNDEFINED;
fEnergy = PMUSR_UNDEFINED;
fTransport = PMUSR_UNDEFINED;