add field, temperature values from meta-data of the data-files to the runs. This will be needed if functions want to access this information (not yet implemented).

This commit is contained in:
2020-06-13 16:13:44 +02:00
parent f03b918840
commit 602a5a4e6c
7 changed files with 39 additions and 0 deletions

View File

@ -73,6 +73,8 @@ class PRunBase
PRunData fData; ///< data to be fitted, viewed, i.e. binned data
Double_t fTimeResolution; ///< time resolution in (us)
Double_t fField; ///< field from the meta-data of the data file
PDoubleVector fTemp; ///< temperature(s) from the meta-data of the data file : first = temp, second = std. dev. of the temperature
PDoubleVector fT0s; ///< all t0 bins of a run! The derived classes will handle it.
std::vector<PDoubleVector> fAddT0s; ///< all t0 bins of all addrun's of a run! The derived classes will handle it.