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