Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • external/ExRootAnalysis/ExRootProgressBar.h

    rd7d2da3 r341014c  
    77{
    88public:
    9 
    109  ExRootProgressBar(Long64_t entries, Int_t width = 64);
    1110  ~ExRootProgressBar();
     
    1514
    1615private:
    17 
    1816  Long64_t fEntries, fEventCounter;
    1917  Int_t fWidth;
     
    2321
    2422  char *fBar; //!
    25 
    2623};
    2724
    2825#endif /* ExRootProgressBar */
    29 
Note: See TracChangeset for help on using the changeset viewer.