1 #ifndef _ots_Utilities_ProgressBar_h_
2 #define _ots_Utilities_ProgressBar_h_
4 #include "otsdaq-core/MessageFacility/MessageFacility.h"
5 #include "otsdaq-core/Macros/CoutMacros.h"
83 #define resetProgressBar(x) reset(__FILE__,S_(__LINE__),x)
85 void reset(std::string file, std::string lineNumber,
int id=0);
92 std::string readPercentageString();
95 const std::string cProgressBarFilePath_;
96 const std::string cProgressBarFileExtension_;
97 std::string totalStepsFileName_;