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.17 by paus, Wed Mar 28 12:15:38 2012 UTC vs.
Revision 1.18 by bendavid, Wed May 30 16:23:54 2012 UTC

# Line 252 | Line 252 | void AnaFwkMod::SlaveBegin()
252    
253    ReqBranch(fPileupInfoName, fPileupInfo);
254    
255 <  hNPU = new TH1D("hNPU", "hNPU", 51, -0.5, 50.5);
255 >  hNPU = new TH1D("hNPU", "hNPU", 201, -0.5, 200.5);
256    AddOutput(hNPU);  
257    
258 <  hNPU50ns = new TH3D("hNPU50ns", "hNPU50ns", 51, -0.5, 50.5, 51, -0.5, 50.5, 51, -0.5, 50.5);
258 >  hNPU50ns = new TH3D("hNPU50ns", "hNPU50ns", 201, -0.5, 200.5, 201, -0.5, 200.5, 201, -0.5, 200.5);
259    AddOutput(hNPU50ns);  
260    
261   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines