ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/TreeMod/src/OutputMod.cc
(Generate patch)

Comparing UserCode/MitAna/TreeMod/src/OutputMod.cc (file contents):
Revision 1.18 by loizides, Mon Dec 14 20:19:15 2009 UTC vs.
Revision 1.19 by bendavid, Fri Mar 11 04:03:54 2011 UTC

# Line 428 | Line 428 | void OutputMod::Process()
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();
# Line 657 | Line 657 | void OutputMod::SlaveTerminate()
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   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines