t0 unsigned int -> double. Add dummy musrview

This commit is contained in:
nemu
2008-03-31 08:21:01 +00:00
parent 2a924374c7
commit e02f761c5f
6 changed files with 302 additions and 7 deletions

View File

@ -86,7 +86,7 @@ class PRunBase
PRunData fData; ///< data to be fitted
double fTimeResolution; ///< time resolution
vector<int> fT0s; ///< all t0's of a run! The derived classes will handle it
vector<double> fT0s; ///< all t0's of a run! The derived classes will handle it
virtual bool PrepareData() = 0; // pure virtual, i.e. needs to be implemented by the deriving class!!