added any2many, an attempt to write the universial musr-data-file converter. Still some work needed. Added the possibility to show the t0 saved in the data file.

This commit is contained in:
nemu
2010-12-23 13:16:57 +00:00
parent 2735116ab7
commit 452018bedf
11 changed files with 2117 additions and 169 deletions

View File

@ -222,6 +222,7 @@ void PNonMusrRawRunData::AppendSubErrData(const UInt_t idx, const Double_t dval)
PRawRunData::PRawRunData()
{
fRunName = TString("");
fRunNumber = -1;
fRunTitle = TString("");
fSetup = TString("");
fField = PMUSR_UNDEFINED;