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