15 #include "TStopwatch.h" 34 void inc(Long64_t& entry, Long64_t numEntries=-1);
35 void inc(UInt_t& entry, Long64_t numEntries=-1);
36 void inc(Int_t& entry, Long64_t numEntries=-1);
52 #endif //PROGRESSBAR_H ProgressBar()
Default constructor - don't use this.
void status()
For debugging, prints state of internal variables.
static void mainLoopSigintHandle(int param)
Custom handler, sets variable when signal is received.
void inc(Long64_t &entry, Long64_t numEntries=-1)
New primary function to move through main for loop in analysis program.
Namespace which wraps everything in the library.
Prints a progress bar and timer to stderr.
void operator++(int)
Increment operator, use when you have completed one iteration of the main loop.