11/02/2010

Get mean and rms out of histogram

Assuming TH1* h, you can do
  h->GetMean()
  h->GetRMS()
  h->GetEntries()

没有评论: