some more work, including the PSI-BIN write routines which are officially not released yet.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user