~christopher-hunt08/maus/maus_integrated_kalman

« back to all changes in this revision

Viewing changes to src/reduce/ReducePyCkovPlot/ReducePyCkovPlot.py

  • Committer: Durga Rajaram
  • Date: 2014-07-16 15:13:05 UTC
  • mfrom: (659.1.92 cand)
  • Revision ID: durga@fnal.gov-20140716151305-q27rv1y9p03v9lks
Tags: MAUS-v0.9, MAUS-v0.9.0
MAUS-v0.9.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
247
247
 
248
248
            hname = "hPMT%d" % (j+1)
249
249
            htitle = "PMT%d" % (j+1)
250
 
            nbins = 200
 
250
            nbins = 500
251
251
            x_lo = -50
252
 
            x_hi = 200
 
252
            x_hi = 500
253
253
 
254
254
            self._hcharge.append(ROOT.TH1F(hname, htitle, nbins, x_lo, x_hi))
255
255
            self._hcharge[j].GetXaxis().SetTitle("Charge")