428 |
|
// correctly updated. |
429 |
|
|
430 |
|
if (GetSel()->GetCurEvt() == fLastSeenEvt) { |
431 |
< |
Warning("Process", "Event with %ul already seen", fLastSeenEvt); |
431 |
> |
Warning("Process", "Event with %lld already seen", fLastSeenEvt); |
432 |
|
return; |
433 |
|
} |
434 |
|
fLastSeenEvt = GetSel()->GetCurEvt(); |
435 |
|
|
436 |
|
if (GetSel()->GetCurEvt() == fLastWrittenEvt) { |
437 |
< |
Warning("Process", "Event with %ul already written", fLastWrittenEvt); |
437 |
> |
Warning("Process", "Event with %lld already written", fLastWrittenEvt); |
438 |
|
return; |
439 |
|
} |
440 |
|
fLastWrittenEvt = GetSel()->GetCurEvt(); |
657 |
|
delete[] fBranches; |
658 |
|
|
659 |
|
Double_t frac = 100.*GetNEventsProcessed()/fCounter; |
660 |
< |
Info("SlaveTerminate", "Stored %.2f%% events (%ld out of %ld)", |
660 |
> |
Info("SlaveTerminate", "Stored %.2f%% events (%d out of %lld)", |
661 |
|
frac, GetNEventsProcessed(), fCounter); |
662 |
|
} |