- Timestamp:
- May 23, 2012, 11:21:29 PM (12 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ExRootAnalysis/ExRootProgressBar.h
r2 r23 19 19 Int_t fWidth; 20 20 21 ULong _t fTime;21 ULong64_t fTime; 22 22 Int_t fHashes; 23 23 -
trunk/src/ExRootProgressBar.cc
r2 r23 43 43 void ExRootProgressBar::Update(Long64_t entry) 44 44 { 45 ULong _t time = gSystem->Now();45 ULong64_t time = gSystem->Now(); 46 46 47 47 if(time < fTime + 1000 && entry < fEntries - 1) return;
Note:
See TracChangeset
for help on using the changeset viewer.