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.21 by ceballos, Mon Sep 24 13:22:22 2012 UTC vs.
Revision 1.22 by ceballos, Wed Oct 3 18:13:59 2012 UTC

# Line 260 | Line 260 | void AnaFwkMod::SlaveBegin()
260    hNPU50ns = new TH3D("hNPU50ns", "hNPU50ns", 201, -0.5, 200.5, 201, -0.5, 200.5, 201, -0.5, 200.5);
261    AddOutput(hNPU50ns);  
262    
263 <  hNPUTrue = new TH1D("hNPUTrue", "hNPUTrue", 2000, 0.0, 2000.0);
263 >  hNPUTrue = new TH1D("hNPUTrue", "hNPUTrue", 2000, 0.0, 200.0);
264    AddOutput(hNPUTrue);  
265    
266   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines