Public Member Functions | List of all members
ProgressBar Class Reference

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.
 

Detailed Description

Prints a progress bar and timer to stderr.

Definition at line 22 of file ProgressBar.h.

Constructor & Destructor Documentation

ProgressBar::ProgressBar ( Long64_t  maxEntryInit)

Useful constructor - do use this one.

Parameters
maxEntryInitis the number of events you want to loop over

Definition at line 37 of file ProgressBar.cxx.


The documentation for this class was generated from the following files: