| Bool_t | m_bFullTimer | print full time info at the end | 
| Bool_t | m_bProgress | print progress bar | 
| Bool_t | m_bProgressInPer | m_fProgressSet in percents | 
| Bool_t | m_bSpin | spin option | 
| Bool_t | m_bSpinInPer | m_fSpinSet in percents or events | 
| Bool_t | m_bTimer | print timer value | 
| Bool_t | m_bTimerInPer | m_fTimerSet in percents | 
| Bool_t | m_bWasOutOfRange | flag if the progress was out of range | 
| Char_t | m_cProgressChar | a character for the progress bar | 
| Float_t | m_fProgressReal | how often print progress / events | 
| Float_t | m_fProgressSet | how often print progress | 
| Float_t | m_fSpinReal | how often spin in events | 
| Float_t | m_fSpinSet | how often spin | 
| Float_t | m_fTimerReal | how often print timer info in events | 
| Float_t | m_fTimerSet | how often print timer info | 
| Int_t | m_iLast | current number | 
| Int_t | m_iMax | max numer of envents | 
| Int_t | m_iSpinLen | length of the m_psSpinChars | 
| TString | m_psSpinChars | list of spin's characters | 
| TStopwatch | tTimer | timer for time info |