* added the eo features Continue/CheckOut/Stat to DO in order to dump distribution parameters and to have compatibility with eoMonitor/eoUpdater classes
This commit is contained in:
parent
963d59e706
commit
6d9134edbf
15 changed files with 251 additions and 116 deletions
|
|
@ -20,8 +20,8 @@ public:
|
|||
return _mean.size();
|
||||
}
|
||||
|
||||
EOT& mean(){return _mean;}
|
||||
EOT& variance(){return _variance;}
|
||||
EOT mean(){return _mean;}
|
||||
EOT variance(){return _variance;}
|
||||
|
||||
private:
|
||||
EOT _mean;
|
||||
|
|
|
|||
Reference in a new issue