fix change for tollerance for extendedResolution. Added testcases for it

This commit is contained in:
Frank Haverland
2022-10-16 21:12:52 +02:00
parent 49e4eb3ef3
commit a871055d96
7 changed files with 355 additions and 118 deletions

View File

@@ -49,6 +49,7 @@ public:
bool PreValueUse;
ClassFlowPostProcessing(std::vector<ClassFlow*>* lfc, ClassFlowCNNGeneral *_analog, ClassFlowCNNGeneral *_digit);
virtual ~ClassFlowPostProcessing(){};
bool ReadParameter(FILE* pfile, string& aktparamgraph);
bool doFlow(string time);
string getReadout(int _number);