Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • external/ExRootAnalysis/ExRootProgressBar.h

    r341014c rd7d2da3  
    77{
    88public:
     9
    910  ExRootProgressBar(Long64_t entries, Int_t width = 64);
    1011  ~ExRootProgressBar();
     
    1415
    1516private:
     17
    1618  Long64_t fEntries, fEventCounter;
    1719  Int_t fWidth;
     
    2123
    2224  char *fBar; //!
     25
    2326};
    2427
    2528#endif /* ExRootProgressBar */
     29
Note: See TracChangeset for help on using the changeset viewer.