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

Comparing UserCode/MitAna/TreeMod/src/AnaFwkMod.cc (file contents):
Revision 1.1 by loizides, Wed Nov 19 15:30:26 2008 UTC vs.
Revision 1.2 by loizides, Wed Nov 19 17:16:10 2008 UTC

# Line 65 | Line 65 | void AnaFwkMod::SlaveBegin()
65   {
66    // Book our histogram and start the stop watches.
67  
68 <  hDEvents = new TH1D("hDEvents","hDEvents for overall event count",1,-0.5,0.5);
68 >  hDEvents = new TH1D("hDEvents","Total number of processed events",1,-0.5,0.5);
69    AddOutput(hDEvents);
70  
71    fSWtotal = new TStopwatch;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines