# | 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; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |