![]() |
Prints a progress bar and timer to stderr. More...
#include <ProgressBar.h>
Public Member Functions | |
ProgressBar () | |
Default constructor - don't use this. | |
ProgressBar (Long64_t maxEntry) | |
Useful constructor - do use this one. More... | |
void | operator++ (int) |
Increment operator, use when you have completed one iteration of the main loop. | |
void | status () |
For debugging, prints state of internal variables. | |
Prints a progress bar and timer to stderr.
Definition at line 22 of file ProgressBar.h.
ProgressBar::ProgressBar | ( | Long64_t | maxEntryInit | ) |
Useful constructor - do use this one.
maxEntryInit | is the number of events you want to loop over |
Definition at line 37 of file ProgressBar.cxx.