3 #ifndef GW_XTERMPROGRESSBAR_H
25 fCurrent = fMin; fCurrentSize = 0;
27 for(UInt_t i = 0; i < fMaxSize; i++) { cout <<
" "; }
36 for(UInt_t i = 0; i < fCurrentSize; i++) { cout <<
"-"; }
37 for(UInt_t i = fCurrentSize+1; i < fMaxSize; i++) { cout <<
" "; }
virtual ~XtermProgressBar()
virtual void UpdateCurrentStatus()
Display current status on the standard output.
ADF::LogMessage & endl(ADF::LogMessage &log)
virtual void Start()
Re-initialised the counters.
XtermProgressBar(Double_t min, Double_t max)
Defines a ProgressBar that counts events from min to max.